summaryrefslogtreecommitdiffstats
path: root/include/configs
Commit message (Expand)AuthorAgeFilesLines
* ppc4xx: Change LWMON5 to not use OCM for init-ram and POST anymoreStefan Roese2008-01-091-7/+12
* ppc4xx: Complete PMC440 board supportMatthias Fuchs2007-12-281-0/+522
* ppc4xx: Add EEPROM write protection for PLU405 boards + misc. updatesMatthias Fuchs2007-12-281-2/+4
* ppc4xx: Maintenance patch for VOH405 boardsMatthias Fuchs2007-12-281-20/+11
* Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-2726-341/+840
|\
| * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-2715-98/+157
| |\
| | * 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-2714-64/+116
| | * TQM885D: adjust for doubled flash sector size + some minor fixesMartin Krause2007-12-271-7/+13
| | * TQM885D: Exchanged SDRAM timing by a more relaxed timing.Jens Gehrlein2007-12-271-1/+1
| | * 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-272-9/+8
| * | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-272-0/+245
| |\ \ | | |/
| | * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-272-0/+245
| | |\
| | | * Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-071-1/+1
| | | |\
| | | * \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-072-2/+0
| | | |\ \
| | | * \ \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-2939-448/+455
| | | |\ \ \
| | | * | | | sh: Add support Renesas sh7722 processor and Hitachi MS7722SE01 boardNobuhiro Iwamatsu2007-09-231-0/+137
| | | * | | | sh: Update MS7750SE01 platformNobuhiro Iwamatsu2007-09-231-23/+56
| | | * | | | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-09-23358-6977/+18140
| | | |\ \ \ \
| | | * | | | | sh: MS7750SE support.Nobuhiro Iwamatsu2007-05-131-0/+75
| * | | | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-272-0/+369
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | AVR32: Add support for the ATSTK1004 boardHaavard Skinnemoen2007-12-171-0/+185
| | * | | | | | AVR32: Add support for the ATSTK1003 boardHaavard Skinnemoen2007-12-171-0/+184
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Handle MPC85xx PCIe reset errata (PCI-Ex 38)Kumar Gala2007-12-113-0/+3
| * | | | | | Update Freescale MPC85xx ADS/CDS/MDS board configKumar Gala2007-12-117-0/+7
| * | | | | | Update Freescale MPC85xx ADS/CDS/MDS board configKumar Gala2007-12-116-88/+7
| * | | | | | Update MPC8568 MDS to use libfdtKumar Gala2007-12-111-8/+3
| * | | | | | Add PCI Express support on MPC8568MDSHaiying Wang2007-12-111-7/+18
| * | | | | | Update MPC85xx CDS to use libfdtKumar Gala2007-12-113-24/+9
| * | | | | | Update MPC8540 ADS to use libfdtKumar Gala2007-12-111-7/+3
| * | | | | | Update MPC8560 ADS to use libfdtKumar Gala2007-12-111-7/+5
| * | | | | | Update MPC8544 DS configKumar Gala2007-12-111-95/+12
| * | | | | | Update MPC8544DS to use libfdtKumar Gala2007-12-111-7/+3
| |/ / / / /
* | | | | | Remove CPCI440 boardMatthias Fuchs2007-12-271-287/+0
* | | | | | Add configuration file for Korat boardLarry Johnson2007-12-271-0/+376
* | | | | | ppc4xx: Move virtual address of POST cache test to bigger addressStefan Roese2007-12-272-2/+2
* | | | | | ppc4xx: Update Makalu fdt supportStefan Roese2007-12-271-2/+0
* | | | | | ppc4xx: Add fdt support to AMCC Katmai eval boardStefan Roese2007-12-271-1/+11
* | | | | | ppc4xx: fdt: Cleanup setup of cpu node setupStefan Roese2007-12-272-2/+0
* | | | | | ppc4xx: Add CONFIG_BOOTP_SUBNETMASK to Sequoia board configMarkus Klotzbücher2007-12-271-0/+1
* | | | | | ppc4xx: Bring 4xx fdt support up-to-dateStefan Roese2007-12-272-2/+7
* | | | | | Merge commit 'u-boot/master' into for-1.3.1Stefan Roese2007-12-1125-278/+231
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ADS5121 Board: fix compile problem.Wolfgang Denk2007-12-061-1/+1
| | |_|_|/ | |/| | |
| * | | | [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-202-2/+0
| | |_|/ | |/| |
| * | | Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDSHaiying Wang2007-11-191-5/+5
| * | | Fix the i2c frequency and default address in rsdproto boardLuotao Fu2007-11-171-2/+2
| * | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2007-11-171-2/+2
| |\ \ \
OpenPOWER on IntegriCloud