summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'katmai-ddr-gda'Stefan Roese2008-01-054-62/+61
|\
| * ppc4xx: Remove unused CONFIG_ECC_ERROR_RESET from 44x_spd_ddr2.cStefan Roese2008-01-051-44/+0
| * ppc4xx: Update Katmai/44x_spd_ddr2.c code for optimal DDR2 setupStefan Roese2008-01-054-18/+61
* | ppc4xx: Remove sdram.h from PMC440 boardMatthias Fuchs2008-01-041-505/+0
* | ppc4xx: use common denali core defines and data eye search code for PMC440Matthias Fuchs2008-01-041-338/+4
* | ppc4xx: More cleanup for esd's LCD codeMatthias Fuchs2008-01-041-20/+18
* | ppc4xx: Fix Sequoia NAND booting targetStefan Roese2008-01-041-1/+5
* | ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Korat boardLawrence R. Johnson2008-01-042-109/+161
* | ppc4xx: Use CFG_4xx_GPIO_TABLE to configure Sequoia boardLawrence R. Johnson2008-01-042-30/+78
* | ppc4xx: Add functionality to GPIO supportLawrence R. Johnson2008-01-042-23/+41
* | PPC4xx: Remove sdram.h from board/lwmon5Larry Johnson2008-01-041-505/+0
* | PPC4xx: Use common code for LWMON5 board SDRAM supportLarry Johnson2008-01-041-337/+20
* | PPC4xx: Remove sdram.h from board/amcc/sequoiaLarry Johnson2008-01-041-505/+0
* | PPC4xx: Use common code for Sequoia board SDRAM supportLarry Johnson2008-01-041-338/+6
|/
* 8610: Move include of config.h earlier.Jon Loeliger2008-01-031-1/+1
* Don't slam #undef DEBUG in the 8641HPCN config file.Jon Loeliger2008-01-031-1/+0
* Convert MPC8641HPCN to use libfdt.Jon Loeliger2008-01-032-38/+43
* Merge commit 'wd/master'Jon Loeliger2008-01-03426-6402/+25372
|\
| * cfi_flash: Fix bug in flash_isset() to use correct 32bit functionStefan Roese2008-01-021-1/+1
| * Fix compile problem introduced by "cleanup" commit 3dfd708cWolfgang Denk2008-01-021-2/+2
| * Make scripts and Makefiles POSIX compliantWolfgang Denk2008-01-024-8/+8
| * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2008-01-021-1/+51
| |\
| | * Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-01-021-1/+51
| | |\
| | | * cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()Stefan Roese2007-12-271-1/+51
| * | | Minor coding style cleanup.Wolfgang Denk2008-01-021-2/+2
| |/ /
| * | Merge branch 'for-1.3.2-ver2'Stefan Roese2007-12-29236-3537/+18051
| |\ \
| | * | ppc4xx: Coding style cleanupStefan Roese2007-12-281-17/+11
| | * | ppc4xx: Complete PMC440 board supportMatthias Fuchs2007-12-284-0/+527
| | * | ppc4xx: Add FPGA support and BSP commands for PMC440 boardsMatthias Fuchs2007-12-283-0/+1066
| | * | ppc4xx: Add initial esd PMC440 board filesMatthias Fuchs2007-12-289-0/+2497
| | * | ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updatesMatthias Fuchs2007-12-282-8/+93
| | * | ppc4xx: use correct io accessors for esd's LCD codeMatthias Fuchs2007-12-281-7/+8
| | * | ppc4xx: Maintenance patch for VOH405 boardsMatthias Fuchs2007-12-282-39/+127
| | * | ppc4xx: Enable 405EP PCI arbiter per default on all boardsStefan Roese2007-12-281-0/+5
| | * | ppc4xx: Fix bug in cpu_init.c (405EP instead of 450EP)Stefan Roese2007-12-281-1/+1
| | * | ppc4xx: Fix compilation problem of kilauea/haleakala nand booting targetStefan Roese2007-12-281-1/+1
| | * | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-27186-1822/+9769
| | |\ \ | | | |/
| | | * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-2719-113/+175
| | | |\
| | | | * Some configuration updates for the TQM5200 based TB5200 board:Martin Krause2007-12-271-1/+2
| | | | * TQM8xx: use the CFI flash driver on all TQM8xx boardsMartin Krause2007-12-2715-64/+120
| | | | * TQM885D: adjust for doubled flash sector size + some minor fixesMartin Krause2007-12-273-13/+20
| | | | * TQM885D: Exchanged SDRAM timing by a more relaxed timing.Jens Gehrlein2007-12-273-10/+8
| | | | * TQM885D: use calculated cpuclk instead of measuring itMartin Krause2007-12-271-7/+0
| | | | * TQM885D: fix SDRAM refreshJens Gehrlein2007-12-271-16/+20
| | | | * TQM860M: Support for 10col SDRAMs, max. 128 MiBJens Gehrlein2007-12-271-2/+5
| | | * | Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-2732-197/+917
| | | * | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-2755-6/+5766
| | | |\ \ | | | | |/
| | | | * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-2755-6/+5766
| | | | |\
| | | | | * sh: Moved driver of the SuperH dependenceNobuhiro Iwamatsu2007-12-074-0/+2
| | | | | * Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-072-2/+2
| | | | | |\
OpenPOWER on IntegriCloud