aboutsummaryrefslogtreecommitdiff
path: root/include/common.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk1-4/+4
2010-05-07serial: punt unused serial_addr()Mike Frysinger1-1/+0
2010-05-05allow print_size to print large numbers on 32-bit systemsTimur Tabi1-1/+1
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-6/+6
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-4/+4
2010-02-12ARM: Add support for EP93xx SoCsMatthias Kaehlcke1-1/+2
2010-01-31Add EP93xx ethernet driverMatthias Kaehlcke1-0/+5
2010-01-26Add support to disable cpu's in multicore processorsKumar Gala1-0/+1
2010-01-18cmd_eeprom: I2C updatesHeiko Schocher1-0/+2
2010-01-17Make getenv_IPaddr() globalDirk Behme1-0/+7
2009-12-21move prototypes for gunzip() and zunzip() to common.hWolfgang Wegner1-0/+5
2009-12-08common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher1-2/+0
2009-12-05Generic udelay() with watchdog supportIngo van Lil1-1/+4
2009-11-27TI DA8xx: Integrate DA830 EVM support into U-BootSekhar Nori1-0/+3
2009-11-27Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk1-2/+3
2009-10-27Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk1-5/+0
2009-10-18env: only build env_embedded and envcrc when neededMike Frysinger1-0/+5
2009-09-10tools: mkimage: Fixed build warningsPrafulla Wadaskar1-3/+1
2009-08-288xxx: Removed CONFIG_NUM_CPUS from 85xx/86xxPoonam Aggrwal1-0/+2
2009-07-27Fix include/common.h for boards with CONFIG_STATUS_LEDWolfgang Denk1-3/+3
2009-07-27Make include/common.h usable by assembler codeWolfgang Denk1-17/+20
2009-07-22AT91: factor out ROUND() macroWolfgang Denk1-0/+1
2009-07-10ppc4xx: Make is_pci_host() available for all 440 and 405 CPUsMatthias Fuchs1-2/+2
2009-07-08all platforms: make show_boot_progress() work againHeiko Schocher1-1/+1
2009-07-06S3C24x0: extract interrupts from timerJean-Christophe PLAGNIOL-VILLARD1-2/+0
2009-06-1283xx: Replace CONFIG_MPC83XX with CONFIG_MPC83xxPeter Tyser1-4/+4
2009-06-12MPC512x: remove include/mpc512x.hWolfgang Denk1-2/+1
2009-06-12Add support for Linux-like kallsysmsMike Frysinger1-0/+3
2009-04-04at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD1-0/+1
2009-04-03Add "source" command; prepare removal of "autoscr" commandWolfgang Denk1-2/+2
2009-03-20boards: get mac address from env and move load_sernum_ethaddr() to board initMike Frysinger1-2/+0
2009-03-20boards: move board_get_enetaddr() into board-specific initMike Frysinger1-7/+0
2009-02-22netloop: speed up NetLoopHeiko Schocher1-0/+1
2009-01-27MIPS: Add flush_dcache_range() and invalidate_dcache_range()Stefan Roese1-0/+2
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn1-0/+7
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming1-0/+3
2008-10-21strmhz(): Round numbers when printing clock frequenciesWolfgang Denk1-2/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-9/+9
2008-09-08BMW, PCIPPC2, PCIPPC6, RBC82: fix compile warningsWolfgang Denk1-0/+3
2008-08-31ARM: Add arm1176 core with S3C6400 SoCGuennadi Liakhovetski1-1/+2
2008-08-21Consolidate strmhz() implementationHaavard Skinnemoen1-1/+3
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul1-0/+2
2008-07-09Fix printf errors.Andrew Klossner1-5/+10
2008-07-01Make setenv() return statusSteven A. Falco1-2/+2
2008-06-28Add ALIGN() macroAndy Fleming1-0/+3
2008-06-12Change initdram() return type to phys_size_tBecky Bruce1-1/+1
2008-06-12Change print_size to take phys_size_tBecky Bruce1-1/+1
2008-06-03Move definition of container_of() to common.hHaavard Skinnemoen1-0/+11