aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-15Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk137-2415/+2104
2009-09-15kwbimage.c: Fix compile warning when building on 64 bit systems (again)Wolfgang Denk1-1/+1
2009-09-15board/amcc/common/flash.c: Fix compile warningWolfgang Denk1-3/+4
2009-09-15board/amcc/yucca/flash.c: Fix compile warningWolfgang Denk1-3/+4
2009-09-15board/amcc/taihu/flash.c: Fix compile warningWolfgang Denk1-6/+8
2009-09-15board/etin/debris/phantom.c: Fix compile errorWolfgang Denk1-10/+0
2009-09-15board/dave/common/flash.c: fix compile warningWolfgang Denk1-1/+2
2009-09-15board/esd/cpci750/ide.c: fix compile warningWolfgang Denk1-2/+6
2009-09-15board/esd/common/flash.c: Fix compile warningWolfgang Denk1-1/+2
2009-09-15sk98lin: fix compile warningsWolfgang Denk4-13/+29
2009-09-15drivers/net/natsemi.c: fix compile warningWolfgang Denk1-1/+2
2009-09-14net: emaclite: Cleanup license to be GPL compatibleMichal Simek1-19/+20
2009-09-14microblaze: Enable hush parserMichal Simek1-1/+7
2009-09-14microblaze: Remove AtmarkTechno Suzaku boardMichal Simek9-339/+0
2009-09-14net: Remove old Xilinx Emac driverMichal Simek3-469/+1
2009-09-14microblaze: Short size of global data and fix malloc sizeMichal Simek1-2/+2
2009-09-14microblaze: Add sbss, scommon and COMMON symbols for clearingMichal Simek1-0/+3
2009-09-11ppc4xx: Rename compactcenter to intipDirk Eibach10-16/+16
2009-09-11ppc4xx: Big cleanup of PPC4xx definesStefan Roese128-2399/+2088
2009-09-11net/bootp.c: fix compile warningWolfgang Denk1-1/+5
2009-09-11kwbimage.c: Fix compile warning when building on 64 bit systemsWolfgang Denk1-1/+1
2009-09-10muas3001: remove BRG clock node fixup to use common mpc8260 code.Marcel Ziswiler1-16/+0
2009-09-10r7780mp: fix typo in Ethernet chip model number comment.Marcel Ziswiler1-1/+1
2009-09-10ep8248: add support for device tree and secondary Ethernet interface.Marcel Ziswiler2-32/+29
2009-09-10mkimage: Add Kirkwood Boot Image support (kwbimage)Prafulla Wadaskar9-0/+619
2009-09-10Kirkwood: Sheevaplug: Add kwimage configuration filePrafulla Wadaskar2-0/+165
2009-09-10mkimage: Make table_entry code globalPrafulla Wadaskar2-8/+26
2009-09-10mkimage: Make genimg_print_size() globalPrafulla Wadaskar2-2/+2
2009-09-10mkimage: Include missing files in build dependency calculationsPrafulla Wadaskar1-0/+2
2009-09-10tools/mkimage: fix compiler warnings, use "const"Wolfgang Denk3-37/+38
2009-09-10tools: mkimage: split code into core, default and FIT image specificPrafulla Wadaskar5-294/+736
2009-09-10tools: mkimage: Fixed build warningsPrafulla Wadaskar3-10/+43
2009-09-10tools: mkimage: Makefile sortedPrafulla Wadaskar1-25/+25
2009-09-10tools: mkimage : bugfix returns correct value for list commandPrafulla Wadaskar1-12/+14
2009-09-10mkconfig: pass the board name to board config fileMingkai Hu1-0/+1
2009-09-10Remove "atmel_df_pow2" binary with "make clean"Wolfgang Denk1-0/+1
2009-09-10ppc4xx: Fix compilation warning in 4xx miiphy.cStefan Roese1-1/+1
2009-09-10ppc4xx: Add CONFIG_PCI_4xx_PTM_OVERWRITE to some esd 4xx boardsMatthias Fuchs6-0/+12
2009-09-10ppc4xx: Allow overwriting pci target registers for all 4xx boardsMatthias Fuchs1-2/+2
2009-09-10ppc4xx: Fix PMC405DE supportMatthias Fuchs1-1/+4
2009-09-10amcc-common.h: Use filenames from environment variables for update procedure.Detlev Zundel1-3/+5
2009-09-09ppc/85xx: Introduce RESET_VECTOR_ADDRESS to handle non-standard link addressKumar Gala6-3/+19
2009-09-08ppc/85xx: Clean up do_resetKumar Gala1-16/+9
2009-09-08ppc/85xx/86xx: Bug fix: call to puts in probecpu() moved to checkcpu().Poonam Aggrwal3-6/+10
2009-09-08ppc/85xx/86xx: Device tree fixup for number of coresPoonam Aggrwal4-0/+61
2009-09-08ppc/85xx,86xx: Handling Unknown SOC versionPoonam Aggrwal4-13/+9
2009-09-08ppc/8xxx: Refactor code to determine if PCI is enabled & agent/hostKumar Gala16-68/+284
2009-09-08ppc/85xx: Cleanup makefile and related optional filesKumar Gala5-18/+19
2009-09-08fsl: add register read-back to set_law()Timur Tabi1-1/+2
2009-09-08ppc/85xx: Fix bug in setup_mp codeKumar Gala1-3/+29