summaryrefslogtreecommitdiffstats
path: root/include/common.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* env: allow people to force envcrc buildingMike Frysinger2011-07-261-0/+5
* Timer: Remove set_timer completelyGraeme Russ2011-07-261-1/+0
* Remove volatile qualifier in get_ram_size() callsAlbert ARIBAUD2011-07-171-1/+1
* armv7: cache maintenance operations for armv7Aneesh V2011-07-041-1/+4
* ARM: drop unsupported 'trab' boardWolfgang Denk2011-06-221-3/+0
* lib, vsprintf: introduce strict_strtoulHeiko Schocher2011-05-121-0/+1
* powerpc, mpc83xx: add missing functions to include/common.hHeiko Schocher2011-04-301-0/+5
* x86: Rename i386 to x86Graeme Russ2011-04-131-3/+3
* Fix min/max macros in include/common.hAaron Williams2011-04-121-2/+4
* powerpc/8xxx: Replace fsl_ddr_get_mem_data_rate with get_ddr_freq()Kumar Gala2011-04-041-0/+4
* strmhz: Make hz unsigned to support greater than 2146 MHz clockEd Swarthout2011-03-221-1/+1
* env: re-add support for auto-completionMike Frysinger2011-01-091-0/+1
* stdio: constify "name" arg in public apiMike Frysinger2010-11-281-1/+1
* Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk2010-10-261-0/+1
* Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk2010-09-281-12/+15
|\
| * Remove unused CONFIG_SERIAL_SOFTWARE_FIFO featureStefan Roese2010-09-231-8/+0
| * ppc4xx: Use common NS16550 driver for PPC4xx UARTStefan Roese2010-09-231-0/+1
| * ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-231-1/+1
| * common: move TOTAL_MALLOC_LEN to include/common.hHeiko Schocher2010-09-191-0/+9
| * Remove support for CONFIG_HAS_UID and "forceenv" commandWolfgang Denk2010-09-191-3/+0
| * Add qsort - add support for sorting data arraysWolfgang Denk2010-09-191-0/+4
* | POST cleanup.Michael Zaidman2010-09-211-2/+3
|/
* Rename getenv_r() into getenv_f()Wolfgang Denk2010-08-041-1/+1
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-1/+1
* Make *printf() return "int" instead of "void"Wolfgang Denk2010-07-041-4/+4
* serial: punt unused serial_addr()Mike Frysinger2010-05-071-1/+0
* allow print_size to print large numbers on 32-bit systemsTimur Tabi2010-05-051-1/+1
* Rename lib_generic/ to lib/Peter Tyser2010-04-131-6/+6
* Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser2010-04-131-4/+4
* ARM: Add support for EP93xx SoCsMatthias Kaehlcke2010-02-121-1/+2
* Add EP93xx ethernet driverMatthias Kaehlcke2010-01-311-0/+5
* Add support to disable cpu's in multicore processorsKumar Gala2010-01-261-0/+1
* cmd_eeprom: I2C updatesHeiko Schocher2010-01-181-0/+2
* Make getenv_IPaddr() globalDirk Behme2010-01-171-0/+7
* move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner2009-12-211-0/+5
* common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-081-2/+0
* Generic udelay() with watchdog supportIngo van Lil2009-12-051-1/+4
* TI DA8xx: Integrate DA830 EVM support into U-BootSekhar Nori2009-11-271-0/+3
* Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk2009-11-271-2/+3
* Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk2009-10-271-5/+0
* env: only build env_embedded and envcrc when neededMike Frysinger2009-10-181-0/+5
* tools: mkimage: Fixed build warningsPrafulla Wadaskar2009-09-101-3/+1
* 8xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal2009-08-281-0/+2
OpenPOWER on IntegriCloud