summaryrefslogtreecommitdiff
path: root/include/configs
Commit message (Collapse)AuthorAgeLines
* Fix conditional compilation of mpx8xxx_spi driverBen Warren2008-01-29-0/+1
| | | | | | | This driver should only compile if CONFIG_MPC8XXX_SPI is set Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
* Coding Style Cleanup; update CHANGELOGWolfgang Denk2008-01-23-1/+1
| | | | Signed-off-by: Wolfgang Denk <wd@denx.de>
* Merge branch 'master' of git://www.denx.de/git/u-boot-ixpWolfgang Denk2008-01-23-0/+913
|\
| * add AcTux-4 board supportMichael Schwingen2008-01-18-0/+218
| | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| * add AcTux-3 board supportMichael Schwingen2008-01-18-0/+224
| | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| * add AcTux-2 board supportMichael Schwingen2008-01-18-0/+224
| | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
| * add AcTux-1 board supportMichael Schwingen2008-01-18-0/+247
| | | | | | | | Signed-off-by: Michael Schwingen <michael@schwingen.org>
* | Merge branch 'master' of git://www.denx.de/git/u-boot-mipsWolfgang Denk2008-01-23-0/+169
|\ \
| * \ Merge branch 'master' of git://www.denx.de/git/u-bootShinya Kuribayashi2008-01-18-0/+134
| |\ \ | | |/
| * | qemu-mips: active HUSH PARSER, AUTO_COMPLETE and CMDLINE_EDITINGJean-Christophe PLAGNIOL-VILLARD2008-01-17-0/+5
| | | | | | | | | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
| * | MIPS:Target support for qemu -M mipsVlad Lungu2008-01-17-0/+164
| | | | | | | | | | | | | | | | | | | | | | | | With serial, NE2000, IDE support. Tested in big-endian mode. Memory size hard-coded to 128M for now, so don't play with the -m option. Signed-off-by: Vlad Lungu <vlad@comsys.ro>
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2008-01-23-7/+0
|\ \ \
| * | | sh: Remove CONFIG_COMMANDS from MS7720SE config fileNobuhiro Iwamatsu2008-01-17-7/+0
| | | | | | | | | | | | | | | | Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-avr32Wolfgang Denk2008-01-23-0/+182
|\ \ \ \
| * | | | AVR32: ATNGW100 board supportHaavard Skinnemoen2008-01-18-0/+182
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Add support for the ATNGW100 Network Gateway reference design, including flash, ethernet and MMC support. Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-coldfireWolfgang Denk2008-01-23-10/+1137
|\ \ \ \
| * | | | ColdFire: MCF547x_8x - Add M5475EVB and M5485EVB supportTsiChungLiew2008-01-17-0/+607
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add MCF5227x cpu and M52277EVB support-1TsiChungLiew2008-01-17-0/+251
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Add M5373EVB platform support - 2TsiChungLiew2008-01-17-0/+267
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: Update FlexBus CS for MCF532xTsiChungLiew2008-01-17-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Definition update and change from 16bit to 32bit Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
| * | | | ColdFire: PCI and misc updates for MCF5445xTsiChungLiew2008-01-17-6/+8
| |/ / / | | | | | | | | | | | | | | | | Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com> Signed-off by: John Rigby <jrigby@freescale.com>
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xxWolfgang Denk2008-01-23-103/+594
|\ \ \ \
| * \ \ \ Merge branch 'master' of /home/stefan/git/u-boot/u-bootStefan Roese2008-01-17-34/+1172
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | ppc4xx: Netstal HCU5 board. Added POST. Various fixesNiklaus Giger2008-01-17-51/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Various fixes - Reduced rom_size from 384 to 320 kB - Environment is now in flash - Added POST - Support for OF Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
| * | | | ppc4xx: Netstal HCU4 board. Added POST. Various fixesNiklaus Giger2008-01-17-48/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Various fixes - Reduced rom_size from 384 to 320 kB - Environment is now in flash - Added POST - Support for OF Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
| * | | | ppc4xx: Complete DU440 board supportMatthias Fuchs2008-01-17-0/+438
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
| * | | | ppc4xx: Fix remaining CONFIG_COMMANDS in 4xx filesStefan Roese2008-01-17-4/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Roese <sr@denx.de>
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xxWolfgang Denk2008-01-23-0/+2
|\ \ \ \ \
| * | | | | 86xx: enable command-line editingTimur Tabi2008-01-17-0/+2
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Enable command-line editing for all MPC86xx boards. Signed-off-by: Timur Tabi <timur@freescale.com>
* | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2008-01-23-0/+21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'kumar'Andy Fleming2008-01-17-0/+21
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | 85xx: Get ride of old TLB setup codeKumar Gala2008-01-17-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that all boards have been converted, remove old config code and the config option for the new style. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert TQM85xx to new TLB setupKumar Gala2008-01-17-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert STXGP3 & STXSSA to new TLB setupKumar Gala2008-01-17-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert SBC8540/SBC8560/SBC8548 to new TLB setupKumar Gala2008-01-17-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert PM854/PM856 to new TLB setupKumar Gala2008-01-17-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert MPC8540EVAL to new TLB setupKumar Gala2008-01-17-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert MPC8568 MDS to new TLB setupKumar Gala2008-01-17-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert MPC8541/MPC8555/MPC8548 CDS to new TLB setupKumar Gala2008-01-17-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert MPC8540/MPC8560 ADS to new TLB setupKumar Gala2008-01-17-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert ATUM8548 to new TLB setupKumar Gala2008-01-17-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: Convert MPC8544 DS to new TLB setupKumar Gala2008-01-17-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert remaining 85xx boards over to use new LAW init codeKumar Gala2008-01-16-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Converted ATUM8548, MPC8568 MDS, MPC8540 EVAL, and TQM85xx boards over to use new LAW init code. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert STXGP3/STXSSA over to use new LAW init codeKumar Gala2008-01-16-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert PM854/PM856 over to use new LAW init codeKumar Gala2008-01-16-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert SBC8540/SBC8560/SBC8548 over to use new LAW init codeKumar Gala2008-01-16-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert MPC8541/MPC8555/MPC8548 CDS over to use new LAW init codeKumar Gala2008-01-16-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert MPC8540/MPC8560 ADS over to use new LAW init codeKumar Gala2008-01-16-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
| | * | | | 85xx: convert MPC8544 DS over to use new LAW init codeKumar Gala2008-01-16-0/+2
| | | |/ / | | |/| | | | | | | | | | | | Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
* | | | | codingstyle cleanup for spi driverKim Phillips2008-01-17-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ..and rm unused CONFIG_FSL_SPI define Signed-off-by: Kim Phillips <kim.phillips@freescale.com>