Makefile 47 KB

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