aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-05ppc44x: Unification of virtex5 pp440 boardsRicardo Ribalda Delgado24-214/+530
2008-09-03Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk5-29/+191
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-mpc83xxWolfgang Denk5-29/+191
2008-09-03mpc83xx: fix mpc8313 in-tree building with NANDNick Spence2-1/+4
2008-09-03Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk148-847/+1207
2008-09-03mpc83xx: clean up cache operations and unlock_ram_in_cache() functionsNick Spence1-21/+30
2008-09-03mpc83xx: Store and display Arbiter Event Register valuesNick Spence3-1/+150
2008-09-03mpc83xx: use r4 instead of r2 in lock_ram_in_cache and unlock_ram_in_cacheNick Spence1-4/+5
2008-09-03MPC83XX: Fix GPIO configuration - set gpio level before directionNick Spence1-2/+2
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-mipsWolfgang Denk1-1/+63
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk25-550/+131
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk123-301/+1018
2008-09-04doc/qemu_mips: add doc howto debug u-boot with gdbJean-Christophe PLAGNIOL-VILLARD1-1/+63
2008-09-03ppx4xx: Fix broken DASA_SIM boardMatthias Fuchs1-0/+5
2008-09-03ppc4xx: Remove reference to common/lists.o from some esd linker scriptsStefan Roese3-3/+0
2008-09-03ppc4xx: Remove obsolete or unused functions from some esd boardsMatthias Fuchs15-326/+0
2008-09-03ppc4xx: Update VOM405 board configurationMatthias Fuchs1-43/+9
2008-09-03ppc4xx: Remove obsolete initdram() function from VOM405 boardMatthias Fuchs1-25/+0
2008-09-03ppc4xx: Cleanup VOM405 linker scriptMatthias Fuchs1-12/+0
2008-09-03ppc4xx: Add fdt support for VOM405 boardsMatthias Fuchs1-0/+2
2008-09-03ppc4xx: Coding style cleanupMatthias Fuchs1-83/+79
2008-09-03ppc4xx: Enable USB on PLU405 boardsMatthias Fuchs1-4/+16
2008-09-03ppc4xx: Cleanup PLU405 platform fileMatthias Fuchs1-37/+21
2008-09-03ppc4xx: Cleanup PLU405 linker scriptMatthias Fuchs1-14/+0
2008-09-03ppc4xx: Add fdt support for PLU405 boardsMatthias Fuchs1-0/+2
2008-09-03ppc4xx: Increase U-Boot size to 384kB for PLU405 boardsMatthias Fuchs2-5/+4
2008-09-02Don't tftp to unknown flashJochen Friedrich1-0/+2
2008-09-02net: smc911x: Add pkt_data_pull and pkt_data_push functionNobuhiro Iwamatsu1-2/+7
2008-09-02Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren30-4/+170
2008-09-02Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren14-4/+79
2008-09-02Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren7-6/+21
2008-09-02Moved initialization of plb2800 Ethernet driver to board_eth_initBen Warren4-6/+13
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren11-4/+27
2008-09-02Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren4-4/+15
2008-09-02Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren4-5/+11
2008-09-02Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()Ben Warren4-4/+11
2008-09-02Moved initialization of GT6426x Ethernet controller to board_eth_init()Ben Warren4-8/+9
2008-09-02Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren5-4/+18
2008-09-02Moved initialization of NATSEMI Ethernet controller to board_eth_init()Ben Warren4-4/+12
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren13-4/+65
2008-09-02Moved initialization of TSI108 Ethernet controller to board_eth_init()Ben Warren4-4/+12
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren8-8/+33
2008-09-02Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren5-5/+17
2008-09-02Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren6-41/+33
2008-09-02Introduce netdev.h header file and remove externsBen Warren22-34/+88
2008-09-02Add pixis_set_sgmii commandAndy Fleming2-0/+60
2008-09-02Add SGMII support for the 8544 DSAndy Fleming1-0/+39
2008-09-02Add support for Freescale SGMII Riser CardAndy Fleming4-0/+45
2008-09-02Add SGMII support to the tsecAndy Fleming2-27/+72
2008-09-02Pass in tsec_info struct through tsec_initializeAndy Fleming5-122/+102