summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* Add getenv_hex() to return an environment variable as hexSimon Glass2013-05-011-0/+13
* sandbox: Provide a way to map from host RAM to U-Boot RAMSimon Glass2013-05-011-0/+5
* arm: Remove support for unused s3c64xxBenoît Thébaudeau2013-04-121-1/+0
* arm: Remove unused relocate_code() parametersBenoît Thébaudeau2013-04-121-4/+4
* arm: relocate_code() is no longer noreturnBenoît Thébaudeau2013-04-121-1/+5
* Adjust board_r.c for ppcSimon Glass2013-03-151-0/+1
* Introduce generic pre-relocation board_f.cSimon Glass2013-03-151-0/+1
* Update set_working_fdt_addr() to use setenv_addr()Simon Glass2013-02-281-1/+13
* sandbox: Add un/map_sysmen() to deal with sandbox's ram_bufSimon Glass2013-02-281-0/+12
* Update print_buffer() to use constSimon Glass2013-02-281-1/+2
* Add option to display customised memory informationSimon Glass2013-01-101-0/+9
* arm: move C runtime setup code in crt0.SAlbert ARIBAUD2013-01-081-1/+1
* env: Use getenv_yesno() more generallyJoe Hershberger2012-12-131-0/+5
* include/linux/byteorder: import latest endian definitions from linuxKim Phillips2012-11-041-4/+0
* Support setenv_ulong() and setenv_addr() for powerpcSimon Glass2012-11-021-1/+1
* ppc4xx: Remove AP1000 board supportStefan Roese2012-10-151-2/+2
* ppc4xx: Remove IOP480 supportStefan Roese2012-10-151-1/+1
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-12/+0
* COMMON: Add __stringify() functionMarek Vasut2012-10-151-0/+1
* lib: add gzip lib function callbackLei Wen2012-09-291-0/+7
* Add run_command_list() to run a list of commandsSimon Glass2012-08-091-0/+13
* common.h: Remove include compiler.hMarek Vasut2012-07-201-2/+1
* common.h: Introduce DEFINE_CACHE_ALIGN_BUFFERMarek Vasut2012-07-181-3/+18
* net: use common rand()/srand() functionsMichael Walle2012-07-071-1/+3
* lib: add rand() functionMichael Walle2012-07-071-0/+8
* pxe: add support for parsing local syslinux filesRob Herring2012-06-211-0/+6
* MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck2012-06-031-0/+3
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-231-7/+7
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2012-05-201-0/+4
|\
| * net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-151-0/+4
* | Add abs() macro to return absolute valueSimon Glass2012-05-151-0/+25
|/
* Move bootstage timer out of lib/time.cSimon Glass2012-04-101-7/+0
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-231-7/+0
* bootstage: Define an optional microsecond timerSimon Glass2012-03-181-0/+7
* bootstage: Create an initial header for boot progress integersSimon Glass2012-03-181-4/+2
* Stop using builtin_run_command()Simon Glass2012-03-061-1/+0
* Rename run_command2() to run_command()Simon Glass2012-03-061-1/+1
* Rename run_command() to builtin_run_command()Simon Glass2012-03-061-1/+1
* Remove CMD_PXE's static on run_command()Simon Glass2012-03-061-2/+0
* davinci: add support for printing clock frequencyHadli, Manjunath2012-02-121-0/+1
* common: add possibility for readline_into_buffer timeoutHeiko Schocher2012-02-121-1/+2
* Revert "common.h: remove value from bool defines"Wolfgang Denk2012-01-061-8/+8
* common.h: remove value from bool definesIgor Grinberg2012-01-051-8/+8
* Move vsprintf functions into their own headerSimon Glass2011-12-171-10/+1
* Add board_pre_console_putc to deal with early console outputSimon Glass2011-12-091-0/+7
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-221-0/+1
* DEBUG: Fix debug macrosMarek Vasut2011-10-271-10/+16
* fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass2011-10-261-0/+1
* tftpput: add save_addr and save_size global variablesSimon Glass2011-10-261-0/+2
* Add setenv_ulong() and setenv_addr()Simon Glass2011-10-261-0/+2
OpenPOWER on IntegriCloud