summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move simple_itoa to vsprintfSimon Glass2011-10-261-0/+1
* cache: add ALLOC_CACHE_ALIGN_BUFFER macroAnton staaf2011-10-251-0/+58
* Add getenv_ulong() to read an integer from an environment variableSimon Glass2011-10-231-0/+1
* cache: include asm/cache.h for ARCH_DMA_MINALIGN definitionAnton Staaf2011-10-231-0/+8
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-221-0/+1
* nds32: add NDS32 support into common header fileMacpaul Lin2011-10-221-0/+4
* sandbox: Add architecture header filesSimon Glass2011-10-171-0/+3
* Add pxe commandJason Hobbs2011-10-171-0/+6
* lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs2011-10-171-0/+4
* common, menu: use abortboot for menu timeoutJason Hobbs2011-10-171-0/+3
* serial_exit: punt unused prototypeMike Frysinger2011-10-151-1/+0
* ppc: Include <asm/cache.h> in common.hStefan Roese2011-10-091-0/+8
* powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun2011-09-291-1/+3
* powerpc/mp: add support for discontiguous coresTimur Tabi2011-09-291-0/+15
* Add assert() for debug assertionsSimon Glass2011-09-101-0/+21
* common: fix behavior of ROUND macro when input is already roundedAnton Staaf2011-09-071-1/+1
* arm: do not force d-cache enable on all boardsAneesh V2011-09-041-0/+1
* Unify timer_init() and cpu_init() prototypesWolfgang Denk2011-08-011-0/+3
* Constify getenv(), setenv() and hash code functionsWolfgang Denk2011-07-301-4/+4
* common: move BUILD_BUG_ON define to common.hHeiko Schocher2011-07-271-0/+3
* panic: add noreturn attributeMike Frysinger2011-07-261-1/+1
OpenPOWER on IntegriCloud