Makefile 51 KB

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