Makefile 48 KB

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