mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-14 14:36:33 -04:00
Add PPC4xx-HCU4 and HCU5 boards: Infrastructure
This series of patches adds support for 2 boards from Netstal Maschinen. The HCU4 has a PPC405Gpr and the HCU5 has a PPC440EPX. The HCU4 has a somehow complicated flash setup, as the booteprom is only 8 bits and the CFI 16 bits wide, which makes it impossible to use a more elegant solution. The HCU5 has only a booteprom as the whole code will be downloaded from a different board which has HD, CD-ROM, etc and where all code is stored. This is my third try. I incorporated all suggestions made by Wolfgang and Stefan. Thanks them a lot. Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
This commit is contained in:
parent
3e4c90c623
commit
641cca9569
5
CREDITS
5
CREDITS
@ -160,6 +160,11 @@ N: Thomas Frieden
|
|||||||
E: ThomasF@hyperion-entertainment.com
|
E: ThomasF@hyperion-entertainment.com
|
||||||
D: Support for AmigaOne
|
D: Support for AmigaOne
|
||||||
|
|
||||||
|
N: Niklaus Giger
|
||||||
|
E: niklaus.giger@netstal.com
|
||||||
|
D: Support for HCU(x) boards
|
||||||
|
W: www.netstal.com
|
||||||
|
|
||||||
N: Paul Gortmaker
|
N: Paul Gortmaker
|
||||||
E: paul.gortmaker@windriver.com
|
E: paul.gortmaker@windriver.com
|
||||||
D: Support for WRS SBC8347/8349 boards
|
D: Support for WRS SBC8347/8349 boards
|
||||||
|
@ -160,6 +160,11 @@ Matthias Fuchs <matthias.fuchs@esd-electronics.com>
|
|||||||
WUH405 PPC405EP
|
WUH405 PPC405EP
|
||||||
CMS700 PPC405EP
|
CMS700 PPC405EP
|
||||||
|
|
||||||
|
Niklaus Giger <niklaus.giger@netstal.com>
|
||||||
|
|
||||||
|
HCU4 PPC405GPr
|
||||||
|
HCU5 PPC440EPx
|
||||||
|
|
||||||
Frank Gottschling <fgottschling@eltec.de>
|
Frank Gottschling <fgottschling@eltec.de>
|
||||||
|
|
||||||
MHPC MPC8xx
|
MHPC MPC8xx
|
||||||
|
20
MAKEALL
20
MAKEALL
@ -82,16 +82,16 @@ LIST_4xx=" \
|
|||||||
CPCI405DT CPCI440 CPCIISER4 CRAYL1 \
|
CPCI405DT CPCI440 CPCIISER4 CRAYL1 \
|
||||||
csb272 csb472 DASA_SIM DP405 \
|
csb272 csb472 DASA_SIM DP405 \
|
||||||
DU405 ebony ERIC EXBITGEN \
|
DU405 ebony ERIC EXBITGEN \
|
||||||
G2000 HH405 HUB405 JSE \
|
G2000 HH405 hcu4 hcu5 \
|
||||||
KAREF katmai luan lwmon5 \
|
HUB405 JSE KAREF katmai \
|
||||||
METROBOX MIP405 MIP405T ML2 \
|
luan lwmon5 METROBOX MIP405 \
|
||||||
ml300 ocotea OCRTC ORSG \
|
MIP405T ML2 ml300 ocotea \
|
||||||
p3p440 PCI405 pcs440ep PIP405 \
|
OCRTC ORSG p3p440 PCI405 \
|
||||||
PLU405 PMC405 PPChameleonEVB sbc405 \
|
pcs440ep PIP405 PLU405 PMC405 \
|
||||||
sc3 sequoia sequoia_nand taishan \
|
PPChameleonEVB sbc405 sc3 sequoia \
|
||||||
VOH405 VOM405 W7OLMC W7OLMG \
|
sequoia_nand taishan VOH405 VOM405 \
|
||||||
walnut WUH405 XPEDITE1K yellowstone \
|
W7OLMC W7OLMG walnut WUH405 \
|
||||||
yosemite yucca \
|
XPEDITE1K yellowstone yosemite yucca \
|
||||||
"
|
"
|
||||||
|
|
||||||
#########################################################################
|
#########################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user