aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-18AT91: fix related at91 driver filesReinhard Meyer4-37/+47
2011-05-18AT91: fix related at91 system/driver filesReinhard Meyer7-51/+33
2011-05-18AT91: fix related arch-at91 header filesReinhard Meyer4-29/+15
2011-05-18AT91: cleanup hardware.h, remove memory-map.hReinhard Meyer2-100/+32
2011-05-18AT91: rework at91sam9g45.hReinhard Meyer1-118/+107
2011-05-18AT91: rework at91sam9263.hReinhard Meyer1-118/+100
2011-05-18AT91: rework at91sam9261.hReinhard Meyer1-85/+102
2011-05-18AT91: rework at91sam9260.hReinhard Meyer1-120/+132
2011-05-18avr32: fixup definitions to ATMEL_BASE_xxxAndreas Bießmann22-90/+85
2011-05-18avr32: rename memory-map.h -> hardware.hAndreas Bießmann18-17/+17
2011-05-15Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-26/+17
2011-05-15Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-13/+22
2011-05-13nand_spl: nand_boot.c: Remove CONFIG_SYS_NAND_READ_DELAYStefan Roese1-18/+6
2011-05-13nand_spl: nand_boot.c: Init nand_chip.options to 0Stefan Roese1-0/+1
2011-05-13Decreases code size of the nand_splAlex Waterman1-8/+10
2011-05-13Revert "Fix building tools alone with host compiler"Wolfgang Denk1-3/+3
2011-05-13powerpc/mpc8xxx: reword max tCKmin messageYork Sun1-3/+3
2011-05-13powerpc/85xx: fix compatible property for the L2 cache nodeTimur Tabi1-10/+19
2011-05-12kwbimage: Fix check variable of checksumNobuhiro Iwamatsu1-1/+1
2011-05-12examples: add smc911x_eeprom to clean targetMike Frysinger1-1/+1
2011-05-12ftpmu010.h: fix some missing declaration in headerMacpaul Lin1-0/+3
2011-05-12ftsmc020: add missing definitionsMacpaul Lin1-0/+5
2011-05-12ftsmc020: un-nest the register structure in headerMacpaul Lin1-6/+8
2011-05-12ftsmc020: fix relocationMacpaul Lin1-4/+3
2011-05-12ftide020: add faraday ide ahb controllerMacpaul Lin3-0/+651
2011-05-12README.arm-relocation: get relocated address in gdbBen Gardiner1-0/+8
2011-05-12README.arm-relocation: get relocated address from bdinfoBen Gardiner1-31/+22
2011-05-12cosmetic: cmd_bdinfo.c: clean up by using checkpatch.plMacpaul Lin1-147/+149
2011-05-12mp2usb: finish the removalEric Bénard2-1/+1
2011-05-12README: Clarify difference of CONFIG_WATCHDOG and CONFIG_HW_WATCHDOGDetlev Zundel1-5/+12
2011-05-12ftsdmc021: add register definitions of ftsdmc021Macpaul Lin1-0/+151
2011-05-12ftahbc020s: Faraday FTAHBC020s AHB Bus ControllerMacpaul Lin1-0/+59
2011-05-12Fix a few gcc warnings.Joakim Tjernlund3-8/+8
2011-05-12Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE commentsMichael Jones46-63/+0
2011-05-12hwmon: Extend lm63.c to support LM64Dirk Eibach1-4/+24
2011-05-12Fix building tools alone with host compilerFrançois Revol1-3/+3
2011-05-12net: xilinx emaclite: Fix return valuesMichal Simek1-7/+7
2011-05-12Fix variable flavor in examples/standalone/MakefileChe-liang Chiou1-2/+2
2011-05-12net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-1/+2
2011-05-12net/net.c: cosmetic: fix indentationLuca Ceresoli1-42/+41
2011-05-12net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli1-15/+15
2011-05-12net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-15/+15
2011-05-12net/net.c: cosmetic: fix brace issuesLuca Ceresoli1-25/+13
2011-05-12net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli1-93/+93
2011-05-12net/net.c: cosmetic: variable initializationsLuca Ceresoli1-22/+18
2011-05-12net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli1-77/+155
2011-05-12lib, vsprintf: introduce strict_strtoulHeiko Schocher4-0/+54
2011-05-12Fix incorrect use of getenv() before relocationWolfgang Denk61-259/+323
2011-05-12cmd_nvedit.c: make error message more helpfulWolfgang Denk1-1/+2
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli9-28/+44