diff options
author | stroese <stroese> | 2003-09-12 08:57:15 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-09-12 08:57:15 +0000 |
commit | 72cd5aa70386da15e063c80c3a31e4e599c47a0c (patch) | |
tree | c06b9dbe543a1ad304dab02b26050597deaefbe2 | |
parent | 13fdf8a6ba5a2c57e9b257210b168ccd6f1ca0de (diff) | |
download | u-boot-imx-72cd5aa70386da15e063c80c3a31e4e599c47a0c.zip u-boot-imx-72cd5aa70386da15e063c80c3a31e4e599c47a0c.tar.gz u-boot-imx-72cd5aa70386da15e063c80c3a31e4e599c47a0c.tar.bz2 |
New boards DP405, HUB405, PLU405, VOH405 added.
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | MAKEALL | 9 | ||||
-rw-r--r-- | Makefile | 12 |
3 files changed, 22 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 006c73f..7752b6d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -109,7 +109,7 @@ Dave Ellis <DGE@sixnetio.com> SXNI855T MPC8xx Raghu Krishnaprasad <raghu.krishnaprasad@fci.com> - + ADDERII MPC852T Thomas Frieden <ThomasF@hyperion-entertainment.com> @@ -200,11 +200,15 @@ Stefan Roese <stefan.roese@esd-electronics.com> CPCI440 PPC440GP CPCIISER4 PPC405GP DASA_SIM IOP480 (PPC401) + DP405 PPC405EP DU405 PPC405GP + HUB405 PPC405EP OCRTC PPC405GP ORSG PPC405GP PCI405 PPC405GP + PLU405 PPC405EP PMC405 PPC405GP + VOH405 PPC405EP Peter De Schrijver <p2@mind.be> @@ -56,10 +56,11 @@ LIST_4xx=" \ ADCIOP AR405 ASH405 BUBINGA405EP \ CANBT CPCI405 CPCI4052 CPCI405AB \ CPCI440 CPCIISER4 CRAYL1 DASA_SIM \ - DU405 EBONY ERIC EXBITGEN \ - MIP405 MIP405T ML2 OCRTC \ - ORSG PCI405 PIP405 PMC405 \ - PPChameleonEVB W7OLMC W7OLMG WALNUT405 \ + DP405 DU405 EBONY ERIC \ + EXBITGEN HUB405 MIP405 MIP405T \ + ML2 OCRTC ORSG PCI405 \ + PIP405 PLU405 PMC405 PPChameleonEVB \ + VOH405 W7OLMC W7OLMG WALNUT405 \ " ######################################################################### @@ -507,6 +507,9 @@ CRAYL1_config:unconfig DASA_SIM_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx dasa_sim esd +DP405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx dp405 esd + DU405_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx du405 esd @@ -519,6 +522,9 @@ ERIC_config:unconfig EXBITGEN_config:unconfig @./mkconfig $(@:_config=) ppc ppc4xx exbitgen +HUB405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx hub405 esd + MIP405_config:unconfig @./mkconfig $(@:_config=) ppc ppc4xx mip405 mpl @@ -540,12 +546,18 @@ PCI405_config: unconfig PIP405_config:unconfig @./mkconfig $(@:_config=) ppc ppc4xx pip405 mpl +PLU405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx plu405 esd + PMC405_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx pmc405 esd PPChameleonEVB_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx PPChameleonEVB dave +VOH405_config: unconfig + @./mkconfig $(@:_config=) ppc ppc4xx voh405 esd + W7OLMC_config \ W7OLMG_config: unconfig @./mkconfig $(@:_config=) ppc ppc4xx w7o |