aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
2012-07-20common.h: Remove include compiler.hMarek Vasut
2012-07-18common.h: Introduce DEFINE_CACHE_ALIGN_BUFFERMarek Vasut
2012-07-07net: use common rand()/srand() functionsMichael Walle
2012-07-07lib: add rand() functionMichael Walle
2012-06-21pxe: add support for parsing local syslinux filesRob Herring
2012-06-03MIPS: board.c: move extern declarations to u-boot-mips.hDaniel Schwierzeck
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk
2012-05-15net: cosmetic: net.c checkpatch complianceJoe Hershberger
2012-05-15Add abs() macro to return absolute valueSimon Glass
2012-04-10Move bootstage timer out of lib/time.cSimon Glass
2012-03-23Revert "Add board_pre_console_putc to deal with early console output"Simon Glass
2012-03-18bootstage: Define an optional microsecond timerSimon Glass
2012-03-18bootstage: Create an initial header for boot progress integersSimon Glass
2012-03-06Stop using builtin_run_command()Simon Glass
2012-03-06Rename run_command2() to run_command()Simon Glass
2012-03-06Rename run_command() to builtin_run_command()Simon Glass
2012-03-06Remove CMD_PXE's static on run_command()Simon Glass
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath
2012-02-12common: add possibility for readline_into_buffer timeoutHeiko Schocher
2012-01-06Revert "common.h: remove value from bool defines"Wolfgang Denk
2012-01-05common.h: remove value from bool definesIgor Grinberg
2011-12-17Move vsprintf functions into their own headerSimon Glass
2011-12-09Add board_pre_console_putc to deal with early console outputSimon Glass
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2011-10-27DEBUG: Fix debug macrosMarek Vasut
2011-10-26fdt: Add support for embedded device tree (CONFIG_OF_EMBED)Simon Glass
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26Add setenv_ulong() and setenv_addr()Simon Glass
2011-10-26Move simple_itoa to vsprintfSimon Glass
2011-10-25cache: add ALLOC_CACHE_ALIGN_BUFFER macroAnton staaf
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass
2011-10-23cache: include asm/cache.h for ARCH_DMA_MINALIGN definitionAnton Staaf
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-10-22nds32: add NDS32 support into common header fileMacpaul Lin
2011-10-17sandbox: Add architecture header filesSimon Glass
2011-10-17Add pxe commandJason Hobbs
2011-10-17lib: add uuid_str_to_bin for use with bootp and PXE uuidJason Hobbs
2011-10-17common, menu: use abortboot for menu timeoutJason Hobbs
2011-10-15serial_exit: punt unused prototypeMike Frysinger
2011-10-09ppc: Include <asm/cache.h> in common.hStefan Roese
2011-09-29powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun
2011-09-29powerpc/mp: add support for discontiguous coresTimur Tabi
2011-09-10Add assert() for debug assertionsSimon Glass
2011-09-07common: fix behavior of ROUND macro when input is already roundedAnton Staaf
2011-09-04arm: do not force d-cache enable on all boardsAneesh V
2011-08-01Unify timer_init() and cpu_init() prototypesWolfgang Denk
2011-07-30Constify getenv(), setenv() and hash code functionsWolfgang Denk
2011-07-27common: move BUILD_BUG_ON define to common.hHeiko Schocher
2011-07-26panic: add noreturn attributeMike Frysinger