Makefile 52 KB

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