aboutsummaryrefslogtreecommitdiff
path: root/board
AgeCommit message (Expand)AuthorFilesLines
2008-09-10rename CFG_ENV_IS_IN_EEPROM in CONFIG_ENV_IS_IN_EEPROMJean-Christophe PLAGNIOL-VILLARD5-5/+5
2008-09-10muas3001: update BR4 settingsHeiko Schocher1-2/+7
2008-09-10muas3001: added 64MB SDRAM autodetection.Heiko Schocher1-2/+12
2008-09-09Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk1-0/+5
2008-09-09add board_eth_init() for sh7785lcr boardYoshihiro Shimoda1-0/+5
2008-09-09trab: fix build problem after change to use do_div()Wolfgang Denk1-0/+1
2008-09-09ppc4xx: ppc440-generic-ALL: Fix out of tree build v2Ricardo Ribalda Delgado7-5/+79
2008-09-09Update i386 code (sc520_cdp)Graeme Russ1-5/+5
2008-09-0985xx: socrates: Enable Lime support.Anatolij Gustschin4-2/+233
2008-09-0985xx: Socrates: Major code update.Detlev Zundel2-49/+65
2008-09-09Update Freescale 85xx boards to sys_eeprom.cTimur Tabi2-61/+0
2008-09-09stxxtc: remove empty CONFIG_SHOW_ACTIVITY functionsWolfgang Denk1-14/+0
2008-09-09NETTA2: remove empty CONFIG_SHOW_ACTIVITY functionsWolfgang Denk1-14/+0
2008-09-09Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk19-154/+280
2008-09-09disk-on-chip: remove duplicate doc_probe declarationJean-Christophe PLAGNIOL-VILLARD10-11/+0
2008-09-09ARM: Use do_div() instead of division for "long long".Sergei Poselenov2-5/+12
2008-09-08ppc4xx: Move ppc4xx specific prototypes to ppc4xx headerStefan Roese1-1/+1
2008-09-08Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese9-287/+341
2008-09-08ppc4xx: Cleanup CPCI405 linker scriptMatthias Fuchs1-15/+0
2008-09-08ppc4xx: Update CPCI405 variants handlingMatthias Fuchs1-14/+2
2008-09-07rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD4-7/+9
2008-09-07apollon: use the last memory area for u-bootKyungmin Park1-1/+1
2008-09-06TQM8272: move NAND part in seperate FileHeiko Schocher4-276/+331
2008-09-06TQM8272: Fix compiling error for the TQM8272 board.Heiko Schocher1-18/+15
2008-09-05ppc44x: Unification of virtex5 pp440 boardsRicardo Ribalda Delgado16-124/+277
2008-09-03Merge branch 'master' of git://git.denx.de/u-boot-ppc4xxWolfgang Denk23-419/+22
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: Remove obsolete initdram() function from VOM405 boardMatthias Fuchs1-25/+0
2008-09-03ppc4xx: Cleanup VOM405 linker scriptMatthias Fuchs1-12/+0
2008-09-03ppc4xx: Cleanup PLU405 platform fileMatthias Fuchs1-37/+21
2008-09-03ppc4xx: Cleanup PLU405 linker scriptMatthias Fuchs1-14/+0
2008-09-03ppc4xx: Increase U-Boot size to 384kB for PLU405 boardsMatthias Fuchs1-2/+1
2008-09-02Moved initialization of EEPRO100 Ethernet controller to board_eth_init()Ben Warren27-0/+161
2008-09-02Moved initialization of TULIP Ethernet controller to board_eth_init()Ben Warren11-0/+74
2008-09-02Moved initialization of E1000 Ethernet controller to board_eth_init()Ben Warren3-1/+15
2008-09-02Moved initialization of plb2800 Ethernet driver to board_eth_initBen Warren1-0/+9
2008-09-02Moved initialization of MPC5xxx_FEC Ethernet driver to CPU directoryBen Warren7-0/+12
2008-09-02Moved initialization of IncaIP Ethernet controller to board_eth_initBen Warren1-0/+8
2008-09-02Moved initialization of 3COM Ethernet controller (AmigaOne) to board_eth_init()Ben Warren2-0/+10
2008-09-02Moved initialization of GT6426x Ethernet controller to board_eth_init()Ben Warren2-1/+8
2008-09-02Moved initialization of PCNET Ethernet controller to board_eth_init()Ben Warren2-0/+12
2008-09-02Moved initialization of NATSEMI Ethernet controller to board_eth_init()Ben Warren1-0/+7
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren10-0/+60
2008-09-02Moved initialization of TSI108 Ethernet controller to board_eth_init()Ben Warren1-0/+10
2008-09-02Moved initialization of RTL8139 Ethernet controller to board_eth_init()Ben Warren5-4/+28
2008-09-02Moved initialization of RTL8169 Ethernet controller to board_eth_init()Ben Warren2-0/+12
2008-09-02Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()Ben Warren3-0/+33
2008-09-02Introduce netdev.h header file and remove externsBen Warren8-20/+9