
--- CREDITS | 12 ++++++++++++ MAINTAINERS | 8 ++++++++ MAKEALL | 1 + Makefile | 3 +++ 4 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/CREDITS b/CREDITS index e84ef38..24da4b0 100644 --- a/CREDITS +++ b/CREDITS @@ -61,6 +61,10 @@ N: Jon Benediktsson E: jonb@marel.is D: Support for Marel V37 board
+N: Jim Black +E: jblack@azteknetworks.com +D: Support for cta5000s board + N: Raphael Bossek E: raphael.bossek@solutions4linux.de D: 8xxrom-0.3.0 @@ -188,6 +192,10 @@ N: Kirk Haderlie E: khaderlie@vividimage.com D: Added TFTP to 8xxrom (-> 0.3.1)
+N: Jeffrey Haemer +E: jhaemer@azteknetworks.com +D: Support for cta5000s board + N: Chris Hallinan E: clh@net1plus.com D: DHCP Support @@ -326,6 +334,10 @@ E: dan@embeddedalley.com D: FADSROM, the grandfather of all of this D: Support for Silicon Turnkey eXpress XTc
+N: Scott Mann +E: smann@azteknetworks.com +D: Support for cta5000s board + N: Andrea "llandre" Marson E: andrea.marson@dave-tech.it D: Port to PPChameleonEVB board diff --git a/MAINTAINERS b/MAINTAINERS index ac7572c..786dfc6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -50,6 +50,10 @@ Jerry Van Baren gerald.vanbaren@smiths-aerospace.com
sacsng MPC8260
+Jim Black jblack@azteknetworks.com + + cta5000s MPC8250 + Oliver Brown obrown@adventnetworks.com
gw8260 MPC8260 @@ -194,6 +198,10 @@ Howard Gray mvsensor@matrix-vision.de
MVS1 MPC823
+Jeffrey Haemer jhaemer@azteknetworks.com + + cta5000s MPC8250 + Joe Hamman joe.hamman@embeddedspecialties.com
sbc8548 MPC8548 diff --git a/MAKEALL b/MAKEALL index 791eabc..832ceae 100755 --- a/MAKEALL +++ b/MAKEALL @@ -283,6 +283,7 @@ LIST_8260=" \ cogent_mpc8260 \ CPU86 \ CPU87 \ + cta5000s \ ep8248 \ ep8260 \ ep82xxm \ diff --git a/Makefile b/Makefile index 6783fec..6db21c4 100644 --- a/Makefile +++ b/Makefile @@ -1714,6 +1714,9 @@ Rattler_config: unconfig @echo "#define CONFIG_MPC8248" > $(obj)include/config.h) @$(MKCONFIG) -a Rattler ppc mpc8260 rattler
+cta5000s_config: unconfig + @$(MKCONFIG) $(@:_config=) ppc mpc8260 cta5000s + RPXsuper_config: unconfig @$(MKCONFIG) $(@:_config=) ppc mpc8260 rpxsuper