Commit c419d1d6d06de612c05f5ae821bf29bc19c69030

Authored by stroese
1 parent 0621f6f9d3

some new esd boards added

Showing 3 changed files with 48 additions and 5 deletions Side-by-side Diff

... ... @@ -25,6 +25,10 @@
25 25  
26 26 NETVIA MPC8xx
27 27  
  28 +Reinhard Arlt <reinhard.arlt@esd-electronics.com>
  29 +
  30 + CPCI750 PPC750FX/GX
  31 +
28 32 Yuli Barcohen <yuli@arabellasw.com>
29 33  
30 34 Adder MPC87x/MPC852T
31 35  
... ... @@ -211,10 +215,10 @@
211 215  
212 216 Peter Pearse <peter.pearse@arm.com>
213 217  
214   - Integrator/AP CM 926EJ-S, CM7x0T, CM9x0T
  218 + Integrator/AP CM 926EJ-S, CM7x0T, CM9x0T
215 219 Integrator/CP CM 926EJ-S CM920T, CM940T, CM922T-XA10
216 220 Versatile/AB ARM926EJ-S
217   - Versatile/PB ARM926EJ-S
  221 + Versatile/PB ARM926EJ-S
218 222  
219 223 Denis Peter <d.peter@mpl.ch>
220 224  
221 225  
222 226  
... ... @@ -224,17 +228,21 @@
224 228 Stefan Roese <stefan.roese@esd-electronics.com>
225 229  
226 230 ADCIOP IOP480 (PPC401)
  231 + APC405 PPC405GP
227 232 AR405 PPC405GP
228 233 ASH405 PPC405EP
229 234 CANBT PPC405CR
230 235 CPCI405 PPC405GP
231 236 CPCI4052 PPC405GP
232 237 CPCI405AB PPC405GP
  238 + CPCI405DT PPC405GP
233 239 CPCI440 PPC440GP
234 240 CPCIISER4 PPC405GP
235 241 DASA_SIM IOP480 (PPC401)
236 242 DP405 PPC405EP
237 243 DU405 PPC405GP
  244 + G2000 PPC405EP
  245 + HH405 PPC405EP
238 246 HUB405 PPC405EP
239 247 OCRTC PPC405GP
240 248 ORSG PPC405GP
... ... @@ -242,6 +250,8 @@
242 250 PLU405 PPC405EP
243 251 PMC405 PPC405GP
244 252 VOH405 PPC405EP
  253 + VOM405 PPC405EP
  254 + WUH405 PPC405EP
245 255  
246 256 Travis Sawyer (travis.sawyer@sandburst.com>
247 257  
... ... @@ -459,6 +469,17 @@
459 469 Yasushi Shoji <yashi@atmark-techno.com>
460 470  
461 471 SUZAKU MicroBlaze
  472 +
  473 +#########################################################################
  474 +# Coldfire Systems: #
  475 +# #
  476 +# Maintainer Name, Email Address #
  477 +# Board CPU #
  478 +#########################################################################
  479 +
  480 +Stefan Roese <stefan.roese@esd-electronics.com>
  481 +
  482 + TASREG MCF5249
462 483  
463 484 #########################################################################
464 485 # End of MAINTAINERS list #
... ... @@ -68,7 +68,7 @@
68 68 ml300 OCOTEA OCRTC ORSG \
69 69 PCI405 PIP405 PLU405 PMC405 \
70 70 PPChameleonEVB VOH405 W7OLMC W7OLMG \
71   - WALNUT405 XPEDITE1K \
  71 + WALNUT405 WUH405 XPEDITE1K \
72 72 "
73 73  
74 74 #########################################################################
... ... @@ -122,7 +122,7 @@
122 122 "
123 123  
124 124 LIST_7xx=" \
125   - BAB7xx ELPPC \
  125 + BAB7xx CPCI750 ELPPC \
126 126 "
127 127  
128 128 LIST_ppc="${LIST_5xx} ${LIST_5xxx} \
... ... @@ -109,7 +109,7 @@
109 109 endif
110 110 LIBS += lib_$(ARCH)/lib$(ARCH).a
111 111 LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \
112   - fs/reiserfs/libreiserfs.a
  112 + fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a
113 113 LIBS += net/libnet.a
114 114 LIBS += disk/libdisk.a
115 115 LIBS += rtc/librtc.a
... ... @@ -685,6 +685,9 @@
685 685 ADCIOP_config: unconfig
686 686 @./mkconfig $(@:_config=) ppc ppc4xx adciop esd
687 687  
  688 +APC405_config: unconfig
  689 + @./mkconfig $(@:_config=) ppc ppc4xx apc405 esd
  690 +
688 691 AR405_config: unconfig
689 692 @./mkconfig $(@:_config=) ppc ppc4xx ar405 esd
690 693  
... ... @@ -714,6 +717,7 @@
714 717  
715 718 CPCI405_config \
716 719 CPCI4052_config \
  720 +CPCI405DT_config \
717 721 CPCI405AB_config: unconfig
718 722 @./mkconfig $(@:_config=) ppc ppc4xx cpci405 esd
719 723 @echo "BOARD_REVISION = $(@:_config=)" >>include/config.mk
... ... @@ -751,6 +755,12 @@
751 755 EXBITGEN_config: unconfig
752 756 @./mkconfig $(@:_config=) ppc ppc4xx exbitgen
753 757  
  758 +G2000_config: unconfig
  759 + @./mkconfig $(@:_config=) ppc ppc4xx g2000
  760 +
  761 +HH405_config: unconfig
  762 + @./mkconfig $(@:_config=) ppc ppc4xx hh405 esd
  763 +
754 764 HUB405_config: unconfig
755 765 @./mkconfig $(@:_config=) ppc ppc4xx hub405 esd
756 766  
... ... @@ -823,6 +833,9 @@
823 833 VOH405_config: unconfig
824 834 @./mkconfig $(@:_config=) ppc ppc4xx voh405 esd
825 835  
  836 +VOM405_config: unconfig
  837 + @./mkconfig $(@:_config=) ppc ppc4xx vom405 esd
  838 +
826 839 W7OLMC_config \
827 840 W7OLMG_config: unconfig
828 841 @./mkconfig $(@:_config=) ppc ppc4xx w7o
... ... @@ -830,6 +843,9 @@
830 843 WALNUT405_config: unconfig
831 844 @./mkconfig $(@:_config=) ppc ppc4xx walnut405
832 845  
  846 +WUH405_config: unconfig
  847 + @./mkconfig $(@:_config=) ppc ppc4xx wuh405 esd
  848 +
833 849 XPEDITE1K_config: unconfig
834 850 @./mkconfig $(@:_config=) ppc ppc4xx xpedite1k
835 851  
... ... @@ -1097,6 +1113,9 @@
1097 1113 M5282EVB_config : unconfig
1098 1114 @./mkconfig $(@:_config=) m68k mcf52x2 m5282evb
1099 1115  
  1116 +TASREG_config : unconfig
  1117 + @./mkconfig $(@:_config=) m68k mcf52x2 tasreg esd
  1118 +
1100 1119 #########################################################################
1101 1120 ## MPC85xx Systems
1102 1121 #########################################################################
... ... @@ -1149,6 +1168,9 @@
1149 1168  
1150 1169 BAB7xx_config: unconfig
1151 1170 @./mkconfig $(@:_config=) ppc 74xx_7xx bab7xx eltec
  1171 +
  1172 +CPCI750_config: unconfig
  1173 + @./mkconfig CPCI750 ppc 74xx_7xx cpci750 esd
1152 1174  
1153 1175 DB64360_config: unconfig
1154 1176 @./mkconfig DB64360 ppc 74xx_7xx db64360 Marvell