aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)Author
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
2011-07-26env: allow people to force envcrc buildingMike Frysinger
2011-07-26Timer: Remove set_timer completelyGraeme Russ
2011-07-17Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD
2011-07-04armv7: cache maintenance operations for armv7Aneesh V
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher
2011-04-30powerpc, mpc83xx: add missing functions to include/common.hHeiko Schocher
2011-04-13x86: Rename i386 to x86Graeme Russ
2011-04-12Fix min/max macros in include/common.hAaron Williams
2011-04-04powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala
2011-03-22strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout
2011-01-09env: re-add support for auto-completionMike Frysinger
2010-11-28stdio: constify "name" arg in public apiMike Frysinger
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk
2010-09-23Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese
2010-09-23ppc4xx: Use common NS16550 driver for PPC4xx UARTStefan Roese
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese
2010-09-21POST cleanup.Michael Zaidman
2010-09-19common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher
2010-09-19Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk
2010-09-19Add qsort - add support for sorting data arraysWolfgang Denk
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk
2010-05-07serial: punt unused serial_addr()Mike Frysinger
2010-05-05allow print_size to print large numbers on 32-bit systemsTimur Tabi
2010-04-13Rename lib_generic/ to lib/Peter Tyser
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser
2010-02-12ARM: Add support for EP93xx SoCsMatthias Kaehlcke
2010-01-31Add EP93xx ethernet driverMatthias Kaehlcke
2010-01-26Add support to disable cpu's in multicore processorsKumar Gala
2010-01-18cmd_eeprom: I2C updatesHeiko Schocher
2010-01-17Make getenv_IPaddr() globalDirk Behme
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher