aboutsummaryrefslogtreecommitdiff
path: root/board/esd
AgeCommit message (Expand)AuthorFilesLines
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD66-680/+680
2008-10-10ppc4xx: Fix USB 2.0 phy reset sequenceMatthias Fuchs1-3/+32
2008-10-10ppc4xx: Add strapping mode for 667MHz CPU frequency on DU440 boardMatthias Fuchs1-0/+6
2008-10-10ppc4xx: Fix DU440 GPIO configurationMatthias Fuchs1-5/+5
2008-09-12Merge branch 'Makefile-next' of git://git.denx.de/u-boot-armWolfgang Denk24-39/+39
2008-09-12ppc4xx: Fix SDRAM inititialization of multiple 405 based board portsStefan Roese1-31/+0
2008-09-10rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD4-16/+16
2008-09-10rename CFG_ENV_IS_IN_FLASH in CONFIG_ENV_IS_IN_FLASHJean-Christophe PLAGNIOL-VILLARD2-2/+2
2008-09-10rename environment.c in env_embedded.c to reflect is functionalityJean-Christophe PLAGNIOL-VILLARD20-21/+21
2008-09-08ppc4xx: Cleanup CPCI405 linker scriptMatthias Fuchs1-15/+0
2008-09-08ppc4xx: Update CPCI405 variants handlingMatthias Fuchs1-14/+2
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 TULIP Ethernet controller to board_eth_init()Ben Warren2-0/+12
2008-09-02Moved initialization of NS8382X Ethernet controller to board_eth_init()Ben Warren3-0/+18
2008-08-19Clean up usage of icache_disable/dcache_disableKumar Gala1-4/+0
2008-08-13drivers/mtd/nand: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-08-12Fixing coding style issuesWilliam Juul1-3/+3
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul1-22/+20
2008-08-01Fix compilation error for TASREGTsiChung Liew1-0/+2
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk1-2/+2
2008-07-13ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boardsStefan Roese1-21/+0
2008-07-10ppc4xx: Fix printf format warnings now visible with the updated format checkStefan Roese1-2/+2
2008-07-02Cleanup out-or-tree building for some boards (.depend)Wolfgang Denk26-26/+26
2008-06-12Change initdram() return type to phys_size_tBecky Bruce25-25/+25
2008-06-03ppc4xx: Remove superfluous dram_init() call or replace it by initdram()Stefan Roese2-41/+0
2008-05-21Big white-space cleanup.Wolfgang Denk35-276/+275
2008-05-14Fix config files for out-of-tree buildingWolfgang Denk1-1/+1
2008-04-25ppc4xx: Add bootcount limit handling for APC405 boardsMatthias Fuchs1-1/+6
2008-04-22ppc4xx: Small coding style cleanup for the latest esd patchesStefan Roese1-1/+0
2008-04-22ppc4xx: Update CPU strapping for PMC440 boardsMatthias Fuchs1-12/+1
2008-04-22ppc4xx: Remove unused APC405 strataflash driverMatthias Fuchs1-789/+0
2008-04-22ppc4xx: Update APC405 board supportMatthias Fuchs2-123/+241
2008-04-22ppc4xx: update esd's common auto_update code for 405 boardsMatthias Fuchs2-117/+106
2008-04-22ppc4xx: Update esd's common LCD code for 405 boardsMatthias Fuchs2-38/+151
2008-04-22ppc4xx: Update FPGA image for APC405 boardsMatthias Fuchs1-2280/+2004
2008-04-22ppc4xx: Update bootlogo for APC405 boardsMatthias Fuchs1-235/+565
2008-04-17Remove all the search paths from the .lds files.Jason Wessel26-26/+0
2008-03-31ppc4xx: Small whitespace fix of esd patchesStefan Roese2-6/+6
2008-03-31ppc4xx: Cleanup PMC440 board supportMatthias Fuchs2-148/+132
2008-03-31ppc4xx: Add ptm configuration variables for PMC440Matthias Fuchs1-32/+54
2008-03-31ppc4xx: Minor updates for DU440 boardsMatthias Fuchs2-2/+4
2008-03-12Merge branch 'master' of git://www.denx.de/git/u-boot into new-imageMarian Balakowicz1-176/+167