Makefile 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773
  1. #
  2. # (C) Copyright 2000-2005
  3. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
  4. #
  5. # See file CREDITS for list of people who contributed to this
  6. # project.
  7. #
  8. # This program is free software; you can redistribute it and/or
  9. # modify it under the terms of the GNU General Public License as
  10. # published by the Free Software Foundation; either version 2 of
  11. # the License, or (at your option) any later version.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. # GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program; if not, write to the Free Software
  20. # Foundation, Inc., 59 Temple Place, Suite 330, Boston,
  21. # MA 02111-1307 USA
  22. #
  23. HOSTARCH := $(shell uname -m | \
  24. sed -e s/i.86/i386/ \
  25. -e s/sun4u/sparc64/ \
  26. -e s/arm.*/arm/ \
  27. -e s/sa110/arm/ \
  28. -e s/powerpc/ppc/ \
  29. -e s/macppc/ppc/)
  30. HOSTOS := $(shell uname -s | tr '[:upper:]' '[:lower:]' | \
  31. sed -e 's/\(cygwin\).*/cygwin/')
  32. export HOSTARCH HOSTOS
  33. # Deal with colliding definitions from tcsh etc.
  34. VENDOR=
  35. #########################################################################
  36. TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)
  37. export TOPDIR
  38. ifeq (include/config.mk,$(wildcard include/config.mk))
  39. # load ARCH, BOARD, and CPU configuration
  40. include include/config.mk
  41. export ARCH CPU BOARD VENDOR SOC
  42. # load other configuration
  43. include $(TOPDIR)/config.mk
  44. ifndef CROSS_COMPILE
  45. ifeq ($(HOSTARCH),ppc)
  46. CROSS_COMPILE =
  47. else
  48. ifeq ($(ARCH),ppc)
  49. CROSS_COMPILE = powerpc-linux-
  50. endif
  51. ifeq ($(ARCH),arm)
  52. CROSS_COMPILE = arm-linux-
  53. endif
  54. ifeq ($(ARCH),i386)
  55. ifeq ($(HOSTARCH),i386)
  56. CROSS_COMPILE =
  57. else
  58. CROSS_COMPILE = i386-linux-
  59. endif
  60. endif
  61. ifeq ($(ARCH),mips)
  62. CROSS_COMPILE = mips_4KC-
  63. endif
  64. ifeq ($(ARCH),nios)
  65. CROSS_COMPILE = nios-elf-
  66. endif
  67. ifeq ($(ARCH),nios2)
  68. CROSS_COMPILE = nios2-elf-
  69. endif
  70. ifeq ($(ARCH),m68k)
  71. CROSS_COMPILE = m68k-elf-
  72. endif
  73. ifeq ($(ARCH),microblaze)
  74. CROSS_COMPILE = mb-
  75. endif
  76. endif
  77. endif
  78. export CROSS_COMPILE
  79. #########################################################################
  80. # U-Boot objects....order is important (i.e. start must be first)
  81. OBJS = cpu/$(CPU)/start.o
  82. ifeq ($(CPU),i386)
  83. OBJS += cpu/$(CPU)/start16.o
  84. OBJS += cpu/$(CPU)/reset.o
  85. endif
  86. ifeq ($(CPU),ppc4xx)
  87. OBJS += cpu/$(CPU)/resetvec.o
  88. endif
  89. ifeq ($(CPU),mpc83xx)
  90. OBJS += cpu/$(CPU)/resetvec.o
  91. endif
  92. ifeq ($(CPU),mpc85xx)
  93. OBJS += cpu/$(CPU)/resetvec.o
  94. endif
  95. LIBS = lib_generic/libgeneric.a
  96. LIBS += board/$(BOARDDIR)/lib$(BOARD).a
  97. LIBS += cpu/$(CPU)/lib$(CPU).a
  98. ifdef SOC
  99. LIBS += cpu/$(CPU)/$(SOC)/lib$(SOC).a
  100. endif
  101. LIBS += lib_$(ARCH)/lib$(ARCH).a
  102. LIBS += fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a \
  103. fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a
  104. LIBS += net/libnet.a
  105. LIBS += disk/libdisk.a
  106. LIBS += rtc/librtc.a
  107. LIBS += dtt/libdtt.a
  108. LIBS += drivers/libdrivers.a
  109. LIBS += drivers/sk98lin/libsk98lin.a
  110. LIBS += post/libpost.a post/cpu/libcpu.a
  111. LIBS += common/libcommon.a
  112. .PHONY : $(LIBS)
  113. # Add GCC lib
  114. PLATFORM_LIBS += -L $(shell dirname `$(CC) $(CFLAGS) -print-libgcc-file-name`) -lgcc
  115. # The "tools" are needed early, so put this first
  116. # Don't include stuff already done in $(LIBS)
  117. SUBDIRS = tools \
  118. examples \
  119. post \
  120. post/cpu
  121. .PHONY : $(SUBDIRS)
  122. #########################################################################
  123. #########################################################################
  124. ALL = u-boot.srec u-boot.bin System.map
  125. all: $(ALL)
  126. u-boot.hex: u-boot
  127. $(OBJCOPY) ${OBJCFLAGS} -O ihex $< $@
  128. u-boot.srec: u-boot
  129. $(OBJCOPY) ${OBJCFLAGS} -O srec $< $@
  130. u-boot.bin: u-boot
  131. $(OBJCOPY) ${OBJCFLAGS} -O binary $< $@
  132. u-boot.img: u-boot.bin
  133. ./tools/mkimage -A $(ARCH) -T firmware -C none \
  134. -a $(TEXT_BASE) -e 0 \
  135. -n $(shell sed -n -e 's/.*U_BOOT_VERSION//p' include/version.h | \
  136. sed -e 's/"[ ]*$$/ for $(BOARD) board"/') \
  137. -d $< $@
  138. u-boot.dis: u-boot
  139. $(OBJDUMP) -d $< > $@
  140. u-boot: depend $(SUBDIRS) $(OBJS) $(LIBS) $(LDSCRIPT)
  141. UNDEF_SYM=`$(OBJDUMP) -x $(LIBS) |sed -n -e 's/.*\(__u_boot_cmd_.*\)/-u\1/p'|sort|uniq`;\
  142. $(LD) $(LDFLAGS) $$UNDEF_SYM $(OBJS) \
  143. --start-group $(LIBS) --end-group $(PLATFORM_LIBS) \
  144. -Map u-boot.map -o u-boot
  145. $(LIBS):
  146. $(MAKE) -C `dirname $@`
  147. $(SUBDIRS):
  148. $(MAKE) -C $@ all
  149. gdbtools:
  150. $(MAKE) -C tools/gdb || exit 1
  151. depend dep:
  152. @for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir .depend ; done
  153. tags:
  154. ctags -w `find $(SUBDIRS) include \
  155. lib_generic board/$(BOARDDIR) cpu/$(CPU) lib_$(ARCH) \
  156. fs/cramfs fs/fat fs/fdos fs/jffs2 \
  157. net disk rtc dtt drivers drivers/sk98lin common \
  158. \( -name CVS -prune \) -o \( -name '*.[ch]' -print \)`
  159. etags:
  160. etags -a `find $(SUBDIRS) include \
  161. lib_generic board/$(BOARDDIR) cpu/$(CPU) lib_$(ARCH) \
  162. fs/cramfs fs/fat fs/fdos fs/jffs2 \
  163. net disk rtc dtt drivers drivers/sk98lin common \
  164. \( -name CVS -prune \) -o \( -name '*.[ch]' -print \)`
  165. System.map: u-boot
  166. @$(NM) $< | \
  167. grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | \
  168. sort > System.map
  169. #########################################################################
  170. else
  171. all install u-boot u-boot.srec depend dep:
  172. @echo "System not configured - see README" >&2
  173. @ exit 1
  174. endif
  175. #########################################################################
  176. unconfig:
  177. @rm -f include/config.h include/config.mk board/*/config.tmp
  178. #========================================================================
  179. # PowerPC
  180. #========================================================================
  181. #########################################################################
  182. ## MPC5xx Systems
  183. #########################################################################
  184. canmb_config: unconfig
  185. @./mkconfig -a canmb ppc mpc5xxx canmb
  186. cmi_mpc5xx_config: unconfig
  187. @./mkconfig $(@:_config=) ppc mpc5xx cmi
  188. PATI_config: unconfig
  189. @./mkconfig $(@:_config=) ppc mpc5xx pati mpl
  190. #########################################################################
  191. ## MPC5xxx Systems
  192. #########################################################################
  193. aev_config: unconfig
  194. @./mkconfig -a aev ppc mpc5xxx tqm5200
  195. hmi1001_config: unconfig
  196. @./mkconfig hmi1001 ppc mpc5xxx hmi1001
  197. Lite5200_config \
  198. Lite5200_LOWBOOT_config \
  199. Lite5200_LOWBOOT08_config \
  200. icecube_5200_config \
  201. icecube_5200_LOWBOOT_config \
  202. icecube_5200_LOWBOOT08_config \
  203. icecube_5200_DDR_config \
  204. icecube_5200_DDR_LOWBOOT_config \
  205. icecube_5200_DDR_LOWBOOT08_config \
  206. icecube_5100_config: unconfig
  207. @ >include/config.h
  208. @[ -z "$(findstring LOWBOOT_,$@)" ] || \
  209. { if [ "$(findstring DDR,$@)" ] ; \
  210. then echo "TEXT_BASE = 0xFF800000" >board/icecube/config.tmp ; \
  211. else echo "TEXT_BASE = 0xFF000000" >board/icecube/config.tmp ; \
  212. fi ; \
  213. echo "... with LOWBOOT configuration" ; \
  214. }
  215. @[ -z "$(findstring LOWBOOT08,$@)" ] || \
  216. { echo "TEXT_BASE = 0xFF800000" >board/icecube/config.tmp ; \
  217. echo "... with 8 MB flash only" ; \
  218. echo "... with LOWBOOT configuration" ; \
  219. }
  220. @[ -z "$(findstring DDR,$@)" ] || \
  221. { echo "#define CONFIG_MPC5200_DDR" >>include/config.h ; \
  222. echo "... DDR memory revision" ; \
  223. }
  224. @[ -z "$(findstring 5200,$@)" ] || \
  225. { echo "#define CONFIG_MPC5200" >>include/config.h ; \
  226. echo "... with MPC5200 processor" ; \
  227. }
  228. @[ -z "$(findstring 5100,$@)" ] || \
  229. { echo "#define CONFIG_MGT5100" >>include/config.h ; \
  230. echo "... with MGT5100 processor" ; \
  231. }
  232. @./mkconfig -a IceCube ppc mpc5xxx icecube
  233. inka4x0_config: unconfig
  234. @./mkconfig inka4x0 ppc mpc5xxx inka4x0
  235. o2dnt_config:
  236. @./mkconfig -a o2dnt ppc mpc5xxx o2dnt
  237. PM520_config \
  238. PM520_DDR_config \
  239. PM520_ROMBOOT_config \
  240. PM520_ROMBOOT_DDR_config: unconfig
  241. @ >include/config.h
  242. @[ -z "$(findstring DDR,$@)" ] || \
  243. { echo "#define CONFIG_MPC5200_DDR" >>include/config.h ; \
  244. echo "... DDR memory revision" ; \
  245. }
  246. @[ -z "$(findstring ROMBOOT,$@)" ] || \
  247. { echo "#define CONFIG_BOOT_ROM" >>include/config.h ; \
  248. echo "... booting from 8-bit flash" ; \
  249. }
  250. @./mkconfig -a PM520 ppc mpc5xxx pm520
  251. MINI5200_config \
  252. EVAL5200_config \
  253. TOP5200_config: unconfig
  254. @ echo "#define CONFIG_$(@:_config=) 1" >include/config.h
  255. @./mkconfig -a TOP5200 ppc mpc5xxx top5200 emk
  256. Total5100_config \
  257. Total5200_config \
  258. Total5200_lowboot_config \
  259. Total5200_Rev2_config \
  260. Total5200_Rev2_lowboot_config: unconfig
  261. @ >include/config.h
  262. @[ -z "$(findstring 5100,$@)" ] || \
  263. { echo "#define CONFIG_MGT5100" >>include/config.h ; \
  264. echo "... with MGT5100 processor" ; \
  265. }
  266. @[ -z "$(findstring 5200,$@)" ] || \
  267. { echo "#define CONFIG_MPC5200" >>include/config.h ; \
  268. echo "... with MPC5200 processor" ; \
  269. }
  270. @[ -n "$(findstring Rev,$@)" ] || \
  271. { echo "#define CONFIG_TOTAL5200_REV 1" >>include/config.h ; \
  272. echo "... revision 1 board" ; \
  273. }
  274. @[ -z "$(findstring Rev2_,$@)" ] || \
  275. { echo "#define CONFIG_TOTAL5200_REV 2" >>include/config.h ; \
  276. echo "... revision 2 board" ; \
  277. }
  278. @[ -z "$(findstring lowboot_,$@)" ] || \
  279. { echo "TEXT_BASE = 0xFE000000" >board/total5200/config.tmp ; \
  280. echo "... with lowboot configuration" ; \
  281. }
  282. @./mkconfig -a Total5200 ppc mpc5xxx total5200
  283. TQM5200_auto_config \
  284. TQM5200_AA_config \
  285. TQM5200_AB_config \
  286. TQM5200_AC_config \
  287. MiniFAP_config: unconfig
  288. @ >include/config.h
  289. @[ -z "$(findstring MiniFAP,$@)" ] || \
  290. { echo "#define CONFIG_MINIFAP" >>include/config.h ; \
  291. echo "#define CONFIG_TQM5200_AC" >>include/config.h ; \
  292. echo "... TQM5200_AC on MiniFAP" ; \
  293. }
  294. @[ -z "$(findstring AA,$@)" ] || \
  295. { echo "#define CONFIG_TQM5200_AA" >>include/config.h ; \
  296. echo "... with 4 MB Flash, 16 MB SDRAM, 32 kB EEPROM" ; \
  297. }
  298. @[ -z "$(findstring AB,$@)" ] || \
  299. { echo "#define CONFIG_TQM5200_AB" >>include/config.h ; \
  300. echo "... with 64 MB Flash, 64 MB SDRAM, 32 kB EEPROM, 512 kB SRAM" ; \
  301. echo "... with Graphics Controller"; \
  302. }
  303. @[ -z "$(findstring AC,$@)" ] || \
  304. { echo "#define CONFIG_TQM5200_AC" >>include/config.h ; \
  305. echo "... with 4 MB Flash, 128 MB SDRAM" ; \
  306. echo "... with Graphics Controller"; \
  307. }
  308. @[ -z "$(findstring auto,$@)" ] || \
  309. { echo "#define CONFIG_CS_AUTOCONF" >>include/config.h ; \
  310. echo "... with automatic CS configuration" ; \
  311. }
  312. @./mkconfig -a TQM5200 ppc mpc5xxx tqm5200
  313. spieval_config: unconfig
  314. echo "#define CONFIG_CS_AUTOCONF">>include/config.h
  315. echo "... with automatic CS configuration"
  316. @./mkconfig -a spieval ppc mpc5xxx tqm5200
  317. #########################################################################
  318. ## MPC8xx Systems
  319. #########################################################################
  320. Adder_config \
  321. Adder87x_config \
  322. AdderII_config \
  323. : unconfig
  324. $(if $(findstring AdderII,$@), \
  325. @echo "#define CONFIG_MPC852T" > include/config.h)
  326. @./mkconfig -a Adder ppc mpc8xx adder
  327. ADS860_config \
  328. FADS823_config \
  329. FADS850SAR_config \
  330. MPC86xADS_config \
  331. MPC885ADS_config \
  332. FADS860T_config: unconfig
  333. @./mkconfig $(@:_config=) ppc mpc8xx fads
  334. AMX860_config : unconfig
  335. @./mkconfig $(@:_config=) ppc mpc8xx amx860 westel
  336. c2mon_config: unconfig
  337. @./mkconfig $(@:_config=) ppc mpc8xx c2mon
  338. CCM_config: unconfig
  339. @./mkconfig $(@:_config=) ppc mpc8xx CCM siemens
  340. cogent_mpc8xx_config: unconfig
  341. @./mkconfig $(@:_config=) ppc mpc8xx cogent
  342. ELPT860_config: unconfig
  343. @./mkconfig $(@:_config=) ppc mpc8xx elpt860 LEOX
  344. ESTEEM192E_config: unconfig
  345. @./mkconfig $(@:_config=) ppc mpc8xx esteem192e
  346. ETX094_config : unconfig
  347. @./mkconfig $(@:_config=) ppc mpc8xx etx094
  348. FLAGADM_config: unconfig
  349. @./mkconfig $(@:_config=) ppc mpc8xx flagadm
  350. xtract_GEN860T = $(subst _SC,,$(subst _config,,$1))
  351. GEN860T_SC_config \
  352. GEN860T_config: unconfig
  353. @ >include/config.h
  354. @[ -z "$(findstring _SC,$@)" ] || \
  355. { echo "#define CONFIG_SC" >>include/config.h ; \
  356. echo "With reduced H/W feature set (SC)..." ; \
  357. }
  358. @./mkconfig -a $(call xtract_GEN860T,$@) ppc mpc8xx gen860t
  359. GENIETV_config: unconfig
  360. @./mkconfig $(@:_config=) ppc mpc8xx genietv
  361. GTH_config: unconfig
  362. @./mkconfig $(@:_config=) ppc mpc8xx gth
  363. hermes_config : unconfig
  364. @./mkconfig $(@:_config=) ppc mpc8xx hermes
  365. HMI10_config : unconfig
  366. @./mkconfig $(@:_config=) ppc mpc8xx tqm8xx
  367. IAD210_config: unconfig
  368. @./mkconfig $(@:_config=) ppc mpc8xx IAD210 siemens
  369. xtract_ICU862 = $(subst _100MHz,,$(subst _config,,$1))
  370. ICU862_100MHz_config \
  371. ICU862_config: unconfig
  372. @ >include/config.h
  373. @[ -z "$(findstring _100MHz,$@)" ] || \
  374. { echo "#define CONFIG_100MHz" >>include/config.h ; \
  375. echo "... with 100MHz system clock" ; \
  376. }
  377. @./mkconfig -a $(call xtract_ICU862,$@) ppc mpc8xx icu862
  378. IP860_config : unconfig
  379. @./mkconfig $(@:_config=) ppc mpc8xx ip860
  380. IVML24_256_config \
  381. IVML24_128_config \
  382. IVML24_config: unconfig
  383. @ >include/config.h
  384. @[ -z "$(findstring IVML24_config,$@)" ] || \
  385. { echo "#define CONFIG_IVML24_16M" >>include/config.h ; \
  386. }
  387. @[ -z "$(findstring IVML24_128_config,$@)" ] || \
  388. { echo "#define CONFIG_IVML24_32M" >>include/config.h ; \
  389. }
  390. @[ -z "$(findstring IVML24_256_config,$@)" ] || \
  391. { echo "#define CONFIG_IVML24_64M" >>include/config.h ; \
  392. }
  393. @./mkconfig -a IVML24 ppc mpc8xx ivm
  394. IVMS8_256_config \
  395. IVMS8_128_config \
  396. IVMS8_config: unconfig
  397. @ >include/config.h
  398. @[ -z "$(findstring IVMS8_config,$@)" ] || \
  399. { echo "#define CONFIG_IVMS8_16M" >>include/config.h ; \
  400. }
  401. @[ -z "$(findstring IVMS8_128_config,$@)" ] || \
  402. { echo "#define CONFIG_IVMS8_32M" >>include/config.h ; \
  403. }
  404. @[ -z "$(findstring IVMS8_256_config,$@)" ] || \
  405. { echo "#define CONFIG_IVMS8_64M" >>include/config.h ; \
  406. }
  407. @./mkconfig -a IVMS8 ppc mpc8xx ivm
  408. KUP4K_config : unconfig
  409. @./mkconfig $(@:_config=) ppc mpc8xx kup4k kup
  410. KUP4X_config : unconfig
  411. @./mkconfig $(@:_config=) ppc mpc8xx kup4x kup
  412. LANTEC_config : unconfig
  413. @./mkconfig $(@:_config=) ppc mpc8xx lantec
  414. lwmon_config: unconfig
  415. @./mkconfig $(@:_config=) ppc mpc8xx lwmon
  416. MBX_config \
  417. MBX860T_config: unconfig
  418. @./mkconfig $(@:_config=) ppc mpc8xx mbx8xx
  419. MHPC_config: unconfig
  420. @./mkconfig $(@:_config=) ppc mpc8xx mhpc eltec
  421. MVS1_config : unconfig
  422. @./mkconfig $(@:_config=) ppc mpc8xx mvs1
  423. xtract_NETVIA = $(subst _V2,,$(subst _config,,$1))
  424. NETVIA_V2_config \
  425. NETVIA_config: unconfig
  426. @ >include/config.h
  427. @[ -z "$(findstring NETVIA_config,$@)" ] || \
  428. { echo "#define CONFIG_NETVIA_VERSION 1" >>include/config.h ; \
  429. echo "... Version 1" ; \
  430. }
  431. @[ -z "$(findstring NETVIA_V2_config,$@)" ] || \
  432. { echo "#define CONFIG_NETVIA_VERSION 2" >>include/config.h ; \
  433. echo "... Version 2" ; \
  434. }
  435. @./mkconfig -a $(call xtract_NETVIA,$@) ppc mpc8xx netvia
  436. xtract_NETPHONE = $(subst _V2,,$(subst _config,,$1))
  437. NETPHONE_V2_config \
  438. NETPHONE_config: unconfig
  439. @ >include/config.h
  440. @[ -z "$(findstring NETPHONE_config,$@)" ] || \
  441. { echo "#define CONFIG_NETPHONE_VERSION 1" >>include/config.h ; \
  442. }
  443. @[ -z "$(findstring NETPHONE_V2_config,$@)" ] || \
  444. { echo "#define CONFIG_NETPHONE_VERSION 2" >>include/config.h ; \
  445. }
  446. @./mkconfig -a $(call xtract_NETPHONE,$@) ppc mpc8xx netphone
  447. xtract_NETTA = $(subst _SWAPHOOK,,$(subst _6412,,$(subst _ISDN,,$(subst _config,,$1))))
  448. NETTA_ISDN_6412_SWAPHOOK_config \
  449. NETTA_ISDN_SWAPHOOK_config \
  450. NETTA_6412_SWAPHOOK_config \
  451. NETTA_SWAPHOOK_config \
  452. NETTA_ISDN_6412_config \
  453. NETTA_ISDN_config \
  454. NETTA_6412_config \
  455. NETTA_config: unconfig
  456. @ >include/config.h
  457. @[ -z "$(findstring ISDN_,$@)" ] || \
  458. { echo "#define CONFIG_NETTA_ISDN 1" >>include/config.h ; \
  459. }
  460. @[ -n "$(findstring ISDN_,$@)" ] || \
  461. { echo "#undef CONFIG_NETTA_ISDN" >>include/config.h ; \
  462. }
  463. @[ -z "$(findstring 6412_,$@)" ] || \
  464. { echo "#define CONFIG_NETTA_6412 1" >>include/config.h ; \
  465. }
  466. @[ -n "$(findstring 6412_,$@)" ] || \
  467. { echo "#undef CONFIG_NETTA_6412" >>include/config.h ; \
  468. }
  469. @[ -z "$(findstring SWAPHOOK_,$@)" ] || \
  470. { echo "#define CONFIG_NETTA_SWAPHOOK 1" >>include/config.h ; \
  471. }
  472. @[ -n "$(findstring SWAPHOOK_,$@)" ] || \
  473. { echo "#undef CONFIG_NETTA_SWAPHOOK" >>include/config.h ; \
  474. }
  475. @./mkconfig -a $(call xtract_NETTA,$@) ppc mpc8xx netta
  476. xtract_NETTA2 = $(subst _V2,,$(subst _config,,$1))
  477. NETTA2_V2_config \
  478. NETTA2_config: unconfig
  479. @ >include/config.h
  480. @[ -z "$(findstring NETTA2_config,$@)" ] || \
  481. { echo "#define CONFIG_NETTA2_VERSION 1" >>include/config.h ; \
  482. }
  483. @[ -z "$(findstring NETTA2_V2_config,$@)" ] || \
  484. { echo "#define CONFIG_NETTA2_VERSION 2" >>include/config.h ; \
  485. }
  486. @./mkconfig -a $(call xtract_NETTA2,$@) ppc mpc8xx netta2
  487. NC650_config: unconfig
  488. @./mkconfig $(@:_config=) ppc mpc8xx nc650
  489. NX823_config: unconfig
  490. @./mkconfig $(@:_config=) ppc mpc8xx nx823
  491. pcu_e_config: unconfig
  492. @./mkconfig $(@:_config=) ppc mpc8xx pcu_e siemens
  493. QS850_config: unconfig
  494. @./mkconfig $(@:_config=) ppc mpc8xx qs850 snmc
  495. QS823_config: unconfig
  496. @./mkconfig $(@:_config=) ppc mpc8xx qs850 snmc
  497. QS860T_config: unconfig
  498. @./mkconfig $(@:_config=) ppc mpc8xx qs860t snmc
  499. quantum_config: unconfig
  500. @./mkconfig $(@:_config=) ppc mpc8xx quantum
  501. R360MPI_config: unconfig
  502. @./mkconfig $(@:_config=) ppc mpc8xx r360mpi
  503. RBC823_config: unconfig
  504. @./mkconfig $(@:_config=) ppc mpc8xx rbc823
  505. RPXClassic_config: unconfig
  506. @./mkconfig $(@:_config=) ppc mpc8xx RPXClassic
  507. RPXlite_config: unconfig
  508. @./mkconfig $(@:_config=) ppc mpc8xx RPXlite
  509. RPXlite_DW_64_config \
  510. RPXlite_DW_LCD_config \
  511. RPXlite_DW_64_LCD_config \
  512. RPXlite_DW_NVRAM_config \
  513. RPXlite_DW_NVRAM_64_config \
  514. RPXlite_DW_NVRAM_LCD_config \
  515. RPXlite_DW_NVRAM_64_LCD_config \
  516. RPXlite_DW_config: unconfig
  517. @ >include/config.h
  518. @[ -z "$(findstring _64,$@)" ] || \
  519. { echo "#define RPXlite_64MHz" >>include/config.h ; \
  520. echo "... with 64MHz system clock ..."; \
  521. }
  522. @[ -z "$(findstring _LCD,$@)" ] || \
  523. { echo "#define CONFIG_LCD" >>include/config.h ; \
  524. echo "#define CONFIG_NEC_NL6448BC20" >>include/config.h ; \
  525. echo "... with LCD display ..."; \
  526. }
  527. @[ -z "$(findstring _NVRAM,$@)" ] || \
  528. { echo "#define CFG_ENV_IS_IN_NVRAM" >>include/config.h ; \
  529. echo "... with ENV in NVRAM ..."; \
  530. }
  531. @./mkconfig -a RPXlite_DW ppc mpc8xx RPXlite_dw
  532. rmu_config: unconfig
  533. @./mkconfig $(@:_config=) ppc mpc8xx rmu
  534. RRvision_config: unconfig
  535. @./mkconfig $(@:_config=) ppc mpc8xx RRvision
  536. RRvision_LCD_config: unconfig
  537. @echo "#define CONFIG_LCD" >include/config.h
  538. @echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
  539. @./mkconfig -a RRvision ppc mpc8xx RRvision
  540. SM850_config : unconfig
  541. @./mkconfig $(@:_config=) ppc mpc8xx tqm8xx
  542. SPD823TS_config: unconfig
  543. @./mkconfig $(@:_config=) ppc mpc8xx spd8xx
  544. stxxtc_config: unconfig
  545. @./mkconfig $(@:_config=) ppc mpc8xx stxxtc
  546. svm_sc8xx_config: unconfig
  547. @ >include/config.h
  548. @./mkconfig $(@:_config=) ppc mpc8xx svm_sc8xx
  549. SXNI855T_config: unconfig
  550. @./mkconfig $(@:_config=) ppc mpc8xx sixnet
  551. # EMK MPC8xx based modules
  552. TOP860_config: unconfig
  553. @./mkconfig $(@:_config=) ppc mpc8xx top860 emk
  554. # Play some tricks for configuration selection
  555. # Only 855 and 860 boards may come with FEC
  556. # and only 823 boards may have LCD support
  557. xtract_8xx = $(subst _LCD,,$(subst _config,,$1))
  558. FPS850L_config \
  559. FPS860L_config \
  560. NSCU_config \
  561. TQM823L_config \
  562. TQM823L_LCD_config \
  563. TQM850L_config \
  564. TQM855L_config \
  565. TQM860L_config \
  566. TQM862L_config \
  567. TQM823M_config \
  568. TQM850M_config \
  569. TQM855M_config \
  570. TQM860M_config \
  571. TQM862M_config \
  572. TQM866M_config: unconfig
  573. @ >include/config.h
  574. @[ -z "$(findstring _LCD,$@)" ] || \
  575. { echo "#define CONFIG_LCD" >>include/config.h ; \
  576. echo "#define CONFIG_NEC_NL6448BC20" >>include/config.h ; \
  577. echo "... with LCD display" ; \
  578. }
  579. @./mkconfig -a $(call xtract_8xx,$@) ppc mpc8xx tqm8xx
  580. TTTech_config: unconfig
  581. @echo "#define CONFIG_LCD" >include/config.h
  582. @echo "#define CONFIG_SHARP_LQ104V7DS01" >>include/config.h
  583. @./mkconfig -a TQM823L ppc mpc8xx tqm8xx
  584. uc100_config : unconfig
  585. @./mkconfig $(@:_config=) ppc mpc8xx uc100
  586. v37_config: unconfig
  587. @echo "#define CONFIG_LCD" >include/config.h
  588. @echo "#define CONFIG_SHARP_LQ084V1DG21" >>include/config.h
  589. @./mkconfig $(@:_config=) ppc mpc8xx v37
  590. wtk_config: unconfig
  591. @echo "#define CONFIG_LCD" >include/config.h
  592. @echo "#define CONFIG_SHARP_LQ065T9DR51U" >>include/config.h
  593. @./mkconfig -a TQM823L ppc mpc8xx tqm8xx
  594. #########################################################################
  595. ## PPC4xx Systems
  596. #########################################################################
  597. xtract_4xx = $(subst _25,,$(subst _33,,$(subst _BA,,$(subst _ME,,$(subst _HI,,$(subst _config,,$1))))))
  598. ADCIOP_config: unconfig
  599. @./mkconfig $(@:_config=) ppc ppc4xx adciop esd
  600. APC405_config: unconfig
  601. @./mkconfig $(@:_config=) ppc ppc4xx apc405 esd
  602. AR405_config: unconfig
  603. @./mkconfig $(@:_config=) ppc ppc4xx ar405 esd
  604. ASH405_config: unconfig
  605. @./mkconfig $(@:_config=) ppc ppc4xx ash405 esd
  606. bamboo_config: unconfig
  607. @./mkconfig $(@:_config=) ppc ppc4xx bamboo amcc
  608. bubinga_config: unconfig
  609. @./mkconfig $(@:_config=) ppc ppc4xx bubinga amcc
  610. CANBT_config: unconfig
  611. @./mkconfig $(@:_config=) ppc ppc4xx canbt esd
  612. CATcenter_config \
  613. CATcenter_25_config \
  614. CATcenter_33_config: unconfig
  615. @ echo "/* CATcenter uses PPChameleon Model ME */" > include/config.h
  616. @ echo "#define CONFIG_PPCHAMELEON_MODULE_MODEL 1" >> include/config.h
  617. @[ -z "$(findstring _25,$@)" ] || \
  618. { echo "#define CONFIG_PPCHAMELEON_CLK_25" >>include/config.h ; \
  619. echo "SysClk = 25MHz" ; \
  620. }
  621. @[ -z "$(findstring _33,$@)" ] || \
  622. { echo "#define CONFIG_PPCHAMELEON_CLK_33" >>include/config.h ; \
  623. echo "SysClk = 33MHz" ; \
  624. }
  625. @./mkconfig -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave
  626. CPCI405_config \
  627. CPCI4052_config \
  628. CPCI405DT_config \
  629. CPCI405AB_config: unconfig
  630. @./mkconfig $(@:_config=) ppc ppc4xx cpci405 esd
  631. @echo "BOARD_REVISION = $(@:_config=)" >>include/config.mk
  632. CPCI440_config: unconfig
  633. @./mkconfig $(@:_config=) ppc ppc4xx cpci440 esd
  634. CPCIISER4_config: unconfig
  635. @./mkconfig $(@:_config=) ppc ppc4xx cpciiser4 esd
  636. CRAYL1_config: unconfig
  637. @./mkconfig $(@:_config=) ppc ppc4xx L1 cray
  638. csb272_config: unconfig
  639. @./mkconfig $(@:_config=) ppc ppc4xx csb272
  640. csb472_config: unconfig
  641. @./mkconfig $(@:_config=) ppc ppc4xx csb472
  642. DASA_SIM_config: unconfig
  643. @./mkconfig $(@:_config=) ppc ppc4xx dasa_sim esd
  644. DP405_config: unconfig
  645. @./mkconfig $(@:_config=) ppc ppc4xx dp405 esd
  646. DU405_config: unconfig
  647. @./mkconfig $(@:_config=) ppc ppc4xx du405 esd
  648. ebony_config: unconfig
  649. @./mkconfig $(@:_config=) ppc ppc4xx ebony amcc
  650. ERIC_config: unconfig
  651. @./mkconfig $(@:_config=) ppc ppc4xx eric
  652. EXBITGEN_config: unconfig
  653. @./mkconfig $(@:_config=) ppc ppc4xx exbitgen
  654. G2000_config: unconfig
  655. @./mkconfig $(@:_config=) ppc ppc4xx g2000
  656. HH405_config: unconfig
  657. @./mkconfig $(@:_config=) ppc ppc4xx hh405 esd
  658. HUB405_config: unconfig
  659. @./mkconfig $(@:_config=) ppc ppc4xx hub405 esd
  660. JSE_config: unconfig
  661. @./mkconfig $(@:_config=) ppc ppc4xx jse
  662. KAREF_config: unconfig
  663. @./mkconfig $(@:_config=) ppc ppc4xx karef sandburst
  664. METROBOX_config: unconfig
  665. @./mkconfig $(@:_config=) ppc ppc4xx metrobox sandburst
  666. MIP405_config: unconfig
  667. @./mkconfig $(@:_config=) ppc ppc4xx mip405 mpl
  668. MIP405T_config: unconfig
  669. @echo "#define CONFIG_MIP405T" >include/config.h
  670. @echo "Enable subset config for MIP405T"
  671. @./mkconfig -a MIP405 ppc ppc4xx mip405 mpl
  672. ML2_config: unconfig
  673. @./mkconfig $(@:_config=) ppc ppc4xx ml2
  674. ml300_config: unconfig
  675. @./mkconfig $(@:_config=) ppc ppc4xx ml300 xilinx
  676. ocotea_config: unconfig
  677. @./mkconfig $(@:_config=) ppc ppc4xx ocotea amcc
  678. OCRTC_config \
  679. ORSG_config: unconfig
  680. @./mkconfig $(@:_config=) ppc ppc4xx ocrtc esd
  681. PCI405_config: unconfig
  682. @./mkconfig $(@:_config=) ppc ppc4xx pci405 esd
  683. PIP405_config: unconfig
  684. @./mkconfig $(@:_config=) ppc ppc4xx pip405 mpl
  685. PLU405_config: unconfig
  686. @./mkconfig $(@:_config=) ppc ppc4xx plu405 esd
  687. PMC405_config: unconfig
  688. @./mkconfig $(@:_config=) ppc ppc4xx pmc405 esd
  689. PPChameleonEVB_config \
  690. PPChameleonEVB_BA_25_config \
  691. PPChameleonEVB_ME_25_config \
  692. PPChameleonEVB_HI_25_config \
  693. PPChameleonEVB_BA_33_config \
  694. PPChameleonEVB_ME_33_config \
  695. PPChameleonEVB_HI_33_config: unconfig
  696. @ >include/config.h
  697. @[ -z "$(findstring EVB_BA,$@)" ] || \
  698. { echo "#define CONFIG_PPCHAMELEON_MODULE_MODEL 0" >>include/config.h ; \
  699. echo "... BASIC model" ; \
  700. }
  701. @[ -z "$(findstring EVB_ME,$@)" ] || \
  702. { echo "#define CONFIG_PPCHAMELEON_MODULE_MODEL 1" >>include/config.h ; \
  703. echo "... MEDIUM model" ; \
  704. }
  705. @[ -z "$(findstring EVB_HI,$@)" ] || \
  706. { echo "#define CONFIG_PPCHAMELEON_MODULE_MODEL 2" >>include/config.h ; \
  707. echo "... HIGH-END model" ; \
  708. }
  709. @[ -z "$(findstring _25,$@)" ] || \
  710. { echo "#define CONFIG_PPCHAMELEON_CLK_25" >>include/config.h ; \
  711. echo "SysClk = 25MHz" ; \
  712. }
  713. @[ -z "$(findstring _33,$@)" ] || \
  714. { echo "#define CONFIG_PPCHAMELEON_CLK_33" >>include/config.h ; \
  715. echo "SysClk = 33MHz" ; \
  716. }
  717. @./mkconfig -a $(call xtract_4xx,$@) ppc ppc4xx PPChameleonEVB dave
  718. sbc405_config: unconfig
  719. @./mkconfig $(@:_config=) ppc ppc4xx sbc405
  720. sycamore_config: unconfig
  721. @echo "Configuring for sycamore board as subset of walnut..."
  722. @./mkconfig -a walnut ppc ppc4xx walnut amcc
  723. VOH405_config: unconfig
  724. @./mkconfig $(@:_config=) ppc ppc4xx voh405 esd
  725. VOM405_config: unconfig
  726. @./mkconfig $(@:_config=) ppc ppc4xx vom405 esd
  727. W7OLMC_config \
  728. W7OLMG_config: unconfig
  729. @./mkconfig $(@:_config=) ppc ppc4xx w7o
  730. walnut_config: unconfig
  731. @./mkconfig $(@:_config=) ppc ppc4xx walnut amcc
  732. WUH405_config: unconfig
  733. @./mkconfig $(@:_config=) ppc ppc4xx wuh405 esd
  734. XPEDITE1K_config: unconfig
  735. @./mkconfig $(@:_config=) ppc ppc4xx xpedite1k
  736. yosemite_config: unconfig
  737. @./mkconfig $(@:_config=) ppc ppc4xx yosemite amcc
  738. yellowstone_config: unconfig
  739. @./mkconfig $(@:_config=) ppc ppc4xx yellowstone amcc
  740. #########################################################################
  741. ## MPC8220 Systems
  742. #########################################################################
  743. Alaska8220_config \
  744. Yukon8220_config: unconfig
  745. @./mkconfig $(@:_config=) ppc mpc8220 alaska
  746. sorcery_config: unconfig
  747. @./mkconfig $(@:_config=) ppc mpc8220 sorcery
  748. #########################################################################
  749. ## MPC824x Systems
  750. #########################################################################
  751. xtract_82xx = $(subst _BIGFLASH,,$(subst _ROMBOOT,,$(subst _L2,,$(subst _266MHz,,$(subst _300MHz,,$(subst _config,,$1))))))
  752. A3000_config: unconfig
  753. @./mkconfig $(@:_config=) ppc mpc824x a3000
  754. BMW_config: unconfig
  755. @./mkconfig $(@:_config=) ppc mpc824x bmw
  756. CPC45_config \
  757. CPC45_ROMBOOT_config: unconfig
  758. @./mkconfig $(call xtract_82xx,$@) ppc mpc824x cpc45
  759. @cd ./include ; \
  760. if [ "$(findstring _ROMBOOT_,$@)" ] ; then \
  761. echo "CONFIG_BOOT_ROM = y" >> config.mk ; \
  762. echo "... booting from 8-bit flash" ; \
  763. else \
  764. echo "CONFIG_BOOT_ROM = n" >> config.mk ; \
  765. echo "... booting from 64-bit flash" ; \
  766. fi; \
  767. echo "export CONFIG_BOOT_ROM" >> config.mk;
  768. CU824_config: unconfig
  769. @./mkconfig $(@:_config=) ppc mpc824x cu824
  770. debris_config: unconfig
  771. @./mkconfig $(@:_config=) ppc mpc824x debris etin
  772. eXalion_config: unconfig
  773. @./mkconfig $(@:_config=) ppc mpc824x eXalion
  774. HIDDEN_DRAGON_config: unconfig
  775. @./mkconfig $(@:_config=) ppc mpc824x hidden_dragon
  776. MOUSSE_config: unconfig
  777. @./mkconfig $(@:_config=) ppc mpc824x mousse
  778. MUSENKI_config: unconfig
  779. @./mkconfig $(@:_config=) ppc mpc824x musenki
  780. MVBLUE_config: unconfig
  781. @./mkconfig $(@:_config=) ppc mpc824x mvblue
  782. OXC_config: unconfig
  783. @./mkconfig $(@:_config=) ppc mpc824x oxc
  784. PN62_config: unconfig
  785. @./mkconfig $(@:_config=) ppc mpc824x pn62
  786. Sandpoint8240_config: unconfig
  787. @./mkconfig $(@:_config=) ppc mpc824x sandpoint
  788. Sandpoint8245_config: unconfig
  789. @./mkconfig $(@:_config=) ppc mpc824x sandpoint
  790. sbc8240_config: unconfig
  791. @./mkconfig $(@:_config=) ppc mpc824x sbc8240
  792. SL8245_config: unconfig
  793. @./mkconfig $(@:_config=) ppc mpc824x sl8245
  794. utx8245_config: unconfig
  795. @./mkconfig $(@:_config=) ppc mpc824x utx8245
  796. cobra5272_config : unconfig
  797. @./mkconfig $(@:_config=) m68k mcf52x2 cobra5272
  798. #########################################################################
  799. ## MPC8260 Systems
  800. #########################################################################
  801. atc_config: unconfig
  802. @./mkconfig $(@:_config=) ppc mpc8260 atc
  803. cogent_mpc8260_config: unconfig
  804. @./mkconfig $(@:_config=) ppc mpc8260 cogent
  805. CPU86_config \
  806. CPU86_ROMBOOT_config: unconfig
  807. @./mkconfig $(call xtract_82xx,$@) ppc mpc8260 cpu86
  808. @cd ./include ; \
  809. if [ "$(findstring _ROMBOOT_,$@)" ] ; then \
  810. echo "CONFIG_BOOT_ROM = y" >> config.mk ; \
  811. echo "... booting from 8-bit flash" ; \
  812. else \
  813. echo "CONFIG_BOOT_ROM = n" >> config.mk ; \
  814. echo "... booting from 64-bit flash" ; \
  815. fi; \
  816. echo "export CONFIG_BOOT_ROM" >> config.mk;
  817. CPU87_config \
  818. CPU87_ROMBOOT_config: unconfig
  819. @./mkconfig $(call xtract_82xx,$@) ppc mpc8260 cpu87
  820. @cd ./include ; \
  821. if [ "$(findstring _ROMBOOT_,$@)" ] ; then \
  822. echo "CONFIG_BOOT_ROM = y" >> config.mk ; \
  823. echo "... booting from 8-bit flash" ; \
  824. else \
  825. echo "CONFIG_BOOT_ROM = n" >> config.mk ; \
  826. echo "... booting from 64-bit flash" ; \
  827. fi; \
  828. echo "export CONFIG_BOOT_ROM" >> config.mk;
  829. ep8248_config \
  830. ep8248E_config : unconfig
  831. @./mkconfig ep8248 ppc mpc8260 ep8248
  832. ep8260_config: unconfig
  833. @./mkconfig $(@:_config=) ppc mpc8260 ep8260
  834. gw8260_config: unconfig
  835. @./mkconfig $(@:_config=) ppc mpc8260 gw8260
  836. hymod_config: unconfig
  837. @./mkconfig $(@:_config=) ppc mpc8260 hymod
  838. IDS8247_config: unconfig
  839. @./mkconfig $(@:_config=) ppc mpc8260 ids8247
  840. IPHASE4539_config: unconfig
  841. @./mkconfig $(@:_config=) ppc mpc8260 iphase4539
  842. ISPAN_config \
  843. ISPAN_REVB_config: unconfig
  844. @if [ "$(findstring _REVB_,$@)" ] ; then \
  845. echo "#define CFG_REV_B" > include/config.h ; \
  846. fi
  847. @./mkconfig -a ISPAN ppc mpc8260 ispan
  848. MPC8260ADS_config \
  849. MPC8260ADS_lowboot_config \
  850. MPC8260ADS_33MHz_config \
  851. MPC8260ADS_33MHz_lowboot_config \
  852. MPC8260ADS_40MHz_config \
  853. MPC8260ADS_40MHz_lowboot_config \
  854. MPC8272ADS_config \
  855. MPC8272ADS_lowboot_config \
  856. PQ2FADS_config \
  857. PQ2FADS_lowboot_config \
  858. PQ2FADS-VR_config \
  859. PQ2FADS-VR_lowboot_config \
  860. PQ2FADS-ZU_config \
  861. PQ2FADS-ZU_lowboot_config \
  862. PQ2FADS-ZU_66MHz_config \
  863. PQ2FADS-ZU_66MHz_lowboot_config \
  864. : unconfig
  865. $(if $(findstring PQ2FADS,$@), \
  866. @echo "#define CONFIG_ADSTYPE CFG_PQ2FADS" > include/config.h, \
  867. @echo "#define CONFIG_ADSTYPE CFG_"$(subst MPC,,$(word 1,$(subst _, ,$@))) > include/config.h)
  868. $(if $(findstring MHz,$@), \
  869. @echo "#define CONFIG_8260_CLKIN" $(subst MHz,,$(word 2,$(subst _, ,$@)))"000000" >> include/config.h, \
  870. $(if $(findstring VR,$@), \
  871. @echo "#define CONFIG_8260_CLKIN 66000000" >> include/config.h))
  872. @[ -z "$(findstring lowboot_,$@)" ] || \
  873. { echo "TEXT_BASE = 0xFF800000" >board/mpc8260ads/config.tmp ; \
  874. echo "... with lowboot configuration" ; \
  875. }
  876. @./mkconfig -a MPC8260ADS ppc mpc8260 mpc8260ads
  877. MPC8266ADS_config: unconfig
  878. @./mkconfig $(@:_config=) ppc mpc8260 mpc8266ads
  879. # PM825/PM826 default configuration: small (= 8 MB) Flash / boot from 64-bit flash
  880. PM825_config \
  881. PM825_ROMBOOT_config \
  882. PM825_BIGFLASH_config \
  883. PM825_ROMBOOT_BIGFLASH_config \
  884. PM826_config \
  885. PM826_ROMBOOT_config \
  886. PM826_BIGFLASH_config \
  887. PM826_ROMBOOT_BIGFLASH_config: unconfig
  888. @if [ "$(findstring PM825_,$@)" ] ; then \
  889. echo "#define CONFIG_PCI" >include/config.h ; \
  890. else \
  891. >include/config.h ; \
  892. fi
  893. @if [ "$(findstring _ROMBOOT_,$@)" ] ; then \
  894. echo "... booting from 8-bit flash" ; \
  895. echo "#define CONFIG_BOOT_ROM" >>include/config.h ; \
  896. echo "TEXT_BASE = 0xFF800000" >board/pm826/config.tmp ; \
  897. if [ "$(findstring _BIGFLASH_,$@)" ] ; then \
  898. echo "... with 32 MB Flash" ; \
  899. echo "#define CONFIG_FLASH_32MB" >>include/config.h ; \
  900. fi; \
  901. else \
  902. echo "... booting from 64-bit flash" ; \
  903. if [ "$(findstring _BIGFLASH_,$@)" ] ; then \
  904. echo "... with 32 MB Flash" ; \
  905. echo "#define CONFIG_FLASH_32MB" >>include/config.h ; \
  906. echo "TEXT_BASE = 0x40000000" >board/pm826/config.tmp ; \
  907. else \
  908. echo "TEXT_BASE = 0xFF000000" >board/pm826/config.tmp ; \
  909. fi; \
  910. fi
  911. @./mkconfig -a PM826 ppc mpc8260 pm826
  912. PM828_config \
  913. PM828_PCI_config \
  914. PM828_ROMBOOT_config \
  915. PM828_ROMBOOT_PCI_config: unconfig
  916. @if [ -z "$(findstring _PCI_,$@)" ] ; then \
  917. echo "#define CONFIG_PCI" >>include/config.h ; \
  918. echo "... with PCI enabled" ; \
  919. else \
  920. >include/config.h ; \
  921. fi
  922. @if [ "$(findstring _ROMBOOT_,$@)" ] ; then \
  923. echo "... booting from 8-bit flash" ; \
  924. echo "#define CONFIG_BOOT_ROM" >>include/config.h ; \
  925. echo "TEXT_BASE = 0xFF800000" >board/pm826/config.tmp ; \
  926. fi
  927. @./mkconfig -a PM828 ppc mpc8260 pm828
  928. ppmc8260_config: unconfig
  929. @./mkconfig $(@:_config=) ppc mpc8260 ppmc8260
  930. Rattler8248_config \
  931. Rattler_config: unconfig
  932. $(if $(findstring 8248,$@), \
  933. @echo "#define CONFIG_MPC8248" > include/config.h)
  934. @./mkconfig -a Rattler ppc mpc8260 rattler
  935. RPXsuper_config: unconfig
  936. @./mkconfig $(@:_config=) ppc mpc8260 rpxsuper
  937. rsdproto_config: unconfig
  938. @./mkconfig $(@:_config=) ppc mpc8260 rsdproto
  939. sacsng_config: unconfig
  940. @./mkconfig $(@:_config=) ppc mpc8260 sacsng
  941. sbc8260_config: unconfig
  942. @./mkconfig $(@:_config=) ppc mpc8260 sbc8260
  943. SCM_config: unconfig
  944. @./mkconfig $(@:_config=) ppc mpc8260 SCM siemens
  945. TQM8255_AA_config \
  946. TQM8260_AA_config \
  947. TQM8260_AB_config \
  948. TQM8260_AC_config \
  949. TQM8260_AD_config \
  950. TQM8260_AE_config \
  951. TQM8260_AF_config \
  952. TQM8260_AG_config \
  953. TQM8260_AH_config \
  954. TQM8265_AA_config: unconfig
  955. @case "$@" in \
  956. TQM8255_AA_config) CTYPE=MPC8255; CFREQ=300; CACHE=no; BMODE=8260;; \
  957. TQM8260_AA_config) CTYPE=MPC8260; CFREQ=200; CACHE=no; BMODE=8260;; \
  958. TQM8260_AB_config) CTYPE=MPC8260; CFREQ=200; CACHE=yes; BMODE=60x;; \
  959. TQM8260_AC_config) CTYPE=MPC8260; CFREQ=200; CACHE=yes; BMODE=60x;; \
  960. TQM8260_AD_config) CTYPE=MPC8260; CFREQ=300; CACHE=no; BMODE=60x;; \
  961. TQM8260_AE_config) CTYPE=MPC8260; CFREQ=266; CACHE=no; BMODE=8260;; \
  962. TQM8260_AF_config) CTYPE=MPC8260; CFREQ=300; CACHE=no; BMODE=60x;; \
  963. TQM8260_AG_config) CTYPE=MPC8260; CFREQ=300; CACHE=no; BMODE=8260;; \
  964. TQM8260_AH_config) CTYPE=MPC8260; CFREQ=300; CACHE=yes; BMODE=60x;; \
  965. TQM8265_AA_config) CTYPE=MPC8265; CFREQ=300; CACHE=no; BMODE=60x;; \
  966. esac; \
  967. >include/config.h ; \
  968. if [ "$${CTYPE}" != "MPC8260" ] ; then \
  969. echo "#define CONFIG_$${CTYPE}" >>include/config.h ; \
  970. fi; \
  971. echo "#define CONFIG_$${CFREQ}MHz" >>include/config.h ; \
  972. echo "... with $${CFREQ}MHz system clock" ; \
  973. if [ "$${CACHE}" == "yes" ] ; then \
  974. echo "#define CONFIG_L2_CACHE" >>include/config.h ; \
  975. echo "... with L2 Cache support" ; \
  976. else \
  977. echo "#undef CONFIG_L2_CACHE" >>include/config.h ; \
  978. echo "... without L2 Cache support" ; \
  979. fi; \
  980. if [ "$${BMODE}" == "60x" ] ; then \
  981. echo "#define CONFIG_BUSMODE_60x" >>include/config.h ; \
  982. echo "... with 60x Bus Mode" ; \
  983. else \
  984. echo "#undef CONFIG_BUSMODE_60x" >>include/config.h ; \
  985. echo "... without 60x Bus Mode" ; \
  986. fi
  987. @./mkconfig -a TQM8260 ppc mpc8260 tqm8260
  988. VoVPN-GW_66MHz_config \
  989. VoVPN-GW_100MHz_config: unconfig
  990. @echo "#define CONFIG_CLKIN_$(word 2,$(subst _, ,$@))" > include/config.h
  991. @./mkconfig -a VoVPN-GW ppc mpc8260 vovpn-gw funkwerk
  992. ZPC1900_config: unconfig
  993. @./mkconfig $(@:_config=) ppc mpc8260 zpc1900
  994. #========================================================================
  995. # M68K
  996. #========================================================================
  997. #########################################################################
  998. ## Coldfire
  999. #########################################################################
  1000. M5272C3_config : unconfig
  1001. @./mkconfig $(@:_config=) m68k mcf52x2 m5272c3
  1002. M5282EVB_config : unconfig
  1003. @./mkconfig $(@:_config=) m68k mcf52x2 m5282evb
  1004. TASREG_config : unconfig
  1005. @./mkconfig $(@:_config=) m68k mcf52x2 tasreg esd
  1006. #########################################################################
  1007. ## MPC83xx Systems
  1008. #########################################################################
  1009. MPC8349ADS_config: unconfig
  1010. @./mkconfig $(@:_config=) ppc mpc83xx mpc8349ads
  1011. #########################################################################
  1012. ## MPC85xx Systems
  1013. #########################################################################
  1014. MPC8540ADS_config: unconfig
  1015. @./mkconfig $(@:_config=) ppc mpc85xx mpc8540ads
  1016. MPC8540EVAL_config \
  1017. MPC8540EVAL_33_config \
  1018. MPC8540EVAL_66_config \
  1019. MPC8540EVAL_33_slave_config \
  1020. MPC8540EVAL_66_slave_config: unconfig
  1021. @echo "" >include/config.h ; \
  1022. if [ "$(findstring _33_,$@)" ] ; then \
  1023. echo -n "... 33 MHz PCI" ; \
  1024. else \
  1025. echo "#define CONFIG_SYSCLK_66M" >>include/config.h ; \
  1026. echo -n "... 66 MHz PCI" ; \
  1027. fi ; \
  1028. if [ "$(findstring _slave_,$@)" ] ; then \
  1029. echo "#define CONFIG_PCI_SLAVE" >>include/config.h ; \
  1030. echo " slave" ; \
  1031. else \
  1032. echo " host" ; \
  1033. fi
  1034. @./mkconfig -a MPC8540EVAL ppc mpc85xx mpc8540eval
  1035. MPC8560ADS_config: unconfig
  1036. @./mkconfig $(@:_config=) ppc mpc85xx mpc8560ads
  1037. MPC8541CDS_config: unconfig
  1038. @./mkconfig $(@:_config=) ppc mpc85xx mpc8541cds cds
  1039. MPC8548CDS_config: unconfig
  1040. @./mkconfig $(@:_config=) ppc mpc85xx mpc8548cds cds
  1041. MPC8555CDS_config: unconfig
  1042. @./mkconfig $(@:_config=) ppc mpc85xx mpc8555cds cds
  1043. PM854_config: unconfig
  1044. @./mkconfig $(@:_config=) ppc mpc85xx pm854
  1045. PM856_config: unconfig
  1046. @./mkconfig $(@:_config=) ppc mpc85xx pm856
  1047. sbc8540_config \
  1048. sbc8540_33_config \
  1049. sbc8540_66_config: unconfig
  1050. @if [ "$(findstring _66_,$@)" ] ; then \
  1051. echo "#define CONFIG_PCI_66" >>include/config.h ; \
  1052. echo "... 66 MHz PCI" ; \
  1053. else \
  1054. >include/config.h ; \
  1055. echo "... 33 MHz PCI" ; \
  1056. fi
  1057. @./mkconfig -a SBC8540 ppc mpc85xx sbc8560
  1058. sbc8560_config \
  1059. sbc8560_33_config \
  1060. sbc8560_66_config: unconfig
  1061. @if [ "$(findstring _66_,$@)" ] ; then \
  1062. echo "#define CONFIG_PCI_66" >>include/config.h ; \
  1063. echo "... 66 MHz PCI" ; \
  1064. else \
  1065. >include/config.h ; \
  1066. echo "... 33 MHz PCI" ; \
  1067. fi
  1068. @./mkconfig -a sbc8560 ppc mpc85xx sbc8560
  1069. stxgp3_config: unconfig
  1070. @./mkconfig $(@:_config=) ppc mpc85xx stxgp3
  1071. TQM8540_config: unconfig
  1072. @./mkconfig $(@:_config=) ppc mpc85xx tqm8540
  1073. TQM8560_config: unconfig
  1074. @./mkconfig $(@:_config=) ppc mpc85xx tqm8560
  1075. #########################################################################
  1076. ## 74xx/7xx Systems
  1077. #########################################################################
  1078. AmigaOneG3SE_config: unconfig
  1079. @./mkconfig $(@:_config=) ppc 74xx_7xx AmigaOneG3SE MAI
  1080. BAB7xx_config: unconfig
  1081. @./mkconfig $(@:_config=) ppc 74xx_7xx bab7xx eltec
  1082. CPCI750_config: unconfig
  1083. @./mkconfig CPCI750 ppc 74xx_7xx cpci750 esd
  1084. DB64360_config: unconfig
  1085. @./mkconfig DB64360 ppc 74xx_7xx db64360 Marvell
  1086. DB64460_config: unconfig
  1087. @./mkconfig DB64460 ppc 74xx_7xx db64460 Marvell
  1088. ELPPC_config: unconfig
  1089. @./mkconfig $(@:_config=) ppc 74xx_7xx elppc eltec
  1090. EVB64260_config \
  1091. EVB64260_750CX_config: unconfig
  1092. @./mkconfig EVB64260 ppc 74xx_7xx evb64260
  1093. P3G4_config: unconfig
  1094. @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260
  1095. PCIPPC2_config \
  1096. PCIPPC6_config: unconfig
  1097. @./mkconfig $(@:_config=) ppc 74xx_7xx pcippc2
  1098. ZUMA_config: unconfig
  1099. @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260
  1100. #========================================================================
  1101. # ARM
  1102. #========================================================================
  1103. #########################################################################
  1104. ## StrongARM Systems
  1105. #########################################################################
  1106. assabet_config : unconfig
  1107. @./mkconfig $(@:_config=) arm sa1100 assabet
  1108. dnp1110_config : unconfig
  1109. @./mkconfig $(@:_config=) arm sa1100 dnp1110
  1110. gcplus_config : unconfig
  1111. @./mkconfig $(@:_config=) arm sa1100 gcplus
  1112. lart_config : unconfig
  1113. @./mkconfig $(@:_config=) arm sa1100 lart
  1114. shannon_config : unconfig
  1115. @./mkconfig $(@:_config=) arm sa1100 shannon
  1116. #########################################################################
  1117. ## ARM92xT Systems
  1118. #########################################################################
  1119. xtract_trab = $(subst _bigram,,$(subst _bigflash,,$(subst _old,,$(subst _config,,$1))))
  1120. xtract_omap1610xxx = $(subst _cs0boot,,$(subst _cs3boot,,$(subst _cs_autoboot,,$(subst _config,,$1))))
  1121. xtract_omap730p2 = $(subst _cs0boot,,$(subst _cs3boot,, $(subst _config,,$1)))
  1122. at91rm9200dk_config : unconfig
  1123. @./mkconfig $(@:_config=) arm arm920t at91rm9200dk NULL at91rm9200
  1124. cmc_pu2_config : unconfig
  1125. @./mkconfig $(@:_config=) arm arm920t cmc_pu2 NULL at91rm9200
  1126. integratorap_config : unconfig
  1127. @./mkconfig $(@:_config=) arm arm926ejs integratorap
  1128. integratorcp_config : unconfig
  1129. @./mkconfig $(@:_config=) arm arm926ejs integratorcp
  1130. lpd7a400_config \
  1131. lpd7a404_config: unconfig
  1132. @./mkconfig $(@:_config=) arm lh7a40x lpd7a40x
  1133. mx1ads_config : unconfig
  1134. @./mkconfig $(@:_config=) arm arm920t mx1ads NULL imx
  1135. mx1fs2_config : unconfig
  1136. @./mkconfig $(@:_config=) arm arm920t mx1fs2 NULL imx
  1137. omap1510inn_config : unconfig
  1138. @./mkconfig $(@:_config=) arm arm925t omap1510inn
  1139. omap5912osk_config : unconfig
  1140. @./mkconfig $(@:_config=) arm arm926ejs omap5912osk
  1141. omap1610inn_config \
  1142. omap1610inn_cs0boot_config \
  1143. omap1610inn_cs3boot_config \
  1144. omap1610inn_cs_autoboot_config \
  1145. omap1610h2_config \
  1146. omap1610h2_cs0boot_config \
  1147. omap1610h2_cs3boot_config \
  1148. omap1610h2_cs_autoboot_config: unconfig
  1149. @if [ "$(findstring _cs0boot_, $@)" ] ; then \
  1150. echo "#define CONFIG_CS0_BOOT" >> ./include/config.h ; \
  1151. echo "... configured for CS0 boot"; \
  1152. elif [ "$(findstring _cs_autoboot_, $@)" ] ; then \
  1153. echo "#define CONFIG_CS_AUTOBOOT" >> ./include/config.h ; \
  1154. echo "... configured for CS_AUTO boot"; \
  1155. else \
  1156. echo "#define CONFIG_CS3_BOOT" >> ./include/config.h ; \
  1157. echo "... configured for CS3 boot"; \
  1158. fi;
  1159. @./mkconfig -a $(call xtract_omap1610xxx,$@) arm arm926ejs omap1610inn
  1160. omap730p2_config \
  1161. omap730p2_cs0boot_config \
  1162. omap730p2_cs3boot_config : unconfig
  1163. @if [ "$(findstring _cs0boot_, $@)" ] ; then \
  1164. echo "#define CONFIG_CS0_BOOT" >> ./include/config.h ; \
  1165. echo "... configured for CS0 boot"; \
  1166. else \
  1167. echo "#define CONFIG_CS3_BOOT" >> ./include/config.h ; \
  1168. echo "... configured for CS3 boot"; \
  1169. fi;
  1170. @./mkconfig -a $(call xtract_omap730p2,$@) arm arm926ejs omap730p2
  1171. scb9328_config : unconfig
  1172. @./mkconfig $(@:_config=) arm arm920t scb9328 NULL imx
  1173. smdk2400_config : unconfig
  1174. @./mkconfig $(@:_config=) arm arm920t smdk2400 NULL s3c24x0
  1175. smdk2410_config : unconfig
  1176. @./mkconfig $(@:_config=) arm arm920t smdk2410 NULL s3c24x0
  1177. SX1_config : unconfig
  1178. @./mkconfig $(@:_config=) arm arm925t sx1
  1179. # TRAB default configuration: 8 MB Flash, 32 MB RAM
  1180. trab_config \
  1181. trab_bigram_config \
  1182. trab_bigflash_config \
  1183. trab_old_config: unconfig
  1184. @ >include/config.h
  1185. @[ -z "$(findstring _bigram,$@)" ] || \
  1186. { echo "#define CONFIG_FLASH_8MB" >>include/config.h ; \
  1187. echo "#define CONFIG_RAM_32MB" >>include/config.h ; \
  1188. echo "... with 8 MB Flash, 32 MB RAM" ; \
  1189. }
  1190. @[ -z "$(findstring _bigflash,$@)" ] || \
  1191. { echo "#define CONFIG_FLASH_16MB" >>include/config.h ; \
  1192. echo "#define CONFIG_RAM_16MB" >>include/config.h ; \
  1193. echo "... with 16 MB Flash, 16 MB RAM" ; \
  1194. echo "TEXT_BASE = 0x0CF40000" >board/trab/config.tmp ; \
  1195. }
  1196. @[ -z "$(findstring _old,$@)" ] || \
  1197. { echo "#define CONFIG_FLASH_8MB" >>include/config.h ; \
  1198. echo "#define CONFIG_RAM_16MB" >>include/config.h ; \
  1199. echo "... with 8 MB Flash, 16 MB RAM" ; \
  1200. echo "TEXT_BASE = 0x0CF40000" >board/trab/config.tmp ; \
  1201. }
  1202. @./mkconfig -a $(call xtract_trab,$@) arm arm920t trab NULL s3c24x0
  1203. VCMA9_config : unconfig
  1204. @./mkconfig $(@:_config=) arm arm920t vcma9 mpl s3c24x0
  1205. versatile_config : unconfig
  1206. @./mkconfig $(@:_config=) arm arm926ejs versatile
  1207. voiceblue_smallflash_config \
  1208. voiceblue_config: unconfig
  1209. @if [ "$(findstring _smallflash_,$@)" ] ; then \
  1210. echo "... boot from lower flash bank" ; \
  1211. echo "#define VOICEBLUE_SMALL_FLASH" >>include/config.h ; \
  1212. echo "VOICEBLUE_SMALL_FLASH=y" >board/voiceblue/config.tmp ; \
  1213. else \
  1214. echo "... boot from upper flash bank" ; \
  1215. >include/config.h ; \
  1216. echo "VOICEBLUE_SMALL_FLASH=n" >board/voiceblue/config.tmp ; \
  1217. fi
  1218. @./mkconfig -a voiceblue arm arm925t voiceblue
  1219. cm4008_config : unconfig
  1220. @./mkconfig $(@:_config=) arm arm920t cm4008 NULL ks8695
  1221. cm41xx_config : unconfig
  1222. @./mkconfig $(@:_config=) arm arm920t cm41xx NULL ks8695
  1223. #########################################################################
  1224. ## S3C44B0 Systems
  1225. #########################################################################
  1226. B2_config : unconfig
  1227. @./mkconfig $(@:_config=) arm s3c44b0 B2 dave
  1228. #########################################################################
  1229. ## ARM720T Systems
  1230. #########################################################################
  1231. ep7312_config : unconfig
  1232. @./mkconfig $(@:_config=) arm arm720t ep7312
  1233. impa7_config : unconfig
  1234. @./mkconfig $(@:_config=) arm arm720t impa7
  1235. modnet50_config : unconfig
  1236. @./mkconfig $(@:_config=) arm arm720t modnet50
  1237. evb4510_config : unconfig
  1238. @./mkconfig $(@:_config=) arm arm720t evb4510
  1239. #########################################################################
  1240. ## XScale Systems
  1241. #########################################################################
  1242. adsvix_config : unconfig
  1243. @./mkconfig $(@:_config=) arm pxa adsvix
  1244. cerf250_config : unconfig
  1245. @./mkconfig $(@:_config=) arm pxa cerf250
  1246. cradle_config : unconfig
  1247. @./mkconfig $(@:_config=) arm pxa cradle
  1248. csb226_config : unconfig
  1249. @./mkconfig $(@:_config=) arm pxa csb226
  1250. innokom_config : unconfig
  1251. @./mkconfig $(@:_config=) arm pxa innokom
  1252. ixdp425_config : unconfig
  1253. @./mkconfig $(@:_config=) arm ixp ixdp425
  1254. lubbock_config : unconfig
  1255. @./mkconfig $(@:_config=) arm pxa lubbock
  1256. logodl_config : unconfig
  1257. @./mkconfig $(@:_config=) arm pxa logodl
  1258. wepep250_config : unconfig
  1259. @./mkconfig $(@:_config=) arm pxa wepep250
  1260. xaeniax_config : unconfig
  1261. @./mkconfig $(@:_config=) arm pxa xaeniax
  1262. xm250_config : unconfig
  1263. @./mkconfig $(@:_config=) arm pxa xm250
  1264. xsengine_config : unconfig
  1265. @./mkconfig $(@:_config=) arm pxa xsengine
  1266. #########################################################################
  1267. ## ARM1136 Systems
  1268. #########################################################################
  1269. omap2420h4_config : unconfig
  1270. @./mkconfig $(@:_config=) arm arm1136 omap2420h4
  1271. #========================================================================
  1272. # i386
  1273. #========================================================================
  1274. #########################################################################
  1275. ## AMD SC520 CDP
  1276. #########################################################################
  1277. sc520_cdp_config : unconfig
  1278. @./mkconfig $(@:_config=) i386 i386 sc520_cdp
  1279. sc520_spunk_config : unconfig
  1280. @./mkconfig $(@:_config=) i386 i386 sc520_spunk
  1281. sc520_spunk_rel_config : unconfig
  1282. @./mkconfig $(@:_config=) i386 i386 sc520_spunk
  1283. #========================================================================
  1284. # MIPS
  1285. #========================================================================
  1286. #########################################################################
  1287. ## MIPS32 4Kc
  1288. #########################################################################
  1289. xtract_incaip = $(subst _100MHz,,$(subst _133MHz,,$(subst _150MHz,,$(subst _config,,$1))))
  1290. incaip_100MHz_config \
  1291. incaip_133MHz_config \
  1292. incaip_150MHz_config \
  1293. incaip_config: unconfig
  1294. @ >include/config.h
  1295. @[ -z "$(findstring _100MHz,$@)" ] || \
  1296. { echo "#define CPU_CLOCK_RATE 100000000" >>include/config.h ; \
  1297. echo "... with 100MHz system clock" ; \
  1298. }
  1299. @[ -z "$(findstring _133MHz,$@)" ] || \
  1300. { echo "#define CPU_CLOCK_RATE 133000000" >>include/config.h ; \
  1301. echo "... with 133MHz system clock" ; \
  1302. }
  1303. @[ -z "$(findstring _150MHz,$@)" ] || \
  1304. { echo "#define CPU_CLOCK_RATE 150000000" >>include/config.h ; \
  1305. echo "... with 150MHz system clock" ; \
  1306. }
  1307. @./mkconfig -a $(call xtract_incaip,$@) mips mips incaip
  1308. tb0229_config: unconfig
  1309. @./mkconfig $(@:_config=) mips mips tb0229
  1310. #########################################################################
  1311. ## MIPS32 AU1X00
  1312. #########################################################################
  1313. dbau1000_config : unconfig
  1314. @ >include/config.h
  1315. @echo "#define CONFIG_DBAU1000 1" >>include/config.h
  1316. @./mkconfig -a dbau1x00 mips mips dbau1x00
  1317. dbau1100_config : unconfig
  1318. @ >include/config.h
  1319. @echo "#define CONFIG_DBAU1100 1" >>include/config.h
  1320. @./mkconfig -a dbau1x00 mips mips dbau1x00
  1321. dbau1500_config : unconfig
  1322. @ >include/config.h
  1323. @echo "#define CONFIG_DBAU1500 1" >>include/config.h
  1324. @./mkconfig -a dbau1x00 mips mips dbau1x00
  1325. dbau1550_config : unconfig
  1326. @ >include/config.h
  1327. @echo "#define CONFIG_DBAU1550 1" >>include/config.h
  1328. @./mkconfig -a dbau1x00 mips mips dbau1x00
  1329. dbau1550_el_config : unconfig
  1330. @ >include/config.h
  1331. @echo "#define CONFIG_DBAU1550 1" >>include/config.h
  1332. @./mkconfig -a dbau1x00 mips mips dbau1x00
  1333. #########################################################################
  1334. ## MIPS64 5Kc
  1335. #########################################################################
  1336. purple_config : unconfig
  1337. @./mkconfig $(@:_config=) mips mips purple
  1338. #========================================================================
  1339. # Nios
  1340. #========================================================================
  1341. #########################################################################
  1342. ## Nios32
  1343. #########################################################################
  1344. DK1C20_safe_32_config \
  1345. DK1C20_standard_32_config \
  1346. DK1C20_config: unconfig
  1347. @ >include/config.h
  1348. @[ -z "$(findstring _safe_32,$@)" ] || \
  1349. { echo "#define CONFIG_NIOS_SAFE_32 1" >>include/config.h ; \
  1350. echo "... NIOS 'safe_32' configuration" ; \
  1351. }
  1352. @[ -z "$(findstring _standard_32,$@)" ] || \
  1353. { echo "#define CONFIG_NIOS_STANDARD_32 1" >>include/config.h ; \
  1354. echo "... NIOS 'standard_32' configuration" ; \
  1355. }
  1356. @[ -z "$(findstring DK1C20_config,$@)" ] || \
  1357. { echo "#define CONFIG_NIOS_STANDARD_32 1" >>include/config.h ; \
  1358. echo "... NIOS 'standard_32' configuration (DEFAULT)" ; \
  1359. }
  1360. @./mkconfig -a DK1C20 nios nios dk1c20 altera
  1361. DK1S10_safe_32_config \
  1362. DK1S10_standard_32_config \
  1363. DK1S10_mtx_ldk_20_config \
  1364. DK1S10_config: unconfig
  1365. @ >include/config.h
  1366. @[ -z "$(findstring _safe_32,$@)" ] || \
  1367. { echo "#define CONFIG_NIOS_SAFE_32 1" >>include/config.h ; \
  1368. echo "... NIOS 'safe_32' configuration" ; \
  1369. }
  1370. @[ -z "$(findstring _standard_32,$@)" ] || \
  1371. { echo "#define CONFIG_NIOS_STANDARD_32 1" >>include/config.h ; \
  1372. echo "... NIOS 'standard_32' configuration" ; \
  1373. }
  1374. @[ -z "$(findstring _mtx_ldk_20,$@)" ] || \
  1375. { echo "#define CONFIG_NIOS_MTX_LDK_20 1" >>include/config.h ; \
  1376. echo "... NIOS 'mtx_ldk_20' configuration" ; \
  1377. }
  1378. @[ -z "$(findstring DK1S10_config,$@)" ] || \
  1379. { echo "#define CONFIG_NIOS_STANDARD_32 1" >>include/config.h ; \
  1380. echo "... NIOS 'standard_32' configuration (DEFAULT)" ; \
  1381. }
  1382. @./mkconfig -a DK1S10 nios nios dk1s10 altera
  1383. ADNPESC1_DNPEVA2_base_32_config \
  1384. ADNPESC1_base_32_config \
  1385. ADNPESC1_config: unconfig
  1386. @ >include/config.h
  1387. @[ -z "$(findstring _DNPEVA2,$@)" ] || \
  1388. { echo "#define CONFIG_DNPEVA2 1" >>include/config.h ; \
  1389. echo "... DNP/EVA2 configuration" ; \
  1390. }
  1391. @[ -z "$(findstring _base_32,$@)" ] || \
  1392. { echo "#define CONFIG_NIOS_BASE_32 1" >>include/config.h ; \
  1393. echo "... NIOS 'base_32' configuration" ; \
  1394. }
  1395. @[ -z "$(findstring ADNPESC1_config,$@)" ] || \
  1396. { echo "#define CONFIG_NIOS_BASE_32 1" >>include/config.h ; \
  1397. echo "... NIOS 'base_32' configuration (DEFAULT)" ; \
  1398. }
  1399. @./mkconfig -a ADNPESC1 nios nios adnpesc1 ssv
  1400. #########################################################################
  1401. ## Nios-II
  1402. #########################################################################
  1403. PK1C20_config : unconfig
  1404. @./mkconfig PK1C20 nios2 nios2 pk1c20 psyent
  1405. PCI5441_config : unconfig
  1406. @./mkconfig PCI5441 nios2 nios2 pci5441 psyent
  1407. #========================================================================
  1408. # MicroBlaze
  1409. #========================================================================
  1410. #########################################################################
  1411. ## Microblaze
  1412. #########################################################################
  1413. suzaku_config: unconfig
  1414. @ >include/config.h
  1415. @echo "#define CONFIG_SUZAKU 1" >> include/config.h
  1416. @./mkconfig -a $(@:_config=) microblaze microblaze suzaku AtmarkTechno
  1417. #########################################################################
  1418. #########################################################################
  1419. clean:
  1420. find . -type f \
  1421. \( -name 'core' -o -name '*.bak' -o -name '*~' \
  1422. -o -name '*.o' -o -name '*.a' \) -print \
  1423. | xargs rm -f
  1424. rm -f examples/hello_world examples/timer \
  1425. examples/eepro100_eeprom examples/sched \
  1426. examples/mem_to_mem_idma2intr examples/82559_eeprom \
  1427. examples/test_burst
  1428. rm -f tools/img2srec tools/mkimage tools/envcrc tools/gen_eth_addr
  1429. rm -f tools/mpc86x_clk tools/ncb
  1430. rm -f tools/easylogo/easylogo tools/bmp_logo
  1431. rm -f tools/gdb/astest tools/gdb/gdbcont tools/gdb/gdbsend
  1432. rm -f tools/env/fw_printenv tools/env/fw_setenv
  1433. rm -f board/cray/L1/bootscript.c board/cray/L1/bootscript.image
  1434. rm -f board/trab/trab_fkt board/voiceblue/eeprom
  1435. clobber: clean
  1436. find . -type f \( -name .depend \
  1437. -o -name '*.srec' -o -name '*.bin' -o -name u-boot.img \) \
  1438. -print0 \
  1439. | xargs -0 rm -f
  1440. rm -f $(OBJS) *.bak tags TAGS
  1441. rm -fr *.*~
  1442. rm -f u-boot u-boot.map u-boot.hex $(ALL)
  1443. rm -f tools/crc32.c tools/environment.c tools/env/crc32.c
  1444. rm -f tools/inca-swap-bytes cpu/mpc824x/bedbug_603e.c
  1445. rm -f include/asm/proc include/asm/arch include/asm
  1446. mrproper \
  1447. distclean: clobber unconfig
  1448. backup:
  1449. F=`basename $(TOPDIR)` ; cd .. ; \
  1450. gtar --force-local -zcvf `date "+$$F-%Y-%m-%d-%T.tar.gz"` $$F
  1451. #########################################################################