mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-11 05:02:26 -04:00
ppc4xx: Add 405GPr based MCU25 board. Global files
Signed-off-by: Niklaus Giger <niklaus.giger@netstal.com>
This commit is contained in:
parent
14c27b35ac
commit
b05f35436b
@ -172,6 +172,7 @@ Matthias Fuchs <matthias.fuchs@esd-electronics.com>
|
|||||||
Niklaus Giger <niklaus.giger@netstal.com>
|
Niklaus Giger <niklaus.giger@netstal.com>
|
||||||
|
|
||||||
HCU4 PPC405GPr
|
HCU4 PPC405GPr
|
||||||
|
MCU25 PPC405GPr
|
||||||
HCU5 PPC440EPx
|
HCU5 PPC440EPx
|
||||||
|
|
||||||
Frank Gottschling <fgottschling@eltec.de>
|
Frank Gottschling <fgottschling@eltec.de>
|
||||||
|
1
MAKEALL
Executable file → Normal file
1
MAKEALL
Executable file → Normal file
@ -198,6 +198,7 @@ LIST_4xx=" \
|
|||||||
luan \
|
luan \
|
||||||
lwmon5 \
|
lwmon5 \
|
||||||
makalu \
|
makalu \
|
||||||
|
mcu25 \
|
||||||
METROBOX \
|
METROBOX \
|
||||||
MIP405 \
|
MIP405 \
|
||||||
MIP405T \
|
MIP405T \
|
||||||
|
4
Makefile
4
Makefile
@ -1281,6 +1281,10 @@ lwmon5_config: unconfig
|
|||||||
makalu_config: unconfig
|
makalu_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc
|
@$(MKCONFIG) $(@:_config=) ppc ppc4xx makalu amcc
|
||||||
|
|
||||||
|
mcu25_config: unconfig
|
||||||
|
@mkdir -p $(obj)board/netstal/common
|
||||||
|
@$(MKCONFIG) $(@:_config=) ppc ppc4xx mcu25 netstal
|
||||||
|
|
||||||
METROBOX_config: unconfig
|
METROBOX_config: unconfig
|
||||||
@$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst
|
@$(MKCONFIG) $(@:_config=) ppc ppc4xx metrobox sandburst
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user