summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-23x86: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23sparc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23powerpc: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23mips: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23microblaze: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23m68k: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23blackfin: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23avr32: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23arm: Use getenv_ulong() in place of getenv(), strtoulSimon Glass
2011-10-23Add getenv_ulong() to read an integer from an environment variableSimon Glass
2011-10-23common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck
2011-10-23net: emaclite: Move RX/TX ping pong initialization toMichal Simek
2011-10-23net: emaclite: Use unsigned long for baseaddrMichal Simek
2011-10-23arm, post, memory: fix bug if sdram base != 0x00000000Heiko Schocher
2011-10-23spi/eon: add support for new EON spi flash EN25Q32BShaohui Xie
2011-10-23cache: include asm/cache.h for ARCH_DMA_MINALIGN definitionAnton Staaf
2011-10-23x86: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23microblaze: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23avr32: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23sparc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23sh: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23powerpc: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23nios2: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23m68k: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23arm: cache: define ARCH_DMA_MINALIGN for DMA buffer alignmentAnton Staaf
2011-10-23NS16550: trivial code clean for checkpatchSimon Glass
2011-10-23MPC85xx: remove broken "mpq101" boardWolfgang Denk
2011-10-23serial: uartlite: Fix compilation warningsMichal Simek
2011-10-21hwmon: Provide dtt_init()Dirk Eibach
2011-10-21common: cosmetic: CONFIG_BOOTFILE checkpatch complianceJoe Hershberger
2011-10-21common: cosmetic: CONFIG_ROOTPATH checkpatch complianceJoe Hershberger
2011-10-21autoconf.mk.dep: use target cflags, not hostMike Frysinger
2011-10-21build: force migration away from $(AR)Mike Frysinger
2011-10-21build: add missing $(AR)->$(cmd_link_o_target) updateMike Frysinger
2011-10-21Makefile: Remove MLO on make cleanJoel A Fernandes
2011-10-21consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-10-21checkpatch whitespace cleanupsStephen Warren
2011-10-21drivers: add the support for Silicon Image SATA controllerTang Yuantian
2011-10-21doc/README: documents and readme for NDS32 archMacpaul Lin
2011-10-21adp-ag101: add board adp-ag101 supportMacpaul Lin
2011-10-21nds32: common bdinfo, bootm, image supportMacpaul Lin
2011-10-21nds32: standalone supportMacpaul Lin
2011-10-21nds32/lib: add generic funcs in NDS32 libMacpaul Lin
2011-10-21nds32/ag101: cpu and init funcs of SoC ag101Macpaul Lin
2011-10-21nds32/core N1213: NDS32 N12 core family N1213Macpaul Lin
2011-10-21nds32: add NDS32 support into common header fileMacpaul Lin
2011-10-21nds32: add header files support for nds32Macpaul Lin
2011-10-21cmd_bdinfo: replace print_str() with print_mhz()Timur Tabi
2011-10-21gpio: Add PCA9698 40-bit I2C I/O portDirk Eibach