Makefile 50 KB

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