Makefile 47 KB

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