
This commit adds - arch/*/Kconfig: provide a menu to select target boards - board/*/Kconfig: set CONFIG macros to the appropriate values for each board - configs/*_defconfig: default setting of each board
(This commit was automatically generated by a conversion script based on boards.cfg)
In Linux Kernel, defconfig files are located under arch/${ARCH}/configs/ directory. It works in Linux Kernel because ARCH is always given from the command line for cross compile.
But in U-Boot, ARCH is not given from the command line. Which means we cannot know ARCH before the board configuration. That is why "*_defconfig" files over all architectures should be gathered into one directory ./configs/. (The problem is configs/ directory contains about 1200 files!)
Besides, we must configure boards for SPL and TPL too if they are supported. For those boards, defconfig files with the same name are placed in configs/spl/, configs/tpl/ directories.
Signed-off-by: Masahiro Yamada yamada.m@jp.panasonic.com ---
arch/arc/Kconfig | 22 + arch/arm/Kconfig | 1114 +++++++++++ arch/avr32/Kconfig | 43 + arch/blackfin/Kconfig | 118 ++ arch/m68k/Kconfig | 157 ++ arch/microblaze/Kconfig | 16 + arch/mips/Kconfig | 85 + arch/nds32/Kconfig | 22 + arch/nios2/Kconfig | 22 + arch/openrisc/Kconfig | 16 + arch/powerpc/Kconfig | 2014 ++++++++++++++++++++ arch/sandbox/Kconfig | 16 + arch/sh/Kconfig | 79 + arch/sparc/Kconfig | 28 + arch/x86/Kconfig | 16 + board/8dtech/eco5pk/Kconfig | 31 + board/AndesTech/adp-ag101/Kconfig | 31 + board/AndesTech/adp-ag101p/Kconfig | 31 + board/AndesTech/adp-ag102/Kconfig | 31 + board/Barix/ipam390/Kconfig | 31 + board/BuR/kwb/Kconfig | 35 + board/BuR/tseries/Kconfig | 107 ++ board/BuS/eb_cpu5282/Kconfig | 63 + board/BuS/eb_cpux9k2/Kconfig | 67 + board/BuS/vl_ma2sc/Kconfig | 67 + board/CarMediaLab/flea3/Kconfig | 31 + board/Kconfig | 571 ++++++ board/LEOX/elpt860/Kconfig | 27 + board/LaCie/edminiv2/Kconfig | 31 + board/LaCie/net2big_v2/Kconfig | 71 + board/LaCie/netspace_v2/Kconfig | 179 ++ board/LaCie/wireless_space/Kconfig | 31 + board/Marvell/aspenite/Kconfig | 31 + board/Marvell/db64360/Kconfig | 27 + board/Marvell/db64460/Kconfig | 27 + board/Marvell/dkb/Kconfig | 31 + board/Marvell/dreamplug/Kconfig | 31 + board/Marvell/gplugd/Kconfig | 31 + board/Marvell/guruplug/Kconfig | 31 + board/Marvell/mv88f6281gtw_ge/Kconfig | 31 + board/Marvell/openrd/Kconfig | 107 ++ board/Marvell/rd6281a/Kconfig | 31 + board/Marvell/sheevaplug/Kconfig | 31 + board/RPXlite_dw/Kconfig | 219 +++ board/RRvision/Kconfig | 51 + board/Seagate/dockstar/Kconfig | 31 + board/Seagate/goflexhome/Kconfig | 31 + board/a3000/Kconfig | 23 + board/a3m071/Kconfig | 51 + board/a4m072/Kconfig | 23 + board/adder/Kconfig | 51 + board/afeb9260/Kconfig | 27 + board/ait/cam_enc_4xx/Kconfig | 31 + board/alphaproject/ap_sh4a_4a/Kconfig | 27 + board/altera/nios2-generic/Kconfig | 27 + board/altera/socfpga/Kconfig | 31 + board/amcc/acadia/Kconfig | 27 + board/amcc/bamboo/Kconfig | 27 + board/amcc/bluestone/Kconfig | 27 + board/amcc/bubinga/Kconfig | 27 + board/amcc/canyonlands/Kconfig | 95 + board/amcc/ebony/Kconfig | 27 + board/amcc/katmai/Kconfig | 27 + board/amcc/kilauea/Kconfig | 63 + board/amcc/luan/Kconfig | 27 + board/amcc/makalu/Kconfig | 27 + board/amcc/ocotea/Kconfig | 27 + board/amcc/redwood/Kconfig | 27 + board/amcc/sequoia/Kconfig | 127 ++ board/amcc/taihu/Kconfig | 27 + board/amcc/taishan/Kconfig | 27 + board/amcc/walnut/Kconfig | 55 + board/amcc/yosemite/Kconfig | 63 + board/amcc/yucca/Kconfig | 27 + board/armadeus/apf27/Kconfig | 31 + board/armltd/integrator/Kconfig | 255 +++ board/armltd/versatile/Kconfig | 107 ++ board/armltd/vexpress/Kconfig | 83 + board/armltd/vexpress64/Kconfig | 31 + board/astro/mcf5373l/Kconfig | 27 + board/atc/Kconfig | 23 + board/atmark-techno/armadillo-800eva/Kconfig | 31 + board/atmel/at91rm9200ek/Kconfig | 67 + board/atmel/at91sam9260ek/Kconfig | 395 ++++ board/atmel/at91sam9261ek/Kconfig | 215 +++ board/atmel/at91sam9263ek/Kconfig | 179 ++ board/atmel/at91sam9m10g45ek/Kconfig | 35 + board/atmel/at91sam9n12ek/Kconfig | 107 ++ board/atmel/at91sam9rlek/Kconfig | 71 + board/atmel/at91sam9x5ek/Kconfig | 143 ++ board/atmel/atngw100/Kconfig | 31 + board/atmel/atngw100mkii/Kconfig | 31 + board/atmel/atstk1000/Kconfig | 127 ++ board/atmel/sama5d3_xplained/Kconfig | 71 + board/atmel/sama5d3xek/Kconfig | 107 ++ board/avionic-design/medcom-wide/Kconfig | 32 + board/avionic-design/plutux/Kconfig | 32 + board/avionic-design/tec-ng/Kconfig | 32 + board/avionic-design/tec/Kconfig | 32 + board/avnet/fx12mm/Kconfig | 63 + board/avnet/v5fx30teval/Kconfig | 63 + board/balloon3/Kconfig | 23 + board/barco/titanium/Kconfig | 35 + board/bc3450/Kconfig | 23 + board/bct-brettl2/Kconfig | 23 + board/bf506f-ezkit/Kconfig | 23 + board/bf518f-ezbrd/Kconfig | 23 + board/bf525-ucr2/Kconfig | 23 + board/bf526-ezbrd/Kconfig | 23 + board/bf527-ad7160-eval/Kconfig | 23 + board/bf527-ezkit/Kconfig | 51 + board/bf527-sdp/Kconfig | 23 + board/bf533-ezkit/Kconfig | 23 + board/bf533-stamp/Kconfig | 23 + board/bf537-minotaur/Kconfig | 23 + board/bf537-pnav/Kconfig | 23 + board/bf537-srv1/Kconfig | 23 + board/bf537-stamp/Kconfig | 23 + board/bf538f-ezkit/Kconfig | 23 + board/bf548-ezkit/Kconfig | 23 + board/bf561-acvilon/Kconfig | 23 + board/bf561-ezkit/Kconfig | 23 + board/bf609-ezkit/Kconfig | 23 + board/blackstamp/Kconfig | 23 + board/blackvme/Kconfig | 23 + board/bluegiga/apx4devkit/Kconfig | 31 + board/bluewater/snapper9260/Kconfig | 71 + board/boundary/nitrogen6x/Kconfig | 251 +++ board/br4/Kconfig | 23 + board/broadcom/bcm28155_ap/Kconfig | 31 + board/buffalo/lsxl/Kconfig | 71 + board/calao/sbc35_a9g20/Kconfig | 71 + board/calao/tny_a9260/Kconfig | 143 ++ board/calao/usb_a9263/Kconfig | 35 + board/canmb/Kconfig | 23 + board/chromebook-x86/coreboot/Kconfig | 35 + board/cloudengines/pogo_e02/Kconfig | 31 + board/cm-bf527/Kconfig | 23 + board/cm-bf533/Kconfig | 23 + board/cm-bf537e/Kconfig | 23 + board/cm-bf537u/Kconfig | 23 + board/cm-bf548/Kconfig | 23 + board/cm-bf561/Kconfig | 23 + board/cm4008/Kconfig | 27 + board/cm41xx/Kconfig | 27 + board/cm5200/Kconfig | 23 + board/cmi/Kconfig | 23 + board/cobra5272/Kconfig | 23 + board/cogent/Kconfig | 47 + board/comelit/dig297/Kconfig | 31 + board/compal/paz00/Kconfig | 32 + board/compulab/cm_t335/Kconfig | 31 + board/compulab/cm_t35/Kconfig | 31 + board/compulab/trimslice/Kconfig | 32 + board/congatec/cgtqmx6eval/Kconfig | 35 + board/corscience/tricorder/Kconfig | 67 + board/cpc45/Kconfig | 51 + board/cpu86/Kconfig | 51 + board/cpu87/Kconfig | 51 + board/cray/L1/Kconfig | 27 + board/creative/xfi3/Kconfig | 31 + board/csb272/Kconfig | 23 + board/csb472/Kconfig | 23 + board/cu824/Kconfig | 23 + board/d-link/dns325/Kconfig | 31 + board/dave/PPChameleonEVB/Kconfig | 315 +++ board/davedenx/aria/Kconfig | 27 + board/davedenx/qong/Kconfig | 31 + board/davinci/da8xxevm/Kconfig | 207 ++ board/davinci/dm355evm/Kconfig | 31 + board/davinci/dm355leopard/Kconfig | 31 + board/davinci/dm365evm/Kconfig | 31 + board/davinci/dm6467evm/Kconfig | 71 + board/davinci/dvevm/Kconfig | 31 + board/davinci/ea20/Kconfig | 31 + board/davinci/schmoogie/Kconfig | 31 + board/davinci/sffsdr/Kconfig | 31 + board/davinci/sonata/Kconfig | 31 + board/dbau1x00/Kconfig | 159 ++ board/denx/m28evk/Kconfig | 31 + board/denx/m53evk/Kconfig | 35 + board/dnp5370/Kconfig | 23 + board/eXalion/Kconfig | 23 + board/earthlcd/favr-32-ezkit/Kconfig | 31 + board/egnite/ethernut5/Kconfig | 35 + board/eltec/elppc/Kconfig | 27 + board/eltec/mhpc/Kconfig | 27 + board/emk/top5200/Kconfig | 95 + board/emk/top860/Kconfig | 27 + board/emk/top9000/Kconfig | 71 + board/enbw/enbw_cmc/Kconfig | 31 + board/ep8248/Kconfig | 23 + board/ep8260/Kconfig | 23 + board/ep82xxm/Kconfig | 23 + board/esd/apc405/Kconfig | 27 + board/esd/ar405/Kconfig | 27 + board/esd/ash405/Kconfig | 27 + board/esd/cms700/Kconfig | 27 + board/esd/cpci2dp/Kconfig | 27 + board/esd/cpci405/Kconfig | 111 ++ board/esd/cpci5200/Kconfig | 27 + board/esd/cpci750/Kconfig | 27 + board/esd/cpciiser4/Kconfig | 27 + board/esd/dp405/Kconfig | 27 + board/esd/du405/Kconfig | 27 + board/esd/du440/Kconfig | 27 + board/esd/hh405/Kconfig | 27 + board/esd/hub405/Kconfig | 27 + board/esd/mecp5123/Kconfig | 27 + board/esd/mecp5200/Kconfig | 27 + board/esd/meesc/Kconfig | 71 + board/esd/ocrtc/Kconfig | 27 + board/esd/otc570/Kconfig | 71 + board/esd/pci405/Kconfig | 27 + board/esd/pf5200/Kconfig | 27 + board/esd/plu405/Kconfig | 27 + board/esd/pmc405/Kconfig | 27 + board/esd/pmc405de/Kconfig | 27 + board/esd/pmc440/Kconfig | 27 + board/esd/tasreg/Kconfig | 27 + board/esd/vme8349/Kconfig | 59 + board/esd/voh405/Kconfig | 27 + board/esd/vom405/Kconfig | 27 + board/esd/wuh405/Kconfig | 27 + board/esg/ima3-mx53/Kconfig | 35 + board/espt/Kconfig | 23 + board/esteem192e/Kconfig | 23 + board/etin/debris/Kconfig | 27 + board/etin/kvme080/Kconfig | 27 + board/eukrea/cpu9260/Kconfig | 287 +++ board/eukrea/cpuat91/Kconfig | 67 + board/evb64260/Kconfig | 47 + board/exmeritus/hww1u1a/Kconfig | 27 + board/fads/Kconfig | 47 + board/faraday/a320evb/Kconfig | 31 + board/flagadm/Kconfig | 23 + board/freescale/b4860qds/Kconfig | 223 +++ board/freescale/bsc9131rdb/Kconfig | 127 ++ board/freescale/bsc9132qds/Kconfig | 255 +++ board/freescale/c29xpcie/Kconfig | 95 + board/freescale/corenet_ds/Kconfig | 655 +++++++ board/freescale/m5208evbe/Kconfig | 27 + board/freescale/m52277evb/Kconfig | 63 + board/freescale/m5235evb/Kconfig | 63 + board/freescale/m5249evb/Kconfig | 27 + board/freescale/m5253demo/Kconfig | 27 + board/freescale/m5253evbe/Kconfig | 27 + board/freescale/m5272c3/Kconfig | 27 + board/freescale/m5275evb/Kconfig | 27 + board/freescale/m5282evb/Kconfig | 27 + board/freescale/m53017evb/Kconfig | 27 + board/freescale/m5329evb/Kconfig | 63 + board/freescale/m5373evb/Kconfig | 31 + board/freescale/m54418twr/Kconfig | 191 ++ board/freescale/m54451evb/Kconfig | 63 + board/freescale/m54455evb/Kconfig | 159 ++ board/freescale/m547xevb/Kconfig | 223 +++ board/freescale/m548xevb/Kconfig | 255 +++ board/freescale/mpc5121ads/Kconfig | 59 + board/freescale/mpc7448hpc2/Kconfig | 27 + board/freescale/mpc8260ads/Kconfig | 511 +++++ board/freescale/mpc8266ads/Kconfig | 27 + board/freescale/mpc8308rdb/Kconfig | 27 + board/freescale/mpc8313erdb/Kconfig | 127 ++ board/freescale/mpc8315erdb/Kconfig | 59 + board/freescale/mpc8323erdb/Kconfig | 27 + board/freescale/mpc832xemds/Kconfig | 155 ++ board/freescale/mpc8349emds/Kconfig | 27 + board/freescale/mpc8349itx/Kconfig | 95 + board/freescale/mpc8360emds/Kconfig | 319 ++++ board/freescale/mpc8360erdk/Kconfig | 59 + board/freescale/mpc837xemds/Kconfig | 59 + board/freescale/mpc837xerdb/Kconfig | 27 + board/freescale/mpc8536ds/Kconfig | 155 ++ board/freescale/mpc8540ads/Kconfig | 27 + board/freescale/mpc8541cds/Kconfig | 59 + board/freescale/mpc8544ds/Kconfig | 27 + board/freescale/mpc8548cds/Kconfig | 91 + board/freescale/mpc8555cds/Kconfig | 59 + board/freescale/mpc8560ads/Kconfig | 27 + board/freescale/mpc8568mds/Kconfig | 27 + board/freescale/mpc8569mds/Kconfig | 91 + board/freescale/mpc8572ds/Kconfig | 91 + board/freescale/mpc8610hpcd/Kconfig | 27 + board/freescale/mpc8641hpcn/Kconfig | 59 + board/freescale/mx23evk/Kconfig | 31 + board/freescale/mx25pdk/Kconfig | 35 + board/freescale/mx28evk/Kconfig | 107 ++ board/freescale/mx31ads/Kconfig | 31 + board/freescale/mx31pdk/Kconfig | 31 + board/freescale/mx35pdk/Kconfig | 31 + board/freescale/mx51evk/Kconfig | 35 + board/freescale/mx53ard/Kconfig | 35 + board/freescale/mx53evk/Kconfig | 35 + board/freescale/mx53loco/Kconfig | 35 + board/freescale/mx53smd/Kconfig | 35 + board/freescale/mx6qarm2/Kconfig | 35 + board/freescale/mx6qsabreauto/Kconfig | 35 + board/freescale/mx6sabresd/Kconfig | 71 + board/freescale/mx6slevk/Kconfig | 35 + board/freescale/p1010rdb/Kconfig | 895 +++++++++ board/freescale/p1022ds/Kconfig | 251 +++ board/freescale/p1023rdb/Kconfig | 27 + board/freescale/p1023rds/Kconfig | 59 + board/freescale/p1_p2_rdb/Kconfig | 895 +++++++++ board/freescale/p1_p2_rdb_pc/Kconfig | 1471 ++++++++++++++ board/freescale/p1_twr/Kconfig | 31 + board/freescale/p2020come/Kconfig | 63 + board/freescale/p2020ds/Kconfig | 155 ++ board/freescale/p2041rdb/Kconfig | 187 ++ board/freescale/t1040qds/Kconfig | 31 + board/freescale/t104xrdb/Kconfig | 63 + board/freescale/t208xqds/Kconfig | 319 ++++ board/freescale/t208xrdb/Kconfig | 159 ++ board/freescale/t4qds/Kconfig | 287 +++ board/freescale/vf610twr/Kconfig | 35 + board/funkwerk/vovpn-gw/Kconfig | 31 + board/g2000/Kconfig | 23 + board/gaisler/gr_cpci_ax2000/Kconfig | 27 + board/gaisler/gr_ep2s60/Kconfig | 27 + board/gaisler/gr_xc3s_1500/Kconfig | 27 + board/gaisler/grsim/Kconfig | 27 + board/gaisler/grsim_leon2/Kconfig | 27 + board/galaxy5200/Kconfig | 55 + board/gateworks/gw_ventana/Kconfig | 179 ++ board/gdsys/405ep/Kconfig | 111 ++ board/gdsys/405ex/Kconfig | 27 + board/gdsys/dlvision/Kconfig | 27 + board/gdsys/gdppc440etx/Kconfig | 27 + board/gdsys/intip/Kconfig | 63 + board/gdsys/p1022/Kconfig | 127 ++ board/gen860t/Kconfig | 51 + board/genesi/mx51_efikamx/Kconfig | 71 + board/gw8260/Kconfig | 23 + board/h2200/Kconfig | 23 + board/hale/tt01/Kconfig | 31 + board/hermes/Kconfig | 23 + board/hidden_dragon/Kconfig | 23 + board/highbank/Kconfig | 27 + board/htkw/mcx/Kconfig | 31 + board/hymod/Kconfig | 23 + board/ibf-dsp561/Kconfig | 23 + board/icecube/Kconfig | 327 ++++ board/icpdas/lp8x4x/Kconfig | 27 + board/icu862/Kconfig | 51 + board/ids8247/Kconfig | 23 + board/ifm/ac14xx/Kconfig | 27 + board/ifm/o2dnt2/Kconfig | 295 +++ board/imgtec/malta/Kconfig | 63 + board/imx31_phycore/Kconfig | 59 + board/in-circuit/grasshopper/Kconfig | 31 + board/inka4x0/Kconfig | 23 + board/intercontrol/digsy_mtc/Kconfig | 123 ++ board/iomega/iconnect/Kconfig | 31 + board/ip04/Kconfig | 23 + board/ip860/Kconfig | 23 + board/ipek01/Kconfig | 23 + board/iphase4539/Kconfig | 23 + board/isee/igep0033/Kconfig | 31 + board/isee/igep00x0/Kconfig | 179 ++ board/ispan/Kconfig | 51 + board/ivm/Kconfig | 167 ++ board/jornada/Kconfig | 23 + board/jse/Kconfig | 23 + board/jupiter/Kconfig | 23 + board/karo/tk71/Kconfig | 31 + board/karo/tx25/Kconfig | 31 + board/keymile/km82xx/Kconfig | 63 + board/keymile/km83xx/Kconfig | 255 +++ board/keymile/km_arm/Kconfig | 323 ++++ board/keymile/kmp204x/Kconfig | 63 + board/kmc/kzm9g/Kconfig | 31 + board/korat/Kconfig | 51 + board/kup/kup4k/Kconfig | 27 + board/kup/kup4x/Kconfig | 27 + board/logicpd/am3517evm/Kconfig | 31 + board/logicpd/imx27lite/Kconfig | 63 + board/logicpd/imx31_litekit/Kconfig | 31 + board/logicpd/omap3som/Kconfig | 31 + board/logicpd/zoom1/Kconfig | 31 + board/lwmon/Kconfig | 23 + board/lwmon5/Kconfig | 51 + board/manroland/hmi1001/Kconfig | 27 + board/manroland/mucmc52/Kconfig | 27 + board/manroland/uc100/Kconfig | 27 + board/manroland/uc101/Kconfig | 27 + board/matrix_vision/mergerbox/Kconfig | 27 + board/matrix_vision/mvbc_p/Kconfig | 31 + board/matrix_vision/mvblm7/Kconfig | 27 + board/matrix_vision/mvblx/Kconfig | 31 + board/matrix_vision/mvsmr/Kconfig | 27 + board/mcc200/Kconfig | 331 ++++ board/micronas/vct/Kconfig | 383 ++++ board/mimc/mimc200/Kconfig | 31 + board/miromico/hammerhead/Kconfig | 31 + board/mosaixtech/icon/Kconfig | 27 + board/motionpro/Kconfig | 23 + board/mpc8308_p1m/Kconfig | 23 + board/mpl/mip405/Kconfig | 59 + board/mpl/pati/Kconfig | 27 + board/mpl/pip405/Kconfig | 27 + board/mpl/vcma9/Kconfig | 31 + board/mpr2/Kconfig | 23 + board/ms7720se/Kconfig | 23 + board/ms7722se/Kconfig | 23 + board/ms7750se/Kconfig | 23 + board/muas3001/Kconfig | 51 + board/munices/Kconfig | 23 + board/musenki/Kconfig | 23 + board/mvblue/Kconfig | 23 + board/netphone/Kconfig | 55 + board/netta/Kconfig | 219 +++ board/netta2/Kconfig | 55 + board/netvia/Kconfig | 55 + board/nokia/rx51/Kconfig | 31 + board/nvidia/beaver/Kconfig | 32 + board/nvidia/cardhu/Kconfig | 32 + board/nvidia/dalmore/Kconfig | 32 + board/nvidia/harmony/Kconfig | 32 + board/nvidia/seaboard/Kconfig | 32 + board/nvidia/venice2/Kconfig | 32 + board/nvidia/ventana/Kconfig | 32 + board/nvidia/whistler/Kconfig | 32 + board/olimex/mx23_olinuxino/Kconfig | 31 + board/omicron/calimain/Kconfig | 31 + board/openrisc/openrisc-generic/Kconfig | 27 + board/overo/Kconfig | 27 + board/palmld/Kconfig | 23 + board/palmtc/Kconfig | 23 + board/palmtreo680/Kconfig | 23 + board/pandora/Kconfig | 27 + board/pb1x00/Kconfig | 31 + board/pcs440ep/Kconfig | 23 + board/pdm360ng/Kconfig | 23 + board/phytec/pcm030/Kconfig | 59 + board/phytec/pcm051/Kconfig | 71 + board/pm520/Kconfig | 107 ++ board/pm826/Kconfig | 223 +++ board/pm828/Kconfig | 107 ++ board/ppcag/bg0900/Kconfig | 31 + board/ppmc7xx/Kconfig | 23 + board/ppmc8260/Kconfig | 23 + board/pr1/Kconfig | 23 + board/prodrive/alpr/Kconfig | 27 + board/prodrive/p3mx/Kconfig | 63 + board/prodrive/p3p440/Kconfig | 27 + board/psyent/pci5441/Kconfig | 27 + board/psyent/pk1c20/Kconfig | 27 + board/pxa255_idp/Kconfig | 23 + board/qemu-mips/Kconfig | 111 ++ board/quad100hd/Kconfig | 23 + board/quantum/Kconfig | 23 + board/r360mpi/Kconfig | 23 + board/raidsonic/ib62x0/Kconfig | 31 + board/raspberrypi/rpi_b/Kconfig | 31 + board/rattler/Kconfig | 51 + board/rbc823/Kconfig | 23 + board/renesas/MigoR/Kconfig | 27 + board/renesas/ap325rxa/Kconfig | 27 + board/renesas/ecovec/Kconfig | 27 + board/renesas/koelsch/Kconfig | 67 + board/renesas/lager/Kconfig | 67 + board/renesas/r0p7734/Kconfig | 27 + board/renesas/r2dplus/Kconfig | 27 + board/renesas/r7780mp/Kconfig | 27 + board/renesas/rsk7203/Kconfig | 27 + board/renesas/rsk7264/Kconfig | 27 + board/renesas/rsk7269/Kconfig | 27 + board/renesas/sh7752evb/Kconfig | 27 + board/renesas/sh7753evb/Kconfig | 27 + board/renesas/sh7757lcr/Kconfig | 27 + board/renesas/sh7763rdp/Kconfig | 27 + board/renesas/sh7785lcr/Kconfig | 59 + board/ronetix/pm9261/Kconfig | 35 + board/ronetix/pm9263/Kconfig | 35 + board/ronetix/pm9g45/Kconfig | 35 + board/sacsng/Kconfig | 23 + board/samsung/arndale/Kconfig | 31 + board/samsung/goni/Kconfig | 31 + board/samsung/origen/Kconfig | 31 + board/samsung/smdk2410/Kconfig | 31 + board/samsung/smdk5250/Kconfig | 63 + board/samsung/smdk5420/Kconfig | 31 + board/samsung/smdkc100/Kconfig | 31 + board/samsung/smdkv310/Kconfig | 31 + board/samsung/trats/Kconfig | 31 + board/samsung/trats2/Kconfig | 31 + board/samsung/universal_c210/Kconfig | 31 + board/sandbox/sandbox/Kconfig | 27 + board/sandburst/karef/Kconfig | 27 + board/sandburst/metrobox/Kconfig | 27 + board/sandisk/sansa_fuze_plus/Kconfig | 31 + board/sandpoint/Kconfig | 47 + board/sbc405/Kconfig | 23 + board/sbc8349/Kconfig | 79 + board/sbc8548/Kconfig | 135 ++ board/sbc8641d/Kconfig | 23 + board/sc3/Kconfig | 23 + board/scb9328/Kconfig | 27 + board/schulercontrol/sc_sps_1/Kconfig | 31 + board/sheldon/simpc8313/Kconfig | 63 + board/shmin/Kconfig | 23 + board/siemens/corvus/Kconfig | 35 + board/siemens/dxr2/Kconfig | 31 + board/siemens/pxm2/Kconfig | 31 + board/siemens/rut/Kconfig | 31 + board/siemens/taurus/Kconfig | 71 + board/silica/pengwyn/Kconfig | 31 + board/sixnet/Kconfig | 23 + board/snmc/qs850/Kconfig | 55 + board/snmc/qs860t/Kconfig | 27 + board/socrates/Kconfig | 23 + board/solidrun/hummingboard/Kconfig | 35 + board/spc1920/Kconfig | 23 + board/spd8xx/Kconfig | 23 + board/spear/spear300/Kconfig | 143 ++ board/spear/spear310/Kconfig | 215 +++ board/spear/spear320/Kconfig | 215 +++ board/spear/spear600/Kconfig | 143 ++ board/spear/x600/Kconfig | 31 + board/st-ericsson/snowball/Kconfig | 31 + board/st-ericsson/u8500/Kconfig | 31 + board/st/nhk8815/Kconfig | 67 + board/stx/stxgp3/Kconfig | 27 + board/stx/stxssa/Kconfig | 59 + board/stx/stxxtc/Kconfig | 27 + board/svm_sc8xx/Kconfig | 23 + board/synopsys/Kconfig | 55 + board/synopsys/axs101/Kconfig | 27 + board/syteco/jadecpu/Kconfig | 31 + board/syteco/zmx25/Kconfig | 31 + board/t3corp/Kconfig | 23 + board/taskit/stamp9g20/Kconfig | 71 + board/tcm-bf518/Kconfig | 23 + board/tcm-bf537/Kconfig | 23 + board/technexion/tao3530/Kconfig | 67 + board/technexion/twister/Kconfig | 31 + board/teejet/mt_ventoux/Kconfig | 31 + board/ti/am335x/Kconfig | 395 ++++ board/ti/am3517crane/Kconfig | 31 + board/ti/am43xx/Kconfig | 35 + board/ti/beagle/Kconfig | 31 + board/ti/dra7xx/Kconfig | 71 + board/ti/evm/Kconfig | 95 + board/ti/omap5912osk/Kconfig | 31 + board/ti/omap5_uevm/Kconfig | 31 + board/ti/panda/Kconfig | 31 + board/ti/sdp3430/Kconfig | 31 + board/ti/sdp4430/Kconfig | 31 + board/ti/ti814x/Kconfig | 31 + board/ti/ti816x/Kconfig | 31 + board/ti/tnetv107xevm/Kconfig | 31 + board/timll/devkit3250/Kconfig | 31 + board/timll/devkit8000/Kconfig | 31 + board/toradex/colibri_pxa270/Kconfig | 27 + board/toradex/colibri_t20_iris/Kconfig | 32 + board/total5200/Kconfig | 111 ++ board/tqc/tqm5200/Kconfig | 431 +++++ board/tqc/tqm8260/Kconfig | 351 ++++ board/tqc/tqm8272/Kconfig | 27 + board/tqc/tqm834x/Kconfig | 27 + board/tqc/tqm8xx/Kconfig | 599 ++++++ board/trizepsiv/Kconfig | 51 + board/ttcontrol/vision2/Kconfig | 35 + board/udoo/Kconfig | 31 + board/utx8245/Kconfig | 23 + board/v37/Kconfig | 23 + board/v38b/Kconfig | 23 + board/ve8313/Kconfig | 23 + board/vpac270/Kconfig | 83 + board/w7o/Kconfig | 47 + board/wandboard/Kconfig | 95 + board/woodburn/Kconfig | 59 + board/xaeniax/Kconfig | 23 + board/xes/xpedite1000/Kconfig | 27 + board/xes/xpedite517x/Kconfig | 27 + board/xes/xpedite520x/Kconfig | 27 + board/xes/xpedite537x/Kconfig | 27 + board/xes/xpedite550x/Kconfig | 27 + board/xilinx/microblaze-generic/Kconfig | 27 + board/xilinx/ml507/Kconfig | 63 + board/xilinx/ppc405-generic/Kconfig | 63 + board/xilinx/ppc440-generic/Kconfig | 63 + board/xilinx/zynq/Kconfig | 203 ++ board/zeus/Kconfig | 23 + board/zipitz2/Kconfig | 23 + board/zpc1900/Kconfig | 23 + configs/A3000_defconfig | 2 + configs/APC405_defconfig | 2 + configs/AR405_defconfig | 2 + configs/ASH405_defconfig | 2 + configs/AdderII_defconfig | 2 + configs/Adder_defconfig | 2 + configs/B4420QDS_NAND_defconfig | 2 + configs/B4420QDS_SPIFLASH_defconfig | 2 + configs/B4420QDS_defconfig | 2 + configs/B4860QDS_NAND_defconfig | 2 + configs/B4860QDS_SPIFLASH_defconfig | 2 + configs/B4860QDS_SRIO_PCIE_BOOT_defconfig | 2 + configs/B4860QDS_defconfig | 2 + configs/BC3450_defconfig | 2 + configs/BSC9131RDB_NAND_SYSCLK100_defconfig | 3 + configs/BSC9131RDB_NAND_defconfig | 3 + configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig | 2 + configs/BSC9131RDB_SPIFLASH_defconfig | 2 + configs/BSC9132QDS_NAND_DDRCLK100_defconfig | 3 + configs/BSC9132QDS_NAND_DDRCLK133_defconfig | 3 + configs/BSC9132QDS_NOR_DDRCLK100_defconfig | 2 + configs/BSC9132QDS_NOR_DDRCLK133_defconfig | 2 + configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig | 2 + configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig | 2 + configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig | 2 + configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig | 2 + configs/C29XPCIE_NAND_defconfig | 4 + configs/C29XPCIE_SPIFLASH_defconfig | 2 + configs/C29XPCIE_defconfig | 2 + configs/CATcenter_25_defconfig | 2 + configs/CATcenter_33_defconfig | 2 + configs/CATcenter_defconfig | 2 + configs/CMS700_defconfig | 2 + configs/CPC45_ROMBOOT_defconfig | 2 + configs/CPC45_defconfig | 2 + configs/CPCI2DP_defconfig | 2 + configs/CPCI4052_defconfig | 2 + configs/CPCI405AB_defconfig | 2 + configs/CPCI405DT_defconfig | 2 + configs/CPCI405_defconfig | 2 + configs/CPCI750_defconfig | 2 + configs/CPCIISER4_defconfig | 2 + configs/CPU86_ROMBOOT_defconfig | 2 + configs/CPU86_defconfig | 2 + configs/CPU87_ROMBOOT_defconfig | 2 + configs/CPU87_defconfig | 2 + configs/CRAYL1_defconfig | 2 + configs/CU824_defconfig | 2 + configs/DB64360_defconfig | 2 + configs/DB64460_defconfig | 2 + configs/DP405_defconfig | 2 + configs/DU405_defconfig | 2 + configs/DU440_defconfig | 2 + configs/ELPPC_defconfig | 2 + configs/ELPT860_defconfig | 2 + configs/ESTEEM192E_defconfig | 2 + configs/EVAL5200_defconfig | 2 + configs/FLAGADM_defconfig | 2 + configs/FPS850L_defconfig | 2 + configs/FPS860L_defconfig | 2 + configs/G2000_defconfig | 2 + configs/GEN860T_SC_defconfig | 2 + configs/GEN860T_defconfig | 2 + configs/HH405_defconfig | 2 + configs/HIDDEN_DRAGON_defconfig | 2 + configs/HUB405_defconfig | 2 + configs/HWW1U1A_defconfig | 2 + configs/ICU862_100MHz_defconfig | 2 + configs/ICU862_defconfig | 2 + configs/IDS8247_defconfig | 2 + configs/IP860_defconfig | 2 + configs/IPHASE4539_defconfig | 2 + configs/ISPAN_REVB_defconfig | 2 + configs/ISPAN_defconfig | 2 + configs/IVML24_128_defconfig | 2 + configs/IVML24_256_defconfig | 2 + configs/IVML24_defconfig | 2 + configs/IVMS8_128_defconfig | 2 + configs/IVMS8_256_defconfig | 2 + configs/IVMS8_defconfig | 2 + configs/JSE_defconfig | 2 + configs/KAREF_defconfig | 2 + configs/KUP4K_defconfig | 2 + configs/KUP4X_defconfig | 2 + configs/Lite5200_LOWBOOT08_defconfig | 2 + configs/Lite5200_LOWBOOT_defconfig | 2 + configs/Lite5200_defconfig | 2 + configs/M5208EVBE_defconfig | 2 + configs/M52277EVB_defconfig | 2 + configs/M52277EVB_stmicro_defconfig | 2 + configs/M5235EVB_Flash32_defconfig | 2 + configs/M5235EVB_defconfig | 2 + configs/M5249EVB_defconfig | 2 + configs/M5253DEMO_defconfig | 2 + configs/M5253EVBE_defconfig | 2 + configs/M5272C3_defconfig | 2 + configs/M5275EVB_defconfig | 2 + configs/M5282EVB_defconfig | 2 + configs/M53017EVB_defconfig | 2 + configs/M5329AFEE_defconfig | 2 + configs/M5329BFEE_defconfig | 2 + configs/M5373EVB_defconfig | 2 + configs/M54418TWR_defconfig | 2 + configs/M54418TWR_nand_mii_defconfig | 2 + configs/M54418TWR_nand_rmii_defconfig | 2 + configs/M54418TWR_nand_rmii_lowfreq_defconfig | 2 + configs/M54418TWR_serial_mii_defconfig | 2 + configs/M54418TWR_serial_rmii_defconfig | 2 + configs/M54451EVB_defconfig | 2 + configs/M54451EVB_stmicro_defconfig | 2 + configs/M54455EVB_a66_defconfig | 2 + configs/M54455EVB_defconfig | 2 + configs/M54455EVB_i66_defconfig | 2 + configs/M54455EVB_intel_defconfig | 2 + configs/M54455EVB_stm33_defconfig | 2 + configs/M5475AFE_defconfig | 2 + configs/M5475BFE_defconfig | 2 + configs/M5475CFE_defconfig | 2 + configs/M5475DFE_defconfig | 2 + configs/M5475EFE_defconfig | 2 + configs/M5475FFE_defconfig | 2 + configs/M5475GFE_defconfig | 2 + configs/M5485AFE_defconfig | 2 + configs/M5485BFE_defconfig | 2 + configs/M5485CFE_defconfig | 2 + configs/M5485DFE_defconfig | 2 + configs/M5485EFE_defconfig | 2 + configs/M5485FFE_defconfig | 2 + configs/M5485GFE_defconfig | 2 + configs/M5485HFE_defconfig | 2 + configs/MERGERBOX_defconfig | 2 + configs/METROBOX_defconfig | 2 + configs/MHPC_defconfig | 2 + configs/MINI5200_defconfig | 2 + configs/MIP405T_defconfig | 2 + configs/MIP405_defconfig | 2 + configs/MPC8260ADS_33MHz_defconfig | 2 + configs/MPC8260ADS_33MHz_lowboot_defconfig | 2 + configs/MPC8260ADS_40MHz_defconfig | 2 + configs/MPC8260ADS_40MHz_lowboot_defconfig | 2 + configs/MPC8260ADS_defconfig | 2 + configs/MPC8260ADS_lowboot_defconfig | 2 + configs/MPC8266ADS_defconfig | 2 + configs/MPC8272ADS_defconfig | 2 + configs/MPC8272ADS_lowboot_defconfig | 2 + configs/MPC8308RDB_defconfig | 2 + configs/MPC8313ERDB_33_defconfig | 2 + configs/MPC8313ERDB_66_defconfig | 2 + configs/MPC8313ERDB_NAND_33_defconfig | 3 + configs/MPC8313ERDB_NAND_66_defconfig | 3 + configs/MPC8315ERDB_NAND_defconfig | 2 + configs/MPC8315ERDB_defconfig | 2 + configs/MPC8323ERDB_defconfig | 2 + configs/MPC832XEMDS_ATM_defconfig | 2 + configs/MPC832XEMDS_HOST_33_defconfig | 2 + configs/MPC832XEMDS_HOST_66_defconfig | 2 + configs/MPC832XEMDS_SLAVE_defconfig | 2 + configs/MPC832XEMDS_defconfig | 2 + configs/MPC8349EMDS_defconfig | 2 + configs/MPC8349ITXGP_defconfig | 2 + configs/MPC8349ITX_LOWBOOT_defconfig | 2 + configs/MPC8349ITX_defconfig | 2 + configs/MPC8360EMDS_33_ATM_defconfig | 2 + configs/MPC8360EMDS_33_HOST_33_defconfig | 2 + configs/MPC8360EMDS_33_HOST_66_defconfig | 2 + configs/MPC8360EMDS_33_SLAVE_defconfig | 2 + configs/MPC8360EMDS_33_defconfig | 2 + configs/MPC8360EMDS_66_ATM_defconfig | 2 + configs/MPC8360EMDS_66_HOST_33_defconfig | 2 + configs/MPC8360EMDS_66_HOST_66_defconfig | 2 + configs/MPC8360EMDS_66_SLAVE_defconfig | 2 + configs/MPC8360EMDS_66_defconfig | 2 + configs/MPC8360ERDK_33_defconfig | 2 + configs/MPC8360ERDK_defconfig | 2 + configs/MPC837XEMDS_HOST_defconfig | 2 + configs/MPC837XEMDS_defconfig | 2 + configs/MPC837XERDB_defconfig | 2 + configs/MPC8536DS_36BIT_defconfig | 2 + configs/MPC8536DS_NAND_defconfig | 2 + configs/MPC8536DS_SDCARD_defconfig | 2 + configs/MPC8536DS_SPIFLASH_defconfig | 2 + configs/MPC8536DS_defconfig | 2 + configs/MPC8540ADS_defconfig | 2 + configs/MPC8541CDS_defconfig | 2 + configs/MPC8541CDS_legacy_defconfig | 2 + configs/MPC8544DS_defconfig | 2 + configs/MPC8548CDS_36BIT_defconfig | 2 + configs/MPC8548CDS_defconfig | 2 + configs/MPC8548CDS_legacy_defconfig | 2 + configs/MPC8555CDS_defconfig | 2 + configs/MPC8555CDS_legacy_defconfig | 2 + configs/MPC8560ADS_defconfig | 2 + configs/MPC8568MDS_defconfig | 2 + configs/MPC8569MDS_ATM_defconfig | 2 + configs/MPC8569MDS_NAND_defconfig | 2 + configs/MPC8569MDS_defconfig | 2 + configs/MPC8572DS_36BIT_defconfig | 2 + configs/MPC8572DS_NAND_defconfig | 2 + configs/MPC8572DS_defconfig | 2 + configs/MPC8610HPCD_defconfig | 2 + configs/MPC8641HPCN_36BIT_defconfig | 2 + configs/MPC8641HPCN_defconfig | 2 + configs/MPC86xADS_defconfig | 2 + configs/MPC885ADS_defconfig | 2 + configs/MUSENKI_defconfig | 2 + configs/MVBC_P_defconfig | 2 + configs/MVBLM7_defconfig | 2 + configs/MVBLUE_defconfig | 2 + configs/MVSMR_defconfig | 2 + configs/MigoR_defconfig | 2 + configs/MiniFAP_defconfig | 2 + configs/NETPHONE_V2_defconfig | 2 + configs/NETPHONE_defconfig | 2 + configs/NETTA2_V2_defconfig | 2 + configs/NETTA2_defconfig | 2 + configs/NETTA_6412_SWAPHOOK_defconfig | 2 + configs/NETTA_6412_defconfig | 2 + configs/NETTA_ISDN_6412_SWAPHOOK_defconfig | 2 + configs/NETTA_ISDN_6412_defconfig | 2 + configs/NETTA_ISDN_SWAPHOOK_defconfig | 2 + configs/NETTA_ISDN_defconfig | 2 + configs/NETTA_SWAPHOOK_defconfig | 2 + configs/NETTA_defconfig | 2 + configs/NETVIA_V2_defconfig | 2 + configs/NETVIA_defconfig | 2 + configs/NSCU_defconfig | 2 + configs/O2D300_defconfig | 2 + configs/O2DNT2_RAMBOOT_defconfig | 2 + configs/O2DNT2_defconfig | 2 + configs/O2D_defconfig | 2 + configs/O2I_defconfig | 2 + configs/O2MNT_O2M110_defconfig | 2 + configs/O2MNT_O2M112_defconfig | 2 + configs/O2MNT_O2M113_defconfig | 2 + configs/O2MNT_defconfig | 2 + configs/O3DNT_defconfig | 2 + configs/OCRTC_defconfig | 2 + configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig | 2 + configs/P1010RDB-PA_36BIT_NAND_defconfig | 4 + configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig | 2 + configs/P1010RDB-PA_36BIT_NOR_defconfig | 2 + configs/P1010RDB-PA_36BIT_SDCARD_defconfig | 3 + .../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig | 2 + configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 3 + configs/P1010RDB-PA_NAND_SECBOOT_defconfig | 2 + configs/P1010RDB-PA_NAND_defconfig | 4 + configs/P1010RDB-PA_NOR_SECBOOT_defconfig | 2 + configs/P1010RDB-PA_NOR_defconfig | 2 + configs/P1010RDB-PA_SDCARD_defconfig | 3 + configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig | 2 + configs/P1010RDB-PA_SPIFLASH_defconfig | 3 + configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig | 2 + configs/P1010RDB-PB_36BIT_NAND_defconfig | 4 + configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig | 2 + configs/P1010RDB-PB_36BIT_NOR_defconfig | 2 + configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 3 + .../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig | 2 + configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 3 + configs/P1010RDB-PB_NAND_SECBOOT_defconfig | 2 + configs/P1010RDB-PB_NAND_defconfig | 4 + configs/P1010RDB-PB_NOR_SECBOOT_defconfig | 2 + configs/P1010RDB-PB_NOR_defconfig | 2 + configs/P1010RDB-PB_SDCARD_defconfig | 3 + configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig | 2 + configs/P1010RDB-PB_SPIFLASH_defconfig | 3 + configs/P1011RDB_36BIT_SDCARD_defconfig | 2 + configs/P1011RDB_36BIT_SPIFLASH_defconfig | 2 + configs/P1011RDB_36BIT_defconfig | 2 + configs/P1011RDB_NAND_defconfig | 2 + configs/P1011RDB_SDCARD_defconfig | 2 + configs/P1011RDB_SPIFLASH_defconfig | 2 + configs/P1011RDB_defconfig | 2 + configs/P1020MBG-PC_36BIT_SDCARD_defconfig | 3 + configs/P1020MBG-PC_36BIT_defconfig | 2 + configs/P1020MBG-PC_SDCARD_defconfig | 3 + configs/P1020MBG-PC_defconfig | 2 + configs/P1020RDB-PC_36BIT_NAND_defconfig | 4 + configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 3 + configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 3 + configs/P1020RDB-PC_36BIT_defconfig | 2 + configs/P1020RDB-PC_NAND_defconfig | 4 + configs/P1020RDB-PC_SDCARD_defconfig | 3 + configs/P1020RDB-PC_SPIFLASH_defconfig | 3 + configs/P1020RDB-PC_defconfig | 2 + configs/P1020RDB-PD_NAND_defconfig | 4 + configs/P1020RDB-PD_SDCARD_defconfig | 3 + configs/P1020RDB-PD_SPIFLASH_defconfig | 3 + configs/P1020RDB-PD_defconfig | 2 + configs/P1020RDB_36BIT_SDCARD_defconfig | 2 + configs/P1020RDB_36BIT_SPIFLASH_defconfig | 2 + configs/P1020RDB_36BIT_defconfig | 2 + configs/P1020RDB_NAND_defconfig | 2 + configs/P1020RDB_SDCARD_defconfig | 2 + configs/P1020RDB_SPIFLASH_defconfig | 2 + configs/P1020RDB_defconfig | 2 + configs/P1020UTM-PC_36BIT_SDCARD_defconfig | 3 + configs/P1020UTM-PC_36BIT_defconfig | 2 + configs/P1020UTM-PC_SDCARD_defconfig | 3 + configs/P1020UTM-PC_defconfig | 2 + configs/P1021RDB-PC_36BIT_NAND_defconfig | 4 + configs/P1021RDB-PC_36BIT_SDCARD_defconfig | 3 + configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig | 3 + configs/P1021RDB-PC_36BIT_defconfig | 2 + configs/P1021RDB-PC_NAND_defconfig | 4 + configs/P1021RDB-PC_SDCARD_defconfig | 3 + configs/P1021RDB-PC_SPIFLASH_defconfig | 3 + configs/P1021RDB-PC_defconfig | 2 + configs/P1022DS_36BIT_NAND_defconfig | 4 + configs/P1022DS_36BIT_SDCARD_defconfig | 3 + configs/P1022DS_36BIT_SPIFLASH_defconfig | 3 + configs/P1022DS_36BIT_defconfig | 2 + configs/P1022DS_NAND_defconfig | 4 + configs/P1022DS_SDCARD_defconfig | 3 + configs/P1022DS_SPIFLASH_defconfig | 3 + configs/P1022DS_defconfig | 2 + configs/P1023RDB_defconfig | 2 + configs/P1023RDS_NAND_defconfig | 2 + configs/P1023RDS_defconfig | 2 + configs/P1024RDB_36BIT_defconfig | 2 + configs/P1024RDB_NAND_defconfig | 4 + configs/P1024RDB_SDCARD_defconfig | 3 + configs/P1024RDB_SPIFLASH_defconfig | 3 + configs/P1024RDB_defconfig | 2 + configs/P1025RDB_36BIT_defconfig | 2 + configs/P1025RDB_NAND_defconfig | 4 + configs/P1025RDB_SDCARD_defconfig | 3 + configs/P1025RDB_SPIFLASH_defconfig | 3 + configs/P1025RDB_defconfig | 2 + configs/P2010RDB_36BIT_SDCARD_defconfig | 2 + configs/P2010RDB_36BIT_SPIFLASH_defconfig | 2 + configs/P2010RDB_36BIT_defconfig | 2 + configs/P2010RDB_NAND_defconfig | 2 + configs/P2010RDB_SDCARD_defconfig | 2 + configs/P2010RDB_SPIFLASH_defconfig | 2 + configs/P2010RDB_defconfig | 2 + configs/P2020COME_SDCARD_defconfig | 2 + configs/P2020COME_SPIFLASH_defconfig | 2 + configs/P2020DS_36BIT_defconfig | 2 + configs/P2020DS_DDR2_defconfig | 2 + configs/P2020DS_SDCARD_defconfig | 2 + configs/P2020DS_SPIFLASH_defconfig | 2 + configs/P2020DS_defconfig | 2 + configs/P2020RDB-PC_36BIT_NAND_defconfig | 4 + configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 3 + configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 3 + configs/P2020RDB-PC_36BIT_defconfig | 2 + configs/P2020RDB-PC_NAND_defconfig | 4 + configs/P2020RDB-PC_SDCARD_defconfig | 3 + configs/P2020RDB-PC_SPIFLASH_defconfig | 3 + configs/P2020RDB-PC_defconfig | 2 + configs/P2020RDB_36BIT_SDCARD_defconfig | 2 + configs/P2020RDB_36BIT_SPIFLASH_defconfig | 2 + configs/P2020RDB_36BIT_defconfig | 2 + configs/P2020RDB_NAND_defconfig | 2 + configs/P2020RDB_SDCARD_defconfig | 2 + configs/P2020RDB_SPIFLASH_defconfig | 2 + configs/P2020RDB_defconfig | 2 + configs/P2041RDB_NAND_defconfig | 2 + configs/P2041RDB_SDCARD_defconfig | 2 + configs/P2041RDB_SECURE_BOOT_defconfig | 2 + configs/P2041RDB_SPIFLASH_defconfig | 2 + configs/P2041RDB_SRIO_PCIE_BOOT_defconfig | 2 + configs/P2041RDB_defconfig | 2 + configs/P3041DS_NAND_defconfig | 2 + configs/P3041DS_SDCARD_defconfig | 2 + configs/P3041DS_SECURE_BOOT_defconfig | 2 + configs/P3041DS_SPIFLASH_defconfig | 2 + configs/P3041DS_SRIO_PCIE_BOOT_defconfig | 2 + configs/P3041DS_defconfig | 2 + configs/P3G4_defconfig | 2 + configs/P4080DS_SDCARD_defconfig | 2 + configs/P4080DS_SECURE_BOOT_defconfig | 2 + configs/P4080DS_SPIFLASH_defconfig | 2 + configs/P4080DS_SRIO_PCIE_BOOT_defconfig | 2 + configs/P4080DS_defconfig | 2 + configs/P5020DS_NAND_defconfig | 2 + configs/P5020DS_SDCARD_defconfig | 2 + configs/P5020DS_SECURE_BOOT_defconfig | 2 + configs/P5020DS_SPIFLASH_defconfig | 2 + configs/P5020DS_SRIO_PCIE_BOOT_defconfig | 2 + configs/P5020DS_defconfig | 2 + configs/P5040DS_NAND_defconfig | 2 + configs/P5040DS_SDCARD_defconfig | 2 + configs/P5040DS_SPIFLASH_defconfig | 2 + configs/P5040DS_defconfig | 2 + configs/PATI_defconfig | 2 + configs/PCI405_defconfig | 2 + configs/PCI5441_defconfig | 2 + configs/PIP405_defconfig | 2 + configs/PK1C20_defconfig | 2 + configs/PLU405_defconfig | 2 + configs/PM520_DDR_defconfig | 2 + configs/PM520_ROMBOOT_DDR_defconfig | 2 + configs/PM520_ROMBOOT_defconfig | 2 + configs/PM520_defconfig | 2 + configs/PM825_BIGFLASH_defconfig | 2 + configs/PM825_ROMBOOT_BIGFLASH_defconfig | 2 + configs/PM825_ROMBOOT_defconfig | 2 + configs/PM825_defconfig | 2 + configs/PM826_BIGFLASH_defconfig | 2 + configs/PM826_ROMBOOT_BIGFLASH_defconfig | 2 + configs/PM826_ROMBOOT_defconfig | 2 + configs/PM826_defconfig | 2 + configs/PM828_PCI_defconfig | 2 + configs/PM828_ROMBOOT_PCI_defconfig | 2 + configs/PM828_ROMBOOT_defconfig | 2 + configs/PM828_defconfig | 2 + configs/PMC405DE_defconfig | 2 + configs/PMC405_defconfig | 2 + configs/PMC440_defconfig | 2 + configs/PPChameleonEVB_BA_25_defconfig | 2 + configs/PPChameleonEVB_BA_33_defconfig | 2 + configs/PPChameleonEVB_HI_25_defconfig | 2 + configs/PPChameleonEVB_HI_33_defconfig | 2 + configs/PPChameleonEVB_ME_25_defconfig | 2 + configs/PPChameleonEVB_ME_33_defconfig | 2 + configs/PPChameleonEVB_defconfig | 2 + configs/PQ2FADS-VR_defconfig | 2 + configs/PQ2FADS-VR_lowboot_defconfig | 2 + configs/PQ2FADS-ZU_66MHz_defconfig | 2 + configs/PQ2FADS-ZU_66MHz_lowboot_defconfig | 2 + configs/PQ2FADS-ZU_defconfig | 2 + configs/PQ2FADS-ZU_lowboot_defconfig | 2 + configs/PQ2FADS_defconfig | 2 + configs/PQ2FADS_lowboot_defconfig | 2 + configs/QS823_defconfig | 2 + configs/QS850_defconfig | 2 + configs/QS860T_defconfig | 2 + configs/R360MPI_defconfig | 2 + configs/RBC823_defconfig | 2 + configs/RPXlite_DW_64_LCD_defconfig | 2 + configs/RPXlite_DW_64_defconfig | 2 + configs/RPXlite_DW_LCD_defconfig | 2 + configs/RPXlite_DW_NVRAM_64_LCD_defconfig | 2 + configs/RPXlite_DW_NVRAM_64_defconfig | 2 + configs/RPXlite_DW_NVRAM_LCD_defconfig | 2 + configs/RPXlite_DW_NVRAM_defconfig | 2 + configs/RPXlite_DW_defconfig | 2 + configs/RRvision_LCD_defconfig | 2 + configs/RRvision_defconfig | 2 + configs/Rattler8248_defconfig | 2 + configs/Rattler_defconfig | 2 + configs/SIMPC8313_LP_defconfig | 2 + configs/SIMPC8313_SP_defconfig | 2 + configs/SM850_defconfig | 2 + configs/SPD823TS_defconfig | 2 + configs/SXNI855T_defconfig | 2 + configs/Sandpoint8240_defconfig | 2 + configs/Sandpoint8245_defconfig | 2 + configs/T1040QDS_defconfig | 2 + configs/T1040RDB_defconfig | 2 + configs/T1042RDB_PI_defconfig | 2 + configs/T2080QDS_NAND_defconfig | 2 + configs/T2080QDS_SDCARD_defconfig | 2 + configs/T2080QDS_SPIFLASH_defconfig | 2 + configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 2 + configs/T2080QDS_defconfig | 2 + configs/T2080RDB_NAND_defconfig | 2 + configs/T2080RDB_SDCARD_defconfig | 2 + configs/T2080RDB_SPIFLASH_defconfig | 2 + configs/T2080RDB_SRIO_PCIE_BOOT_defconfig | 2 + configs/T2080RDB_defconfig | 2 + configs/T2081QDS_NAND_defconfig | 2 + configs/T2081QDS_SDCARD_defconfig | 2 + configs/T2081QDS_SPIFLASH_defconfig | 2 + configs/T2081QDS_SRIO_PCIE_BOOT_defconfig | 2 + configs/T2081QDS_defconfig | 2 + configs/T4160QDS_SDCARD_defconfig | 2 + configs/T4160QDS_SPIFLASH_defconfig | 2 + configs/T4160QDS_defconfig | 2 + configs/T4240EMU_defconfig | 2 + configs/T4240QDS_NAND_defconfig | 2 + configs/T4240QDS_SDCARD_defconfig | 2 + configs/T4240QDS_SPIFLASH_defconfig | 2 + configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | 2 + configs/T4240QDS_defconfig | 2 + configs/TASREG_defconfig | 2 + configs/TB5200_B_defconfig | 2 + configs/TB5200_defconfig | 2 + configs/TK885D_defconfig | 2 + configs/TOP5200_defconfig | 2 + configs/TOP860_defconfig | 2 + configs/TQM5200S_HIGHBOOT_defconfig | 2 + configs/TQM5200S_defconfig | 2 + configs/TQM5200_B_HIGHBOOT_defconfig | 2 + configs/TQM5200_B_defconfig | 2 + configs/TQM5200_STK100_defconfig | 2 + configs/TQM5200_defconfig | 2 + configs/TQM823L_LCD_defconfig | 2 + configs/TQM823L_defconfig | 2 + configs/TQM823M_defconfig | 2 + configs/TQM8255_AA_defconfig | 2 + configs/TQM8260_AA_defconfig | 2 + configs/TQM8260_AB_defconfig | 2 + configs/TQM8260_AC_defconfig | 2 + configs/TQM8260_AD_defconfig | 2 + configs/TQM8260_AE_defconfig | 2 + configs/TQM8260_AF_defconfig | 2 + configs/TQM8260_AG_defconfig | 2 + configs/TQM8260_AH_defconfig | 2 + configs/TQM8260_AI_defconfig | 2 + configs/TQM8265_AA_defconfig | 2 + configs/TQM8272_defconfig | 2 + configs/TQM834x_defconfig | 2 + configs/TQM850L_defconfig | 2 + configs/TQM850M_defconfig | 2 + configs/TQM855L_defconfig | 2 + configs/TQM855M_defconfig | 2 + configs/TQM860L_defconfig | 2 + configs/TQM860M_defconfig | 2 + configs/TQM862L_defconfig | 2 + configs/TQM862M_defconfig | 2 + configs/TQM866M_defconfig | 2 + configs/TQM885D_defconfig | 2 + configs/TTTech_defconfig | 2 + configs/TWR-P1025_defconfig | 2 + configs/Total5200_Rev2_defconfig | 2 + configs/Total5200_Rev2_lowboot_defconfig | 2 + configs/Total5200_defconfig | 2 + configs/Total5200_lowboot_defconfig | 2 + configs/VCMA9_defconfig | 2 + configs/VOH405_defconfig | 2 + configs/VOM405_defconfig | 2 + configs/VoVPN-GW_66MHz_defconfig | 2 + configs/W7OLMC_defconfig | 2 + configs/W7OLMG_defconfig | 2 + configs/WUH405_defconfig | 2 + configs/ZPC1900_defconfig | 2 + configs/ZUMA_defconfig | 2 + configs/a320evb_defconfig | 2 + configs/a3m071_defconfig | 3 + configs/a4m072_defconfig | 2 + configs/a4m2k_defconfig | 3 + configs/ac14xx_defconfig | 2 + configs/acadia_defconfig | 2 + configs/adp-ag101_defconfig | 2 + configs/adp-ag101p_defconfig | 2 + configs/adp-ag102_defconfig | 2 + configs/aev_defconfig | 2 + configs/afeb9260_defconfig | 2 + configs/alpr_defconfig | 2 + configs/am335x_boneblack_defconfig | 3 + configs/am335x_evm_defconfig | 3 + configs/am335x_evm_nor_defconfig | 3 + configs/am335x_evm_norboot_defconfig | 2 + configs/am335x_evm_spiboot_defconfig | 3 + configs/am335x_evm_uart1_defconfig | 3 + configs/am335x_evm_uart2_defconfig | 3 + configs/am335x_evm_uart3_defconfig | 3 + configs/am335x_evm_uart4_defconfig | 3 + configs/am335x_evm_uart5_defconfig | 3 + configs/am335x_evm_usbspl_defconfig | 3 + configs/am335x_igep0033_defconfig | 3 + configs/am3517_crane_defconfig | 3 + configs/am3517_evm_defconfig | 3 + configs/am43xx_evm_defconfig | 3 + configs/ap325rxa_defconfig | 2 + configs/ap_sh4a_4a_defconfig | 2 + configs/apf27_defconfig | 3 + configs/apx4devkit_defconfig | 3 + configs/arcangel4-be_defconfig | 2 + configs/arcangel4_defconfig | 2 + configs/arches_defconfig | 2 + configs/aria_defconfig | 2 + configs/armadillo-800eva_defconfig | 2 + configs/arndale_defconfig | 3 + configs/aspenite_defconfig | 2 + configs/astro_mcf5373l_defconfig | 2 + configs/at91rm9200ek_defconfig | 2 + configs/at91rm9200ek_ram_defconfig | 2 + configs/at91sam9260ek_dataflash_cs0_defconfig | 2 + configs/at91sam9260ek_dataflash_cs1_defconfig | 2 + configs/at91sam9260ek_nandflash_defconfig | 2 + configs/at91sam9261ek_dataflash_cs0_defconfig | 2 + configs/at91sam9261ek_dataflash_cs3_defconfig | 2 + configs/at91sam9261ek_nandflash_defconfig | 2 + configs/at91sam9263ek_dataflash_cs0_defconfig | 2 + configs/at91sam9263ek_dataflash_defconfig | 2 + configs/at91sam9263ek_nandflash_defconfig | 2 + configs/at91sam9263ek_norflash_boot_defconfig | 2 + configs/at91sam9263ek_norflash_defconfig | 2 + configs/at91sam9g10ek_dataflash_cs0_defconfig | 2 + configs/at91sam9g10ek_dataflash_cs3_defconfig | 2 + configs/at91sam9g10ek_nandflash_defconfig | 2 + configs/at91sam9g20ek_2mmc_nandflash_defconfig | 2 + configs/at91sam9g20ek_dataflash_cs0_defconfig | 2 + configs/at91sam9g20ek_dataflash_cs1_defconfig | 2 + configs/at91sam9g20ek_mmc_defconfig | 2 + configs/at91sam9g20ek_nandflash_defconfig | 2 + configs/at91sam9m10g45ek_nandflash_defconfig | 2 + configs/at91sam9n12ek_mmc_defconfig | 2 + configs/at91sam9n12ek_nandflash_defconfig | 2 + configs/at91sam9n12ek_spiflash_defconfig | 2 + configs/at91sam9rlek_dataflash_defconfig | 2 + configs/at91sam9rlek_nandflash_defconfig | 2 + configs/at91sam9x5ek_dataflash_defconfig | 2 + configs/at91sam9x5ek_mmc_defconfig | 2 + configs/at91sam9x5ek_nandflash_defconfig | 2 + configs/at91sam9x5ek_spiflash_defconfig | 2 + configs/at91sam9xeek_dataflash_cs0_defconfig | 2 + configs/at91sam9xeek_dataflash_cs1_defconfig | 2 + configs/at91sam9xeek_nandflash_defconfig | 2 + configs/atc_defconfig | 2 + configs/atngw100_defconfig | 2 + configs/atngw100mkii_defconfig | 2 + configs/atstk1002_defconfig | 2 + configs/atstk1003_defconfig | 2 + configs/atstk1004_defconfig | 2 + configs/atstk1006_defconfig | 2 + configs/axm_defconfig | 2 + configs/axs101_defconfig | 2 + configs/balloon3_defconfig | 2 + configs/bamboo_defconfig | 2 + configs/bcm28155_ap_defconfig | 2 + configs/bct-brettl2_defconfig | 2 + configs/beaver_defconfig | 3 + configs/bf506f-ezkit_defconfig | 2 + configs/bf518f-ezbrd_defconfig | 2 + configs/bf525-ucr2_defconfig | 2 + configs/bf526-ezbrd_defconfig | 2 + configs/bf527-ad7160-eval_defconfig | 2 + configs/bf527-ezkit-v2_defconfig | 2 + configs/bf527-ezkit_defconfig | 2 + configs/bf527-sdp_defconfig | 2 + configs/bf533-ezkit_defconfig | 2 + configs/bf533-stamp_defconfig | 2 + configs/bf537-minotaur_defconfig | 2 + configs/bf537-pnav_defconfig | 2 + configs/bf537-srv1_defconfig | 2 + configs/bf537-stamp_defconfig | 2 + configs/bf538f-ezkit_defconfig | 2 + configs/bf548-ezkit_defconfig | 2 + configs/bf561-acvilon_defconfig | 2 + configs/bf561-ezkit_defconfig | 2 + configs/bf609-ezkit_defconfig | 2 + configs/bg0900_defconfig | 3 + configs/blackstamp_defconfig | 2 + configs/blackvme_defconfig | 2 + configs/bluestone_defconfig | 2 + configs/br4_defconfig | 2 + configs/bubinga_defconfig | 2 + configs/caddy2_defconfig | 2 + configs/calimain_defconfig | 2 + configs/cam5200_defconfig | 2 + configs/cam5200_niosflash_defconfig | 2 + configs/cam_enc_4xx_defconfig | 3 + configs/canmb_defconfig | 2 + configs/canyonlands_defconfig | 2 + configs/cardhu_defconfig | 3 + configs/cgtqmx6qeval_defconfig | 2 + configs/charon_defconfig | 2 + configs/cm-bf527_defconfig | 2 + configs/cm-bf533_defconfig | 2 + configs/cm-bf537e_defconfig | 2 + configs/cm-bf537u_defconfig | 2 + configs/cm-bf548_defconfig | 2 + configs/cm-bf561_defconfig | 2 + configs/cm4008_defconfig | 2 + configs/cm41xx_defconfig | 2 + configs/cm5200_defconfig | 2 + configs/cm_t335_defconfig | 3 + configs/cm_t35_defconfig | 3 + configs/cmi_mpc5xx_defconfig | 2 + configs/cobra5272_defconfig | 2 + configs/cogent_mpc8260_defconfig | 2 + configs/cogent_mpc8xx_defconfig | 2 + configs/colibri_pxa270_defconfig | 2 + configs/colibri_t20_iris_defconfig | 3 + .../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig | 2 + configs/controlcenterd_36BIT_SDCARD_defconfig | 2 + .../controlcenterd_TRAILBLAZER_DEVELOP_defconfig | 2 + configs/controlcenterd_TRAILBLAZER_defconfig | 2 + configs/coreboot-x86_defconfig | 2 + configs/corvus_defconfig | 2 + configs/cpci5200_defconfig | 2 + configs/cpu9260_128M_defconfig | 2 + configs/cpu9260_defconfig | 2 + configs/cpu9260_nand_128M_defconfig | 2 + configs/cpu9260_nand_defconfig | 2 + configs/cpu9G20_128M_defconfig | 2 + configs/cpu9G20_defconfig | 2 + configs/cpu9G20_nand_128M_defconfig | 2 + configs/cpu9G20_nand_defconfig | 2 + configs/cpuat91_defconfig | 2 + configs/cpuat91_ram_defconfig | 2 + configs/csb272_defconfig | 2 + configs/csb472_defconfig | 2 + configs/d2net_v2_defconfig | 2 + configs/da830evm_defconfig | 2 + configs/da850_am18xxevm_defconfig | 3 + configs/da850evm_defconfig | 3 + configs/da850evm_direct_nor_defconfig | 2 + configs/dalmore_defconfig | 3 + configs/davinci_dm355evm_defconfig | 2 + configs/davinci_dm355leopard_defconfig | 2 + configs/davinci_dm365evm_defconfig | 2 + configs/davinci_dm6467Tevm_defconfig | 2 + configs/davinci_dm6467evm_defconfig | 2 + configs/davinci_dvevm_defconfig | 2 + configs/davinci_schmoogie_defconfig | 2 + configs/davinci_sffsdr_defconfig | 2 + configs/davinci_sonata_defconfig | 2 + configs/dbau1000_defconfig | 2 + configs/dbau1100_defconfig | 2 + configs/dbau1500_defconfig | 2 + configs/dbau1550_defconfig | 2 + configs/dbau1550_el_defconfig | 2 + configs/debris_defconfig | 2 + configs/devconcenter_defconfig | 2 + configs/devkit3250_defconfig | 2 + configs/devkit8000_defconfig | 3 + configs/dig297_defconfig | 2 + configs/digsy_mtc_RAMBOOT_defconfig | 2 + configs/digsy_mtc_defconfig | 2 + configs/digsy_mtc_rev5_RAMBOOT_defconfig | 2 + configs/digsy_mtc_rev5_defconfig | 2 + configs/dkb_defconfig | 2 + configs/dlvision-10g_defconfig | 2 + configs/dlvision_defconfig | 2 + configs/dnp5370_defconfig | 2 + configs/dns325_defconfig | 2 + configs/dockstar_defconfig | 2 + configs/dra7xx_evm_defconfig | 3 + configs/dra7xx_evm_uart3_defconfig | 3 + configs/dreamplug_defconfig | 2 + configs/dxr2_defconfig | 3 + configs/eXalion_defconfig | 2 + configs/ea20_defconfig | 2 + configs/eb_cpu5282_defconfig | 2 + configs/eb_cpu5282_internal_defconfig | 2 + configs/eb_cpux9k2_defconfig | 2 + configs/eb_cpux9k2_ram_defconfig | 2 + configs/ebony_defconfig | 2 + configs/eco5pk_defconfig | 3 + configs/ecovec_defconfig | 2 + configs/edminiv2_defconfig | 2 + configs/enbw_cmc_defconfig | 2 + configs/ep8248_defconfig | 2 + configs/ep8260_defconfig | 2 + configs/ep82xxm_defconfig | 2 + configs/espt_defconfig | 2 + configs/ethernut5_defconfig | 2 + configs/favr-32-ezkit_defconfig | 2 + configs/flea3_defconfig | 2 + configs/fo300_defconfig | 2 + configs/fx12mm_defconfig | 2 + configs/fx12mm_flash_defconfig | 2 + configs/galaxy5200_LOWBOOT_defconfig | 2 + configs/galaxy5200_defconfig | 2 + configs/gdppc440etx_defconfig | 2 + configs/glacier_defconfig | 2 + configs/goflexhome_defconfig | 2 + configs/gplugd_defconfig | 2 + configs/gr_cpci_ax2000_defconfig | 2 + configs/gr_ep2s60_defconfig | 2 + configs/gr_xc3s_1500_defconfig | 2 + configs/grasshopper_defconfig | 2 + configs/grsim_defconfig | 2 + configs/grsim_leon2_defconfig | 2 + configs/guruplug_defconfig | 2 + configs/gw8260_defconfig | 2 + configs/gwventanadl1g_defconfig | 2 + configs/gwventanadl_defconfig | 2 + configs/gwventanaq1g_defconfig | 2 + configs/gwventanaq1gspi_defconfig | 2 + configs/gwventanaq_defconfig | 2 + configs/h2200_defconfig | 2 + configs/haleakala_defconfig | 2 + configs/hammerhead_defconfig | 2 + configs/harmony_defconfig | 3 + configs/hawkboard_defconfig | 3 + configs/hawkboard_uart_defconfig | 3 + configs/hermes_defconfig | 2 + configs/highbank_defconfig | 2 + configs/hmi1001_defconfig | 2 + configs/hummingboard_solo_defconfig | 2 + configs/hymod_defconfig | 2 + configs/ib62x0_defconfig | 2 + configs/ibf-dsp561_defconfig | 2 + configs/icecube_5200_DDR_LOWBOOT08_defconfig | 2 + configs/icecube_5200_DDR_LOWBOOT_defconfig | 2 + configs/icecube_5200_DDR_defconfig | 2 + configs/icecube_5200_LOWBOOT08_defconfig | 2 + configs/icecube_5200_LOWBOOT_defconfig | 2 + configs/icecube_5200_defconfig | 2 + configs/icon_defconfig | 2 + configs/iconnect_defconfig | 2 + configs/igep0020_defconfig | 3 + configs/igep0020_nand_defconfig | 3 + configs/igep0030_defconfig | 3 + configs/igep0030_nand_defconfig | 3 + configs/igep0032_defconfig | 3 + configs/ima3-mx53_defconfig | 2 + configs/imx27lite_defconfig | 2 + configs/imx31_litekit_defconfig | 2 + configs/imx31_phycore_defconfig | 2 + configs/imx31_phycore_eet_defconfig | 2 + configs/inetspace_v2_defconfig | 2 + configs/inka4x0_defconfig | 2 + configs/integratorap_cm720t_defconfig | 2 + configs/integratorap_cm920t_defconfig | 2 + configs/integratorap_cm926ejs_defconfig | 2 + configs/integratorap_cm946es_defconfig | 2 + configs/integratorcp_cm1136_defconfig | 2 + configs/integratorcp_cm920t_defconfig | 2 + configs/integratorcp_cm926ejs_defconfig | 2 + configs/integratorcp_cm946es_defconfig | 2 + configs/intip_defconfig | 2 + configs/io64_defconfig | 2 + configs/io_defconfig | 2 + configs/iocon_defconfig | 2 + configs/ip04_defconfig | 2 + configs/ipam390_defconfig | 3 + configs/ipek01_defconfig | 2 + configs/jadecpu_defconfig | 2 + configs/jornada_defconfig | 2 + configs/jupiter_defconfig | 2 + configs/katmai_defconfig | 2 + configs/kilauea_defconfig | 2 + configs/km_kirkwood_128m16_defconfig | 2 + configs/km_kirkwood_defconfig | 2 + configs/km_kirkwood_pci_defconfig | 2 + configs/kmcoge4_defconfig | 2 + configs/kmcoge5ne_defconfig | 2 + configs/kmcoge5un_defconfig | 2 + configs/kmeter1_defconfig | 2 + configs/kmlion1_defconfig | 2 + configs/kmnusa_defconfig | 2 + configs/kmopti2_defconfig | 2 + configs/kmsugp1_defconfig | 2 + configs/kmsupx5_defconfig | 2 + configs/kmsuv31_defconfig | 2 + configs/kmvect1_defconfig | 2 + configs/koelsch_defconfig | 2 + configs/koelsch_nor_defconfig | 2 + configs/korat_defconfig | 2 + configs/korat_perm_defconfig | 2 + configs/kvme080_defconfig | 2 + configs/kwb_defconfig | 3 + configs/kzm9g_defconfig | 2 + configs/lager_defconfig | 2 + configs/lager_nor_defconfig | 2 + configs/lcd4_lwmon5_defconfig | 3 + configs/lite5200b_LOWBOOT_defconfig | 2 + configs/lite5200b_PM_defconfig | 2 + configs/lite5200b_defconfig | 2 + configs/lp8x4x_defconfig | 2 + configs/lschlv2_defconfig | 2 + configs/lsxhl_defconfig | 2 + configs/luan_defconfig | 2 + configs/lwmon5_defconfig | 2 + configs/lwmon_defconfig | 2 + configs/m28evk_defconfig | 3 + configs/m53evk_defconfig | 3 + configs/magnesium_defconfig | 2 + configs/makalu_defconfig | 2 + configs/malta_defconfig | 2 + configs/maltael_defconfig | 2 + configs/mcc200_COM12_SDRAM_defconfig | 2 + configs/mcc200_COM12_defconfig | 2 + configs/mcc200_COM12_highboot_SDRAM_defconfig | 2 + configs/mcc200_COM12_highboot_defconfig | 2 + configs/mcc200_SDRAM_defconfig | 2 + configs/mcc200_defconfig | 2 + configs/mcc200_highboot_SDRAM_defconfig | 2 + configs/mcc200_highboot_defconfig | 2 + configs/mcx_defconfig | 3 + configs/mecp5123_defconfig | 2 + configs/mecp5200_defconfig | 2 + configs/medcom-wide_defconfig | 3 + configs/meesc_dataflash_defconfig | 2 + configs/meesc_defconfig | 2 + configs/mgcoge3ne_defconfig | 2 + configs/mgcoge3un_defconfig | 2 + configs/mgcoge_defconfig | 2 + configs/microblaze-generic_defconfig | 3 + configs/mimc200_defconfig | 2 + configs/ml507_defconfig | 2 + configs/ml507_flash_defconfig | 2 + configs/motionpro_defconfig | 2 + configs/mpc5121ads_defconfig | 2 + configs/mpc5121ads_rev2_defconfig | 2 + configs/mpc7448hpc2_defconfig | 2 + configs/mpc8308_p1m_defconfig | 2 + configs/mpr2_defconfig | 2 + configs/ms7720se_defconfig | 2 + configs/ms7722se_defconfig | 2 + configs/ms7750se_defconfig | 2 + configs/mt_ventoux_defconfig | 3 + configs/muas3001_defconfig | 2 + configs/muas3001_dev_defconfig | 2 + configs/mucmc52_defconfig | 2 + configs/munices_defconfig | 2 + configs/mv88f6281gtw_ge_defconfig | 2 + configs/mx23_olinuxino_defconfig | 3 + configs/mx23evk_defconfig | 3 + configs/mx25pdk_defconfig | 2 + configs/mx28evk_auart_console_defconfig | 3 + configs/mx28evk_defconfig | 3 + configs/mx28evk_nand_defconfig | 3 + configs/mx31ads_defconfig | 2 + configs/mx31pdk_defconfig | 3 + configs/mx35pdk_defconfig | 2 + configs/mx51_efikamx_defconfig | 2 + configs/mx51_efikasb_defconfig | 2 + configs/mx51evk_defconfig | 2 + configs/mx53ard_defconfig | 2 + configs/mx53evk_defconfig | 2 + configs/mx53loco_defconfig | 2 + configs/mx53smd_defconfig | 2 + configs/mx6dlsabresd_defconfig | 2 + configs/mx6qarm2_defconfig | 2 + configs/mx6qsabreauto_defconfig | 2 + configs/mx6qsabrelite_defconfig | 2 + configs/mx6qsabresd_defconfig | 2 + configs/mx6slevk_defconfig | 2 + configs/neo_defconfig | 2 + configs/net2big_v2_defconfig | 2 + configs/netspace_lite_v2_defconfig | 2 + configs/netspace_max_v2_defconfig | 2 + configs/netspace_mini_v2_defconfig | 2 + configs/netspace_v2_defconfig | 2 + configs/nhk8815_defconfig | 2 + configs/nhk8815_onenand_defconfig | 2 + configs/nios2-generic_defconfig | 2 + configs/nitrogen6dl2g_defconfig | 2 + configs/nitrogen6dl_defconfig | 2 + configs/nitrogen6q2g_defconfig | 2 + configs/nitrogen6q_defconfig | 2 + configs/nitrogen6s1g_defconfig | 2 + configs/nitrogen6s_defconfig | 2 + configs/nokia_rx51_defconfig | 2 + configs/ocotea_defconfig | 2 + configs/omap3_beagle_defconfig | 3 + configs/omap3_evm_defconfig | 3 + configs/omap3_evm_quick_mmc_defconfig | 3 + configs/omap3_evm_quick_nand_defconfig | 3 + configs/omap3_ha_defconfig | 3 + configs/omap3_logic_defconfig | 2 + configs/omap3_mvblx_defconfig | 2 + configs/omap3_overo_defconfig | 3 + configs/omap3_pandora_defconfig | 2 + configs/omap3_sdp3430_defconfig | 2 + configs/omap3_zoom1_defconfig | 2 + configs/omap4_panda_defconfig | 3 + configs/omap4_sdp4430_defconfig | 3 + configs/omap5912osk_defconfig | 2 + configs/omap5_uevm_defconfig | 3 + configs/openrd_base_defconfig | 2 + configs/openrd_client_defconfig | 2 + configs/openrd_ultimate_defconfig | 2 + configs/openrisc-generic_defconfig | 2 + configs/origen_defconfig | 3 + configs/otc570_dataflash_defconfig | 2 + configs/otc570_defconfig | 2 + configs/p3m7448_defconfig | 2 + configs/p3m750_defconfig | 2 + configs/p3p440_defconfig | 2 + configs/palmld_defconfig | 2 + configs/palmtc_defconfig | 2 + configs/palmtreo680_defconfig | 3 + configs/paz00_defconfig | 3 + configs/pb1000_defconfig | 2 + configs/pcm030_LOWBOOT_defconfig | 2 + configs/pcm030_defconfig | 2 + configs/pcm051_rev1_defconfig | 3 + configs/pcm051_rev3_defconfig | 3 + configs/pcs440ep_defconfig | 2 + configs/pdm360ng_defconfig | 2 + configs/pengwyn_defconfig | 3 + configs/pf5200_defconfig | 2 + configs/plutux_defconfig | 3 + configs/pm9261_defconfig | 2 + configs/pm9263_defconfig | 2 + configs/pm9g45_defconfig | 2 + configs/pogo_e02_defconfig | 2 + configs/polaris_defconfig | 2 + configs/portl2_defconfig | 2 + configs/portuxg20_defconfig | 2 + configs/ppmc7xx_defconfig | 2 + configs/ppmc8260_defconfig | 2 + configs/pr1_defconfig | 2 + configs/prs200_DDR_defconfig | 2 + configs/prs200_defconfig | 2 + configs/prs200_highboot_DDR_defconfig | 2 + configs/prs200_highboot_defconfig | 2 + configs/pxa255_idp_defconfig | 2 + configs/pxm2_defconfig | 3 + configs/qemu_mips64_defconfig | 2 + configs/qemu_mips64el_defconfig | 2 + configs/qemu_mips_defconfig | 2 + configs/qemu_mipsel_defconfig | 2 + configs/qong_defconfig | 2 + configs/quad100hd_defconfig | 2 + configs/quantum_defconfig | 2 + configs/r0p7734_defconfig | 2 + configs/r2dplus_defconfig | 2 + configs/r7780mp_defconfig | 2 + configs/rainier_defconfig | 2 + configs/rainier_ramboot_defconfig | 2 + configs/rd6281a_defconfig | 2 + configs/redwood_defconfig | 2 + configs/rpi_b_defconfig | 2 + configs/rsk7203_defconfig | 2 + configs/rsk7264_defconfig | 2 + configs/rsk7269_defconfig | 2 + configs/rut_defconfig | 3 + configs/s5p_goni_defconfig | 2 + configs/s5pc210_universal_defconfig | 2 + configs/sacsng_defconfig | 2 + configs/sama5d3_xplained_mmc_defconfig | 2 + configs/sama5d3_xplained_nandflash_defconfig | 2 + configs/sama5d3xek_mmc_defconfig | 3 + configs/sama5d3xek_nandflash_defconfig | 3 + configs/sama5d3xek_spiflash_defconfig | 3 + configs/sandbox_defconfig | 2 + configs/sansa_fuze_plus_defconfig | 3 + configs/sbc35_a9g20_eeprom_defconfig | 2 + configs/sbc35_a9g20_nandflash_defconfig | 2 + configs/sbc405_defconfig | 2 + configs/sbc8349_PCI_33_defconfig | 2 + configs/sbc8349_PCI_66_defconfig | 2 + configs/sbc8349_defconfig | 2 + configs/sbc8548_PCI_33_PCIE_defconfig | 2 + configs/sbc8548_PCI_33_defconfig | 2 + configs/sbc8548_PCI_66_PCIE_defconfig | 2 + configs/sbc8548_PCI_66_defconfig | 2 + configs/sbc8548_defconfig | 2 + configs/sbc8641d_defconfig | 2 + configs/sc3_defconfig | 2 + configs/sc_sps_1_defconfig | 3 + configs/scb9328_defconfig | 2 + configs/seaboard_defconfig | 3 + configs/sequoia_defconfig | 2 + configs/sequoia_ramboot_defconfig | 2 + configs/sh7752evb_defconfig | 2 + configs/sh7753evb_defconfig | 2 + configs/sh7757lcr_defconfig | 2 + configs/sh7763rdp_defconfig | 2 + configs/sh7785lcr_32bit_defconfig | 2 + configs/sh7785lcr_defconfig | 2 + configs/sheevaplug_defconfig | 2 + configs/shmin_defconfig | 2 + configs/smdk2410_defconfig | 2 + configs/smdk5250_defconfig | 3 + configs/smdk5420_defconfig | 3 + configs/smdkc100_defconfig | 2 + configs/smdkv310_defconfig | 3 + configs/snapper9260_defconfig | 2 + configs/snapper9g20_defconfig | 2 + configs/snow_defconfig | 3 + configs/snowball_defconfig | 2 + configs/socfpga_cyclone5_defconfig | 3 + configs/socrates_defconfig | 2 + configs/spc1920_defconfig | 2 + configs/spear300_defconfig | 2 + configs/spear300_nand_defconfig | 2 + configs/spear300_usbtty_defconfig | 2 + configs/spear300_usbtty_nand_defconfig | 2 + configs/spear310_defconfig | 2 + configs/spear310_nand_defconfig | 2 + configs/spear310_pnor_defconfig | 2 + configs/spear310_usbtty_defconfig | 2 + configs/spear310_usbtty_nand_defconfig | 2 + configs/spear310_usbtty_pnor_defconfig | 2 + configs/spear320_defconfig | 2 + configs/spear320_nand_defconfig | 2 + configs/spear320_pnor_defconfig | 2 + configs/spear320_usbtty_defconfig | 2 + configs/spear320_usbtty_nand_defconfig | 2 + configs/spear320_usbtty_pnor_defconfig | 2 + configs/spear600_defconfig | 2 + configs/spear600_nand_defconfig | 2 + configs/spear600_usbtty_defconfig | 2 + configs/spear600_usbtty_nand_defconfig | 2 + configs/spl/BSC9131RDB_NAND_SYSCLK100_defconfig | 2 + configs/spl/BSC9131RDB_NAND_defconfig | 2 + configs/spl/BSC9132QDS_NAND_DDRCLK100_defconfig | 2 + configs/spl/BSC9132QDS_NAND_DDRCLK133_defconfig | 2 + configs/spl/C29XPCIE_NAND_defconfig | 2 + configs/spl/MPC8313ERDB_NAND_33_defconfig | 2 + configs/spl/MPC8313ERDB_NAND_66_defconfig | 2 + configs/spl/P1010RDB-PA_36BIT_NAND_defconfig | 2 + configs/spl/P1010RDB-PA_36BIT_SDCARD_defconfig | 2 + configs/spl/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 2 + configs/spl/P1010RDB-PA_NAND_defconfig | 2 + configs/spl/P1010RDB-PA_SDCARD_defconfig | 2 + configs/spl/P1010RDB-PA_SPIFLASH_defconfig | 2 + configs/spl/P1010RDB-PB_36BIT_NAND_defconfig | 2 + configs/spl/P1010RDB-PB_36BIT_SDCARD_defconfig | 2 + configs/spl/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 2 + configs/spl/P1010RDB-PB_NAND_defconfig | 2 + configs/spl/P1010RDB-PB_SDCARD_defconfig | 2 + configs/spl/P1010RDB-PB_SPIFLASH_defconfig | 2 + configs/spl/P1020MBG-PC_36BIT_SDCARD_defconfig | 2 + configs/spl/P1020MBG-PC_SDCARD_defconfig | 2 + configs/spl/P1020RDB-PC_36BIT_NAND_defconfig | 2 + configs/spl/P1020RDB-PC_36BIT_SDCARD_defconfig | 2 + configs/spl/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 2 + configs/spl/P1020RDB-PC_NAND_defconfig | 2 + configs/spl/P1020RDB-PC_SDCARD_defconfig | 2 + configs/spl/P1020RDB-PC_SPIFLASH_defconfig | 2 + configs/spl/P1020RDB-PD_NAND_defconfig | 2 + configs/spl/P1020RDB-PD_SDCARD_defconfig | 2 + configs/spl/P1020RDB-PD_SPIFLASH_defconfig | 2 + configs/spl/P1020UTM-PC_36BIT_SDCARD_defconfig | 2 + configs/spl/P1020UTM-PC_SDCARD_defconfig | 2 + configs/spl/P1021RDB-PC_36BIT_NAND_defconfig | 2 + configs/spl/P1021RDB-PC_36BIT_SDCARD_defconfig | 2 + configs/spl/P1021RDB-PC_36BIT_SPIFLASH_defconfig | 2 + configs/spl/P1021RDB-PC_NAND_defconfig | 2 + configs/spl/P1021RDB-PC_SDCARD_defconfig | 2 + configs/spl/P1021RDB-PC_SPIFLASH_defconfig | 2 + configs/spl/P1022DS_36BIT_NAND_defconfig | 2 + configs/spl/P1022DS_36BIT_SDCARD_defconfig | 2 + configs/spl/P1022DS_36BIT_SPIFLASH_defconfig | 2 + configs/spl/P1022DS_NAND_defconfig | 2 + configs/spl/P1022DS_SDCARD_defconfig | 2 + configs/spl/P1022DS_SPIFLASH_defconfig | 2 + configs/spl/P1024RDB_NAND_defconfig | 2 + configs/spl/P1024RDB_SDCARD_defconfig | 2 + configs/spl/P1024RDB_SPIFLASH_defconfig | 2 + configs/spl/P1025RDB_NAND_defconfig | 2 + configs/spl/P1025RDB_SDCARD_defconfig | 2 + configs/spl/P1025RDB_SPIFLASH_defconfig | 2 + configs/spl/P2020RDB-PC_36BIT_NAND_defconfig | 2 + configs/spl/P2020RDB-PC_36BIT_SDCARD_defconfig | 2 + configs/spl/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 2 + configs/spl/P2020RDB-PC_NAND_defconfig | 2 + configs/spl/P2020RDB-PC_SDCARD_defconfig | 2 + configs/spl/P2020RDB-PC_SPIFLASH_defconfig | 2 + configs/spl/a3m071_defconfig | 2 + configs/spl/a4m2k_defconfig | 2 + configs/spl/am335x_boneblack_defconfig | 2 + configs/spl/am335x_evm_defconfig | 2 + configs/spl/am335x_evm_nor_defconfig | 2 + configs/spl/am335x_evm_spiboot_defconfig | 2 + configs/spl/am335x_evm_uart1_defconfig | 2 + configs/spl/am335x_evm_uart2_defconfig | 2 + configs/spl/am335x_evm_uart3_defconfig | 2 + configs/spl/am335x_evm_uart4_defconfig | 2 + configs/spl/am335x_evm_uart5_defconfig | 2 + configs/spl/am335x_evm_usbspl_defconfig | 2 + configs/spl/am335x_igep0033_defconfig | 2 + configs/spl/am3517_crane_defconfig | 2 + configs/spl/am3517_evm_defconfig | 2 + configs/spl/am43xx_evm_defconfig | 2 + configs/spl/apf27_defconfig | 2 + configs/spl/apx4devkit_defconfig | 2 + configs/spl/arndale_defconfig | 2 + configs/spl/beaver_defconfig | 2 + configs/spl/bg0900_defconfig | 2 + configs/spl/cam_enc_4xx_defconfig | 2 + configs/spl/cardhu_defconfig | 2 + configs/spl/cm_t335_defconfig | 2 + configs/spl/cm_t35_defconfig | 2 + configs/spl/colibri_t20_iris_defconfig | 2 + configs/spl/da850_am18xxevm_defconfig | 2 + configs/spl/da850evm_defconfig | 2 + configs/spl/dalmore_defconfig | 2 + configs/spl/devkit8000_defconfig | 2 + configs/spl/dra7xx_evm_defconfig | 2 + configs/spl/dra7xx_evm_uart3_defconfig | 2 + configs/spl/dxr2_defconfig | 2 + configs/spl/eco5pk_defconfig | 2 + configs/spl/harmony_defconfig | 2 + configs/spl/hawkboard_defconfig | 2 + configs/spl/hawkboard_uart_defconfig | 2 + configs/spl/igep0020_defconfig | 2 + configs/spl/igep0020_nand_defconfig | 2 + configs/spl/igep0030_defconfig | 2 + configs/spl/igep0030_nand_defconfig | 2 + configs/spl/igep0032_defconfig | 2 + configs/spl/ipam390_defconfig | 2 + configs/spl/kwb_defconfig | 2 + configs/spl/lcd4_lwmon5_defconfig | 2 + configs/spl/m28evk_defconfig | 2 + configs/spl/m53evk_defconfig | 2 + configs/spl/mcx_defconfig | 2 + configs/spl/medcom-wide_defconfig | 2 + configs/spl/microblaze-generic_defconfig | 2 + configs/spl/mt_ventoux_defconfig | 2 + configs/spl/mx23_olinuxino_defconfig | 2 + configs/spl/mx23evk_defconfig | 2 + configs/spl/mx28evk_auart_console_defconfig | 2 + configs/spl/mx28evk_defconfig | 2 + configs/spl/mx28evk_nand_defconfig | 2 + configs/spl/mx31pdk_defconfig | 2 + configs/spl/omap3_beagle_defconfig | 2 + configs/spl/omap3_evm_defconfig | 2 + configs/spl/omap3_evm_quick_mmc_defconfig | 2 + configs/spl/omap3_evm_quick_nand_defconfig | 2 + configs/spl/omap3_ha_defconfig | 2 + configs/spl/omap3_overo_defconfig | 2 + configs/spl/omap4_panda_defconfig | 2 + configs/spl/omap4_sdp4430_defconfig | 2 + configs/spl/omap5_uevm_defconfig | 2 + configs/spl/origen_defconfig | 2 + configs/spl/palmtreo680_defconfig | 2 + configs/spl/paz00_defconfig | 2 + configs/spl/pcm051_rev1_defconfig | 2 + configs/spl/pcm051_rev3_defconfig | 2 + configs/spl/pengwyn_defconfig | 2 + configs/spl/plutux_defconfig | 2 + configs/spl/pxm2_defconfig | 2 + configs/spl/rut_defconfig | 2 + configs/spl/sama5d3xek_mmc_defconfig | 2 + configs/spl/sama5d3xek_nandflash_defconfig | 2 + configs/spl/sama5d3xek_spiflash_defconfig | 2 + configs/spl/sansa_fuze_plus_defconfig | 2 + configs/spl/sc_sps_1_defconfig | 2 + configs/spl/seaboard_defconfig | 2 + configs/spl/smdk5250_defconfig | 2 + configs/spl/smdk5420_defconfig | 2 + configs/spl/smdkv310_defconfig | 2 + configs/spl/snow_defconfig | 2 + configs/spl/socfpga_cyclone5_defconfig | 2 + configs/spl/tao3530_defconfig | 2 + configs/spl/tec-ng_defconfig | 2 + configs/spl/tec_defconfig | 2 + configs/spl/ti814x_evm_defconfig | 2 + configs/spl/ti816x_evm_defconfig | 2 + configs/spl/tricorder_defconfig | 2 + configs/spl/tricorder_flash_defconfig | 2 + configs/spl/trimslice_defconfig | 2 + configs/spl/tseries_mmc_defconfig | 2 + configs/spl/tseries_nand_defconfig | 2 + configs/spl/tseries_spi_defconfig | 2 + configs/spl/twister_defconfig | 2 + configs/spl/tx25_defconfig | 2 + configs/spl/venice2_defconfig | 2 + configs/spl/ventana_defconfig | 2 + configs/spl/vpac270_ond_256_defconfig | 2 + configs/spl/whistler_defconfig | 2 + configs/spl/woodburn_sd_defconfig | 2 + configs/spl/x600_defconfig | 2 + configs/spl/xfi3_defconfig | 2 + configs/spl/zynq_microzed_defconfig | 2 + configs/spl/zynq_zc70x_defconfig | 2 + configs/spl/zynq_zc770_xm010_defconfig | 2 + configs/spl/zynq_zc770_xm012_defconfig | 2 + configs/spl/zynq_zc770_xm013_defconfig | 2 + configs/spl/zynq_zed_defconfig | 2 + configs/stamp9g20_defconfig | 2 + configs/stxgp3_defconfig | 2 + configs/stxssa_4M_defconfig | 2 + configs/stxssa_defconfig | 2 + configs/stxxtc_defconfig | 2 + configs/suvd3_defconfig | 2 + configs/svm_sc8xx_defconfig | 2 + configs/sycamore_defconfig | 2 + configs/t3corp_defconfig | 2 + configs/taihu_defconfig | 2 + configs/taishan_defconfig | 2 + configs/tao3530_defconfig | 3 + configs/taurus_defconfig | 2 + configs/tcm-bf518_defconfig | 2 + configs/tcm-bf537_defconfig | 2 + configs/tec-ng_defconfig | 3 + configs/tec_defconfig | 3 + configs/ti814x_evm_defconfig | 3 + configs/ti816x_evm_defconfig | 3 + configs/titanium_defconfig | 2 + configs/tk71_defconfig | 2 + configs/tnetv107x_evm_defconfig | 2 + configs/tny_a9260_eeprom_defconfig | 2 + configs/tny_a9260_nandflash_defconfig | 2 + configs/tny_a9g20_eeprom_defconfig | 2 + configs/tny_a9g20_nandflash_defconfig | 2 + configs/top9000eval_xe_defconfig | 2 + configs/top9000su_xe_defconfig | 2 + configs/tpl/C29XPCIE_NAND_defconfig | 2 + configs/tpl/P1010RDB-PA_36BIT_NAND_defconfig | 2 + configs/tpl/P1010RDB-PA_NAND_defconfig | 2 + configs/tpl/P1010RDB-PB_36BIT_NAND_defconfig | 2 + configs/tpl/P1010RDB-PB_NAND_defconfig | 2 + configs/tpl/P1020RDB-PC_36BIT_NAND_defconfig | 2 + configs/tpl/P1020RDB-PC_NAND_defconfig | 2 + configs/tpl/P1020RDB-PD_NAND_defconfig | 2 + configs/tpl/P1021RDB-PC_36BIT_NAND_defconfig | 2 + configs/tpl/P1021RDB-PC_NAND_defconfig | 2 + configs/tpl/P1022DS_36BIT_NAND_defconfig | 2 + configs/tpl/P1022DS_NAND_defconfig | 2 + configs/tpl/P1024RDB_NAND_defconfig | 2 + configs/tpl/P1025RDB_NAND_defconfig | 2 + configs/tpl/P2020RDB-PC_36BIT_NAND_defconfig | 2 + configs/tpl/P2020RDB-PC_NAND_defconfig | 2 + configs/trats2_defconfig | 2 + configs/trats_defconfig | 2 + configs/tricorder_defconfig | 3 + configs/tricorder_flash_defconfig | 3 + configs/trimslice_defconfig | 3 + configs/trizepsiv_defconfig | 2 + configs/tseries_mmc_defconfig | 3 + configs/tseries_nand_defconfig | 3 + configs/tseries_spi_defconfig | 3 + configs/tt01_defconfig | 2 + configs/tuge1_defconfig | 2 + configs/tuxx1_defconfig | 2 + configs/twister_defconfig | 3 + configs/tx25_defconfig | 3 + configs/u8500_href_defconfig | 2 + configs/uc100_defconfig | 2 + configs/uc101_defconfig | 2 + configs/udoo_quad_defconfig | 2 + configs/usb_a9263_dataflash_defconfig | 2 + configs/utx8245_defconfig | 2 + configs/v37_defconfig | 2 + configs/v38b_defconfig | 2 + configs/v5fx30teval_defconfig | 2 + configs/v5fx30teval_flash_defconfig | 2 + configs/vct_platinum_defconfig | 2 + configs/vct_platinum_onenand_defconfig | 2 + configs/vct_platinum_onenand_small_defconfig | 2 + configs/vct_platinum_small_defconfig | 2 + configs/vct_platinumavc_defconfig | 2 + configs/vct_platinumavc_onenand_defconfig | 2 + configs/vct_platinumavc_onenand_small_defconfig | 2 + configs/vct_platinumavc_small_defconfig | 2 + configs/vct_premium_defconfig | 2 + configs/vct_premium_onenand_defconfig | 2 + configs/vct_premium_onenand_small_defconfig | 2 + configs/vct_premium_small_defconfig | 2 + configs/ve8313_defconfig | 2 + configs/venice2_defconfig | 3 + configs/ventana_defconfig | 3 + configs/versatileab_defconfig | 2 + configs/versatilepb_defconfig | 2 + configs/versatileqemu_defconfig | 2 + configs/vexpress_aemv8a_defconfig | 2 + configs/vexpress_ca15_tc2_defconfig | 2 + configs/vexpress_ca5x2_defconfig | 2 + configs/vexpress_ca9x4_defconfig | 2 + configs/vf610twr_defconfig | 2 + configs/virtlab2_defconfig | 2 + configs/vision2_defconfig | 2 + configs/vl_ma2sc_defconfig | 2 + configs/vl_ma2sc_ram_defconfig | 2 + configs/vme8349_defconfig | 2 + configs/vpac270_nor_128_defconfig | 2 + configs/vpac270_nor_256_defconfig | 2 + configs/vpac270_ond_256_defconfig | 3 + configs/walnut_defconfig | 2 + configs/wandboard_dl_defconfig | 2 + configs/wandboard_quad_defconfig | 2 + configs/wandboard_solo_defconfig | 2 + configs/whistler_defconfig | 3 + configs/wireless_space_defconfig | 2 + configs/woodburn_defconfig | 2 + configs/woodburn_sd_defconfig | 3 + configs/wtk_defconfig | 2 + configs/x600_defconfig | 3 + configs/xaeniax_defconfig | 2 + configs/xfi3_defconfig | 3 + configs/xilinx-ppc405-generic_defconfig | 2 + configs/xilinx-ppc405-generic_flash_defconfig | 2 + configs/xilinx-ppc440-generic_defconfig | 2 + configs/xilinx-ppc440-generic_flash_defconfig | 2 + configs/xpedite1000_defconfig | 2 + configs/xpedite517x_defconfig | 2 + configs/xpedite520x_defconfig | 2 + configs/xpedite537x_defconfig | 2 + configs/xpedite550x_defconfig | 2 + configs/yellowstone_defconfig | 2 + configs/yosemite_defconfig | 2 + configs/yucca_defconfig | 2 + configs/zeus_defconfig | 2 + configs/zipitz2_defconfig | 2 + configs/zmx25_defconfig | 2 + configs/zynq_microzed_defconfig | 3 + configs/zynq_zc70x_defconfig | 3 + configs/zynq_zc770_xm010_defconfig | 3 + configs/zynq_zc770_xm012_defconfig | 3 + configs/zynq_zc770_xm013_defconfig | 3 + configs/zynq_zed_defconfig | 3 + 1962 files changed, 43249 insertions(+) create mode 100644 arch/arc/Kconfig create mode 100644 arch/arm/Kconfig create mode 100644 arch/avr32/Kconfig create mode 100644 arch/blackfin/Kconfig create mode 100644 arch/m68k/Kconfig create mode 100644 arch/microblaze/Kconfig create mode 100644 arch/mips/Kconfig create mode 100644 arch/nds32/Kconfig create mode 100644 arch/nios2/Kconfig create mode 100644 arch/openrisc/Kconfig create mode 100644 arch/powerpc/Kconfig create mode 100644 arch/sandbox/Kconfig create mode 100644 arch/sh/Kconfig create mode 100644 arch/sparc/Kconfig create mode 100644 arch/x86/Kconfig create mode 100644 board/8dtech/eco5pk/Kconfig create mode 100644 board/AndesTech/adp-ag101/Kconfig create mode 100644 board/AndesTech/adp-ag101p/Kconfig create mode 100644 board/AndesTech/adp-ag102/Kconfig create mode 100644 board/Barix/ipam390/Kconfig create mode 100644 board/BuR/kwb/Kconfig create mode 100644 board/BuR/tseries/Kconfig create mode 100644 board/BuS/eb_cpu5282/Kconfig create mode 100644 board/BuS/eb_cpux9k2/Kconfig create mode 100644 board/BuS/vl_ma2sc/Kconfig create mode 100644 board/CarMediaLab/flea3/Kconfig create mode 100644 board/Kconfig create mode 100644 board/LEOX/elpt860/Kconfig create mode 100644 board/LaCie/edminiv2/Kconfig create mode 100644 board/LaCie/net2big_v2/Kconfig create mode 100644 board/LaCie/netspace_v2/Kconfig create mode 100644 board/LaCie/wireless_space/Kconfig create mode 100644 board/Marvell/aspenite/Kconfig create mode 100644 board/Marvell/db64360/Kconfig create mode 100644 board/Marvell/db64460/Kconfig create mode 100644 board/Marvell/dkb/Kconfig create mode 100644 board/Marvell/dreamplug/Kconfig create mode 100644 board/Marvell/gplugd/Kconfig create mode 100644 board/Marvell/guruplug/Kconfig create mode 100644 board/Marvell/mv88f6281gtw_ge/Kconfig create mode 100644 board/Marvell/openrd/Kconfig create mode 100644 board/Marvell/rd6281a/Kconfig create mode 100644 board/Marvell/sheevaplug/Kconfig create mode 100644 board/RPXlite_dw/Kconfig create mode 100644 board/RRvision/Kconfig create mode 100644 board/Seagate/dockstar/Kconfig create mode 100644 board/Seagate/goflexhome/Kconfig create mode 100644 board/a3000/Kconfig create mode 100644 board/a3m071/Kconfig create mode 100644 board/a4m072/Kconfig create mode 100644 board/adder/Kconfig create mode 100644 board/afeb9260/Kconfig create mode 100644 board/ait/cam_enc_4xx/Kconfig create mode 100644 board/alphaproject/ap_sh4a_4a/Kconfig create mode 100644 board/altera/nios2-generic/Kconfig create mode 100644 board/altera/socfpga/Kconfig create mode 100644 board/amcc/acadia/Kconfig create mode 100644 board/amcc/bamboo/Kconfig create mode 100644 board/amcc/bluestone/Kconfig create mode 100644 board/amcc/bubinga/Kconfig create mode 100644 board/amcc/canyonlands/Kconfig create mode 100644 board/amcc/ebony/Kconfig create mode 100644 board/amcc/katmai/Kconfig create mode 100644 board/amcc/kilauea/Kconfig create mode 100644 board/amcc/luan/Kconfig create mode 100644 board/amcc/makalu/Kconfig create mode 100644 board/amcc/ocotea/Kconfig create mode 100644 board/amcc/redwood/Kconfig create mode 100644 board/amcc/sequoia/Kconfig create mode 100644 board/amcc/taihu/Kconfig create mode 100644 board/amcc/taishan/Kconfig create mode 100644 board/amcc/walnut/Kconfig create mode 100644 board/amcc/yosemite/Kconfig create mode 100644 board/amcc/yucca/Kconfig create mode 100644 board/armadeus/apf27/Kconfig create mode 100644 board/armltd/integrator/Kconfig create mode 100644 board/armltd/versatile/Kconfig create mode 100644 board/armltd/vexpress/Kconfig create mode 100644 board/armltd/vexpress64/Kconfig create mode 100644 board/astro/mcf5373l/Kconfig create mode 100644 board/atc/Kconfig create mode 100644 board/atmark-techno/armadillo-800eva/Kconfig create mode 100644 board/atmel/at91rm9200ek/Kconfig create mode 100644 board/atmel/at91sam9260ek/Kconfig create mode 100644 board/atmel/at91sam9261ek/Kconfig create mode 100644 board/atmel/at91sam9263ek/Kconfig create mode 100644 board/atmel/at91sam9m10g45ek/Kconfig create mode 100644 board/atmel/at91sam9n12ek/Kconfig create mode 100644 board/atmel/at91sam9rlek/Kconfig create mode 100644 board/atmel/at91sam9x5ek/Kconfig create mode 100644 board/atmel/atngw100/Kconfig create mode 100644 board/atmel/atngw100mkii/Kconfig create mode 100644 board/atmel/atstk1000/Kconfig create mode 100644 board/atmel/sama5d3_xplained/Kconfig create mode 100644 board/atmel/sama5d3xek/Kconfig create mode 100644 board/avionic-design/medcom-wide/Kconfig create mode 100644 board/avionic-design/plutux/Kconfig create mode 100644 board/avionic-design/tec-ng/Kconfig create mode 100644 board/avionic-design/tec/Kconfig create mode 100644 board/avnet/fx12mm/Kconfig create mode 100644 board/avnet/v5fx30teval/Kconfig create mode 100644 board/balloon3/Kconfig create mode 100644 board/barco/titanium/Kconfig create mode 100644 board/bc3450/Kconfig create mode 100644 board/bct-brettl2/Kconfig create mode 100644 board/bf506f-ezkit/Kconfig create mode 100644 board/bf518f-ezbrd/Kconfig create mode 100644 board/bf525-ucr2/Kconfig create mode 100644 board/bf526-ezbrd/Kconfig create mode 100644 board/bf527-ad7160-eval/Kconfig create mode 100644 board/bf527-ezkit/Kconfig create mode 100644 board/bf527-sdp/Kconfig create mode 100644 board/bf533-ezkit/Kconfig create mode 100644 board/bf533-stamp/Kconfig create mode 100644 board/bf537-minotaur/Kconfig create mode 100644 board/bf537-pnav/Kconfig create mode 100644 board/bf537-srv1/Kconfig create mode 100644 board/bf537-stamp/Kconfig create mode 100644 board/bf538f-ezkit/Kconfig create mode 100644 board/bf548-ezkit/Kconfig create mode 100644 board/bf561-acvilon/Kconfig create mode 100644 board/bf561-ezkit/Kconfig create mode 100644 board/bf609-ezkit/Kconfig create mode 100644 board/blackstamp/Kconfig create mode 100644 board/blackvme/Kconfig create mode 100644 board/bluegiga/apx4devkit/Kconfig create mode 100644 board/bluewater/snapper9260/Kconfig create mode 100644 board/boundary/nitrogen6x/Kconfig create mode 100644 board/br4/Kconfig create mode 100644 board/broadcom/bcm28155_ap/Kconfig create mode 100644 board/buffalo/lsxl/Kconfig create mode 100644 board/calao/sbc35_a9g20/Kconfig create mode 100644 board/calao/tny_a9260/Kconfig create mode 100644 board/calao/usb_a9263/Kconfig create mode 100644 board/canmb/Kconfig create mode 100644 board/chromebook-x86/coreboot/Kconfig create mode 100644 board/cloudengines/pogo_e02/Kconfig create mode 100644 board/cm-bf527/Kconfig create mode 100644 board/cm-bf533/Kconfig create mode 100644 board/cm-bf537e/Kconfig create mode 100644 board/cm-bf537u/Kconfig create mode 100644 board/cm-bf548/Kconfig create mode 100644 board/cm-bf561/Kconfig create mode 100644 board/cm4008/Kconfig create mode 100644 board/cm41xx/Kconfig create mode 100644 board/cm5200/Kconfig create mode 100644 board/cmi/Kconfig create mode 100644 board/cobra5272/Kconfig create mode 100644 board/cogent/Kconfig create mode 100644 board/comelit/dig297/Kconfig create mode 100644 board/compal/paz00/Kconfig create mode 100644 board/compulab/cm_t335/Kconfig create mode 100644 board/compulab/cm_t35/Kconfig create mode 100644 board/compulab/trimslice/Kconfig create mode 100644 board/congatec/cgtqmx6eval/Kconfig create mode 100644 board/corscience/tricorder/Kconfig create mode 100644 board/cpc45/Kconfig create mode 100644 board/cpu86/Kconfig create mode 100644 board/cpu87/Kconfig create mode 100644 board/cray/L1/Kconfig create mode 100644 board/creative/xfi3/Kconfig create mode 100644 board/csb272/Kconfig create mode 100644 board/csb472/Kconfig create mode 100644 board/cu824/Kconfig create mode 100644 board/d-link/dns325/Kconfig create mode 100644 board/dave/PPChameleonEVB/Kconfig create mode 100644 board/davedenx/aria/Kconfig create mode 100644 board/davedenx/qong/Kconfig create mode 100644 board/davinci/da8xxevm/Kconfig create mode 100644 board/davinci/dm355evm/Kconfig create mode 100644 board/davinci/dm355leopard/Kconfig create mode 100644 board/davinci/dm365evm/Kconfig create mode 100644 board/davinci/dm6467evm/Kconfig create mode 100644 board/davinci/dvevm/Kconfig create mode 100644 board/davinci/ea20/Kconfig create mode 100644 board/davinci/schmoogie/Kconfig create mode 100644 board/davinci/sffsdr/Kconfig create mode 100644 board/davinci/sonata/Kconfig create mode 100644 board/dbau1x00/Kconfig create mode 100644 board/denx/m28evk/Kconfig create mode 100644 board/denx/m53evk/Kconfig create mode 100644 board/dnp5370/Kconfig create mode 100644 board/eXalion/Kconfig create mode 100644 board/earthlcd/favr-32-ezkit/Kconfig create mode 100644 board/egnite/ethernut5/Kconfig create mode 100644 board/eltec/elppc/Kconfig create mode 100644 board/eltec/mhpc/Kconfig create mode 100644 board/emk/top5200/Kconfig create mode 100644 board/emk/top860/Kconfig create mode 100644 board/emk/top9000/Kconfig create mode 100644 board/enbw/enbw_cmc/Kconfig create mode 100644 board/ep8248/Kconfig create mode 100644 board/ep8260/Kconfig create mode 100644 board/ep82xxm/Kconfig create mode 100644 board/esd/apc405/Kconfig create mode 100644 board/esd/ar405/Kconfig create mode 100644 board/esd/ash405/Kconfig create mode 100644 board/esd/cms700/Kconfig create mode 100644 board/esd/cpci2dp/Kconfig create mode 100644 board/esd/cpci405/Kconfig create mode 100644 board/esd/cpci5200/Kconfig create mode 100644 board/esd/cpci750/Kconfig create mode 100644 board/esd/cpciiser4/Kconfig create mode 100644 board/esd/dp405/Kconfig create mode 100644 board/esd/du405/Kconfig create mode 100644 board/esd/du440/Kconfig create mode 100644 board/esd/hh405/Kconfig create mode 100644 board/esd/hub405/Kconfig create mode 100644 board/esd/mecp5123/Kconfig create mode 100644 board/esd/mecp5200/Kconfig create mode 100644 board/esd/meesc/Kconfig create mode 100644 board/esd/ocrtc/Kconfig create mode 100644 board/esd/otc570/Kconfig create mode 100644 board/esd/pci405/Kconfig create mode 100644 board/esd/pf5200/Kconfig create mode 100644 board/esd/plu405/Kconfig create mode 100644 board/esd/pmc405/Kconfig create mode 100644 board/esd/pmc405de/Kconfig create mode 100644 board/esd/pmc440/Kconfig create mode 100644 board/esd/tasreg/Kconfig create mode 100644 board/esd/vme8349/Kconfig create mode 100644 board/esd/voh405/Kconfig create mode 100644 board/esd/vom405/Kconfig create mode 100644 board/esd/wuh405/Kconfig create mode 100644 board/esg/ima3-mx53/Kconfig create mode 100644 board/espt/Kconfig create mode 100644 board/esteem192e/Kconfig create mode 100644 board/etin/debris/Kconfig create mode 100644 board/etin/kvme080/Kconfig create mode 100644 board/eukrea/cpu9260/Kconfig create mode 100644 board/eukrea/cpuat91/Kconfig create mode 100644 board/evb64260/Kconfig create mode 100644 board/exmeritus/hww1u1a/Kconfig create mode 100644 board/fads/Kconfig create mode 100644 board/faraday/a320evb/Kconfig create mode 100644 board/flagadm/Kconfig create mode 100644 board/freescale/b4860qds/Kconfig create mode 100644 board/freescale/bsc9131rdb/Kconfig create mode 100644 board/freescale/bsc9132qds/Kconfig create mode 100644 board/freescale/c29xpcie/Kconfig create mode 100644 board/freescale/corenet_ds/Kconfig create mode 100644 board/freescale/m5208evbe/Kconfig create mode 100644 board/freescale/m52277evb/Kconfig create mode 100644 board/freescale/m5235evb/Kconfig create mode 100644 board/freescale/m5249evb/Kconfig create mode 100644 board/freescale/m5253demo/Kconfig create mode 100644 board/freescale/m5253evbe/Kconfig create mode 100644 board/freescale/m5272c3/Kconfig create mode 100644 board/freescale/m5275evb/Kconfig create mode 100644 board/freescale/m5282evb/Kconfig create mode 100644 board/freescale/m53017evb/Kconfig create mode 100644 board/freescale/m5329evb/Kconfig create mode 100644 board/freescale/m5373evb/Kconfig create mode 100644 board/freescale/m54418twr/Kconfig create mode 100644 board/freescale/m54451evb/Kconfig create mode 100644 board/freescale/m54455evb/Kconfig create mode 100644 board/freescale/m547xevb/Kconfig create mode 100644 board/freescale/m548xevb/Kconfig create mode 100644 board/freescale/mpc5121ads/Kconfig create mode 100644 board/freescale/mpc7448hpc2/Kconfig create mode 100644 board/freescale/mpc8260ads/Kconfig create mode 100644 board/freescale/mpc8266ads/Kconfig create mode 100644 board/freescale/mpc8308rdb/Kconfig create mode 100644 board/freescale/mpc8313erdb/Kconfig create mode 100644 board/freescale/mpc8315erdb/Kconfig create mode 100644 board/freescale/mpc8323erdb/Kconfig create mode 100644 board/freescale/mpc832xemds/Kconfig create mode 100644 board/freescale/mpc8349emds/Kconfig create mode 100644 board/freescale/mpc8349itx/Kconfig create mode 100644 board/freescale/mpc8360emds/Kconfig create mode 100644 board/freescale/mpc8360erdk/Kconfig create mode 100644 board/freescale/mpc837xemds/Kconfig create mode 100644 board/freescale/mpc837xerdb/Kconfig create mode 100644 board/freescale/mpc8536ds/Kconfig create mode 100644 board/freescale/mpc8540ads/Kconfig create mode 100644 board/freescale/mpc8541cds/Kconfig create mode 100644 board/freescale/mpc8544ds/Kconfig create mode 100644 board/freescale/mpc8548cds/Kconfig create mode 100644 board/freescale/mpc8555cds/Kconfig create mode 100644 board/freescale/mpc8560ads/Kconfig create mode 100644 board/freescale/mpc8568mds/Kconfig create mode 100644 board/freescale/mpc8569mds/Kconfig create mode 100644 board/freescale/mpc8572ds/Kconfig create mode 100644 board/freescale/mpc8610hpcd/Kconfig create mode 100644 board/freescale/mpc8641hpcn/Kconfig create mode 100644 board/freescale/mx23evk/Kconfig create mode 100644 board/freescale/mx25pdk/Kconfig create mode 100644 board/freescale/mx28evk/Kconfig create mode 100644 board/freescale/mx31ads/Kconfig create mode 100644 board/freescale/mx31pdk/Kconfig create mode 100644 board/freescale/mx35pdk/Kconfig create mode 100644 board/freescale/mx51evk/Kconfig create mode 100644 board/freescale/mx53ard/Kconfig create mode 100644 board/freescale/mx53evk/Kconfig create mode 100644 board/freescale/mx53loco/Kconfig create mode 100644 board/freescale/mx53smd/Kconfig create mode 100644 board/freescale/mx6qarm2/Kconfig create mode 100644 board/freescale/mx6qsabreauto/Kconfig create mode 100644 board/freescale/mx6sabresd/Kconfig create mode 100644 board/freescale/mx6slevk/Kconfig create mode 100644 board/freescale/p1010rdb/Kconfig create mode 100644 board/freescale/p1022ds/Kconfig create mode 100644 board/freescale/p1023rdb/Kconfig create mode 100644 board/freescale/p1023rds/Kconfig create mode 100644 board/freescale/p1_p2_rdb/Kconfig create mode 100644 board/freescale/p1_p2_rdb_pc/Kconfig create mode 100644 board/freescale/p1_twr/Kconfig create mode 100644 board/freescale/p2020come/Kconfig create mode 100644 board/freescale/p2020ds/Kconfig create mode 100644 board/freescale/p2041rdb/Kconfig create mode 100644 board/freescale/t1040qds/Kconfig create mode 100644 board/freescale/t104xrdb/Kconfig create mode 100644 board/freescale/t208xqds/Kconfig create mode 100644 board/freescale/t208xrdb/Kconfig create mode 100644 board/freescale/t4qds/Kconfig create mode 100644 board/freescale/vf610twr/Kconfig create mode 100644 board/funkwerk/vovpn-gw/Kconfig create mode 100644 board/g2000/Kconfig create mode 100644 board/gaisler/gr_cpci_ax2000/Kconfig create mode 100644 board/gaisler/gr_ep2s60/Kconfig create mode 100644 board/gaisler/gr_xc3s_1500/Kconfig create mode 100644 board/gaisler/grsim/Kconfig create mode 100644 board/gaisler/grsim_leon2/Kconfig create mode 100644 board/galaxy5200/Kconfig create mode 100644 board/gateworks/gw_ventana/Kconfig create mode 100644 board/gdsys/405ep/Kconfig create mode 100644 board/gdsys/405ex/Kconfig create mode 100644 board/gdsys/dlvision/Kconfig create mode 100644 board/gdsys/gdppc440etx/Kconfig create mode 100644 board/gdsys/intip/Kconfig create mode 100644 board/gdsys/p1022/Kconfig create mode 100644 board/gen860t/Kconfig create mode 100644 board/genesi/mx51_efikamx/Kconfig create mode 100644 board/gw8260/Kconfig create mode 100644 board/h2200/Kconfig create mode 100644 board/hale/tt01/Kconfig create mode 100644 board/hermes/Kconfig create mode 100644 board/hidden_dragon/Kconfig create mode 100644 board/highbank/Kconfig create mode 100644 board/htkw/mcx/Kconfig create mode 100644 board/hymod/Kconfig create mode 100644 board/ibf-dsp561/Kconfig create mode 100644 board/icecube/Kconfig create mode 100644 board/icpdas/lp8x4x/Kconfig create mode 100644 board/icu862/Kconfig create mode 100644 board/ids8247/Kconfig create mode 100644 board/ifm/ac14xx/Kconfig create mode 100644 board/ifm/o2dnt2/Kconfig create mode 100644 board/imgtec/malta/Kconfig create mode 100644 board/imx31_phycore/Kconfig create mode 100644 board/in-circuit/grasshopper/Kconfig create mode 100644 board/inka4x0/Kconfig create mode 100644 board/intercontrol/digsy_mtc/Kconfig create mode 100644 board/iomega/iconnect/Kconfig create mode 100644 board/ip04/Kconfig create mode 100644 board/ip860/Kconfig create mode 100644 board/ipek01/Kconfig create mode 100644 board/iphase4539/Kconfig create mode 100644 board/isee/igep0033/Kconfig create mode 100644 board/isee/igep00x0/Kconfig create mode 100644 board/ispan/Kconfig create mode 100644 board/ivm/Kconfig create mode 100644 board/jornada/Kconfig create mode 100644 board/jse/Kconfig create mode 100644 board/jupiter/Kconfig create mode 100644 board/karo/tk71/Kconfig create mode 100644 board/karo/tx25/Kconfig create mode 100644 board/keymile/km82xx/Kconfig create mode 100644 board/keymile/km83xx/Kconfig create mode 100644 board/keymile/km_arm/Kconfig create mode 100644 board/keymile/kmp204x/Kconfig create mode 100644 board/kmc/kzm9g/Kconfig create mode 100644 board/korat/Kconfig create mode 100644 board/kup/kup4k/Kconfig create mode 100644 board/kup/kup4x/Kconfig create mode 100644 board/logicpd/am3517evm/Kconfig create mode 100644 board/logicpd/imx27lite/Kconfig create mode 100644 board/logicpd/imx31_litekit/Kconfig create mode 100644 board/logicpd/omap3som/Kconfig create mode 100644 board/logicpd/zoom1/Kconfig create mode 100644 board/lwmon/Kconfig create mode 100644 board/lwmon5/Kconfig create mode 100644 board/manroland/hmi1001/Kconfig create mode 100644 board/manroland/mucmc52/Kconfig create mode 100644 board/manroland/uc100/Kconfig create mode 100644 board/manroland/uc101/Kconfig create mode 100644 board/matrix_vision/mergerbox/Kconfig create mode 100644 board/matrix_vision/mvbc_p/Kconfig create mode 100644 board/matrix_vision/mvblm7/Kconfig create mode 100644 board/matrix_vision/mvblx/Kconfig create mode 100644 board/matrix_vision/mvsmr/Kconfig create mode 100644 board/mcc200/Kconfig create mode 100644 board/micronas/vct/Kconfig create mode 100644 board/mimc/mimc200/Kconfig create mode 100644 board/miromico/hammerhead/Kconfig create mode 100644 board/mosaixtech/icon/Kconfig create mode 100644 board/motionpro/Kconfig create mode 100644 board/mpc8308_p1m/Kconfig create mode 100644 board/mpl/mip405/Kconfig create mode 100644 board/mpl/pati/Kconfig create mode 100644 board/mpl/pip405/Kconfig create mode 100644 board/mpl/vcma9/Kconfig create mode 100644 board/mpr2/Kconfig create mode 100644 board/ms7720se/Kconfig create mode 100644 board/ms7722se/Kconfig create mode 100644 board/ms7750se/Kconfig create mode 100644 board/muas3001/Kconfig create mode 100644 board/munices/Kconfig create mode 100644 board/musenki/Kconfig create mode 100644 board/mvblue/Kconfig create mode 100644 board/netphone/Kconfig create mode 100644 board/netta/Kconfig create mode 100644 board/netta2/Kconfig create mode 100644 board/netvia/Kconfig create mode 100644 board/nokia/rx51/Kconfig create mode 100644 board/nvidia/beaver/Kconfig create mode 100644 board/nvidia/cardhu/Kconfig create mode 100644 board/nvidia/dalmore/Kconfig create mode 100644 board/nvidia/harmony/Kconfig create mode 100644 board/nvidia/seaboard/Kconfig create mode 100644 board/nvidia/venice2/Kconfig create mode 100644 board/nvidia/ventana/Kconfig create mode 100644 board/nvidia/whistler/Kconfig create mode 100644 board/olimex/mx23_olinuxino/Kconfig create mode 100644 board/omicron/calimain/Kconfig create mode 100644 board/openrisc/openrisc-generic/Kconfig create mode 100644 board/overo/Kconfig create mode 100644 board/palmld/Kconfig create mode 100644 board/palmtc/Kconfig create mode 100644 board/palmtreo680/Kconfig create mode 100644 board/pandora/Kconfig create mode 100644 board/pb1x00/Kconfig create mode 100644 board/pcs440ep/Kconfig create mode 100644 board/pdm360ng/Kconfig create mode 100644 board/phytec/pcm030/Kconfig create mode 100644 board/phytec/pcm051/Kconfig create mode 100644 board/pm520/Kconfig create mode 100644 board/pm826/Kconfig create mode 100644 board/pm828/Kconfig create mode 100644 board/ppcag/bg0900/Kconfig create mode 100644 board/ppmc7xx/Kconfig create mode 100644 board/ppmc8260/Kconfig create mode 100644 board/pr1/Kconfig create mode 100644 board/prodrive/alpr/Kconfig create mode 100644 board/prodrive/p3mx/Kconfig create mode 100644 board/prodrive/p3p440/Kconfig create mode 100644 board/psyent/pci5441/Kconfig create mode 100644 board/psyent/pk1c20/Kconfig create mode 100644 board/pxa255_idp/Kconfig create mode 100644 board/qemu-mips/Kconfig create mode 100644 board/quad100hd/Kconfig create mode 100644 board/quantum/Kconfig create mode 100644 board/r360mpi/Kconfig create mode 100644 board/raidsonic/ib62x0/Kconfig create mode 100644 board/raspberrypi/rpi_b/Kconfig create mode 100644 board/rattler/Kconfig create mode 100644 board/rbc823/Kconfig create mode 100644 board/renesas/MigoR/Kconfig create mode 100644 board/renesas/ap325rxa/Kconfig create mode 100644 board/renesas/ecovec/Kconfig create mode 100644 board/renesas/koelsch/Kconfig create mode 100644 board/renesas/lager/Kconfig create mode 100644 board/renesas/r0p7734/Kconfig create mode 100644 board/renesas/r2dplus/Kconfig create mode 100644 board/renesas/r7780mp/Kconfig create mode 100644 board/renesas/rsk7203/Kconfig create mode 100644 board/renesas/rsk7264/Kconfig create mode 100644 board/renesas/rsk7269/Kconfig create mode 100644 board/renesas/sh7752evb/Kconfig create mode 100644 board/renesas/sh7753evb/Kconfig create mode 100644 board/renesas/sh7757lcr/Kconfig create mode 100644 board/renesas/sh7763rdp/Kconfig create mode 100644 board/renesas/sh7785lcr/Kconfig create mode 100644 board/ronetix/pm9261/Kconfig create mode 100644 board/ronetix/pm9263/Kconfig create mode 100644 board/ronetix/pm9g45/Kconfig create mode 100644 board/sacsng/Kconfig create mode 100644 board/samsung/arndale/Kconfig create mode 100644 board/samsung/goni/Kconfig create mode 100644 board/samsung/origen/Kconfig create mode 100644 board/samsung/smdk2410/Kconfig create mode 100644 board/samsung/smdk5250/Kconfig create mode 100644 board/samsung/smdk5420/Kconfig create mode 100644 board/samsung/smdkc100/Kconfig create mode 100644 board/samsung/smdkv310/Kconfig create mode 100644 board/samsung/trats/Kconfig create mode 100644 board/samsung/trats2/Kconfig create mode 100644 board/samsung/universal_c210/Kconfig create mode 100644 board/sandbox/sandbox/Kconfig create mode 100644 board/sandburst/karef/Kconfig create mode 100644 board/sandburst/metrobox/Kconfig create mode 100644 board/sandisk/sansa_fuze_plus/Kconfig create mode 100644 board/sandpoint/Kconfig create mode 100644 board/sbc405/Kconfig create mode 100644 board/sbc8349/Kconfig create mode 100644 board/sbc8548/Kconfig create mode 100644 board/sbc8641d/Kconfig create mode 100644 board/sc3/Kconfig create mode 100644 board/scb9328/Kconfig create mode 100644 board/schulercontrol/sc_sps_1/Kconfig create mode 100644 board/sheldon/simpc8313/Kconfig create mode 100644 board/shmin/Kconfig create mode 100644 board/siemens/corvus/Kconfig create mode 100644 board/siemens/dxr2/Kconfig create mode 100644 board/siemens/pxm2/Kconfig create mode 100644 board/siemens/rut/Kconfig create mode 100644 board/siemens/taurus/Kconfig create mode 100644 board/silica/pengwyn/Kconfig create mode 100644 board/sixnet/Kconfig create mode 100644 board/snmc/qs850/Kconfig create mode 100644 board/snmc/qs860t/Kconfig create mode 100644 board/socrates/Kconfig create mode 100644 board/solidrun/hummingboard/Kconfig create mode 100644 board/spc1920/Kconfig create mode 100644 board/spd8xx/Kconfig create mode 100644 board/spear/spear300/Kconfig create mode 100644 board/spear/spear310/Kconfig create mode 100644 board/spear/spear320/Kconfig create mode 100644 board/spear/spear600/Kconfig create mode 100644 board/spear/x600/Kconfig create mode 100644 board/st-ericsson/snowball/Kconfig create mode 100644 board/st-ericsson/u8500/Kconfig create mode 100644 board/st/nhk8815/Kconfig create mode 100644 board/stx/stxgp3/Kconfig create mode 100644 board/stx/stxssa/Kconfig create mode 100644 board/stx/stxxtc/Kconfig create mode 100644 board/svm_sc8xx/Kconfig create mode 100644 board/synopsys/Kconfig create mode 100644 board/synopsys/axs101/Kconfig create mode 100644 board/syteco/jadecpu/Kconfig create mode 100644 board/syteco/zmx25/Kconfig create mode 100644 board/t3corp/Kconfig create mode 100644 board/taskit/stamp9g20/Kconfig create mode 100644 board/tcm-bf518/Kconfig create mode 100644 board/tcm-bf537/Kconfig create mode 100644 board/technexion/tao3530/Kconfig create mode 100644 board/technexion/twister/Kconfig create mode 100644 board/teejet/mt_ventoux/Kconfig create mode 100644 board/ti/am335x/Kconfig create mode 100644 board/ti/am3517crane/Kconfig create mode 100644 board/ti/am43xx/Kconfig create mode 100644 board/ti/beagle/Kconfig create mode 100644 board/ti/dra7xx/Kconfig create mode 100644 board/ti/evm/Kconfig create mode 100644 board/ti/omap5912osk/Kconfig create mode 100644 board/ti/omap5_uevm/Kconfig create mode 100644 board/ti/panda/Kconfig create mode 100644 board/ti/sdp3430/Kconfig create mode 100644 board/ti/sdp4430/Kconfig create mode 100644 board/ti/ti814x/Kconfig create mode 100644 board/ti/ti816x/Kconfig create mode 100644 board/ti/tnetv107xevm/Kconfig create mode 100644 board/timll/devkit3250/Kconfig create mode 100644 board/timll/devkit8000/Kconfig create mode 100644 board/toradex/colibri_pxa270/Kconfig create mode 100644 board/toradex/colibri_t20_iris/Kconfig create mode 100644 board/total5200/Kconfig create mode 100644 board/tqc/tqm5200/Kconfig create mode 100644 board/tqc/tqm8260/Kconfig create mode 100644 board/tqc/tqm8272/Kconfig create mode 100644 board/tqc/tqm834x/Kconfig create mode 100644 board/tqc/tqm8xx/Kconfig create mode 100644 board/trizepsiv/Kconfig create mode 100644 board/ttcontrol/vision2/Kconfig create mode 100644 board/udoo/Kconfig create mode 100644 board/utx8245/Kconfig create mode 100644 board/v37/Kconfig create mode 100644 board/v38b/Kconfig create mode 100644 board/ve8313/Kconfig create mode 100644 board/vpac270/Kconfig create mode 100644 board/w7o/Kconfig create mode 100644 board/wandboard/Kconfig create mode 100644 board/woodburn/Kconfig create mode 100644 board/xaeniax/Kconfig create mode 100644 board/xes/xpedite1000/Kconfig create mode 100644 board/xes/xpedite517x/Kconfig create mode 100644 board/xes/xpedite520x/Kconfig create mode 100644 board/xes/xpedite537x/Kconfig create mode 100644 board/xes/xpedite550x/Kconfig create mode 100644 board/xilinx/microblaze-generic/Kconfig create mode 100644 board/xilinx/ml507/Kconfig create mode 100644 board/xilinx/ppc405-generic/Kconfig create mode 100644 board/xilinx/ppc440-generic/Kconfig create mode 100644 board/xilinx/zynq/Kconfig create mode 100644 board/zeus/Kconfig create mode 100644 board/zipitz2/Kconfig create mode 100644 board/zpc1900/Kconfig create mode 100644 configs/A3000_defconfig create mode 100644 configs/APC405_defconfig create mode 100644 configs/AR405_defconfig create mode 100644 configs/ASH405_defconfig create mode 100644 configs/AdderII_defconfig create mode 100644 configs/Adder_defconfig create mode 100644 configs/B4420QDS_NAND_defconfig create mode 100644 configs/B4420QDS_SPIFLASH_defconfig create mode 100644 configs/B4420QDS_defconfig create mode 100644 configs/B4860QDS_NAND_defconfig create mode 100644 configs/B4860QDS_SPIFLASH_defconfig create mode 100644 configs/B4860QDS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/B4860QDS_defconfig create mode 100644 configs/BC3450_defconfig create mode 100644 configs/BSC9131RDB_NAND_SYSCLK100_defconfig create mode 100644 configs/BSC9131RDB_NAND_defconfig create mode 100644 configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig create mode 100644 configs/BSC9131RDB_SPIFLASH_defconfig create mode 100644 configs/BSC9132QDS_NAND_DDRCLK100_defconfig create mode 100644 configs/BSC9132QDS_NAND_DDRCLK133_defconfig create mode 100644 configs/BSC9132QDS_NOR_DDRCLK100_defconfig create mode 100644 configs/BSC9132QDS_NOR_DDRCLK133_defconfig create mode 100644 configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig create mode 100644 configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig create mode 100644 configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig create mode 100644 configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig create mode 100644 configs/C29XPCIE_NAND_defconfig create mode 100644 configs/C29XPCIE_SPIFLASH_defconfig create mode 100644 configs/C29XPCIE_defconfig create mode 100644 configs/CATcenter_25_defconfig create mode 100644 configs/CATcenter_33_defconfig create mode 100644 configs/CATcenter_defconfig create mode 100644 configs/CMS700_defconfig create mode 100644 configs/CPC45_ROMBOOT_defconfig create mode 100644 configs/CPC45_defconfig create mode 100644 configs/CPCI2DP_defconfig create mode 100644 configs/CPCI4052_defconfig create mode 100644 configs/CPCI405AB_defconfig create mode 100644 configs/CPCI405DT_defconfig create mode 100644 configs/CPCI405_defconfig create mode 100644 configs/CPCI750_defconfig create mode 100644 configs/CPCIISER4_defconfig create mode 100644 configs/CPU86_ROMBOOT_defconfig create mode 100644 configs/CPU86_defconfig create mode 100644 configs/CPU87_ROMBOOT_defconfig create mode 100644 configs/CPU87_defconfig create mode 100644 configs/CRAYL1_defconfig create mode 100644 configs/CU824_defconfig create mode 100644 configs/DB64360_defconfig create mode 100644 configs/DB64460_defconfig create mode 100644 configs/DP405_defconfig create mode 100644 configs/DU405_defconfig create mode 100644 configs/DU440_defconfig create mode 100644 configs/ELPPC_defconfig create mode 100644 configs/ELPT860_defconfig create mode 100644 configs/ESTEEM192E_defconfig create mode 100644 configs/EVAL5200_defconfig create mode 100644 configs/FLAGADM_defconfig create mode 100644 configs/FPS850L_defconfig create mode 100644 configs/FPS860L_defconfig create mode 100644 configs/G2000_defconfig create mode 100644 configs/GEN860T_SC_defconfig create mode 100644 configs/GEN860T_defconfig create mode 100644 configs/HH405_defconfig create mode 100644 configs/HIDDEN_DRAGON_defconfig create mode 100644 configs/HUB405_defconfig create mode 100644 configs/HWW1U1A_defconfig create mode 100644 configs/ICU862_100MHz_defconfig create mode 100644 configs/ICU862_defconfig create mode 100644 configs/IDS8247_defconfig create mode 100644 configs/IP860_defconfig create mode 100644 configs/IPHASE4539_defconfig create mode 100644 configs/ISPAN_REVB_defconfig create mode 100644 configs/ISPAN_defconfig create mode 100644 configs/IVML24_128_defconfig create mode 100644 configs/IVML24_256_defconfig create mode 100644 configs/IVML24_defconfig create mode 100644 configs/IVMS8_128_defconfig create mode 100644 configs/IVMS8_256_defconfig create mode 100644 configs/IVMS8_defconfig create mode 100644 configs/JSE_defconfig create mode 100644 configs/KAREF_defconfig create mode 100644 configs/KUP4K_defconfig create mode 100644 configs/KUP4X_defconfig create mode 100644 configs/Lite5200_LOWBOOT08_defconfig create mode 100644 configs/Lite5200_LOWBOOT_defconfig create mode 100644 configs/Lite5200_defconfig create mode 100644 configs/M5208EVBE_defconfig create mode 100644 configs/M52277EVB_defconfig create mode 100644 configs/M52277EVB_stmicro_defconfig create mode 100644 configs/M5235EVB_Flash32_defconfig create mode 100644 configs/M5235EVB_defconfig create mode 100644 configs/M5249EVB_defconfig create mode 100644 configs/M5253DEMO_defconfig create mode 100644 configs/M5253EVBE_defconfig create mode 100644 configs/M5272C3_defconfig create mode 100644 configs/M5275EVB_defconfig create mode 100644 configs/M5282EVB_defconfig create mode 100644 configs/M53017EVB_defconfig create mode 100644 configs/M5329AFEE_defconfig create mode 100644 configs/M5329BFEE_defconfig create mode 100644 configs/M5373EVB_defconfig create mode 100644 configs/M54418TWR_defconfig create mode 100644 configs/M54418TWR_nand_mii_defconfig create mode 100644 configs/M54418TWR_nand_rmii_defconfig create mode 100644 configs/M54418TWR_nand_rmii_lowfreq_defconfig create mode 100644 configs/M54418TWR_serial_mii_defconfig create mode 100644 configs/M54418TWR_serial_rmii_defconfig create mode 100644 configs/M54451EVB_defconfig create mode 100644 configs/M54451EVB_stmicro_defconfig create mode 100644 configs/M54455EVB_a66_defconfig create mode 100644 configs/M54455EVB_defconfig create mode 100644 configs/M54455EVB_i66_defconfig create mode 100644 configs/M54455EVB_intel_defconfig create mode 100644 configs/M54455EVB_stm33_defconfig create mode 100644 configs/M5475AFE_defconfig create mode 100644 configs/M5475BFE_defconfig create mode 100644 configs/M5475CFE_defconfig create mode 100644 configs/M5475DFE_defconfig create mode 100644 configs/M5475EFE_defconfig create mode 100644 configs/M5475FFE_defconfig create mode 100644 configs/M5475GFE_defconfig create mode 100644 configs/M5485AFE_defconfig create mode 100644 configs/M5485BFE_defconfig create mode 100644 configs/M5485CFE_defconfig create mode 100644 configs/M5485DFE_defconfig create mode 100644 configs/M5485EFE_defconfig create mode 100644 configs/M5485FFE_defconfig create mode 100644 configs/M5485GFE_defconfig create mode 100644 configs/M5485HFE_defconfig create mode 100644 configs/MERGERBOX_defconfig create mode 100644 configs/METROBOX_defconfig create mode 100644 configs/MHPC_defconfig create mode 100644 configs/MINI5200_defconfig create mode 100644 configs/MIP405T_defconfig create mode 100644 configs/MIP405_defconfig create mode 100644 configs/MPC8260ADS_33MHz_defconfig create mode 100644 configs/MPC8260ADS_33MHz_lowboot_defconfig create mode 100644 configs/MPC8260ADS_40MHz_defconfig create mode 100644 configs/MPC8260ADS_40MHz_lowboot_defconfig create mode 100644 configs/MPC8260ADS_defconfig create mode 100644 configs/MPC8260ADS_lowboot_defconfig create mode 100644 configs/MPC8266ADS_defconfig create mode 100644 configs/MPC8272ADS_defconfig create mode 100644 configs/MPC8272ADS_lowboot_defconfig create mode 100644 configs/MPC8308RDB_defconfig create mode 100644 configs/MPC8313ERDB_33_defconfig create mode 100644 configs/MPC8313ERDB_66_defconfig create mode 100644 configs/MPC8313ERDB_NAND_33_defconfig create mode 100644 configs/MPC8313ERDB_NAND_66_defconfig create mode 100644 configs/MPC8315ERDB_NAND_defconfig create mode 100644 configs/MPC8315ERDB_defconfig create mode 100644 configs/MPC8323ERDB_defconfig create mode 100644 configs/MPC832XEMDS_ATM_defconfig create mode 100644 configs/MPC832XEMDS_HOST_33_defconfig create mode 100644 configs/MPC832XEMDS_HOST_66_defconfig create mode 100644 configs/MPC832XEMDS_SLAVE_defconfig create mode 100644 configs/MPC832XEMDS_defconfig create mode 100644 configs/MPC8349EMDS_defconfig create mode 100644 configs/MPC8349ITXGP_defconfig create mode 100644 configs/MPC8349ITX_LOWBOOT_defconfig create mode 100644 configs/MPC8349ITX_defconfig create mode 100644 configs/MPC8360EMDS_33_ATM_defconfig create mode 100644 configs/MPC8360EMDS_33_HOST_33_defconfig create mode 100644 configs/MPC8360EMDS_33_HOST_66_defconfig create mode 100644 configs/MPC8360EMDS_33_SLAVE_defconfig create mode 100644 configs/MPC8360EMDS_33_defconfig create mode 100644 configs/MPC8360EMDS_66_ATM_defconfig create mode 100644 configs/MPC8360EMDS_66_HOST_33_defconfig create mode 100644 configs/MPC8360EMDS_66_HOST_66_defconfig create mode 100644 configs/MPC8360EMDS_66_SLAVE_defconfig create mode 100644 configs/MPC8360EMDS_66_defconfig create mode 100644 configs/MPC8360ERDK_33_defconfig create mode 100644 configs/MPC8360ERDK_defconfig create mode 100644 configs/MPC837XEMDS_HOST_defconfig create mode 100644 configs/MPC837XEMDS_defconfig create mode 100644 configs/MPC837XERDB_defconfig create mode 100644 configs/MPC8536DS_36BIT_defconfig create mode 100644 configs/MPC8536DS_NAND_defconfig create mode 100644 configs/MPC8536DS_SDCARD_defconfig create mode 100644 configs/MPC8536DS_SPIFLASH_defconfig create mode 100644 configs/MPC8536DS_defconfig create mode 100644 configs/MPC8540ADS_defconfig create mode 100644 configs/MPC8541CDS_defconfig create mode 100644 configs/MPC8541CDS_legacy_defconfig create mode 100644 configs/MPC8544DS_defconfig create mode 100644 configs/MPC8548CDS_36BIT_defconfig create mode 100644 configs/MPC8548CDS_defconfig create mode 100644 configs/MPC8548CDS_legacy_defconfig create mode 100644 configs/MPC8555CDS_defconfig create mode 100644 configs/MPC8555CDS_legacy_defconfig create mode 100644 configs/MPC8560ADS_defconfig create mode 100644 configs/MPC8568MDS_defconfig create mode 100644 configs/MPC8569MDS_ATM_defconfig create mode 100644 configs/MPC8569MDS_NAND_defconfig create mode 100644 configs/MPC8569MDS_defconfig create mode 100644 configs/MPC8572DS_36BIT_defconfig create mode 100644 configs/MPC8572DS_NAND_defconfig create mode 100644 configs/MPC8572DS_defconfig create mode 100644 configs/MPC8610HPCD_defconfig create mode 100644 configs/MPC8641HPCN_36BIT_defconfig create mode 100644 configs/MPC8641HPCN_defconfig create mode 100644 configs/MPC86xADS_defconfig create mode 100644 configs/MPC885ADS_defconfig create mode 100644 configs/MUSENKI_defconfig create mode 100644 configs/MVBC_P_defconfig create mode 100644 configs/MVBLM7_defconfig create mode 100644 configs/MVBLUE_defconfig create mode 100644 configs/MVSMR_defconfig create mode 100644 configs/MigoR_defconfig create mode 100644 configs/MiniFAP_defconfig create mode 100644 configs/NETPHONE_V2_defconfig create mode 100644 configs/NETPHONE_defconfig create mode 100644 configs/NETTA2_V2_defconfig create mode 100644 configs/NETTA2_defconfig create mode 100644 configs/NETTA_6412_SWAPHOOK_defconfig create mode 100644 configs/NETTA_6412_defconfig create mode 100644 configs/NETTA_ISDN_6412_SWAPHOOK_defconfig create mode 100644 configs/NETTA_ISDN_6412_defconfig create mode 100644 configs/NETTA_ISDN_SWAPHOOK_defconfig create mode 100644 configs/NETTA_ISDN_defconfig create mode 100644 configs/NETTA_SWAPHOOK_defconfig create mode 100644 configs/NETTA_defconfig create mode 100644 configs/NETVIA_V2_defconfig create mode 100644 configs/NETVIA_defconfig create mode 100644 configs/NSCU_defconfig create mode 100644 configs/O2D300_defconfig create mode 100644 configs/O2DNT2_RAMBOOT_defconfig create mode 100644 configs/O2DNT2_defconfig create mode 100644 configs/O2D_defconfig create mode 100644 configs/O2I_defconfig create mode 100644 configs/O2MNT_O2M110_defconfig create mode 100644 configs/O2MNT_O2M112_defconfig create mode 100644 configs/O2MNT_O2M113_defconfig create mode 100644 configs/O2MNT_defconfig create mode 100644 configs/O3DNT_defconfig create mode 100644 configs/OCRTC_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_NAND_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_NOR_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_SDCARD_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1010RDB-PA_NAND_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PA_NAND_defconfig create mode 100644 configs/P1010RDB-PA_NOR_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PA_NOR_defconfig create mode 100644 configs/P1010RDB-PA_SDCARD_defconfig create mode 100644 configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PA_SPIFLASH_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_NAND_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_NOR_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_SDCARD_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1010RDB-PB_NAND_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PB_NAND_defconfig create mode 100644 configs/P1010RDB-PB_NOR_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PB_NOR_defconfig create mode 100644 configs/P1010RDB-PB_SDCARD_defconfig create mode 100644 configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig create mode 100644 configs/P1010RDB-PB_SPIFLASH_defconfig create mode 100644 configs/P1011RDB_36BIT_SDCARD_defconfig create mode 100644 configs/P1011RDB_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1011RDB_36BIT_defconfig create mode 100644 configs/P1011RDB_NAND_defconfig create mode 100644 configs/P1011RDB_SDCARD_defconfig create mode 100644 configs/P1011RDB_SPIFLASH_defconfig create mode 100644 configs/P1011RDB_defconfig create mode 100644 configs/P1020MBG-PC_36BIT_SDCARD_defconfig create mode 100644 configs/P1020MBG-PC_36BIT_defconfig create mode 100644 configs/P1020MBG-PC_SDCARD_defconfig create mode 100644 configs/P1020MBG-PC_defconfig create mode 100644 configs/P1020RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/P1020RDB-PC_36BIT_SDCARD_defconfig create mode 100644 configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1020RDB-PC_36BIT_defconfig create mode 100644 configs/P1020RDB-PC_NAND_defconfig create mode 100644 configs/P1020RDB-PC_SDCARD_defconfig create mode 100644 configs/P1020RDB-PC_SPIFLASH_defconfig create mode 100644 configs/P1020RDB-PC_defconfig create mode 100644 configs/P1020RDB-PD_NAND_defconfig create mode 100644 configs/P1020RDB-PD_SDCARD_defconfig create mode 100644 configs/P1020RDB-PD_SPIFLASH_defconfig create mode 100644 configs/P1020RDB-PD_defconfig create mode 100644 configs/P1020RDB_36BIT_SDCARD_defconfig create mode 100644 configs/P1020RDB_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1020RDB_36BIT_defconfig create mode 100644 configs/P1020RDB_NAND_defconfig create mode 100644 configs/P1020RDB_SDCARD_defconfig create mode 100644 configs/P1020RDB_SPIFLASH_defconfig create mode 100644 configs/P1020RDB_defconfig create mode 100644 configs/P1020UTM-PC_36BIT_SDCARD_defconfig create mode 100644 configs/P1020UTM-PC_36BIT_defconfig create mode 100644 configs/P1020UTM-PC_SDCARD_defconfig create mode 100644 configs/P1020UTM-PC_defconfig create mode 100644 configs/P1021RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/P1021RDB-PC_36BIT_SDCARD_defconfig create mode 100644 configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1021RDB-PC_36BIT_defconfig create mode 100644 configs/P1021RDB-PC_NAND_defconfig create mode 100644 configs/P1021RDB-PC_SDCARD_defconfig create mode 100644 configs/P1021RDB-PC_SPIFLASH_defconfig create mode 100644 configs/P1021RDB-PC_defconfig create mode 100644 configs/P1022DS_36BIT_NAND_defconfig create mode 100644 configs/P1022DS_36BIT_SDCARD_defconfig create mode 100644 configs/P1022DS_36BIT_SPIFLASH_defconfig create mode 100644 configs/P1022DS_36BIT_defconfig create mode 100644 configs/P1022DS_NAND_defconfig create mode 100644 configs/P1022DS_SDCARD_defconfig create mode 100644 configs/P1022DS_SPIFLASH_defconfig create mode 100644 configs/P1022DS_defconfig create mode 100644 configs/P1023RDB_defconfig create mode 100644 configs/P1023RDS_NAND_defconfig create mode 100644 configs/P1023RDS_defconfig create mode 100644 configs/P1024RDB_36BIT_defconfig create mode 100644 configs/P1024RDB_NAND_defconfig create mode 100644 configs/P1024RDB_SDCARD_defconfig create mode 100644 configs/P1024RDB_SPIFLASH_defconfig create mode 100644 configs/P1024RDB_defconfig create mode 100644 configs/P1025RDB_36BIT_defconfig create mode 100644 configs/P1025RDB_NAND_defconfig create mode 100644 configs/P1025RDB_SDCARD_defconfig create mode 100644 configs/P1025RDB_SPIFLASH_defconfig create mode 100644 configs/P1025RDB_defconfig create mode 100644 configs/P2010RDB_36BIT_SDCARD_defconfig create mode 100644 configs/P2010RDB_36BIT_SPIFLASH_defconfig create mode 100644 configs/P2010RDB_36BIT_defconfig create mode 100644 configs/P2010RDB_NAND_defconfig create mode 100644 configs/P2010RDB_SDCARD_defconfig create mode 100644 configs/P2010RDB_SPIFLASH_defconfig create mode 100644 configs/P2010RDB_defconfig create mode 100644 configs/P2020COME_SDCARD_defconfig create mode 100644 configs/P2020COME_SPIFLASH_defconfig create mode 100644 configs/P2020DS_36BIT_defconfig create mode 100644 configs/P2020DS_DDR2_defconfig create mode 100644 configs/P2020DS_SDCARD_defconfig create mode 100644 configs/P2020DS_SPIFLASH_defconfig create mode 100644 configs/P2020DS_defconfig create mode 100644 configs/P2020RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/P2020RDB-PC_36BIT_SDCARD_defconfig create mode 100644 configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig create mode 100644 configs/P2020RDB-PC_36BIT_defconfig create mode 100644 configs/P2020RDB-PC_NAND_defconfig create mode 100644 configs/P2020RDB-PC_SDCARD_defconfig create mode 100644 configs/P2020RDB-PC_SPIFLASH_defconfig create mode 100644 configs/P2020RDB-PC_defconfig create mode 100644 configs/P2020RDB_36BIT_SDCARD_defconfig create mode 100644 configs/P2020RDB_36BIT_SPIFLASH_defconfig create mode 100644 configs/P2020RDB_36BIT_defconfig create mode 100644 configs/P2020RDB_NAND_defconfig create mode 100644 configs/P2020RDB_SDCARD_defconfig create mode 100644 configs/P2020RDB_SPIFLASH_defconfig create mode 100644 configs/P2020RDB_defconfig create mode 100644 configs/P2041RDB_NAND_defconfig create mode 100644 configs/P2041RDB_SDCARD_defconfig create mode 100644 configs/P2041RDB_SECURE_BOOT_defconfig create mode 100644 configs/P2041RDB_SPIFLASH_defconfig create mode 100644 configs/P2041RDB_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/P2041RDB_defconfig create mode 100644 configs/P3041DS_NAND_defconfig create mode 100644 configs/P3041DS_SDCARD_defconfig create mode 100644 configs/P3041DS_SECURE_BOOT_defconfig create mode 100644 configs/P3041DS_SPIFLASH_defconfig create mode 100644 configs/P3041DS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/P3041DS_defconfig create mode 100644 configs/P3G4_defconfig create mode 100644 configs/P4080DS_SDCARD_defconfig create mode 100644 configs/P4080DS_SECURE_BOOT_defconfig create mode 100644 configs/P4080DS_SPIFLASH_defconfig create mode 100644 configs/P4080DS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/P4080DS_defconfig create mode 100644 configs/P5020DS_NAND_defconfig create mode 100644 configs/P5020DS_SDCARD_defconfig create mode 100644 configs/P5020DS_SECURE_BOOT_defconfig create mode 100644 configs/P5020DS_SPIFLASH_defconfig create mode 100644 configs/P5020DS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/P5020DS_defconfig create mode 100644 configs/P5040DS_NAND_defconfig create mode 100644 configs/P5040DS_SDCARD_defconfig create mode 100644 configs/P5040DS_SPIFLASH_defconfig create mode 100644 configs/P5040DS_defconfig create mode 100644 configs/PATI_defconfig create mode 100644 configs/PCI405_defconfig create mode 100644 configs/PCI5441_defconfig create mode 100644 configs/PIP405_defconfig create mode 100644 configs/PK1C20_defconfig create mode 100644 configs/PLU405_defconfig create mode 100644 configs/PM520_DDR_defconfig create mode 100644 configs/PM520_ROMBOOT_DDR_defconfig create mode 100644 configs/PM520_ROMBOOT_defconfig create mode 100644 configs/PM520_defconfig create mode 100644 configs/PM825_BIGFLASH_defconfig create mode 100644 configs/PM825_ROMBOOT_BIGFLASH_defconfig create mode 100644 configs/PM825_ROMBOOT_defconfig create mode 100644 configs/PM825_defconfig create mode 100644 configs/PM826_BIGFLASH_defconfig create mode 100644 configs/PM826_ROMBOOT_BIGFLASH_defconfig create mode 100644 configs/PM826_ROMBOOT_defconfig create mode 100644 configs/PM826_defconfig create mode 100644 configs/PM828_PCI_defconfig create mode 100644 configs/PM828_ROMBOOT_PCI_defconfig create mode 100644 configs/PM828_ROMBOOT_defconfig create mode 100644 configs/PM828_defconfig create mode 100644 configs/PMC405DE_defconfig create mode 100644 configs/PMC405_defconfig create mode 100644 configs/PMC440_defconfig create mode 100644 configs/PPChameleonEVB_BA_25_defconfig create mode 100644 configs/PPChameleonEVB_BA_33_defconfig create mode 100644 configs/PPChameleonEVB_HI_25_defconfig create mode 100644 configs/PPChameleonEVB_HI_33_defconfig create mode 100644 configs/PPChameleonEVB_ME_25_defconfig create mode 100644 configs/PPChameleonEVB_ME_33_defconfig create mode 100644 configs/PPChameleonEVB_defconfig create mode 100644 configs/PQ2FADS-VR_defconfig create mode 100644 configs/PQ2FADS-VR_lowboot_defconfig create mode 100644 configs/PQ2FADS-ZU_66MHz_defconfig create mode 100644 configs/PQ2FADS-ZU_66MHz_lowboot_defconfig create mode 100644 configs/PQ2FADS-ZU_defconfig create mode 100644 configs/PQ2FADS-ZU_lowboot_defconfig create mode 100644 configs/PQ2FADS_defconfig create mode 100644 configs/PQ2FADS_lowboot_defconfig create mode 100644 configs/QS823_defconfig create mode 100644 configs/QS850_defconfig create mode 100644 configs/QS860T_defconfig create mode 100644 configs/R360MPI_defconfig create mode 100644 configs/RBC823_defconfig create mode 100644 configs/RPXlite_DW_64_LCD_defconfig create mode 100644 configs/RPXlite_DW_64_defconfig create mode 100644 configs/RPXlite_DW_LCD_defconfig create mode 100644 configs/RPXlite_DW_NVRAM_64_LCD_defconfig create mode 100644 configs/RPXlite_DW_NVRAM_64_defconfig create mode 100644 configs/RPXlite_DW_NVRAM_LCD_defconfig create mode 100644 configs/RPXlite_DW_NVRAM_defconfig create mode 100644 configs/RPXlite_DW_defconfig create mode 100644 configs/RRvision_LCD_defconfig create mode 100644 configs/RRvision_defconfig create mode 100644 configs/Rattler8248_defconfig create mode 100644 configs/Rattler_defconfig create mode 100644 configs/SIMPC8313_LP_defconfig create mode 100644 configs/SIMPC8313_SP_defconfig create mode 100644 configs/SM850_defconfig create mode 100644 configs/SPD823TS_defconfig create mode 100644 configs/SXNI855T_defconfig create mode 100644 configs/Sandpoint8240_defconfig create mode 100644 configs/Sandpoint8245_defconfig create mode 100644 configs/T1040QDS_defconfig create mode 100644 configs/T1040RDB_defconfig create mode 100644 configs/T1042RDB_PI_defconfig create mode 100644 configs/T2080QDS_NAND_defconfig create mode 100644 configs/T2080QDS_SDCARD_defconfig create mode 100644 configs/T2080QDS_SPIFLASH_defconfig create mode 100644 configs/T2080QDS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/T2080QDS_defconfig create mode 100644 configs/T2080RDB_NAND_defconfig create mode 100644 configs/T2080RDB_SDCARD_defconfig create mode 100644 configs/T2080RDB_SPIFLASH_defconfig create mode 100644 configs/T2080RDB_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/T2080RDB_defconfig create mode 100644 configs/T2081QDS_NAND_defconfig create mode 100644 configs/T2081QDS_SDCARD_defconfig create mode 100644 configs/T2081QDS_SPIFLASH_defconfig create mode 100644 configs/T2081QDS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/T2081QDS_defconfig create mode 100644 configs/T4160QDS_SDCARD_defconfig create mode 100644 configs/T4160QDS_SPIFLASH_defconfig create mode 100644 configs/T4160QDS_defconfig create mode 100644 configs/T4240EMU_defconfig create mode 100644 configs/T4240QDS_NAND_defconfig create mode 100644 configs/T4240QDS_SDCARD_defconfig create mode 100644 configs/T4240QDS_SPIFLASH_defconfig create mode 100644 configs/T4240QDS_SRIO_PCIE_BOOT_defconfig create mode 100644 configs/T4240QDS_defconfig create mode 100644 configs/TASREG_defconfig create mode 100644 configs/TB5200_B_defconfig create mode 100644 configs/TB5200_defconfig create mode 100644 configs/TK885D_defconfig create mode 100644 configs/TOP5200_defconfig create mode 100644 configs/TOP860_defconfig create mode 100644 configs/TQM5200S_HIGHBOOT_defconfig create mode 100644 configs/TQM5200S_defconfig create mode 100644 configs/TQM5200_B_HIGHBOOT_defconfig create mode 100644 configs/TQM5200_B_defconfig create mode 100644 configs/TQM5200_STK100_defconfig create mode 100644 configs/TQM5200_defconfig create mode 100644 configs/TQM823L_LCD_defconfig create mode 100644 configs/TQM823L_defconfig create mode 100644 configs/TQM823M_defconfig create mode 100644 configs/TQM8255_AA_defconfig create mode 100644 configs/TQM8260_AA_defconfig create mode 100644 configs/TQM8260_AB_defconfig create mode 100644 configs/TQM8260_AC_defconfig create mode 100644 configs/TQM8260_AD_defconfig create mode 100644 configs/TQM8260_AE_defconfig create mode 100644 configs/TQM8260_AF_defconfig create mode 100644 configs/TQM8260_AG_defconfig create mode 100644 configs/TQM8260_AH_defconfig create mode 100644 configs/TQM8260_AI_defconfig create mode 100644 configs/TQM8265_AA_defconfig create mode 100644 configs/TQM8272_defconfig create mode 100644 configs/TQM834x_defconfig create mode 100644 configs/TQM850L_defconfig create mode 100644 configs/TQM850M_defconfig create mode 100644 configs/TQM855L_defconfig create mode 100644 configs/TQM855M_defconfig create mode 100644 configs/TQM860L_defconfig create mode 100644 configs/TQM860M_defconfig create mode 100644 configs/TQM862L_defconfig create mode 100644 configs/TQM862M_defconfig create mode 100644 configs/TQM866M_defconfig create mode 100644 configs/TQM885D_defconfig create mode 100644 configs/TTTech_defconfig create mode 100644 configs/TWR-P1025_defconfig create mode 100644 configs/Total5200_Rev2_defconfig create mode 100644 configs/Total5200_Rev2_lowboot_defconfig create mode 100644 configs/Total5200_defconfig create mode 100644 configs/Total5200_lowboot_defconfig create mode 100644 configs/VCMA9_defconfig create mode 100644 configs/VOH405_defconfig create mode 100644 configs/VOM405_defconfig create mode 100644 configs/VoVPN-GW_66MHz_defconfig create mode 100644 configs/W7OLMC_defconfig create mode 100644 configs/W7OLMG_defconfig create mode 100644 configs/WUH405_defconfig create mode 100644 configs/ZPC1900_defconfig create mode 100644 configs/ZUMA_defconfig create mode 100644 configs/a320evb_defconfig create mode 100644 configs/a3m071_defconfig create mode 100644 configs/a4m072_defconfig create mode 100644 configs/a4m2k_defconfig create mode 100644 configs/ac14xx_defconfig create mode 100644 configs/acadia_defconfig create mode 100644 configs/adp-ag101_defconfig create mode 100644 configs/adp-ag101p_defconfig create mode 100644 configs/adp-ag102_defconfig create mode 100644 configs/aev_defconfig create mode 100644 configs/afeb9260_defconfig create mode 100644 configs/alpr_defconfig create mode 100644 configs/am335x_boneblack_defconfig create mode 100644 configs/am335x_evm_defconfig create mode 100644 configs/am335x_evm_nor_defconfig create mode 100644 configs/am335x_evm_norboot_defconfig create mode 100644 configs/am335x_evm_spiboot_defconfig create mode 100644 configs/am335x_evm_uart1_defconfig create mode 100644 configs/am335x_evm_uart2_defconfig create mode 100644 configs/am335x_evm_uart3_defconfig create mode 100644 configs/am335x_evm_uart4_defconfig create mode 100644 configs/am335x_evm_uart5_defconfig create mode 100644 configs/am335x_evm_usbspl_defconfig create mode 100644 configs/am335x_igep0033_defconfig create mode 100644 configs/am3517_crane_defconfig create mode 100644 configs/am3517_evm_defconfig create mode 100644 configs/am43xx_evm_defconfig create mode 100644 configs/ap325rxa_defconfig create mode 100644 configs/ap_sh4a_4a_defconfig create mode 100644 configs/apf27_defconfig create mode 100644 configs/apx4devkit_defconfig create mode 100644 configs/arcangel4-be_defconfig create mode 100644 configs/arcangel4_defconfig create mode 100644 configs/arches_defconfig create mode 100644 configs/aria_defconfig create mode 100644 configs/armadillo-800eva_defconfig create mode 100644 configs/arndale_defconfig create mode 100644 configs/aspenite_defconfig create mode 100644 configs/astro_mcf5373l_defconfig create mode 100644 configs/at91rm9200ek_defconfig create mode 100644 configs/at91rm9200ek_ram_defconfig create mode 100644 configs/at91sam9260ek_dataflash_cs0_defconfig create mode 100644 configs/at91sam9260ek_dataflash_cs1_defconfig create mode 100644 configs/at91sam9260ek_nandflash_defconfig create mode 100644 configs/at91sam9261ek_dataflash_cs0_defconfig create mode 100644 configs/at91sam9261ek_dataflash_cs3_defconfig create mode 100644 configs/at91sam9261ek_nandflash_defconfig create mode 100644 configs/at91sam9263ek_dataflash_cs0_defconfig create mode 100644 configs/at91sam9263ek_dataflash_defconfig create mode 100644 configs/at91sam9263ek_nandflash_defconfig create mode 100644 configs/at91sam9263ek_norflash_boot_defconfig create mode 100644 configs/at91sam9263ek_norflash_defconfig create mode 100644 configs/at91sam9g10ek_dataflash_cs0_defconfig create mode 100644 configs/at91sam9g10ek_dataflash_cs3_defconfig create mode 100644 configs/at91sam9g10ek_nandflash_defconfig create mode 100644 configs/at91sam9g20ek_2mmc_nandflash_defconfig create mode 100644 configs/at91sam9g20ek_dataflash_cs0_defconfig create mode 100644 configs/at91sam9g20ek_dataflash_cs1_defconfig create mode 100644 configs/at91sam9g20ek_mmc_defconfig create mode 100644 configs/at91sam9g20ek_nandflash_defconfig create mode 100644 configs/at91sam9m10g45ek_nandflash_defconfig create mode 100644 configs/at91sam9n12ek_mmc_defconfig create mode 100644 configs/at91sam9n12ek_nandflash_defconfig create mode 100644 configs/at91sam9n12ek_spiflash_defconfig create mode 100644 configs/at91sam9rlek_dataflash_defconfig create mode 100644 configs/at91sam9rlek_nandflash_defconfig create mode 100644 configs/at91sam9x5ek_dataflash_defconfig create mode 100644 configs/at91sam9x5ek_mmc_defconfig create mode 100644 configs/at91sam9x5ek_nandflash_defconfig create mode 100644 configs/at91sam9x5ek_spiflash_defconfig create mode 100644 configs/at91sam9xeek_dataflash_cs0_defconfig create mode 100644 configs/at91sam9xeek_dataflash_cs1_defconfig create mode 100644 configs/at91sam9xeek_nandflash_defconfig create mode 100644 configs/atc_defconfig create mode 100644 configs/atngw100_defconfig create mode 100644 configs/atngw100mkii_defconfig create mode 100644 configs/atstk1002_defconfig create mode 100644 configs/atstk1003_defconfig create mode 100644 configs/atstk1004_defconfig create mode 100644 configs/atstk1006_defconfig create mode 100644 configs/axm_defconfig create mode 100644 configs/axs101_defconfig create mode 100644 configs/balloon3_defconfig create mode 100644 configs/bamboo_defconfig create mode 100644 configs/bcm28155_ap_defconfig create mode 100644 configs/bct-brettl2_defconfig create mode 100644 configs/beaver_defconfig create mode 100644 configs/bf506f-ezkit_defconfig create mode 100644 configs/bf518f-ezbrd_defconfig create mode 100644 configs/bf525-ucr2_defconfig create mode 100644 configs/bf526-ezbrd_defconfig create mode 100644 configs/bf527-ad7160-eval_defconfig create mode 100644 configs/bf527-ezkit-v2_defconfig create mode 100644 configs/bf527-ezkit_defconfig create mode 100644 configs/bf527-sdp_defconfig create mode 100644 configs/bf533-ezkit_defconfig create mode 100644 configs/bf533-stamp_defconfig create mode 100644 configs/bf537-minotaur_defconfig create mode 100644 configs/bf537-pnav_defconfig create mode 100644 configs/bf537-srv1_defconfig create mode 100644 configs/bf537-stamp_defconfig create mode 100644 configs/bf538f-ezkit_defconfig create mode 100644 configs/bf548-ezkit_defconfig create mode 100644 configs/bf561-acvilon_defconfig create mode 100644 configs/bf561-ezkit_defconfig create mode 100644 configs/bf609-ezkit_defconfig create mode 100644 configs/bg0900_defconfig create mode 100644 configs/blackstamp_defconfig create mode 100644 configs/blackvme_defconfig create mode 100644 configs/bluestone_defconfig create mode 100644 configs/br4_defconfig create mode 100644 configs/bubinga_defconfig create mode 100644 configs/caddy2_defconfig create mode 100644 configs/calimain_defconfig create mode 100644 configs/cam5200_defconfig create mode 100644 configs/cam5200_niosflash_defconfig create mode 100644 configs/cam_enc_4xx_defconfig create mode 100644 configs/canmb_defconfig create mode 100644 configs/canyonlands_defconfig create mode 100644 configs/cardhu_defconfig create mode 100644 configs/cgtqmx6qeval_defconfig create mode 100644 configs/charon_defconfig create mode 100644 configs/cm-bf527_defconfig create mode 100644 configs/cm-bf533_defconfig create mode 100644 configs/cm-bf537e_defconfig create mode 100644 configs/cm-bf537u_defconfig create mode 100644 configs/cm-bf548_defconfig create mode 100644 configs/cm-bf561_defconfig create mode 100644 configs/cm4008_defconfig create mode 100644 configs/cm41xx_defconfig create mode 100644 configs/cm5200_defconfig create mode 100644 configs/cm_t335_defconfig create mode 100644 configs/cm_t35_defconfig create mode 100644 configs/cmi_mpc5xx_defconfig create mode 100644 configs/cobra5272_defconfig create mode 100644 configs/cogent_mpc8260_defconfig create mode 100644 configs/cogent_mpc8xx_defconfig create mode 100644 configs/colibri_pxa270_defconfig create mode 100644 configs/colibri_t20_iris_defconfig create mode 100644 configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig create mode 100644 configs/controlcenterd_36BIT_SDCARD_defconfig create mode 100644 configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig create mode 100644 configs/controlcenterd_TRAILBLAZER_defconfig create mode 100644 configs/coreboot-x86_defconfig create mode 100644 configs/corvus_defconfig create mode 100644 configs/cpci5200_defconfig create mode 100644 configs/cpu9260_128M_defconfig create mode 100644 configs/cpu9260_defconfig create mode 100644 configs/cpu9260_nand_128M_defconfig create mode 100644 configs/cpu9260_nand_defconfig create mode 100644 configs/cpu9G20_128M_defconfig create mode 100644 configs/cpu9G20_defconfig create mode 100644 configs/cpu9G20_nand_128M_defconfig create mode 100644 configs/cpu9G20_nand_defconfig create mode 100644 configs/cpuat91_defconfig create mode 100644 configs/cpuat91_ram_defconfig create mode 100644 configs/csb272_defconfig create mode 100644 configs/csb472_defconfig create mode 100644 configs/d2net_v2_defconfig create mode 100644 configs/da830evm_defconfig create mode 100644 configs/da850_am18xxevm_defconfig create mode 100644 configs/da850evm_defconfig create mode 100644 configs/da850evm_direct_nor_defconfig create mode 100644 configs/dalmore_defconfig create mode 100644 configs/davinci_dm355evm_defconfig create mode 100644 configs/davinci_dm355leopard_defconfig create mode 100644 configs/davinci_dm365evm_defconfig create mode 100644 configs/davinci_dm6467Tevm_defconfig create mode 100644 configs/davinci_dm6467evm_defconfig create mode 100644 configs/davinci_dvevm_defconfig create mode 100644 configs/davinci_schmoogie_defconfig create mode 100644 configs/davinci_sffsdr_defconfig create mode 100644 configs/davinci_sonata_defconfig create mode 100644 configs/dbau1000_defconfig create mode 100644 configs/dbau1100_defconfig create mode 100644 configs/dbau1500_defconfig create mode 100644 configs/dbau1550_defconfig create mode 100644 configs/dbau1550_el_defconfig create mode 100644 configs/debris_defconfig create mode 100644 configs/devconcenter_defconfig create mode 100644 configs/devkit3250_defconfig create mode 100644 configs/devkit8000_defconfig create mode 100644 configs/dig297_defconfig create mode 100644 configs/digsy_mtc_RAMBOOT_defconfig create mode 100644 configs/digsy_mtc_defconfig create mode 100644 configs/digsy_mtc_rev5_RAMBOOT_defconfig create mode 100644 configs/digsy_mtc_rev5_defconfig create mode 100644 configs/dkb_defconfig create mode 100644 configs/dlvision-10g_defconfig create mode 100644 configs/dlvision_defconfig create mode 100644 configs/dnp5370_defconfig create mode 100644 configs/dns325_defconfig create mode 100644 configs/dockstar_defconfig create mode 100644 configs/dra7xx_evm_defconfig create mode 100644 configs/dra7xx_evm_uart3_defconfig create mode 100644 configs/dreamplug_defconfig create mode 100644 configs/dxr2_defconfig create mode 100644 configs/eXalion_defconfig create mode 100644 configs/ea20_defconfig create mode 100644 configs/eb_cpu5282_defconfig create mode 100644 configs/eb_cpu5282_internal_defconfig create mode 100644 configs/eb_cpux9k2_defconfig create mode 100644 configs/eb_cpux9k2_ram_defconfig create mode 100644 configs/ebony_defconfig create mode 100644 configs/eco5pk_defconfig create mode 100644 configs/ecovec_defconfig create mode 100644 configs/edminiv2_defconfig create mode 100644 configs/enbw_cmc_defconfig create mode 100644 configs/ep8248_defconfig create mode 100644 configs/ep8260_defconfig create mode 100644 configs/ep82xxm_defconfig create mode 100644 configs/espt_defconfig create mode 100644 configs/ethernut5_defconfig create mode 100644 configs/favr-32-ezkit_defconfig create mode 100644 configs/flea3_defconfig create mode 100644 configs/fo300_defconfig create mode 100644 configs/fx12mm_defconfig create mode 100644 configs/fx12mm_flash_defconfig create mode 100644 configs/galaxy5200_LOWBOOT_defconfig create mode 100644 configs/galaxy5200_defconfig create mode 100644 configs/gdppc440etx_defconfig create mode 100644 configs/glacier_defconfig create mode 100644 configs/goflexhome_defconfig create mode 100644 configs/gplugd_defconfig create mode 100644 configs/gr_cpci_ax2000_defconfig create mode 100644 configs/gr_ep2s60_defconfig create mode 100644 configs/gr_xc3s_1500_defconfig create mode 100644 configs/grasshopper_defconfig create mode 100644 configs/grsim_defconfig create mode 100644 configs/grsim_leon2_defconfig create mode 100644 configs/guruplug_defconfig create mode 100644 configs/gw8260_defconfig create mode 100644 configs/gwventanadl1g_defconfig create mode 100644 configs/gwventanadl_defconfig create mode 100644 configs/gwventanaq1g_defconfig create mode 100644 configs/gwventanaq1gspi_defconfig create mode 100644 configs/gwventanaq_defconfig create mode 100644 configs/h2200_defconfig create mode 100644 configs/haleakala_defconfig create mode 100644 configs/hammerhead_defconfig create mode 100644 configs/harmony_defconfig create mode 100644 configs/hawkboard_defconfig create mode 100644 configs/hawkboard_uart_defconfig create mode 100644 configs/hermes_defconfig create mode 100644 configs/highbank_defconfig create mode 100644 configs/hmi1001_defconfig create mode 100644 configs/hummingboard_solo_defconfig create mode 100644 configs/hymod_defconfig create mode 100644 configs/ib62x0_defconfig create mode 100644 configs/ibf-dsp561_defconfig create mode 100644 configs/icecube_5200_DDR_LOWBOOT08_defconfig create mode 100644 configs/icecube_5200_DDR_LOWBOOT_defconfig create mode 100644 configs/icecube_5200_DDR_defconfig create mode 100644 configs/icecube_5200_LOWBOOT08_defconfig create mode 100644 configs/icecube_5200_LOWBOOT_defconfig create mode 100644 configs/icecube_5200_defconfig create mode 100644 configs/icon_defconfig create mode 100644 configs/iconnect_defconfig create mode 100644 configs/igep0020_defconfig create mode 100644 configs/igep0020_nand_defconfig create mode 100644 configs/igep0030_defconfig create mode 100644 configs/igep0030_nand_defconfig create mode 100644 configs/igep0032_defconfig create mode 100644 configs/ima3-mx53_defconfig create mode 100644 configs/imx27lite_defconfig create mode 100644 configs/imx31_litekit_defconfig create mode 100644 configs/imx31_phycore_defconfig create mode 100644 configs/imx31_phycore_eet_defconfig create mode 100644 configs/inetspace_v2_defconfig create mode 100644 configs/inka4x0_defconfig create mode 100644 configs/integratorap_cm720t_defconfig create mode 100644 configs/integratorap_cm920t_defconfig create mode 100644 configs/integratorap_cm926ejs_defconfig create mode 100644 configs/integratorap_cm946es_defconfig create mode 100644 configs/integratorcp_cm1136_defconfig create mode 100644 configs/integratorcp_cm920t_defconfig create mode 100644 configs/integratorcp_cm926ejs_defconfig create mode 100644 configs/integratorcp_cm946es_defconfig create mode 100644 configs/intip_defconfig create mode 100644 configs/io64_defconfig create mode 100644 configs/io_defconfig create mode 100644 configs/iocon_defconfig create mode 100644 configs/ip04_defconfig create mode 100644 configs/ipam390_defconfig create mode 100644 configs/ipek01_defconfig create mode 100644 configs/jadecpu_defconfig create mode 100644 configs/jornada_defconfig create mode 100644 configs/jupiter_defconfig create mode 100644 configs/katmai_defconfig create mode 100644 configs/kilauea_defconfig create mode 100644 configs/km_kirkwood_128m16_defconfig create mode 100644 configs/km_kirkwood_defconfig create mode 100644 configs/km_kirkwood_pci_defconfig create mode 100644 configs/kmcoge4_defconfig create mode 100644 configs/kmcoge5ne_defconfig create mode 100644 configs/kmcoge5un_defconfig create mode 100644 configs/kmeter1_defconfig create mode 100644 configs/kmlion1_defconfig create mode 100644 configs/kmnusa_defconfig create mode 100644 configs/kmopti2_defconfig create mode 100644 configs/kmsugp1_defconfig create mode 100644 configs/kmsupx5_defconfig create mode 100644 configs/kmsuv31_defconfig create mode 100644 configs/kmvect1_defconfig create mode 100644 configs/koelsch_defconfig create mode 100644 configs/koelsch_nor_defconfig create mode 100644 configs/korat_defconfig create mode 100644 configs/korat_perm_defconfig create mode 100644 configs/kvme080_defconfig create mode 100644 configs/kwb_defconfig create mode 100644 configs/kzm9g_defconfig create mode 100644 configs/lager_defconfig create mode 100644 configs/lager_nor_defconfig create mode 100644 configs/lcd4_lwmon5_defconfig create mode 100644 configs/lite5200b_LOWBOOT_defconfig create mode 100644 configs/lite5200b_PM_defconfig create mode 100644 configs/lite5200b_defconfig create mode 100644 configs/lp8x4x_defconfig create mode 100644 configs/lschlv2_defconfig create mode 100644 configs/lsxhl_defconfig create mode 100644 configs/luan_defconfig create mode 100644 configs/lwmon5_defconfig create mode 100644 configs/lwmon_defconfig create mode 100644 configs/m28evk_defconfig create mode 100644 configs/m53evk_defconfig create mode 100644 configs/magnesium_defconfig create mode 100644 configs/makalu_defconfig create mode 100644 configs/malta_defconfig create mode 100644 configs/maltael_defconfig create mode 100644 configs/mcc200_COM12_SDRAM_defconfig create mode 100644 configs/mcc200_COM12_defconfig create mode 100644 configs/mcc200_COM12_highboot_SDRAM_defconfig create mode 100644 configs/mcc200_COM12_highboot_defconfig create mode 100644 configs/mcc200_SDRAM_defconfig create mode 100644 configs/mcc200_defconfig create mode 100644 configs/mcc200_highboot_SDRAM_defconfig create mode 100644 configs/mcc200_highboot_defconfig create mode 100644 configs/mcx_defconfig create mode 100644 configs/mecp5123_defconfig create mode 100644 configs/mecp5200_defconfig create mode 100644 configs/medcom-wide_defconfig create mode 100644 configs/meesc_dataflash_defconfig create mode 100644 configs/meesc_defconfig create mode 100644 configs/mgcoge3ne_defconfig create mode 100644 configs/mgcoge3un_defconfig create mode 100644 configs/mgcoge_defconfig create mode 100644 configs/microblaze-generic_defconfig create mode 100644 configs/mimc200_defconfig create mode 100644 configs/ml507_defconfig create mode 100644 configs/ml507_flash_defconfig create mode 100644 configs/motionpro_defconfig create mode 100644 configs/mpc5121ads_defconfig create mode 100644 configs/mpc5121ads_rev2_defconfig create mode 100644 configs/mpc7448hpc2_defconfig create mode 100644 configs/mpc8308_p1m_defconfig create mode 100644 configs/mpr2_defconfig create mode 100644 configs/ms7720se_defconfig create mode 100644 configs/ms7722se_defconfig create mode 100644 configs/ms7750se_defconfig create mode 100644 configs/mt_ventoux_defconfig create mode 100644 configs/muas3001_defconfig create mode 100644 configs/muas3001_dev_defconfig create mode 100644 configs/mucmc52_defconfig create mode 100644 configs/munices_defconfig create mode 100644 configs/mv88f6281gtw_ge_defconfig create mode 100644 configs/mx23_olinuxino_defconfig create mode 100644 configs/mx23evk_defconfig create mode 100644 configs/mx25pdk_defconfig create mode 100644 configs/mx28evk_auart_console_defconfig create mode 100644 configs/mx28evk_defconfig create mode 100644 configs/mx28evk_nand_defconfig create mode 100644 configs/mx31ads_defconfig create mode 100644 configs/mx31pdk_defconfig create mode 100644 configs/mx35pdk_defconfig create mode 100644 configs/mx51_efikamx_defconfig create mode 100644 configs/mx51_efikasb_defconfig create mode 100644 configs/mx51evk_defconfig create mode 100644 configs/mx53ard_defconfig create mode 100644 configs/mx53evk_defconfig create mode 100644 configs/mx53loco_defconfig create mode 100644 configs/mx53smd_defconfig create mode 100644 configs/mx6dlsabresd_defconfig create mode 100644 configs/mx6qarm2_defconfig create mode 100644 configs/mx6qsabreauto_defconfig create mode 100644 configs/mx6qsabrelite_defconfig create mode 100644 configs/mx6qsabresd_defconfig create mode 100644 configs/mx6slevk_defconfig create mode 100644 configs/neo_defconfig create mode 100644 configs/net2big_v2_defconfig create mode 100644 configs/netspace_lite_v2_defconfig create mode 100644 configs/netspace_max_v2_defconfig create mode 100644 configs/netspace_mini_v2_defconfig create mode 100644 configs/netspace_v2_defconfig create mode 100644 configs/nhk8815_defconfig create mode 100644 configs/nhk8815_onenand_defconfig create mode 100644 configs/nios2-generic_defconfig create mode 100644 configs/nitrogen6dl2g_defconfig create mode 100644 configs/nitrogen6dl_defconfig create mode 100644 configs/nitrogen6q2g_defconfig create mode 100644 configs/nitrogen6q_defconfig create mode 100644 configs/nitrogen6s1g_defconfig create mode 100644 configs/nitrogen6s_defconfig create mode 100644 configs/nokia_rx51_defconfig create mode 100644 configs/ocotea_defconfig create mode 100644 configs/omap3_beagle_defconfig create mode 100644 configs/omap3_evm_defconfig create mode 100644 configs/omap3_evm_quick_mmc_defconfig create mode 100644 configs/omap3_evm_quick_nand_defconfig create mode 100644 configs/omap3_ha_defconfig create mode 100644 configs/omap3_logic_defconfig create mode 100644 configs/omap3_mvblx_defconfig create mode 100644 configs/omap3_overo_defconfig create mode 100644 configs/omap3_pandora_defconfig create mode 100644 configs/omap3_sdp3430_defconfig create mode 100644 configs/omap3_zoom1_defconfig create mode 100644 configs/omap4_panda_defconfig create mode 100644 configs/omap4_sdp4430_defconfig create mode 100644 configs/omap5912osk_defconfig create mode 100644 configs/omap5_uevm_defconfig create mode 100644 configs/openrd_base_defconfig create mode 100644 configs/openrd_client_defconfig create mode 100644 configs/openrd_ultimate_defconfig create mode 100644 configs/openrisc-generic_defconfig create mode 100644 configs/origen_defconfig create mode 100644 configs/otc570_dataflash_defconfig create mode 100644 configs/otc570_defconfig create mode 100644 configs/p3m7448_defconfig create mode 100644 configs/p3m750_defconfig create mode 100644 configs/p3p440_defconfig create mode 100644 configs/palmld_defconfig create mode 100644 configs/palmtc_defconfig create mode 100644 configs/palmtreo680_defconfig create mode 100644 configs/paz00_defconfig create mode 100644 configs/pb1000_defconfig create mode 100644 configs/pcm030_LOWBOOT_defconfig create mode 100644 configs/pcm030_defconfig create mode 100644 configs/pcm051_rev1_defconfig create mode 100644 configs/pcm051_rev3_defconfig create mode 100644 configs/pcs440ep_defconfig create mode 100644 configs/pdm360ng_defconfig create mode 100644 configs/pengwyn_defconfig create mode 100644 configs/pf5200_defconfig create mode 100644 configs/plutux_defconfig create mode 100644 configs/pm9261_defconfig create mode 100644 configs/pm9263_defconfig create mode 100644 configs/pm9g45_defconfig create mode 100644 configs/pogo_e02_defconfig create mode 100644 configs/polaris_defconfig create mode 100644 configs/portl2_defconfig create mode 100644 configs/portuxg20_defconfig create mode 100644 configs/ppmc7xx_defconfig create mode 100644 configs/ppmc8260_defconfig create mode 100644 configs/pr1_defconfig create mode 100644 configs/prs200_DDR_defconfig create mode 100644 configs/prs200_defconfig create mode 100644 configs/prs200_highboot_DDR_defconfig create mode 100644 configs/prs200_highboot_defconfig create mode 100644 configs/pxa255_idp_defconfig create mode 100644 configs/pxm2_defconfig create mode 100644 configs/qemu_mips64_defconfig create mode 100644 configs/qemu_mips64el_defconfig create mode 100644 configs/qemu_mips_defconfig create mode 100644 configs/qemu_mipsel_defconfig create mode 100644 configs/qong_defconfig create mode 100644 configs/quad100hd_defconfig create mode 100644 configs/quantum_defconfig create mode 100644 configs/r0p7734_defconfig create mode 100644 configs/r2dplus_defconfig create mode 100644 configs/r7780mp_defconfig create mode 100644 configs/rainier_defconfig create mode 100644 configs/rainier_ramboot_defconfig create mode 100644 configs/rd6281a_defconfig create mode 100644 configs/redwood_defconfig create mode 100644 configs/rpi_b_defconfig create mode 100644 configs/rsk7203_defconfig create mode 100644 configs/rsk7264_defconfig create mode 100644 configs/rsk7269_defconfig create mode 100644 configs/rut_defconfig create mode 100644 configs/s5p_goni_defconfig create mode 100644 configs/s5pc210_universal_defconfig create mode 100644 configs/sacsng_defconfig create mode 100644 configs/sama5d3_xplained_mmc_defconfig create mode 100644 configs/sama5d3_xplained_nandflash_defconfig create mode 100644 configs/sama5d3xek_mmc_defconfig create mode 100644 configs/sama5d3xek_nandflash_defconfig create mode 100644 configs/sama5d3xek_spiflash_defconfig create mode 100644 configs/sandbox_defconfig create mode 100644 configs/sansa_fuze_plus_defconfig create mode 100644 configs/sbc35_a9g20_eeprom_defconfig create mode 100644 configs/sbc35_a9g20_nandflash_defconfig create mode 100644 configs/sbc405_defconfig create mode 100644 configs/sbc8349_PCI_33_defconfig create mode 100644 configs/sbc8349_PCI_66_defconfig create mode 100644 configs/sbc8349_defconfig create mode 100644 configs/sbc8548_PCI_33_PCIE_defconfig create mode 100644 configs/sbc8548_PCI_33_defconfig create mode 100644 configs/sbc8548_PCI_66_PCIE_defconfig create mode 100644 configs/sbc8548_PCI_66_defconfig create mode 100644 configs/sbc8548_defconfig create mode 100644 configs/sbc8641d_defconfig create mode 100644 configs/sc3_defconfig create mode 100644 configs/sc_sps_1_defconfig create mode 100644 configs/scb9328_defconfig create mode 100644 configs/seaboard_defconfig create mode 100644 configs/sequoia_defconfig create mode 100644 configs/sequoia_ramboot_defconfig create mode 100644 configs/sh7752evb_defconfig create mode 100644 configs/sh7753evb_defconfig create mode 100644 configs/sh7757lcr_defconfig create mode 100644 configs/sh7763rdp_defconfig create mode 100644 configs/sh7785lcr_32bit_defconfig create mode 100644 configs/sh7785lcr_defconfig create mode 100644 configs/sheevaplug_defconfig create mode 100644 configs/shmin_defconfig create mode 100644 configs/smdk2410_defconfig create mode 100644 configs/smdk5250_defconfig create mode 100644 configs/smdk5420_defconfig create mode 100644 configs/smdkc100_defconfig create mode 100644 configs/smdkv310_defconfig create mode 100644 configs/snapper9260_defconfig create mode 100644 configs/snapper9g20_defconfig create mode 100644 configs/snow_defconfig create mode 100644 configs/snowball_defconfig create mode 100644 configs/socfpga_cyclone5_defconfig create mode 100644 configs/socrates_defconfig create mode 100644 configs/spc1920_defconfig create mode 100644 configs/spear300_defconfig create mode 100644 configs/spear300_nand_defconfig create mode 100644 configs/spear300_usbtty_defconfig create mode 100644 configs/spear300_usbtty_nand_defconfig create mode 100644 configs/spear310_defconfig create mode 100644 configs/spear310_nand_defconfig create mode 100644 configs/spear310_pnor_defconfig create mode 100644 configs/spear310_usbtty_defconfig create mode 100644 configs/spear310_usbtty_nand_defconfig create mode 100644 configs/spear310_usbtty_pnor_defconfig create mode 100644 configs/spear320_defconfig create mode 100644 configs/spear320_nand_defconfig create mode 100644 configs/spear320_pnor_defconfig create mode 100644 configs/spear320_usbtty_defconfig create mode 100644 configs/spear320_usbtty_nand_defconfig create mode 100644 configs/spear320_usbtty_pnor_defconfig create mode 100644 configs/spear600_defconfig create mode 100644 configs/spear600_nand_defconfig create mode 100644 configs/spear600_usbtty_defconfig create mode 100644 configs/spear600_usbtty_nand_defconfig create mode 100644 configs/spl/BSC9131RDB_NAND_SYSCLK100_defconfig create mode 100644 configs/spl/BSC9131RDB_NAND_defconfig create mode 100644 configs/spl/BSC9132QDS_NAND_DDRCLK100_defconfig create mode 100644 configs/spl/BSC9132QDS_NAND_DDRCLK133_defconfig create mode 100644 configs/spl/C29XPCIE_NAND_defconfig create mode 100644 configs/spl/MPC8313ERDB_NAND_33_defconfig create mode 100644 configs/spl/MPC8313ERDB_NAND_66_defconfig create mode 100644 configs/spl/P1010RDB-PA_36BIT_NAND_defconfig create mode 100644 configs/spl/P1010RDB-PA_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1010RDB-PA_36BIT_SPIFLASH_defconfig create mode 100644 configs/spl/P1010RDB-PA_NAND_defconfig create mode 100644 configs/spl/P1010RDB-PA_SDCARD_defconfig create mode 100644 configs/spl/P1010RDB-PA_SPIFLASH_defconfig create mode 100644 configs/spl/P1010RDB-PB_36BIT_NAND_defconfig create mode 100644 configs/spl/P1010RDB-PB_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1010RDB-PB_36BIT_SPIFLASH_defconfig create mode 100644 configs/spl/P1010RDB-PB_NAND_defconfig create mode 100644 configs/spl/P1010RDB-PB_SDCARD_defconfig create mode 100644 configs/spl/P1010RDB-PB_SPIFLASH_defconfig create mode 100644 configs/spl/P1020MBG-PC_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1020MBG-PC_SDCARD_defconfig create mode 100644 configs/spl/P1020RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/spl/P1020RDB-PC_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1020RDB-PC_36BIT_SPIFLASH_defconfig create mode 100644 configs/spl/P1020RDB-PC_NAND_defconfig create mode 100644 configs/spl/P1020RDB-PC_SDCARD_defconfig create mode 100644 configs/spl/P1020RDB-PC_SPIFLASH_defconfig create mode 100644 configs/spl/P1020RDB-PD_NAND_defconfig create mode 100644 configs/spl/P1020RDB-PD_SDCARD_defconfig create mode 100644 configs/spl/P1020RDB-PD_SPIFLASH_defconfig create mode 100644 configs/spl/P1020UTM-PC_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1020UTM-PC_SDCARD_defconfig create mode 100644 configs/spl/P1021RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/spl/P1021RDB-PC_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1021RDB-PC_36BIT_SPIFLASH_defconfig create mode 100644 configs/spl/P1021RDB-PC_NAND_defconfig create mode 100644 configs/spl/P1021RDB-PC_SDCARD_defconfig create mode 100644 configs/spl/P1021RDB-PC_SPIFLASH_defconfig create mode 100644 configs/spl/P1022DS_36BIT_NAND_defconfig create mode 100644 configs/spl/P1022DS_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P1022DS_36BIT_SPIFLASH_defconfig create mode 100644 configs/spl/P1022DS_NAND_defconfig create mode 100644 configs/spl/P1022DS_SDCARD_defconfig create mode 100644 configs/spl/P1022DS_SPIFLASH_defconfig create mode 100644 configs/spl/P1024RDB_NAND_defconfig create mode 100644 configs/spl/P1024RDB_SDCARD_defconfig create mode 100644 configs/spl/P1024RDB_SPIFLASH_defconfig create mode 100644 configs/spl/P1025RDB_NAND_defconfig create mode 100644 configs/spl/P1025RDB_SDCARD_defconfig create mode 100644 configs/spl/P1025RDB_SPIFLASH_defconfig create mode 100644 configs/spl/P2020RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/spl/P2020RDB-PC_36BIT_SDCARD_defconfig create mode 100644 configs/spl/P2020RDB-PC_36BIT_SPIFLASH_defconfig create mode 100644 configs/spl/P2020RDB-PC_NAND_defconfig create mode 100644 configs/spl/P2020RDB-PC_SDCARD_defconfig create mode 100644 configs/spl/P2020RDB-PC_SPIFLASH_defconfig create mode 100644 configs/spl/a3m071_defconfig create mode 100644 configs/spl/a4m2k_defconfig create mode 100644 configs/spl/am335x_boneblack_defconfig create mode 100644 configs/spl/am335x_evm_defconfig create mode 100644 configs/spl/am335x_evm_nor_defconfig create mode 100644 configs/spl/am335x_evm_spiboot_defconfig create mode 100644 configs/spl/am335x_evm_uart1_defconfig create mode 100644 configs/spl/am335x_evm_uart2_defconfig create mode 100644 configs/spl/am335x_evm_uart3_defconfig create mode 100644 configs/spl/am335x_evm_uart4_defconfig create mode 100644 configs/spl/am335x_evm_uart5_defconfig create mode 100644 configs/spl/am335x_evm_usbspl_defconfig create mode 100644 configs/spl/am335x_igep0033_defconfig create mode 100644 configs/spl/am3517_crane_defconfig create mode 100644 configs/spl/am3517_evm_defconfig create mode 100644 configs/spl/am43xx_evm_defconfig create mode 100644 configs/spl/apf27_defconfig create mode 100644 configs/spl/apx4devkit_defconfig create mode 100644 configs/spl/arndale_defconfig create mode 100644 configs/spl/beaver_defconfig create mode 100644 configs/spl/bg0900_defconfig create mode 100644 configs/spl/cam_enc_4xx_defconfig create mode 100644 configs/spl/cardhu_defconfig create mode 100644 configs/spl/cm_t335_defconfig create mode 100644 configs/spl/cm_t35_defconfig create mode 100644 configs/spl/colibri_t20_iris_defconfig create mode 100644 configs/spl/da850_am18xxevm_defconfig create mode 100644 configs/spl/da850evm_defconfig create mode 100644 configs/spl/dalmore_defconfig create mode 100644 configs/spl/devkit8000_defconfig create mode 100644 configs/spl/dra7xx_evm_defconfig create mode 100644 configs/spl/dra7xx_evm_uart3_defconfig create mode 100644 configs/spl/dxr2_defconfig create mode 100644 configs/spl/eco5pk_defconfig create mode 100644 configs/spl/harmony_defconfig create mode 100644 configs/spl/hawkboard_defconfig create mode 100644 configs/spl/hawkboard_uart_defconfig create mode 100644 configs/spl/igep0020_defconfig create mode 100644 configs/spl/igep0020_nand_defconfig create mode 100644 configs/spl/igep0030_defconfig create mode 100644 configs/spl/igep0030_nand_defconfig create mode 100644 configs/spl/igep0032_defconfig create mode 100644 configs/spl/ipam390_defconfig create mode 100644 configs/spl/kwb_defconfig create mode 100644 configs/spl/lcd4_lwmon5_defconfig create mode 100644 configs/spl/m28evk_defconfig create mode 100644 configs/spl/m53evk_defconfig create mode 100644 configs/spl/mcx_defconfig create mode 100644 configs/spl/medcom-wide_defconfig create mode 100644 configs/spl/microblaze-generic_defconfig create mode 100644 configs/spl/mt_ventoux_defconfig create mode 100644 configs/spl/mx23_olinuxino_defconfig create mode 100644 configs/spl/mx23evk_defconfig create mode 100644 configs/spl/mx28evk_auart_console_defconfig create mode 100644 configs/spl/mx28evk_defconfig create mode 100644 configs/spl/mx28evk_nand_defconfig create mode 100644 configs/spl/mx31pdk_defconfig create mode 100644 configs/spl/omap3_beagle_defconfig create mode 100644 configs/spl/omap3_evm_defconfig create mode 100644 configs/spl/omap3_evm_quick_mmc_defconfig create mode 100644 configs/spl/omap3_evm_quick_nand_defconfig create mode 100644 configs/spl/omap3_ha_defconfig create mode 100644 configs/spl/omap3_overo_defconfig create mode 100644 configs/spl/omap4_panda_defconfig create mode 100644 configs/spl/omap4_sdp4430_defconfig create mode 100644 configs/spl/omap5_uevm_defconfig create mode 100644 configs/spl/origen_defconfig create mode 100644 configs/spl/palmtreo680_defconfig create mode 100644 configs/spl/paz00_defconfig create mode 100644 configs/spl/pcm051_rev1_defconfig create mode 100644 configs/spl/pcm051_rev3_defconfig create mode 100644 configs/spl/pengwyn_defconfig create mode 100644 configs/spl/plutux_defconfig create mode 100644 configs/spl/pxm2_defconfig create mode 100644 configs/spl/rut_defconfig create mode 100644 configs/spl/sama5d3xek_mmc_defconfig create mode 100644 configs/spl/sama5d3xek_nandflash_defconfig create mode 100644 configs/spl/sama5d3xek_spiflash_defconfig create mode 100644 configs/spl/sansa_fuze_plus_defconfig create mode 100644 configs/spl/sc_sps_1_defconfig create mode 100644 configs/spl/seaboard_defconfig create mode 100644 configs/spl/smdk5250_defconfig create mode 100644 configs/spl/smdk5420_defconfig create mode 100644 configs/spl/smdkv310_defconfig create mode 100644 configs/spl/snow_defconfig create mode 100644 configs/spl/socfpga_cyclone5_defconfig create mode 100644 configs/spl/tao3530_defconfig create mode 100644 configs/spl/tec-ng_defconfig create mode 100644 configs/spl/tec_defconfig create mode 100644 configs/spl/ti814x_evm_defconfig create mode 100644 configs/spl/ti816x_evm_defconfig create mode 100644 configs/spl/tricorder_defconfig create mode 100644 configs/spl/tricorder_flash_defconfig create mode 100644 configs/spl/trimslice_defconfig create mode 100644 configs/spl/tseries_mmc_defconfig create mode 100644 configs/spl/tseries_nand_defconfig create mode 100644 configs/spl/tseries_spi_defconfig create mode 100644 configs/spl/twister_defconfig create mode 100644 configs/spl/tx25_defconfig create mode 100644 configs/spl/venice2_defconfig create mode 100644 configs/spl/ventana_defconfig create mode 100644 configs/spl/vpac270_ond_256_defconfig create mode 100644 configs/spl/whistler_defconfig create mode 100644 configs/spl/woodburn_sd_defconfig create mode 100644 configs/spl/x600_defconfig create mode 100644 configs/spl/xfi3_defconfig create mode 100644 configs/spl/zynq_microzed_defconfig create mode 100644 configs/spl/zynq_zc70x_defconfig create mode 100644 configs/spl/zynq_zc770_xm010_defconfig create mode 100644 configs/spl/zynq_zc770_xm012_defconfig create mode 100644 configs/spl/zynq_zc770_xm013_defconfig create mode 100644 configs/spl/zynq_zed_defconfig create mode 100644 configs/stamp9g20_defconfig create mode 100644 configs/stxgp3_defconfig create mode 100644 configs/stxssa_4M_defconfig create mode 100644 configs/stxssa_defconfig create mode 100644 configs/stxxtc_defconfig create mode 100644 configs/suvd3_defconfig create mode 100644 configs/svm_sc8xx_defconfig create mode 100644 configs/sycamore_defconfig create mode 100644 configs/t3corp_defconfig create mode 100644 configs/taihu_defconfig create mode 100644 configs/taishan_defconfig create mode 100644 configs/tao3530_defconfig create mode 100644 configs/taurus_defconfig create mode 100644 configs/tcm-bf518_defconfig create mode 100644 configs/tcm-bf537_defconfig create mode 100644 configs/tec-ng_defconfig create mode 100644 configs/tec_defconfig create mode 100644 configs/ti814x_evm_defconfig create mode 100644 configs/ti816x_evm_defconfig create mode 100644 configs/titanium_defconfig create mode 100644 configs/tk71_defconfig create mode 100644 configs/tnetv107x_evm_defconfig create mode 100644 configs/tny_a9260_eeprom_defconfig create mode 100644 configs/tny_a9260_nandflash_defconfig create mode 100644 configs/tny_a9g20_eeprom_defconfig create mode 100644 configs/tny_a9g20_nandflash_defconfig create mode 100644 configs/top9000eval_xe_defconfig create mode 100644 configs/top9000su_xe_defconfig create mode 100644 configs/tpl/C29XPCIE_NAND_defconfig create mode 100644 configs/tpl/P1010RDB-PA_36BIT_NAND_defconfig create mode 100644 configs/tpl/P1010RDB-PA_NAND_defconfig create mode 100644 configs/tpl/P1010RDB-PB_36BIT_NAND_defconfig create mode 100644 configs/tpl/P1010RDB-PB_NAND_defconfig create mode 100644 configs/tpl/P1020RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/tpl/P1020RDB-PC_NAND_defconfig create mode 100644 configs/tpl/P1020RDB-PD_NAND_defconfig create mode 100644 configs/tpl/P1021RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/tpl/P1021RDB-PC_NAND_defconfig create mode 100644 configs/tpl/P1022DS_36BIT_NAND_defconfig create mode 100644 configs/tpl/P1022DS_NAND_defconfig create mode 100644 configs/tpl/P1024RDB_NAND_defconfig create mode 100644 configs/tpl/P1025RDB_NAND_defconfig create mode 100644 configs/tpl/P2020RDB-PC_36BIT_NAND_defconfig create mode 100644 configs/tpl/P2020RDB-PC_NAND_defconfig create mode 100644 configs/trats2_defconfig create mode 100644 configs/trats_defconfig create mode 100644 configs/tricorder_defconfig create mode 100644 configs/tricorder_flash_defconfig create mode 100644 configs/trimslice_defconfig create mode 100644 configs/trizepsiv_defconfig create mode 100644 configs/tseries_mmc_defconfig create mode 100644 configs/tseries_nand_defconfig create mode 100644 configs/tseries_spi_defconfig create mode 100644 configs/tt01_defconfig create mode 100644 configs/tuge1_defconfig create mode 100644 configs/tuxx1_defconfig create mode 100644 configs/twister_defconfig create mode 100644 configs/tx25_defconfig create mode 100644 configs/u8500_href_defconfig create mode 100644 configs/uc100_defconfig create mode 100644 configs/uc101_defconfig create mode 100644 configs/udoo_quad_defconfig create mode 100644 configs/usb_a9263_dataflash_defconfig create mode 100644 configs/utx8245_defconfig create mode 100644 configs/v37_defconfig create mode 100644 configs/v38b_defconfig create mode 100644 configs/v5fx30teval_defconfig create mode 100644 configs/v5fx30teval_flash_defconfig create mode 100644 configs/vct_platinum_defconfig create mode 100644 configs/vct_platinum_onenand_defconfig create mode 100644 configs/vct_platinum_onenand_small_defconfig create mode 100644 configs/vct_platinum_small_defconfig create mode 100644 configs/vct_platinumavc_defconfig create mode 100644 configs/vct_platinumavc_onenand_defconfig create mode 100644 configs/vct_platinumavc_onenand_small_defconfig create mode 100644 configs/vct_platinumavc_small_defconfig create mode 100644 configs/vct_premium_defconfig create mode 100644 configs/vct_premium_onenand_defconfig create mode 100644 configs/vct_premium_onenand_small_defconfig create mode 100644 configs/vct_premium_small_defconfig create mode 100644 configs/ve8313_defconfig create mode 100644 configs/venice2_defconfig create mode 100644 configs/ventana_defconfig create mode 100644 configs/versatileab_defconfig create mode 100644 configs/versatilepb_defconfig create mode 100644 configs/versatileqemu_defconfig create mode 100644 configs/vexpress_aemv8a_defconfig create mode 100644 configs/vexpress_ca15_tc2_defconfig create mode 100644 configs/vexpress_ca5x2_defconfig create mode 100644 configs/vexpress_ca9x4_defconfig create mode 100644 configs/vf610twr_defconfig create mode 100644 configs/virtlab2_defconfig create mode 100644 configs/vision2_defconfig create mode 100644 configs/vl_ma2sc_defconfig create mode 100644 configs/vl_ma2sc_ram_defconfig create mode 100644 configs/vme8349_defconfig create mode 100644 configs/vpac270_nor_128_defconfig create mode 100644 configs/vpac270_nor_256_defconfig create mode 100644 configs/vpac270_ond_256_defconfig create mode 100644 configs/walnut_defconfig create mode 100644 configs/wandboard_dl_defconfig create mode 100644 configs/wandboard_quad_defconfig create mode 100644 configs/wandboard_solo_defconfig create mode 100644 configs/whistler_defconfig create mode 100644 configs/wireless_space_defconfig create mode 100644 configs/woodburn_defconfig create mode 100644 configs/woodburn_sd_defconfig create mode 100644 configs/wtk_defconfig create mode 100644 configs/x600_defconfig create mode 100644 configs/xaeniax_defconfig create mode 100644 configs/xfi3_defconfig create mode 100644 configs/xilinx-ppc405-generic_defconfig create mode 100644 configs/xilinx-ppc405-generic_flash_defconfig create mode 100644 configs/xilinx-ppc440-generic_defconfig create mode 100644 configs/xilinx-ppc440-generic_flash_defconfig create mode 100644 configs/xpedite1000_defconfig create mode 100644 configs/xpedite517x_defconfig create mode 100644 configs/xpedite520x_defconfig create mode 100644 configs/xpedite537x_defconfig create mode 100644 configs/xpedite550x_defconfig create mode 100644 configs/yellowstone_defconfig create mode 100644 configs/yosemite_defconfig create mode 100644 configs/yucca_defconfig create mode 100644 configs/zeus_defconfig create mode 100644 configs/zipitz2_defconfig create mode 100644 configs/zmx25_defconfig create mode 100644 configs/zynq_microzed_defconfig create mode 100644 configs/zynq_zc70x_defconfig create mode 100644 configs/zynq_zc770_xm010_defconfig create mode 100644 configs/zynq_zc770_xm012_defconfig create mode 100644 configs/zynq_zc770_xm013_defconfig create mode 100644 configs/zynq_zed_defconfig
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig new file mode 100644 index 0000000..3e141c0 --- /dev/null +++ b/arch/arc/Kconfig @@ -0,0 +1,22 @@ +menu "ARC architecture" + depends on ARC + +config SYS_ARCH + string + default "arc" + +choice + prompt "Target select" + +config TARGET_AXS101 + bool "Support axs101" + +config TARGET_ARCANGEL4 + bool "Support arcangel4" + +config TARGET_ARCANGEL4_BE + bool "Support arcangel4-be" + +endchoice + +endmenu diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig new file mode 100644 index 0000000..e0b990f --- /dev/null +++ b/arch/arm/Kconfig @@ -0,0 +1,1114 @@ +menu "ARM architecture" + depends on ARM + +config SYS_ARCH + string + default "arm" + +choice + prompt "Target select" + +config TARGET_VEXPRESS_AEMV8A + bool "Support vexpress_aemv8a" + +config TARGET_INTEGRATORCP_CM1136 + bool "Support integratorcp_cm1136" + +config TARGET_IMX31_PHYCORE + bool "Support imx31_phycore" + +config TARGET_IMX31_PHYCORE_EET + bool "Support imx31_phycore_eet" + +config TARGET_QONG + bool "Support qong" + +config TARGET_MX31ADS + bool "Support mx31ads" + +config TARGET_MX31PDK + bool "Support mx31pdk" + +config TARGET_TT01 + bool "Support tt01" + +config TARGET_IMX31_LITEKIT + bool "Support imx31_litekit" + +config TARGET_WOODBURN + bool "Support woodburn" + +config TARGET_WOODBURN_SD + bool "Support woodburn_sd" + +config TARGET_FLEA3 + bool "Support flea3" + +config TARGET_MX35PDK + bool "Support mx35pdk" + +config TARGET_RPI_B + bool "Support rpi_b" + +config TARGET_TNETV107X_EVM + bool "Support tnetv107x_evm" + +config TARGET_INTEGRATORAP_CM720T + bool "Support integratorap_cm720t" + +config TARGET_INTEGRATORAP_CM920T + bool "Support integratorap_cm920t" + +config TARGET_INTEGRATORCP_CM920T + bool "Support integratorcp_cm920t" + +config TARGET_A320EVB + bool "Support a320evb" + +config TARGET_AT91RM9200EK + bool "Support at91rm9200ek" + +config TARGET_AT91RM9200EK_RAM + bool "Support at91rm9200ek_ram" + +config TARGET_EB_CPUX9K2 + bool "Support eb_cpux9k2" + +config TARGET_EB_CPUX9K2_RAM + bool "Support eb_cpux9k2_ram" + +config TARGET_CPUAT91 + bool "Support cpuat91" + +config TARGET_CPUAT91_RAM + bool "Support cpuat91_ram" + +config TARGET_SCB9328 + bool "Support scb9328" + +config TARGET_CM4008 + bool "Support cm4008" + +config TARGET_CM41XX + bool "Support cm41xx" + +config TARGET_VCMA9 + bool "Support VCMA9" + +config TARGET_SMDK2410 + bool "Support smdk2410" + +config TARGET_INTEGRATORAP_CM926EJS + bool "Support integratorap_cm926ejs" + +config TARGET_INTEGRATORCP_CM926EJS + bool "Support integratorcp_cm926ejs" + +config TARGET_ASPENITE + bool "Support aspenite" + +config TARGET_GPLUGD + bool "Support gplugd" + +config TARGET_AFEB9260 + bool "Support afeb9260" + +config TARGET_AT91SAM9260EK_DATAFLASH_CS0 + bool "Support at91sam9260ek_dataflash_cs0" + +config TARGET_AT91SAM9260EK_DATAFLASH_CS1 + bool "Support at91sam9260ek_dataflash_cs1" + +config TARGET_AT91SAM9260EK_NANDFLASH + bool "Support at91sam9260ek_nandflash" + +config TARGET_AT91SAM9G20EK_2MMC_NANDFLASH + bool "Support at91sam9g20ek_2mmc_nandflash" + +config TARGET_AT91SAM9G20EK_DATAFLASH_CS0 + bool "Support at91sam9g20ek_dataflash_cs0" + +config TARGET_AT91SAM9G20EK_DATAFLASH_CS1 + bool "Support at91sam9g20ek_dataflash_cs1" + +config TARGET_AT91SAM9G20EK_MMC + bool "Support at91sam9g20ek_mmc" + +config TARGET_AT91SAM9G20EK_NANDFLASH + bool "Support at91sam9g20ek_nandflash" + +config TARGET_AT91SAM9XEEK_DATAFLASH_CS0 + bool "Support at91sam9xeek_dataflash_cs0" + +config TARGET_AT91SAM9XEEK_DATAFLASH_CS1 + bool "Support at91sam9xeek_dataflash_cs1" + +config TARGET_AT91SAM9XEEK_NANDFLASH + bool "Support at91sam9xeek_nandflash" + +config TARGET_AT91SAM9261EK_DATAFLASH_CS0 + bool "Support at91sam9261ek_dataflash_cs0" + +config TARGET_AT91SAM9261EK_DATAFLASH_CS3 + bool "Support at91sam9261ek_dataflash_cs3" + +config TARGET_AT91SAM9261EK_NANDFLASH + bool "Support at91sam9261ek_nandflash" + +config TARGET_AT91SAM9G10EK_DATAFLASH_CS0 + bool "Support at91sam9g10ek_dataflash_cs0" + +config TARGET_AT91SAM9G10EK_DATAFLASH_CS3 + bool "Support at91sam9g10ek_dataflash_cs3" + +config TARGET_AT91SAM9G10EK_NANDFLASH + bool "Support at91sam9g10ek_nandflash" + +config TARGET_AT91SAM9263EK_DATAFLASH + bool "Support at91sam9263ek_dataflash" + +config TARGET_AT91SAM9263EK_DATAFLASH_CS0 + bool "Support at91sam9263ek_dataflash_cs0" + +config TARGET_AT91SAM9263EK_NANDFLASH + bool "Support at91sam9263ek_nandflash" + +config TARGET_AT91SAM9263EK_NORFLASH + bool "Support at91sam9263ek_norflash" + +config TARGET_AT91SAM9263EK_NORFLASH_BOOT + bool "Support at91sam9263ek_norflash_boot" + +config TARGET_AT91SAM9M10G45EK_NANDFLASH + bool "Support at91sam9m10g45ek_nandflash" + +config TARGET_AT91SAM9N12EK_MMC + bool "Support at91sam9n12ek_mmc" + +config TARGET_AT91SAM9N12EK_NANDFLASH + bool "Support at91sam9n12ek_nandflash" + +config TARGET_AT91SAM9N12EK_SPIFLASH + bool "Support at91sam9n12ek_spiflash" + +config TARGET_AT91SAM9RLEK_DATAFLASH + bool "Support at91sam9rlek_dataflash" + +config TARGET_AT91SAM9RLEK_NANDFLASH + bool "Support at91sam9rlek_nandflash" + +config TARGET_AT91SAM9X5EK_DATAFLASH + bool "Support at91sam9x5ek_dataflash" + +config TARGET_AT91SAM9X5EK_MMC + bool "Support at91sam9x5ek_mmc" + +config TARGET_AT91SAM9X5EK_NANDFLASH + bool "Support at91sam9x5ek_nandflash" + +config TARGET_AT91SAM9X5EK_SPIFLASH + bool "Support at91sam9x5ek_spiflash" + +config TARGET_SNAPPER9260 + bool "Support snapper9260" + +config TARGET_SNAPPER9G20 + bool "Support snapper9g20" + +config TARGET_VL_MA2SC + bool "Support vl_ma2sc" + +config TARGET_VL_MA2SC_RAM + bool "Support vl_ma2sc_ram" + +config TARGET_SBC35_A9G20_EEPROM + bool "Support sbc35_a9g20_eeprom" + +config TARGET_SBC35_A9G20_NANDFLASH + bool "Support sbc35_a9g20_nandflash" + +config TARGET_TNY_A9260_EEPROM + bool "Support tny_a9260_eeprom" + +config TARGET_TNY_A9260_NANDFLASH + bool "Support tny_a9260_nandflash" + +config TARGET_TNY_A9G20_EEPROM + bool "Support tny_a9g20_eeprom" + +config TARGET_TNY_A9G20_NANDFLASH + bool "Support tny_a9g20_nandflash" + +config TARGET_USB_A9263_DATAFLASH + bool "Support usb_a9263_dataflash" + +config TARGET_ETHERNUT5 + bool "Support ethernut5" + +config TARGET_TOP9000EVAL_XE + bool "Support top9000eval_xe" + +config TARGET_TOP9000SU_XE + bool "Support top9000su_xe" + +config TARGET_MEESC + bool "Support meesc" + +config TARGET_MEESC_DATAFLASH + bool "Support meesc_dataflash" + +config TARGET_OTC570 + bool "Support otc570" + +config TARGET_OTC570_DATAFLASH + bool "Support otc570_dataflash" + +config TARGET_CPU9260 + bool "Support cpu9260" + +config TARGET_CPU9260_128M + bool "Support cpu9260_128M" + +config TARGET_CPU9260_NAND + bool "Support cpu9260_nand" + +config TARGET_CPU9260_NAND_128M + bool "Support cpu9260_nand_128M" + +config TARGET_CPU9G20 + bool "Support cpu9G20" + +config TARGET_CPU9G20_128M + bool "Support cpu9G20_128M" + +config TARGET_CPU9G20_NAND + bool "Support cpu9G20_nand" + +config TARGET_CPU9G20_NAND_128M + bool "Support cpu9G20_nand_128M" + +config TARGET_PM9261 + bool "Support pm9261" + +config TARGET_PM9263 + bool "Support pm9263" + +config TARGET_PM9G45 + bool "Support pm9g45" + +config TARGET_CORVUS + bool "Support corvus" + +config TARGET_AXM + bool "Support axm" + +config TARGET_TAURUS + bool "Support taurus" + +config TARGET_PORTUXG20 + bool "Support portuxg20" + +config TARGET_STAMP9G20 + bool "Support stamp9g20" + +config TARGET_CAM_ENC_4XX + bool "Support cam_enc_4xx" + +config TARGET_IPAM390 + bool "Support ipam390" + +config TARGET_DA830EVM + bool "Support da830evm" + +config TARGET_DA850_AM18XXEVM + bool "Support da850_am18xxevm" + +config TARGET_DA850EVM + bool "Support da850evm" + +config TARGET_DA850EVM_DIRECT_NOR + bool "Support da850evm_direct_nor" + +config TARGET_HAWKBOARD + bool "Support hawkboard" + +config TARGET_HAWKBOARD_UART + bool "Support hawkboard_uart" + +config TARGET_DAVINCI_DM355EVM + bool "Support davinci_dm355evm" + +config TARGET_DAVINCI_DM355LEOPARD + bool "Support davinci_dm355leopard" + +config TARGET_DAVINCI_DM365EVM + bool "Support davinci_dm365evm" + +config TARGET_DAVINCI_DM6467EVM + bool "Support davinci_dm6467evm" + +config TARGET_DAVINCI_DM6467TEVM + bool "Support davinci_dm6467Tevm" + +config TARGET_DAVINCI_DVEVM + bool "Support davinci_dvevm" + +config TARGET_EA20 + bool "Support ea20" + +config TARGET_DAVINCI_SCHMOOGIE + bool "Support davinci_schmoogie" + +config TARGET_DAVINCI_SFFSDR + bool "Support davinci_sffsdr" + +config TARGET_DAVINCI_SONATA + bool "Support davinci_sonata" + +config TARGET_ENBW_CMC + bool "Support enbw_cmc" + +config TARGET_CALIMAIN + bool "Support calimain" + +config TARGET_LSCHLV2 + bool "Support lschlv2" + +config TARGET_LSXHL + bool "Support lsxhl" + +config TARGET_POGO_E02 + bool "Support pogo_e02" + +config TARGET_DNS325 + bool "Support dns325" + +config TARGET_ICONNECT + bool "Support iconnect" + +config TARGET_TK71 + bool "Support tk71" + +config TARGET_KM_KIRKWOOD + bool "Support km_kirkwood" + +config TARGET_KM_KIRKWOOD_128M16 + bool "Support km_kirkwood_128m16" + +config TARGET_KM_KIRKWOOD_PCI + bool "Support km_kirkwood_pci" + +config TARGET_KMCOGE5UN + bool "Support kmcoge5un" + +config TARGET_KMNUSA + bool "Support kmnusa" + +config TARGET_KMSUGP1 + bool "Support kmsugp1" + +config TARGET_KMSUV31 + bool "Support kmsuv31" + +config TARGET_MGCOGE3UN + bool "Support mgcoge3un" + +config TARGET_PORTL2 + bool "Support portl2" + +config TARGET_D2NET_V2 + bool "Support d2net_v2" + +config TARGET_NET2BIG_V2 + bool "Support net2big_v2" + +config TARGET_INETSPACE_V2 + bool "Support inetspace_v2" + +config TARGET_NETSPACE_LITE_V2 + bool "Support netspace_lite_v2" + +config TARGET_NETSPACE_MAX_V2 + bool "Support netspace_max_v2" + +config TARGET_NETSPACE_MINI_V2 + bool "Support netspace_mini_v2" + +config TARGET_NETSPACE_V2 + bool "Support netspace_v2" + +config TARGET_WIRELESS_SPACE + bool "Support wireless_space" + +config TARGET_DREAMPLUG + bool "Support dreamplug" + +config TARGET_GURUPLUG + bool "Support guruplug" + +config TARGET_MV88F6281GTW_GE + bool "Support mv88f6281gtw_ge" + +config TARGET_RD6281A + bool "Support rd6281a" + +config TARGET_SHEEVAPLUG + bool "Support sheevaplug" + +config TARGET_OPENRD_BASE + bool "Support openrd_base" + +config TARGET_OPENRD_CLIENT + bool "Support openrd_client" + +config TARGET_OPENRD_ULTIMATE + bool "Support openrd_ultimate" + +config TARGET_IB62X0 + bool "Support ib62x0" + +config TARGET_DOCKSTAR + bool "Support dockstar" + +config TARGET_GOFLEXHOME + bool "Support goflexhome" + +config TARGET_DEVKIT3250 + bool "Support devkit3250" + +config TARGET_JADECPU + bool "Support jadecpu" + +config TARGET_MX25PDK + bool "Support mx25pdk" + +config TARGET_TX25 + bool "Support tx25" + +config TARGET_ZMX25 + bool "Support zmx25" + +config TARGET_APF27 + bool "Support apf27" + +config TARGET_IMX27LITE + bool "Support imx27lite" + +config TARGET_MAGNESIUM + bool "Support magnesium" + +config TARGET_APX4DEVKIT + bool "Support apx4devkit" + +config TARGET_XFI3 + bool "Support xfi3" + +config TARGET_M28EVK + bool "Support m28evk" + +config TARGET_MX23EVK + bool "Support mx23evk" + +config TARGET_MX28EVK + bool "Support mx28evk" + +config TARGET_MX28EVK_AUART_CONSOLE + bool "Support mx28evk_auart_console" + +config TARGET_MX28EVK_NAND + bool "Support mx28evk_nand" + +config TARGET_MX23_OLINUXINO + bool "Support mx23_olinuxino" + +config TARGET_BG0900 + bool "Support bg0900" + +config TARGET_SANSA_FUZE_PLUS + bool "Support sansa_fuze_plus" + +config TARGET_SC_SPS_1 + bool "Support sc_sps_1" + +config TARGET_NHK8815 + bool "Support nhk8815" + +config TARGET_NHK8815_ONENAND + bool "Support nhk8815_onenand" + +config TARGET_OMAP5912OSK + bool "Support omap5912osk" + +config TARGET_EDMINIV2 + bool "Support edminiv2" + +config TARGET_DKB + bool "Support dkb" + +config TARGET_X600 + bool "Support x600" + +config TARGET_SPEAR300 + bool "Support spear300" + +config TARGET_SPEAR300_NAND + bool "Support spear300_nand" + +config TARGET_SPEAR300_USBTTY + bool "Support spear300_usbtty" + +config TARGET_SPEAR300_USBTTY_NAND + bool "Support spear300_usbtty_nand" + +config TARGET_SPEAR310 + bool "Support spear310" + +config TARGET_SPEAR310_NAND + bool "Support spear310_nand" + +config TARGET_SPEAR310_PNOR + bool "Support spear310_pnor" + +config TARGET_SPEAR310_USBTTY + bool "Support spear310_usbtty" + +config TARGET_SPEAR310_USBTTY_NAND + bool "Support spear310_usbtty_nand" + +config TARGET_SPEAR310_USBTTY_PNOR + bool "Support spear310_usbtty_pnor" + +config TARGET_SPEAR320 + bool "Support spear320" + +config TARGET_SPEAR320_NAND + bool "Support spear320_nand" + +config TARGET_SPEAR320_PNOR + bool "Support spear320_pnor" + +config TARGET_SPEAR320_USBTTY + bool "Support spear320_usbtty" + +config TARGET_SPEAR320_USBTTY_NAND + bool "Support spear320_usbtty_nand" + +config TARGET_SPEAR320_USBTTY_PNOR + bool "Support spear320_usbtty_pnor" + +config TARGET_SPEAR600 + bool "Support spear600" + +config TARGET_SPEAR600_NAND + bool "Support spear600_nand" + +config TARGET_SPEAR600_USBTTY + bool "Support spear600_usbtty" + +config TARGET_SPEAR600_USBTTY_NAND + bool "Support spear600_usbtty_nand" + +config TARGET_VERSATILEAB + bool "Support versatileab" + +config TARGET_VERSATILEPB + bool "Support versatilepb" + +config TARGET_VERSATILEQEMU + bool "Support versatileqemu" + +config TARGET_INTEGRATORAP_CM946ES + bool "Support integratorap_cm946es" + +config TARGET_INTEGRATORCP_CM946ES + bool "Support integratorcp_cm946es" + +config TARGET_VEXPRESS_CA15_TC2 + bool "Support vexpress_ca15_tc2" + +config TARGET_VEXPRESS_CA5X2 + bool "Support vexpress_ca5x2" + +config TARGET_VEXPRESS_CA9X4 + bool "Support vexpress_ca9x4" + +config TARGET_KWB + bool "Support kwb" + +config TARGET_TSERIES_MMC + bool "Support tseries_mmc" + +config TARGET_TSERIES_NAND + bool "Support tseries_nand" + +config TARGET_TSERIES_SPI + bool "Support tseries_spi" + +config TARGET_CM_T335 + bool "Support cm_t335" + +config TARGET_AM335X_IGEP0033 + bool "Support am335x_igep0033" + +config TARGET_PCM051_REV1 + bool "Support pcm051_rev1" + +config TARGET_PCM051_REV3 + bool "Support pcm051_rev3" + +config TARGET_DXR2 + bool "Support dxr2" + +config TARGET_PXM2 + bool "Support pxm2" + +config TARGET_RUT + bool "Support rut" + +config TARGET_PENGWYN + bool "Support pengwyn" + +config TARGET_AM335X_BONEBLACK + bool "Support am335x_boneblack" + +config TARGET_AM335X_EVM + bool "Support am335x_evm" + +config TARGET_AM335X_EVM_NOR + bool "Support am335x_evm_nor" + +config TARGET_AM335X_EVM_NORBOOT + bool "Support am335x_evm_norboot" + +config TARGET_AM335X_EVM_SPIBOOT + bool "Support am335x_evm_spiboot" + +config TARGET_AM335X_EVM_UART1 + bool "Support am335x_evm_uart1" + +config TARGET_AM335X_EVM_UART2 + bool "Support am335x_evm_uart2" + +config TARGET_AM335X_EVM_UART3 + bool "Support am335x_evm_uart3" + +config TARGET_AM335X_EVM_UART4 + bool "Support am335x_evm_uart4" + +config TARGET_AM335X_EVM_UART5 + bool "Support am335x_evm_uart5" + +config TARGET_AM335X_EVM_USBSPL + bool "Support am335x_evm_usbspl" + +config TARGET_AM43XX_EVM + bool "Support am43xx_evm" + +config TARGET_TI814X_EVM + bool "Support ti814x_evm" + +config TARGET_TI816X_EVM + bool "Support ti816x_evm" + +config TARGET_SAMA5D3_XPLAINED_MMC + bool "Support sama5d3_xplained_mmc" + +config TARGET_SAMA5D3_XPLAINED_NANDFLASH + bool "Support sama5d3_xplained_nandflash" + +config TARGET_SAMA5D3XEK_MMC + bool "Support sama5d3xek_mmc" + +config TARGET_SAMA5D3XEK_NANDFLASH + bool "Support sama5d3xek_nandflash" + +config TARGET_SAMA5D3XEK_SPIFLASH + bool "Support sama5d3xek_spiflash" + +config TARGET_BCM28155_AP + bool "Support bcm28155_ap" + +config TARGET_ARNDALE + bool "Support arndale" + +config TARGET_ORIGEN + bool "Support origen" + +config TARGET_SMDK5250 + bool "Support smdk5250" + +config TARGET_SNOW + bool "Support snow" + +config TARGET_SMDK5420 + bool "Support smdk5420" + +config TARGET_SMDKV310 + bool "Support smdkv310" + +config TARGET_TRATS + bool "Support trats" + +config TARGET_TRATS2 + bool "Support trats2" + +config TARGET_S5PC210_UNIVERSAL + bool "Support s5pc210_universal" + +config TARGET_HIGHBANK + bool "Support highbank" + +config TARGET_M53EVK + bool "Support m53evk" + +config TARGET_IMA3_MX53 + bool "Support ima3-mx53" + +config TARGET_MX51EVK + bool "Support mx51evk" + +config TARGET_MX53ARD + bool "Support mx53ard" + +config TARGET_MX53EVK + bool "Support mx53evk" + +config TARGET_MX53LOCO + bool "Support mx53loco" + +config TARGET_MX53SMD + bool "Support mx53smd" + +config TARGET_MX51_EFIKAMX + bool "Support mx51_efikamx" + +config TARGET_MX51_EFIKASB + bool "Support mx51_efikasb" + +config TARGET_VISION2 + bool "Support vision2" + +config TARGET_UDOO_QUAD + bool "Support udoo_quad" + +config TARGET_WANDBOARD_DL + bool "Support wandboard_dl" + +config TARGET_WANDBOARD_QUAD + bool "Support wandboard_quad" + +config TARGET_WANDBOARD_SOLO + bool "Support wandboard_solo" + +config TARGET_TITANIUM + bool "Support titanium" + +config TARGET_MX6QSABRELITE + bool "Support mx6qsabrelite" + +config TARGET_NITROGEN6DL + bool "Support nitrogen6dl" + +config TARGET_NITROGEN6DL2G + bool "Support nitrogen6dl2g" + +config TARGET_NITROGEN6Q + bool "Support nitrogen6q" + +config TARGET_NITROGEN6Q2G + bool "Support nitrogen6q2g" + +config TARGET_NITROGEN6S + bool "Support nitrogen6s" + +config TARGET_NITROGEN6S1G + bool "Support nitrogen6s1g" + +config TARGET_CGTQMX6QEVAL + bool "Support cgtqmx6qeval" + +config TARGET_MX6QARM2 + bool "Support mx6qarm2" + +config TARGET_MX6QSABREAUTO + bool "Support mx6qsabreauto" + +config TARGET_MX6DLSABRESD + bool "Support mx6dlsabresd" + +config TARGET_MX6QSABRESD + bool "Support mx6qsabresd" + +config TARGET_MX6SLEVK + bool "Support mx6slevk" + +config TARGET_GWVENTANADL + bool "Support gwventanadl" + +config TARGET_GWVENTANADL1G + bool "Support gwventanadl1g" + +config TARGET_GWVENTANAQ + bool "Support gwventanaq" + +config TARGET_GWVENTANAQ1G + bool "Support gwventanaq1g" + +config TARGET_GWVENTANAQ1GSPI + bool "Support gwventanaq1gspi" + +config TARGET_HUMMINGBOARD_SOLO + bool "Support hummingboard_solo" + +config TARGET_OMAP3_OVERO + bool "Support omap3_overo" + +config TARGET_OMAP3_PANDORA + bool "Support omap3_pandora" + +config TARGET_ECO5PK + bool "Support eco5pk" + +config TARGET_DIG297 + bool "Support dig297" + +config TARGET_CM_T35 + bool "Support cm_t35" + +config TARGET_TRICORDER + bool "Support tricorder" + +config TARGET_TRICORDER_FLASH + bool "Support tricorder_flash" + +config TARGET_MCX + bool "Support mcx" + +config TARGET_IGEP0020 + bool "Support igep0020" + +config TARGET_IGEP0020_NAND + bool "Support igep0020_nand" + +config TARGET_IGEP0030 + bool "Support igep0030" + +config TARGET_IGEP0030_NAND + bool "Support igep0030_nand" + +config TARGET_IGEP0032 + bool "Support igep0032" + +config TARGET_AM3517_EVM + bool "Support am3517_evm" + +config TARGET_OMAP3_LOGIC + bool "Support omap3_logic" + +config TARGET_OMAP3_ZOOM1 + bool "Support omap3_zoom1" + +config TARGET_OMAP3_MVBLX + bool "Support omap3_mvblx" + +config TARGET_NOKIA_RX51 + bool "Support nokia_rx51" + +config TARGET_OMAP3_HA + bool "Support omap3_ha" + +config TARGET_TAO3530 + bool "Support tao3530" + +config TARGET_TWISTER + bool "Support twister" + +config TARGET_MT_VENTOUX + bool "Support mt_ventoux" + +config TARGET_AM3517_CRANE + bool "Support am3517_crane" + +config TARGET_OMAP3_BEAGLE + bool "Support omap3_beagle" + +config TARGET_OMAP3_EVM + bool "Support omap3_evm" + +config TARGET_OMAP3_EVM_QUICK_MMC + bool "Support omap3_evm_quick_mmc" + +config TARGET_OMAP3_EVM_QUICK_NAND + bool "Support omap3_evm_quick_nand" + +config TARGET_OMAP3_SDP3430 + bool "Support omap3_sdp3430" + +config TARGET_DEVKIT8000 + bool "Support devkit8000" + +config TARGET_OMAP4_PANDA + bool "Support omap4_panda" + +config TARGET_OMAP4_SDP4430 + bool "Support omap4_sdp4430" + +config TARGET_DRA7XX_EVM + bool "Support dra7xx_evm" + +config TARGET_DRA7XX_EVM_UART3 + bool "Support dra7xx_evm_uart3" + +config TARGET_OMAP5_UEVM + bool "Support omap5_uevm" + +config TARGET_ARMADILLO_800EVA + bool "Support armadillo-800eva" + +config TARGET_KZM9G + bool "Support kzm9g" + +config TARGET_KOELSCH + bool "Support koelsch" + +config TARGET_KOELSCH_NOR + bool "Support koelsch_nor" + +config TARGET_LAGER + bool "Support lager" + +config TARGET_LAGER_NOR + bool "Support lager_nor" + +config TARGET_S5P_GONI + bool "Support s5p_goni" + +config TARGET_SMDKC100 + bool "Support smdkc100" + +config TARGET_SOCFPGA_CYCLONE5 + bool "Support socfpga_cyclone5" + +config TARGET_SNOWBALL + bool "Support snowball" + +config TARGET_U8500_HREF + bool "Support u8500_href" + +config TARGET_VF610TWR + bool "Support vf610twr" + +config TARGET_ZYNQ_MICROZED + bool "Support zynq_microzed" + +config TARGET_ZYNQ_ZC70X + bool "Support zynq_zc70x" + +config TARGET_ZYNQ_ZC770_XM010 + bool "Support zynq_zc770_xm010" + +config TARGET_ZYNQ_ZC770_XM012 + bool "Support zynq_zc770_xm012" + +config TARGET_ZYNQ_ZC770_XM013 + bool "Support zynq_zc770_xm013" + +config TARGET_ZYNQ_ZED + bool "Support zynq_zed" + +config TARGET_DALMORE + bool "Support dalmore" + +config TARGET_VENICE2 + bool "Support venice2" + +config TARGET_MEDCOM_WIDE + bool "Support medcom-wide" + +config TARGET_PLUTUX + bool "Support plutux" + +config TARGET_TEC + bool "Support tec" + +config TARGET_PAZ00 + bool "Support paz00" + +config TARGET_TRIMSLICE + bool "Support trimslice" + +config TARGET_HARMONY + bool "Support harmony" + +config TARGET_SEABOARD + bool "Support seaboard" + +config TARGET_VENTANA + bool "Support ventana" + +config TARGET_WHISTLER + bool "Support whistler" + +config TARGET_COLIBRI_T20_IRIS + bool "Support colibri_t20_iris" + +config TARGET_TEC_NG + bool "Support tec-ng" + +config TARGET_BEAVER + bool "Support beaver" + +config TARGET_CARDHU + bool "Support cardhu" + +config TARGET_BALLOON3 + bool "Support balloon3" + +config TARGET_H2200 + bool "Support h2200" + +config TARGET_PALMLD + bool "Support palmld" + +config TARGET_PALMTC + bool "Support palmtc" + +config TARGET_PALMTREO680 + bool "Support palmtreo680" + +config TARGET_PXA255_IDP + bool "Support pxa255_idp" + +config TARGET_TRIZEPSIV + bool "Support trizepsiv" + +config TARGET_XAENIAX + bool "Support xaeniax" + +config TARGET_ZIPITZ2 + bool "Support zipitz2" + +config TARGET_POLARIS + bool "Support polaris" + +config TARGET_VPAC270_NOR_128 + bool "Support vpac270_nor_128" + +config TARGET_VPAC270_NOR_256 + bool "Support vpac270_nor_256" + +config TARGET_VPAC270_OND_256 + bool "Support vpac270_ond_256" + +config TARGET_LP8X4X + bool "Support lp8x4x" + +config TARGET_COLIBRI_PXA270 + bool "Support colibri_pxa270" + +config TARGET_JORNADA + bool "Support jornada" + +endchoice + +endmenu diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig new file mode 100644 index 0000000..82c64e1 --- /dev/null +++ b/arch/avr32/Kconfig @@ -0,0 +1,43 @@ +menu "AVR32 architecture" + depends on AVR32 + +config SYS_ARCH + string + default "avr32" + +choice + prompt "Target select" + +config TARGET_ATNGW100 + bool "Support atngw100" + +config TARGET_ATNGW100MKII + bool "Support atngw100mkii" + +config TARGET_ATSTK1002 + bool "Support atstk1002" + +config TARGET_ATSTK1003 + bool "Support atstk1003" + +config TARGET_ATSTK1004 + bool "Support atstk1004" + +config TARGET_ATSTK1006 + bool "Support atstk1006" + +config TARGET_FAVR_32_EZKIT + bool "Support favr-32-ezkit" + +config TARGET_GRASSHOPPER + bool "Support grasshopper" + +config TARGET_MIMC200 + bool "Support mimc200" + +config TARGET_HAMMERHEAD + bool "Support hammerhead" + +endchoice + +endmenu diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig new file mode 100644 index 0000000..7ac778f --- /dev/null +++ b/arch/blackfin/Kconfig @@ -0,0 +1,118 @@ +menu "Blackfin architecture" + depends on BLACKFIN + +config SYS_ARCH + string + default "blackfin" + +choice + prompt "Target select" + +config TARGET_BCT_BRETTL2 + bool "Support bct-brettl2" + +config TARGET_BF506F_EZKIT + bool "Support bf506f-ezkit" + +config TARGET_BF518F_EZBRD + bool "Support bf518f-ezbrd" + +config TARGET_BF525_UCR2 + bool "Support bf525-ucr2" + +config TARGET_BF526_EZBRD + bool "Support bf526-ezbrd" + +config TARGET_BF527_AD7160_EVAL + bool "Support bf527-ad7160-eval" + +config TARGET_BF527_EZKIT + bool "Support bf527-ezkit" + +config TARGET_BF527_SDP + bool "Support bf527-sdp" + +config TARGET_BF533_EZKIT + bool "Support bf533-ezkit" + +config TARGET_BF533_STAMP + bool "Support bf533-stamp" + +config TARGET_BF537_MINOTAUR + bool "Support bf537-minotaur" + +config TARGET_BF537_PNAV + bool "Support bf537-pnav" + +config TARGET_BF537_SRV1 + bool "Support bf537-srv1" + +config TARGET_BF537_STAMP + bool "Support bf537-stamp" + +config TARGET_BF538F_EZKIT + bool "Support bf538f-ezkit" + +config TARGET_BF548_EZKIT + bool "Support bf548-ezkit" + +config TARGET_BF561_ACVILON + bool "Support bf561-acvilon" + +config TARGET_BF561_EZKIT + bool "Support bf561-ezkit" + +config TARGET_BF609_EZKIT + bool "Support bf609-ezkit" + +config TARGET_BLACKSTAMP + bool "Support blackstamp" + +config TARGET_BLACKVME + bool "Support blackvme" + +config TARGET_BR4 + bool "Support br4" + +config TARGET_CM_BF527 + bool "Support cm-bf527" + +config TARGET_CM_BF533 + bool "Support cm-bf533" + +config TARGET_CM_BF537E + bool "Support cm-bf537e" + +config TARGET_CM_BF537U + bool "Support cm-bf537u" + +config TARGET_CM_BF548 + bool "Support cm-bf548" + +config TARGET_CM_BF561 + bool "Support cm-bf561" + +config TARGET_DNP5370 + bool "Support dnp5370" + +config TARGET_IBF_DSP561 + bool "Support ibf-dsp561" + +config TARGET_IP04 + bool "Support ip04" + +config TARGET_PR1 + bool "Support pr1" + +config TARGET_TCM_BF518 + bool "Support tcm-bf518" + +config TARGET_TCM_BF537 + bool "Support tcm-bf537" + +config TARGET_BF527_EZKIT_V2 + bool "Support bf527-ezkit-v2" + +endchoice + +endmenu diff --git a/arch/m68k/Kconfig b/arch/m68k/Kconfig new file mode 100644 index 0000000..7720de5 --- /dev/null +++ b/arch/m68k/Kconfig @@ -0,0 +1,157 @@ +menu "M68000 architecture" + depends on M68K + +config SYS_ARCH + string + default "m68k" + +choice + prompt "Target select" + +config TARGET_M52277EVB + bool "Support M52277EVB" + +config TARGET_M52277EVB_STMICRO + bool "Support M52277EVB_stmicro" + +config TARGET_M5235EVB + bool "Support M5235EVB" + +config TARGET_M5235EVB_FLASH32 + bool "Support M5235EVB_Flash32" + +config TARGET_COBRA5272 + bool "Support cobra5272" + +config TARGET_EB_CPU5282 + bool "Support eb_cpu5282" + +config TARGET_EB_CPU5282_INTERNAL + bool "Support eb_cpu5282_internal" + +config TARGET_TASREG + bool "Support TASREG" + +config TARGET_M5208EVBE + bool "Support M5208EVBE" + +config TARGET_M5249EVB + bool "Support M5249EVB" + +config TARGET_M5253DEMO + bool "Support M5253DEMO" + +config TARGET_M5253EVBE + bool "Support M5253EVBE" + +config TARGET_M5272C3 + bool "Support M5272C3" + +config TARGET_M5275EVB + bool "Support M5275EVB" + +config TARGET_M5282EVB + bool "Support M5282EVB" + +config TARGET_ASTRO_MCF5373L + bool "Support astro_mcf5373l" + +config TARGET_M53017EVB + bool "Support M53017EVB" + +config TARGET_M5329AFEE + bool "Support M5329AFEE" + +config TARGET_M5329BFEE + bool "Support M5329BFEE" + +config TARGET_M5373EVB + bool "Support M5373EVB" + +config TARGET_M54418TWR + bool "Support M54418TWR" + +config TARGET_M54418TWR_NAND_MII + bool "Support M54418TWR_nand_mii" + +config TARGET_M54418TWR_NAND_RMII + bool "Support M54418TWR_nand_rmii" + +config TARGET_M54418TWR_NAND_RMII_LOWFREQ + bool "Support M54418TWR_nand_rmii_lowfreq" + +config TARGET_M54418TWR_SERIAL_MII + bool "Support M54418TWR_serial_mii" + +config TARGET_M54418TWR_SERIAL_RMII + bool "Support M54418TWR_serial_rmii" + +config TARGET_M54451EVB + bool "Support M54451EVB" + +config TARGET_M54451EVB_STMICRO + bool "Support M54451EVB_stmicro" + +config TARGET_M54455EVB + bool "Support M54455EVB" + +config TARGET_M54455EVB_A66 + bool "Support M54455EVB_a66" + +config TARGET_M54455EVB_I66 + bool "Support M54455EVB_i66" + +config TARGET_M54455EVB_INTEL + bool "Support M54455EVB_intel" + +config TARGET_M54455EVB_STM33 + bool "Support M54455EVB_stm33" + +config TARGET_M5475AFE + bool "Support M5475AFE" + +config TARGET_M5475BFE + bool "Support M5475BFE" + +config TARGET_M5475CFE + bool "Support M5475CFE" + +config TARGET_M5475DFE + bool "Support M5475DFE" + +config TARGET_M5475EFE + bool "Support M5475EFE" + +config TARGET_M5475FFE + bool "Support M5475FFE" + +config TARGET_M5475GFE + bool "Support M5475GFE" + +config TARGET_M5485AFE + bool "Support M5485AFE" + +config TARGET_M5485BFE + bool "Support M5485BFE" + +config TARGET_M5485CFE + bool "Support M5485CFE" + +config TARGET_M5485DFE + bool "Support M5485DFE" + +config TARGET_M5485EFE + bool "Support M5485EFE" + +config TARGET_M5485FFE + bool "Support M5485FFE" + +config TARGET_M5485GFE + bool "Support M5485GFE" + +config TARGET_M5485HFE + bool "Support M5485HFE" + +endchoice + +endmenu diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig new file mode 100644 index 0000000..e518e94 --- /dev/null +++ b/arch/microblaze/Kconfig @@ -0,0 +1,16 @@ +menu "MicroBlaze architecture" + depends on MICROBLAZE + +config SYS_ARCH + string + default "microblaze" + +choice + prompt "Target select" + +config TARGET_MICROBLAZE_GENERIC + bool "Support microblaze-generic" + +endchoice + +endmenu diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig new file mode 100644 index 0000000..5ad672f --- /dev/null +++ b/arch/mips/Kconfig @@ -0,0 +1,85 @@ +menu "MIPS architecture" + depends on MIPS + +config SYS_ARCH + string + default "mips" + +choice + prompt "Target select" + +config TARGET_QEMU_MIPS + bool "Support qemu_mips" + +config TARGET_QEMU_MIPSEL + bool "Support qemu_mipsel" + +config TARGET_MALTA + bool "Support malta" + +config TARGET_MALTAEL + bool "Support maltael" + +config TARGET_VCT_PLATINUM + bool "Support vct_platinum" + +config TARGET_VCT_PLATINUM_ONENAND + bool "Support vct_platinum_onenand" + +config TARGET_VCT_PLATINUM_ONENAND_SMALL + bool "Support vct_platinum_onenand_small" + +config TARGET_VCT_PLATINUM_SMALL + bool "Support vct_platinum_small" + +config TARGET_VCT_PLATINUMAVC + bool "Support vct_platinumavc" + +config TARGET_VCT_PLATINUMAVC_ONENAND + bool "Support vct_platinumavc_onenand" + +config TARGET_VCT_PLATINUMAVC_ONENAND_SMALL + bool "Support vct_platinumavc_onenand_small" + +config TARGET_VCT_PLATINUMAVC_SMALL + bool "Support vct_platinumavc_small" + +config TARGET_VCT_PREMIUM + bool "Support vct_premium" + +config TARGET_VCT_PREMIUM_ONENAND + bool "Support vct_premium_onenand" + +config TARGET_VCT_PREMIUM_ONENAND_SMALL + bool "Support vct_premium_onenand_small" + +config TARGET_VCT_PREMIUM_SMALL + bool "Support vct_premium_small" + +config TARGET_DBAU1000 + bool "Support dbau1000" + +config TARGET_DBAU1100 + bool "Support dbau1100" + +config TARGET_DBAU1500 + bool "Support dbau1500" + +config TARGET_DBAU1550 + bool "Support dbau1550" + +config TARGET_DBAU1550_EL + bool "Support dbau1550_el" + +config TARGET_PB1000 + bool "Support pb1000" + +config TARGET_QEMU_MIPS64 + bool "Support qemu_mips64" + +config TARGET_QEMU_MIPS64EL + bool "Support qemu_mips64el" + +endchoice + +endmenu diff --git a/arch/nds32/Kconfig b/arch/nds32/Kconfig new file mode 100644 index 0000000..e4a6393 --- /dev/null +++ b/arch/nds32/Kconfig @@ -0,0 +1,22 @@ +menu "NDS32 architecture" + depends on NDS32 + +config SYS_ARCH + string + default "nds32" + +choice + prompt "Target select" + +config TARGET_ADP_AG101 + bool "Support adp-ag101" + +config TARGET_ADP_AG101P + bool "Support adp-ag101p" + +config TARGET_ADP_AG102 + bool "Support adp-ag102" + +endchoice + +endmenu diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig new file mode 100644 index 0000000..29c53cd --- /dev/null +++ b/arch/nios2/Kconfig @@ -0,0 +1,22 @@ +menu "Nios II architecture" + depends on NIOS2 + +config SYS_ARCH + string + default "nios2" + +choice + prompt "Target select" + +config TARGET_NIOS2_GENERIC + bool "Support nios2-generic" + +config TARGET_PCI5441 + bool "Support PCI5441" + +config TARGET_PK1C20 + bool "Support PK1C20" + +endchoice + +endmenu diff --git a/arch/openrisc/Kconfig b/arch/openrisc/Kconfig new file mode 100644 index 0000000..20f3894 --- /dev/null +++ b/arch/openrisc/Kconfig @@ -0,0 +1,16 @@ +menu "OpenRISC architecture" + depends on OPENRISC + +config SYS_ARCH + string + default "openrisc" + +choice + prompt "Target select" + +config TARGET_OPENRISC_GENERIC + bool "Support openrisc-generic" + +endchoice + +endmenu diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig new file mode 100644 index 0000000..0b8fa6b --- /dev/null +++ b/arch/powerpc/Kconfig @@ -0,0 +1,2014 @@ +menu "PowerPC architecture" + depends on PPC + +config SYS_ARCH + string + default "powerpc" + +choice + prompt "Target select" + +config TARGET_PPMC7XX + bool "Support ppmc7xx" + +config TARGET_P3G4 + bool "Support P3G4" + +config TARGET_ZUMA + bool "Support ZUMA" + +config TARGET_ELPPC + bool "Support ELPPC" + +config TARGET_CPCI750 + bool "Support CPCI750" + +config TARGET_MPC7448HPC2 + bool "Support mpc7448hpc2" + +config TARGET_DB64360 + bool "Support DB64360" + +config TARGET_DB64460 + bool "Support DB64460" + +config TARGET_P3M7448 + bool "Support p3m7448" + +config TARGET_P3M750 + bool "Support p3m750" + +config TARGET_PDM360NG + bool "Support pdm360ng" + +config TARGET_ARIA + bool "Support aria" + +config TARGET_MECP5123 + bool "Support mecp5123" + +config TARGET_MPC5121ADS + bool "Support mpc5121ads" + +config TARGET_MPC5121ADS_REV2 + bool "Support mpc5121ads_rev2" + +config TARGET_AC14XX + bool "Support ac14xx" + +config TARGET_CMI_MPC5XX + bool "Support cmi_mpc5xx" + +config TARGET_PATI + bool "Support PATI" + +config TARGET_CANMB + bool "Support canmb" + +config TARGET_CM5200 + bool "Support cm5200" + +config TARGET_INKA4X0 + bool "Support inka4x0" + +config TARGET_IPEK01 + bool "Support ipek01" + +config TARGET_JUPITER + bool "Support jupiter" + +config TARGET_MOTIONPRO + bool "Support motionpro" + +config TARGET_MUNICES + bool "Support munices" + +config TARGET_V38B + bool "Support v38b" + +config TARGET_A3M071 + bool "Support a3m071" + +config TARGET_A4M2K + bool "Support a4m2k" + +config TARGET_A4M072 + bool "Support a4m072" + +config TARGET_BC3450 + bool "Support BC3450" + +config TARGET_GALAXY5200 + bool "Support galaxy5200" + +config TARGET_GALAXY5200_LOWBOOT + bool "Support galaxy5200_LOWBOOT" + +config TARGET_ICECUBE_5200 + bool "Support icecube_5200" + +config TARGET_ICECUBE_5200_DDR + bool "Support icecube_5200_DDR" + +config TARGET_ICECUBE_5200_DDR_LOWBOOT + bool "Support icecube_5200_DDR_LOWBOOT" + +config TARGET_ICECUBE_5200_DDR_LOWBOOT08 + bool "Support icecube_5200_DDR_LOWBOOT08" + +config TARGET_ICECUBE_5200_LOWBOOT + bool "Support icecube_5200_LOWBOOT" + +config TARGET_ICECUBE_5200_LOWBOOT08 + bool "Support icecube_5200_LOWBOOT08" + +config TARGET_LITE5200 + bool "Support Lite5200" + +config TARGET_LITE5200_LOWBOOT + bool "Support Lite5200_LOWBOOT" + +config TARGET_LITE5200_LOWBOOT08 + bool "Support Lite5200_LOWBOOT08" + +config TARGET_LITE5200B + bool "Support lite5200b" + +config TARGET_LITE5200B_LOWBOOT + bool "Support lite5200b_LOWBOOT" + +config TARGET_LITE5200B_PM + bool "Support lite5200b_PM" + +config TARGET_MCC200 + bool "Support mcc200" + +config TARGET_MCC200_COM12 + bool "Support mcc200_COM12" + +config TARGET_MCC200_COM12_HIGHBOOT + bool "Support mcc200_COM12_highboot" + +config TARGET_MCC200_COM12_HIGHBOOT_SDRAM + bool "Support mcc200_COM12_highboot_SDRAM" + +config TARGET_MCC200_COM12_SDRAM + bool "Support mcc200_COM12_SDRAM" + +config TARGET_MCC200_HIGHBOOT + bool "Support mcc200_highboot" + +config TARGET_MCC200_HIGHBOOT_SDRAM + bool "Support mcc200_highboot_SDRAM" + +config TARGET_MCC200_SDRAM + bool "Support mcc200_SDRAM" + +config TARGET_PRS200 + bool "Support prs200" + +config TARGET_PRS200_DDR + bool "Support prs200_DDR" + +config TARGET_PRS200_HIGHBOOT + bool "Support prs200_highboot" + +config TARGET_PRS200_HIGHBOOT_DDR + bool "Support prs200_highboot_DDR" + +config TARGET_PM520 + bool "Support PM520" + +config TARGET_PM520_DDR + bool "Support PM520_DDR" + +config TARGET_PM520_ROMBOOT + bool "Support PM520_ROMBOOT" + +config TARGET_PM520_ROMBOOT_DDR + bool "Support PM520_ROMBOOT_DDR" + +config TARGET_TOTAL5200 + bool "Support Total5200" + +config TARGET_TOTAL5200_LOWBOOT + bool "Support Total5200_lowboot" + +config TARGET_TOTAL5200_REV2 + bool "Support Total5200_Rev2" + +config TARGET_TOTAL5200_REV2_LOWBOOT + bool "Support Total5200_Rev2_lowboot" + +config TARGET_EVAL5200 + bool "Support EVAL5200" + +config TARGET_MINI5200 + bool "Support MINI5200" + +config TARGET_TOP5200 + bool "Support TOP5200" + +config TARGET_CPCI5200 + bool "Support cpci5200" + +config TARGET_MECP5200 + bool "Support mecp5200" + +config TARGET_PF5200 + bool "Support pf5200" + +config TARGET_O2D + bool "Support O2D" + +config TARGET_O2D300 + bool "Support O2D300" + +config TARGET_O2DNT2 + bool "Support O2DNT2" + +config TARGET_O2DNT2_RAMBOOT + bool "Support O2DNT2_RAMBOOT" + +config TARGET_O2I + bool "Support O2I" + +config TARGET_O2MNT + bool "Support O2MNT" + +config TARGET_O2MNT_O2M110 + bool "Support O2MNT_O2M110" + +config TARGET_O2MNT_O2M112 + bool "Support O2MNT_O2M112" + +config TARGET_O2MNT_O2M113 + bool "Support O2MNT_O2M113" + +config TARGET_O3DNT + bool "Support O3DNT" + +config TARGET_DIGSY_MTC + bool "Support digsy_mtc" + +config TARGET_DIGSY_MTC_RAMBOOT + bool "Support digsy_mtc_RAMBOOT" + +config TARGET_DIGSY_MTC_REV5 + bool "Support digsy_mtc_rev5" + +config TARGET_DIGSY_MTC_REV5_RAMBOOT + bool "Support digsy_mtc_rev5_RAMBOOT" + +config TARGET_HMI1001 + bool "Support hmi1001" + +config TARGET_MUCMC52 + bool "Support mucmc52" + +config TARGET_UC101 + bool "Support uc101" + +config TARGET_MVBC_P + bool "Support MVBC_P" + +config TARGET_MVSMR + bool "Support MVSMR" + +config TARGET_PCM030 + bool "Support pcm030" + +config TARGET_PCM030_LOWBOOT + bool "Support pcm030_LOWBOOT" + +config TARGET_AEV + bool "Support aev" + +config TARGET_CAM5200 + bool "Support cam5200" + +config TARGET_CAM5200_NIOSFLASH + bool "Support cam5200_niosflash" + +config TARGET_CHARON + bool "Support charon" + +config TARGET_FO300 + bool "Support fo300" + +config TARGET_MINIFAP + bool "Support MiniFAP" + +config TARGET_TB5200 + bool "Support TB5200" + +config TARGET_TB5200_B + bool "Support TB5200_B" + +config TARGET_TQM5200 + bool "Support TQM5200" + +config TARGET_TQM5200_B + bool "Support TQM5200_B" + +config TARGET_TQM5200_B_HIGHBOOT + bool "Support TQM5200_B_HIGHBOOT" + +config TARGET_TQM5200_STK100 + bool "Support TQM5200_STK100" + +config TARGET_TQM5200S + bool "Support TQM5200S" + +config TARGET_TQM5200S_HIGHBOOT + bool "Support TQM5200S_HIGHBOOT" + +config TARGET_UTX8245 + bool "Support utx8245" + +config TARGET_A3000 + bool "Support A3000" + +config TARGET_CPC45 + bool "Support CPC45" + +config TARGET_CPC45_ROMBOOT + bool "Support CPC45_ROMBOOT" + +config TARGET_CU824 + bool "Support CU824" + +config TARGET_EXALION + bool "Support eXalion" + +config TARGET_HIDDEN_DRAGON + bool "Support HIDDEN_DRAGON" + +config TARGET_MUSENKI + bool "Support MUSENKI" + +config TARGET_MVBLUE + bool "Support MVBLUE" + +config TARGET_SANDPOINT8240 + bool "Support Sandpoint8240" + +config TARGET_SANDPOINT8245 + bool "Support Sandpoint8245" + +config TARGET_DEBRIS + bool "Support debris" + +config TARGET_KVME080 + bool "Support kvme080" + +config TARGET_ATC + bool "Support atc" + +config TARGET_EP8260 + bool "Support ep8260" + +config TARGET_EP82XXM + bool "Support ep82xxm" + +config TARGET_GW8260 + bool "Support gw8260" + +config TARGET_HYMOD + bool "Support hymod" + +config TARGET_PPMC8260 + bool "Support ppmc8260" + +config TARGET_SACSNG + bool "Support sacsng" + +config TARGET_COGENT_MPC8260 + bool "Support cogent_mpc8260" + +config TARGET_CPU86 + bool "Support CPU86" + +config TARGET_CPU86_ROMBOOT + bool "Support CPU86_ROMBOOT" + +config TARGET_CPU87 + bool "Support CPU87" + +config TARGET_CPU87_ROMBOOT + bool "Support CPU87_ROMBOOT" + +config TARGET_EP8248 + bool "Support ep8248" + +config TARGET_IDS8247 + bool "Support IDS8247" + +config TARGET_IPHASE4539 + bool "Support IPHASE4539" + +config TARGET_ISPAN + bool "Support ISPAN" + +config TARGET_ISPAN_REVB + bool "Support ISPAN_REVB" + +config TARGET_MUAS3001 + bool "Support muas3001" + +config TARGET_MUAS3001_DEV + bool "Support muas3001_dev" + +config TARGET_PM825 + bool "Support PM825" + +config TARGET_PM825_BIGFLASH + bool "Support PM825_BIGFLASH" + +config TARGET_PM825_ROMBOOT + bool "Support PM825_ROMBOOT" + +config TARGET_PM825_ROMBOOT_BIGFLASH + bool "Support PM825_ROMBOOT_BIGFLASH" + +config TARGET_PM826 + bool "Support PM826" + +config TARGET_PM826_BIGFLASH + bool "Support PM826_BIGFLASH" + +config TARGET_PM826_ROMBOOT + bool "Support PM826_ROMBOOT" + +config TARGET_PM826_ROMBOOT_BIGFLASH + bool "Support PM826_ROMBOOT_BIGFLASH" + +config TARGET_PM828 + bool "Support PM828" + +config TARGET_PM828_PCI + bool "Support PM828_PCI" + +config TARGET_PM828_ROMBOOT + bool "Support PM828_ROMBOOT" + +config TARGET_PM828_ROMBOOT_PCI + bool "Support PM828_ROMBOOT_PCI" + +config TARGET_RATTLER + bool "Support Rattler" + +config TARGET_RATTLER8248 + bool "Support Rattler8248" + +config TARGET_ZPC1900 + bool "Support ZPC1900" + +config TARGET_MPC8260ADS + bool "Support MPC8260ADS" + +config TARGET_MPC8260ADS_33MHZ + bool "Support MPC8260ADS_33MHz" + +config TARGET_MPC8260ADS_33MHZ_LOWBOOT + bool "Support MPC8260ADS_33MHz_lowboot" + +config TARGET_MPC8260ADS_40MHZ + bool "Support MPC8260ADS_40MHz" + +config TARGET_MPC8260ADS_40MHZ_LOWBOOT + bool "Support MPC8260ADS_40MHz_lowboot" + +config TARGET_MPC8260ADS_LOWBOOT + bool "Support MPC8260ADS_lowboot" + +config TARGET_MPC8272ADS + bool "Support MPC8272ADS" + +config TARGET_MPC8272ADS_LOWBOOT + bool "Support MPC8272ADS_lowboot" + +config TARGET_PQ2FADS + bool "Support PQ2FADS" + +config TARGET_PQ2FADS_VR + bool "Support PQ2FADS-VR" + +config TARGET_PQ2FADS_VR_LOWBOOT + bool "Support PQ2FADS-VR_lowboot" + +config TARGET_PQ2FADS_ZU + bool "Support PQ2FADS-ZU" + +config TARGET_PQ2FADS_ZU_66MHZ + bool "Support PQ2FADS-ZU_66MHz" + +config TARGET_PQ2FADS_ZU_66MHZ_LOWBOOT + bool "Support PQ2FADS-ZU_66MHz_lowboot" + +config TARGET_PQ2FADS_ZU_LOWBOOT + bool "Support PQ2FADS-ZU_lowboot" + +config TARGET_PQ2FADS_LOWBOOT + bool "Support PQ2FADS_lowboot" + +config TARGET_MPC8266ADS + bool "Support MPC8266ADS" + +config TARGET_VOVPN_GW_66MHZ + bool "Support VoVPN-GW_66MHz" + +config TARGET_MGCOGE + bool "Support mgcoge" + +config TARGET_MGCOGE3NE + bool "Support mgcoge3ne" + +config TARGET_TQM8255_AA + bool "Support TQM8255_AA" + +config TARGET_TQM8260_AA + bool "Support TQM8260_AA" + +config TARGET_TQM8260_AB + bool "Support TQM8260_AB" + +config TARGET_TQM8260_AC + bool "Support TQM8260_AC" + +config TARGET_TQM8260_AD + bool "Support TQM8260_AD" + +config TARGET_TQM8260_AE + bool "Support TQM8260_AE" + +config TARGET_TQM8260_AF + bool "Support TQM8260_AF" + +config TARGET_TQM8260_AG + bool "Support TQM8260_AG" + +config TARGET_TQM8260_AH + bool "Support TQM8260_AH" + +config TARGET_TQM8260_AI + bool "Support TQM8260_AI" + +config TARGET_TQM8265_AA + bool "Support TQM8265_AA" + +config TARGET_TQM8272 + bool "Support TQM8272" + +config TARGET_MPC8308_P1M + bool "Support mpc8308_p1m" + +config TARGET_SBC8349 + bool "Support sbc8349" + +config TARGET_SBC8349_PCI_33 + bool "Support sbc8349_PCI_33" + +config TARGET_SBC8349_PCI_66 + bool "Support sbc8349_PCI_66" + +config TARGET_VE8313 + bool "Support ve8313" + +config TARGET_CADDY2 + bool "Support caddy2" + +config TARGET_VME8349 + bool "Support vme8349" + +config TARGET_MPC8308RDB + bool "Support MPC8308RDB" + +config TARGET_MPC8313ERDB_33 + bool "Support MPC8313ERDB_33" + +config TARGET_MPC8313ERDB_66 + bool "Support MPC8313ERDB_66" + +config TARGET_MPC8313ERDB_NAND_33 + bool "Support MPC8313ERDB_NAND_33" + +config TARGET_MPC8313ERDB_NAND_66 + bool "Support MPC8313ERDB_NAND_66" + +config TARGET_MPC8315ERDB + bool "Support MPC8315ERDB" + +config TARGET_MPC8315ERDB_NAND + bool "Support MPC8315ERDB_NAND" + +config TARGET_MPC8323ERDB + bool "Support MPC8323ERDB" + +config TARGET_MPC832XEMDS + bool "Support MPC832XEMDS" + +config TARGET_MPC832XEMDS_ATM + bool "Support MPC832XEMDS_ATM" + +config TARGET_MPC832XEMDS_HOST_33 + bool "Support MPC832XEMDS_HOST_33" + +config TARGET_MPC832XEMDS_HOST_66 + bool "Support MPC832XEMDS_HOST_66" + +config TARGET_MPC832XEMDS_SLAVE + bool "Support MPC832XEMDS_SLAVE" + +config TARGET_MPC8349EMDS + bool "Support MPC8349EMDS" + +config TARGET_MPC8349ITX + bool "Support MPC8349ITX" + +config TARGET_MPC8349ITX_LOWBOOT + bool "Support MPC8349ITX_LOWBOOT" + +config TARGET_MPC8349ITXGP + bool "Support MPC8349ITXGP" + +config TARGET_MPC8360EMDS_33 + bool "Support MPC8360EMDS_33" + +config TARGET_MPC8360EMDS_33_ATM + bool "Support MPC8360EMDS_33_ATM" + +config TARGET_MPC8360EMDS_33_HOST_33 + bool "Support MPC8360EMDS_33_HOST_33" + +config TARGET_MPC8360EMDS_33_HOST_66 + bool "Support MPC8360EMDS_33_HOST_66" + +config TARGET_MPC8360EMDS_33_SLAVE + bool "Support MPC8360EMDS_33_SLAVE" + +config TARGET_MPC8360EMDS_66 + bool "Support MPC8360EMDS_66" + +config TARGET_MPC8360EMDS_66_ATM + bool "Support MPC8360EMDS_66_ATM" + +config TARGET_MPC8360EMDS_66_HOST_33 + bool "Support MPC8360EMDS_66_HOST_33" + +config TARGET_MPC8360EMDS_66_HOST_66 + bool "Support MPC8360EMDS_66_HOST_66" + +config TARGET_MPC8360EMDS_66_SLAVE + bool "Support MPC8360EMDS_66_SLAVE" + +config TARGET_MPC8360ERDK + bool "Support MPC8360ERDK" + +config TARGET_MPC8360ERDK_33 + bool "Support MPC8360ERDK_33" + +config TARGET_MPC837XEMDS + bool "Support MPC837XEMDS" + +config TARGET_MPC837XEMDS_HOST + bool "Support MPC837XEMDS_HOST" + +config TARGET_MPC837XERDB + bool "Support MPC837XERDB" + +config TARGET_KMCOGE5NE + bool "Support kmcoge5ne" + +config TARGET_KMETER1 + bool "Support kmeter1" + +config TARGET_KMOPTI2 + bool "Support kmopti2" + +config TARGET_KMSUPX5 + bool "Support kmsupx5" + +config TARGET_KMVECT1 + bool "Support kmvect1" + +config TARGET_SUVD3 + bool "Support suvd3" + +config TARGET_TUGE1 + bool "Support tuge1" + +config TARGET_TUXX1 + bool "Support tuxx1" + +config TARGET_MERGERBOX + bool "Support MERGERBOX" + +config TARGET_MVBLM7 + bool "Support MVBLM7" + +config TARGET_SIMPC8313_LP + bool "Support SIMPC8313_LP" + +config TARGET_SIMPC8313_SP + bool "Support SIMPC8313_SP" + +config TARGET_TQM834X + bool "Support TQM834x" + +config TARGET_SBC8548 + bool "Support sbc8548" + +config TARGET_SBC8548_PCI_33 + bool "Support sbc8548_PCI_33" + +config TARGET_SBC8548_PCI_33_PCIE + bool "Support sbc8548_PCI_33_PCIE" + +config TARGET_SBC8548_PCI_66 + bool "Support sbc8548_PCI_66" + +config TARGET_SBC8548_PCI_66_PCIE + bool "Support sbc8548_PCI_66_PCIE" + +config TARGET_SOCRATES + bool "Support socrates" + +config TARGET_HWW1U1A + bool "Support HWW1U1A" + +config TARGET_B4420QDS + bool "Support B4420QDS" + +config TARGET_B4420QDS_NAND + bool "Support B4420QDS_NAND" + +config TARGET_B4420QDS_SPIFLASH + bool "Support B4420QDS_SPIFLASH" + +config TARGET_B4860QDS + bool "Support B4860QDS" + +config TARGET_B4860QDS_NAND + bool "Support B4860QDS_NAND" + +config TARGET_B4860QDS_SPIFLASH + bool "Support B4860QDS_SPIFLASH" + +config TARGET_B4860QDS_SRIO_PCIE_BOOT + bool "Support B4860QDS_SRIO_PCIE_BOOT" + +config TARGET_BSC9131RDB_NAND + bool "Support BSC9131RDB_NAND" + +config TARGET_BSC9131RDB_NAND_SYSCLK100 + bool "Support BSC9131RDB_NAND_SYSCLK100" + +config TARGET_BSC9131RDB_SPIFLASH + bool "Support BSC9131RDB_SPIFLASH" + +config TARGET_BSC9131RDB_SPIFLASH_SYSCLK100 + bool "Support BSC9131RDB_SPIFLASH_SYSCLK100" + +config TARGET_BSC9132QDS_NAND_DDRCLK100 + bool "Support BSC9132QDS_NAND_DDRCLK100" + +config TARGET_BSC9132QDS_NAND_DDRCLK133 + bool "Support BSC9132QDS_NAND_DDRCLK133" + +config TARGET_BSC9132QDS_NOR_DDRCLK100 + bool "Support BSC9132QDS_NOR_DDRCLK100" + +config TARGET_BSC9132QDS_NOR_DDRCLK133 + bool "Support BSC9132QDS_NOR_DDRCLK133" + +config TARGET_BSC9132QDS_SDCARD_DDRCLK100 + bool "Support BSC9132QDS_SDCARD_DDRCLK100" + +config TARGET_BSC9132QDS_SDCARD_DDRCLK133 + bool "Support BSC9132QDS_SDCARD_DDRCLK133" + +config TARGET_BSC9132QDS_SPIFLASH_DDRCLK100 + bool "Support BSC9132QDS_SPIFLASH_DDRCLK100" + +config TARGET_BSC9132QDS_SPIFLASH_DDRCLK133 + bool "Support BSC9132QDS_SPIFLASH_DDRCLK133" + +config TARGET_C29XPCIE + bool "Support C29XPCIE" + +config TARGET_C29XPCIE_NAND + bool "Support C29XPCIE_NAND" + +config TARGET_C29XPCIE_SPIFLASH + bool "Support C29XPCIE_SPIFLASH" + +config TARGET_P3041DS + bool "Support P3041DS" + +config TARGET_P3041DS_NAND + bool "Support P3041DS_NAND" + +config TARGET_P3041DS_SDCARD + bool "Support P3041DS_SDCARD" + +config TARGET_P3041DS_SECURE_BOOT + bool "Support P3041DS_SECURE_BOOT" + +config TARGET_P3041DS_SPIFLASH + bool "Support P3041DS_SPIFLASH" + +config TARGET_P3041DS_SRIO_PCIE_BOOT + bool "Support P3041DS_SRIO_PCIE_BOOT" + +config TARGET_P4080DS + bool "Support P4080DS" + +config TARGET_P4080DS_SDCARD + bool "Support P4080DS_SDCARD" + +config TARGET_P4080DS_SECURE_BOOT + bool "Support P4080DS_SECURE_BOOT" + +config TARGET_P4080DS_SPIFLASH + bool "Support P4080DS_SPIFLASH" + +config TARGET_P4080DS_SRIO_PCIE_BOOT + bool "Support P4080DS_SRIO_PCIE_BOOT" + +config TARGET_P5020DS + bool "Support P5020DS" + +config TARGET_P5020DS_NAND + bool "Support P5020DS_NAND" + +config TARGET_P5020DS_SDCARD + bool "Support P5020DS_SDCARD" + +config TARGET_P5020DS_SECURE_BOOT + bool "Support P5020DS_SECURE_BOOT" + +config TARGET_P5020DS_SPIFLASH + bool "Support P5020DS_SPIFLASH" + +config TARGET_P5020DS_SRIO_PCIE_BOOT + bool "Support P5020DS_SRIO_PCIE_BOOT" + +config TARGET_P5040DS + bool "Support P5040DS" + +config TARGET_P5040DS_NAND + bool "Support P5040DS_NAND" + +config TARGET_P5040DS_SDCARD + bool "Support P5040DS_SDCARD" + +config TARGET_P5040DS_SPIFLASH + bool "Support P5040DS_SPIFLASH" + +config TARGET_MPC8536DS + bool "Support MPC8536DS" + +config TARGET_MPC8536DS_36BIT + bool "Support MPC8536DS_36BIT" + +config TARGET_MPC8536DS_NAND + bool "Support MPC8536DS_NAND" + +config TARGET_MPC8536DS_SDCARD + bool "Support MPC8536DS_SDCARD" + +config TARGET_MPC8536DS_SPIFLASH + bool "Support MPC8536DS_SPIFLASH" + +config TARGET_MPC8540ADS + bool "Support MPC8540ADS" + +config TARGET_MPC8541CDS + bool "Support MPC8541CDS" + +config TARGET_MPC8541CDS_LEGACY + bool "Support MPC8541CDS_legacy" + +config TARGET_MPC8544DS + bool "Support MPC8544DS" + +config TARGET_MPC8548CDS + bool "Support MPC8548CDS" + +config TARGET_MPC8548CDS_36BIT + bool "Support MPC8548CDS_36BIT" + +config TARGET_MPC8548CDS_LEGACY + bool "Support MPC8548CDS_legacy" + +config TARGET_MPC8555CDS + bool "Support MPC8555CDS" + +config TARGET_MPC8555CDS_LEGACY + bool "Support MPC8555CDS_legacy" + +config TARGET_MPC8560ADS + bool "Support MPC8560ADS" + +config TARGET_MPC8568MDS + bool "Support MPC8568MDS" + +config TARGET_MPC8569MDS + bool "Support MPC8569MDS" + +config TARGET_MPC8569MDS_ATM + bool "Support MPC8569MDS_ATM" + +config TARGET_MPC8569MDS_NAND + bool "Support MPC8569MDS_NAND" + +config TARGET_MPC8572DS + bool "Support MPC8572DS" + +config TARGET_MPC8572DS_36BIT + bool "Support MPC8572DS_36BIT" + +config TARGET_MPC8572DS_NAND + bool "Support MPC8572DS_NAND" + +config TARGET_P1010RDB_PA_36BIT_NAND + bool "Support P1010RDB-PA_36BIT_NAND" + +config TARGET_P1010RDB_PA_36BIT_NAND_SECBOOT + bool "Support P1010RDB-PA_36BIT_NAND_SECBOOT" + +config TARGET_P1010RDB_PA_36BIT_NOR + bool "Support P1010RDB-PA_36BIT_NOR" + +config TARGET_P1010RDB_PA_36BIT_NOR_SECBOOT + bool "Support P1010RDB-PA_36BIT_NOR_SECBOOT" + +config TARGET_P1010RDB_PA_36BIT_SDCARD + bool "Support P1010RDB-PA_36BIT_SDCARD" + +config TARGET_P1010RDB_PA_36BIT_SPIFLASH + bool "Support P1010RDB-PA_36BIT_SPIFLASH" + +config TARGET_P1010RDB_PA_36BIT_SPIFLASH_SECBOOT + bool "Support P1010RDB-PA_36BIT_SPIFLASH_SECBOOT" + +config TARGET_P1010RDB_PA_NAND + bool "Support P1010RDB-PA_NAND" + +config TARGET_P1010RDB_PA_NAND_SECBOOT + bool "Support P1010RDB-PA_NAND_SECBOOT" + +config TARGET_P1010RDB_PA_NOR + bool "Support P1010RDB-PA_NOR" + +config TARGET_P1010RDB_PA_NOR_SECBOOT + bool "Support P1010RDB-PA_NOR_SECBOOT" + +config TARGET_P1010RDB_PA_SDCARD + bool "Support P1010RDB-PA_SDCARD" + +config TARGET_P1010RDB_PA_SPIFLASH + bool "Support P1010RDB-PA_SPIFLASH" + +config TARGET_P1010RDB_PA_SPIFLASH_SECBOOT + bool "Support P1010RDB-PA_SPIFLASH_SECBOOT" + +config TARGET_P1010RDB_PB_36BIT_NAND + bool "Support P1010RDB-PB_36BIT_NAND" + +config TARGET_P1010RDB_PB_36BIT_NAND_SECBOOT + bool "Support P1010RDB-PB_36BIT_NAND_SECBOOT" + +config TARGET_P1010RDB_PB_36BIT_NOR + bool "Support P1010RDB-PB_36BIT_NOR" + +config TARGET_P1010RDB_PB_36BIT_NOR_SECBOOT + bool "Support P1010RDB-PB_36BIT_NOR_SECBOOT" + +config TARGET_P1010RDB_PB_36BIT_SDCARD + bool "Support P1010RDB-PB_36BIT_SDCARD" + +config TARGET_P1010RDB_PB_36BIT_SPIFLASH + bool "Support P1010RDB-PB_36BIT_SPIFLASH" + +config TARGET_P1010RDB_PB_36BIT_SPIFLASH_SECBOOT + bool "Support P1010RDB-PB_36BIT_SPIFLASH_SECBOOT" + +config TARGET_P1010RDB_PB_NAND + bool "Support P1010RDB-PB_NAND" + +config TARGET_P1010RDB_PB_NAND_SECBOOT + bool "Support P1010RDB-PB_NAND_SECBOOT" + +config TARGET_P1010RDB_PB_NOR + bool "Support P1010RDB-PB_NOR" + +config TARGET_P1010RDB_PB_NOR_SECBOOT + bool "Support P1010RDB-PB_NOR_SECBOOT" + +config TARGET_P1010RDB_PB_SDCARD + bool "Support P1010RDB-PB_SDCARD" + +config TARGET_P1010RDB_PB_SPIFLASH + bool "Support P1010RDB-PB_SPIFLASH" + +config TARGET_P1010RDB_PB_SPIFLASH_SECBOOT + bool "Support P1010RDB-PB_SPIFLASH_SECBOOT" + +config TARGET_P1022DS + bool "Support P1022DS" + +config TARGET_P1022DS_36BIT + bool "Support P1022DS_36BIT" + +config TARGET_P1022DS_36BIT_NAND + bool "Support P1022DS_36BIT_NAND" + +config TARGET_P1022DS_36BIT_SDCARD + bool "Support P1022DS_36BIT_SDCARD" + +config TARGET_P1022DS_36BIT_SPIFLASH + bool "Support P1022DS_36BIT_SPIFLASH" + +config TARGET_P1022DS_NAND + bool "Support P1022DS_NAND" + +config TARGET_P1022DS_SDCARD + bool "Support P1022DS_SDCARD" + +config TARGET_P1022DS_SPIFLASH + bool "Support P1022DS_SPIFLASH" + +config TARGET_P1023RDB + bool "Support P1023RDB" + +config TARGET_P1023RDS + bool "Support P1023RDS" + +config TARGET_P1023RDS_NAND + bool "Support P1023RDS_NAND" + +config TARGET_P1011RDB + bool "Support P1011RDB" + +config TARGET_P1011RDB_36BIT + bool "Support P1011RDB_36BIT" + +config TARGET_P1011RDB_36BIT_SDCARD + bool "Support P1011RDB_36BIT_SDCARD" + +config TARGET_P1011RDB_36BIT_SPIFLASH + bool "Support P1011RDB_36BIT_SPIFLASH" + +config TARGET_P1011RDB_NAND + bool "Support P1011RDB_NAND" + +config TARGET_P1011RDB_SDCARD + bool "Support P1011RDB_SDCARD" + +config TARGET_P1011RDB_SPIFLASH + bool "Support P1011RDB_SPIFLASH" + +config TARGET_P1020RDB + bool "Support P1020RDB" + +config TARGET_P1020RDB_36BIT + bool "Support P1020RDB_36BIT" + +config TARGET_P1020RDB_36BIT_SDCARD + bool "Support P1020RDB_36BIT_SDCARD" + +config TARGET_P1020RDB_36BIT_SPIFLASH + bool "Support P1020RDB_36BIT_SPIFLASH" + +config TARGET_P1020RDB_NAND + bool "Support P1020RDB_NAND" + +config TARGET_P1020RDB_SDCARD + bool "Support P1020RDB_SDCARD" + +config TARGET_P1020RDB_SPIFLASH + bool "Support P1020RDB_SPIFLASH" + +config TARGET_P2010RDB + bool "Support P2010RDB" + +config TARGET_P2010RDB_36BIT + bool "Support P2010RDB_36BIT" + +config TARGET_P2010RDB_36BIT_SDCARD + bool "Support P2010RDB_36BIT_SDCARD" + +config TARGET_P2010RDB_36BIT_SPIFLASH + bool "Support P2010RDB_36BIT_SPIFLASH" + +config TARGET_P2010RDB_NAND + bool "Support P2010RDB_NAND" + +config TARGET_P2010RDB_SDCARD + bool "Support P2010RDB_SDCARD" + +config TARGET_P2010RDB_SPIFLASH + bool "Support P2010RDB_SPIFLASH" + +config TARGET_P2020RDB + bool "Support P2020RDB" + +config TARGET_P2020RDB_36BIT + bool "Support P2020RDB_36BIT" + +config TARGET_P2020RDB_36BIT_SDCARD + bool "Support P2020RDB_36BIT_SDCARD" + +config TARGET_P2020RDB_36BIT_SPIFLASH + bool "Support P2020RDB_36BIT_SPIFLASH" + +config TARGET_P2020RDB_NAND + bool "Support P2020RDB_NAND" + +config TARGET_P2020RDB_SDCARD + bool "Support P2020RDB_SDCARD" + +config TARGET_P2020RDB_SPIFLASH + bool "Support P2020RDB_SPIFLASH" + +config TARGET_P1020MBG_PC + bool "Support P1020MBG-PC" + +config TARGET_P1020MBG_PC_36BIT + bool "Support P1020MBG-PC_36BIT" + +config TARGET_P1020MBG_PC_36BIT_SDCARD + bool "Support P1020MBG-PC_36BIT_SDCARD" + +config TARGET_P1020MBG_PC_SDCARD + bool "Support P1020MBG-PC_SDCARD" + +config TARGET_P1020RDB_PC + bool "Support P1020RDB-PC" + +config TARGET_P1020RDB_PC_36BIT + bool "Support P1020RDB-PC_36BIT" + +config TARGET_P1020RDB_PC_36BIT_NAND + bool "Support P1020RDB-PC_36BIT_NAND" + +config TARGET_P1020RDB_PC_36BIT_SDCARD + bool "Support P1020RDB-PC_36BIT_SDCARD" + +config TARGET_P1020RDB_PC_36BIT_SPIFLASH + bool "Support P1020RDB-PC_36BIT_SPIFLASH" + +config TARGET_P1020RDB_PC_NAND + bool "Support P1020RDB-PC_NAND" + +config TARGET_P1020RDB_PC_SDCARD + bool "Support P1020RDB-PC_SDCARD" + +config TARGET_P1020RDB_PC_SPIFLASH + bool "Support P1020RDB-PC_SPIFLASH" + +config TARGET_P1020RDB_PD + bool "Support P1020RDB-PD" + +config TARGET_P1020RDB_PD_NAND + bool "Support P1020RDB-PD_NAND" + +config TARGET_P1020RDB_PD_SDCARD + bool "Support P1020RDB-PD_SDCARD" + +config TARGET_P1020RDB_PD_SPIFLASH + bool "Support P1020RDB-PD_SPIFLASH" + +config TARGET_P1020UTM_PC + bool "Support P1020UTM-PC" + +config TARGET_P1020UTM_PC_36BIT + bool "Support P1020UTM-PC_36BIT" + +config TARGET_P1020UTM_PC_36BIT_SDCARD + bool "Support P1020UTM-PC_36BIT_SDCARD" + +config TARGET_P1020UTM_PC_SDCARD + bool "Support P1020UTM-PC_SDCARD" + +config TARGET_P1021RDB_PC + bool "Support P1021RDB-PC" + +config TARGET_P1021RDB_PC_36BIT + bool "Support P1021RDB-PC_36BIT" + +config TARGET_P1021RDB_PC_36BIT_NAND + bool "Support P1021RDB-PC_36BIT_NAND" + +config TARGET_P1021RDB_PC_36BIT_SDCARD + bool "Support P1021RDB-PC_36BIT_SDCARD" + +config TARGET_P1021RDB_PC_36BIT_SPIFLASH + bool "Support P1021RDB-PC_36BIT_SPIFLASH" + +config TARGET_P1021RDB_PC_NAND + bool "Support P1021RDB-PC_NAND" + +config TARGET_P1021RDB_PC_SDCARD + bool "Support P1021RDB-PC_SDCARD" + +config TARGET_P1021RDB_PC_SPIFLASH + bool "Support P1021RDB-PC_SPIFLASH" + +config TARGET_P1024RDB + bool "Support P1024RDB" + +config TARGET_P1024RDB_36BIT + bool "Support P1024RDB_36BIT" + +config TARGET_P1024RDB_NAND + bool "Support P1024RDB_NAND" + +config TARGET_P1024RDB_SDCARD + bool "Support P1024RDB_SDCARD" + +config TARGET_P1024RDB_SPIFLASH + bool "Support P1024RDB_SPIFLASH" + +config TARGET_P1025RDB + bool "Support P1025RDB" + +config TARGET_P1025RDB_36BIT + bool "Support P1025RDB_36BIT" + +config TARGET_P1025RDB_NAND + bool "Support P1025RDB_NAND" + +config TARGET_P1025RDB_SDCARD + bool "Support P1025RDB_SDCARD" + +config TARGET_P1025RDB_SPIFLASH + bool "Support P1025RDB_SPIFLASH" + +config TARGET_P2020RDB_PC + bool "Support P2020RDB-PC" + +config TARGET_P2020RDB_PC_36BIT + bool "Support P2020RDB-PC_36BIT" + +config TARGET_P2020RDB_PC_36BIT_NAND + bool "Support P2020RDB-PC_36BIT_NAND" + +config TARGET_P2020RDB_PC_36BIT_SDCARD + bool "Support P2020RDB-PC_36BIT_SDCARD" + +config TARGET_P2020RDB_PC_36BIT_SPIFLASH + bool "Support P2020RDB-PC_36BIT_SPIFLASH" + +config TARGET_P2020RDB_PC_NAND + bool "Support P2020RDB-PC_NAND" + +config TARGET_P2020RDB_PC_SDCARD + bool "Support P2020RDB-PC_SDCARD" + +config TARGET_P2020RDB_PC_SPIFLASH + bool "Support P2020RDB-PC_SPIFLASH" + +config TARGET_TWR_P1025 + bool "Support TWR-P1025" + +config TARGET_P2020COME_SDCARD + bool "Support P2020COME_SDCARD" + +config TARGET_P2020COME_SPIFLASH + bool "Support P2020COME_SPIFLASH" + +config TARGET_P2020DS + bool "Support P2020DS" + +config TARGET_P2020DS_36BIT + bool "Support P2020DS_36BIT" + +config TARGET_P2020DS_DDR2 + bool "Support P2020DS_DDR2" + +config TARGET_P2020DS_SDCARD + bool "Support P2020DS_SDCARD" + +config TARGET_P2020DS_SPIFLASH + bool "Support P2020DS_SPIFLASH" + +config TARGET_P2041RDB + bool "Support P2041RDB" + +config TARGET_P2041RDB_NAND + bool "Support P2041RDB_NAND" + +config TARGET_P2041RDB_SDCARD + bool "Support P2041RDB_SDCARD" + +config TARGET_P2041RDB_SECURE_BOOT + bool "Support P2041RDB_SECURE_BOOT" + +config TARGET_P2041RDB_SPIFLASH + bool "Support P2041RDB_SPIFLASH" + +config TARGET_P2041RDB_SRIO_PCIE_BOOT + bool "Support P2041RDB_SRIO_PCIE_BOOT" + +config TARGET_T1040QDS + bool "Support T1040QDS" + +config TARGET_T1040RDB + bool "Support T1040RDB" + +config TARGET_T1042RDB_PI + bool "Support T1042RDB_PI" + +config TARGET_T2080QDS + bool "Support T2080QDS" + +config TARGET_T2080QDS_NAND + bool "Support T2080QDS_NAND" + +config TARGET_T2080QDS_SDCARD + bool "Support T2080QDS_SDCARD" + +config TARGET_T2080QDS_SPIFLASH + bool "Support T2080QDS_SPIFLASH" + +config TARGET_T2080QDS_SRIO_PCIE_BOOT + bool "Support T2080QDS_SRIO_PCIE_BOOT" + +config TARGET_T2081QDS + bool "Support T2081QDS" + +config TARGET_T2081QDS_NAND + bool "Support T2081QDS_NAND" + +config TARGET_T2081QDS_SDCARD + bool "Support T2081QDS_SDCARD" + +config TARGET_T2081QDS_SPIFLASH + bool "Support T2081QDS_SPIFLASH" + +config TARGET_T2081QDS_SRIO_PCIE_BOOT + bool "Support T2081QDS_SRIO_PCIE_BOOT" + +config TARGET_T2080RDB + bool "Support T2080RDB" + +config TARGET_T2080RDB_NAND + bool "Support T2080RDB_NAND" + +config TARGET_T2080RDB_SDCARD + bool "Support T2080RDB_SDCARD" + +config TARGET_T2080RDB_SPIFLASH + bool "Support T2080RDB_SPIFLASH" + +config TARGET_T2080RDB_SRIO_PCIE_BOOT + bool "Support T2080RDB_SRIO_PCIE_BOOT" + +config TARGET_T4160QDS + bool "Support T4160QDS" + +config TARGET_T4160QDS_SDCARD + bool "Support T4160QDS_SDCARD" + +config TARGET_T4160QDS_SPIFLASH + bool "Support T4160QDS_SPIFLASH" + +config TARGET_T4240EMU + bool "Support T4240EMU" + +config TARGET_T4240QDS + bool "Support T4240QDS" + +config TARGET_T4240QDS_NAND + bool "Support T4240QDS_NAND" + +config TARGET_T4240QDS_SDCARD + bool "Support T4240QDS_SDCARD" + +config TARGET_T4240QDS_SPIFLASH + bool "Support T4240QDS_SPIFLASH" + +config TARGET_T4240QDS_SRIO_PCIE_BOOT + bool "Support T4240QDS_SRIO_PCIE_BOOT" + +config TARGET_CONTROLCENTERD_36BIT_SDCARD + bool "Support controlcenterd_36BIT_SDCARD" + +config TARGET_CONTROLCENTERD_36BIT_SDCARD_DEVELOP + bool "Support controlcenterd_36BIT_SDCARD_DEVELOP" + +config TARGET_CONTROLCENTERD_TRAILBLAZER + bool "Support controlcenterd_TRAILBLAZER" + +config TARGET_CONTROLCENTERD_TRAILBLAZER_DEVELOP + bool "Support controlcenterd_TRAILBLAZER_DEVELOP" + +config TARGET_KMCOGE4 + bool "Support kmcoge4" + +config TARGET_KMLION1 + bool "Support kmlion1" + +config TARGET_STXGP3 + bool "Support stxgp3" + +config TARGET_STXSSA + bool "Support stxssa" + +config TARGET_STXSSA_4M + bool "Support stxssa_4M" + +config TARGET_XPEDITE520X + bool "Support xpedite520x" + +config TARGET_XPEDITE537X + bool "Support xpedite537x" + +config TARGET_XPEDITE550X + bool "Support xpedite550x" + +config TARGET_SBC8641D + bool "Support sbc8641d" + +config TARGET_MPC8610HPCD + bool "Support MPC8610HPCD" + +config TARGET_MPC8641HPCN + bool "Support MPC8641HPCN" + +config TARGET_MPC8641HPCN_36BIT + bool "Support MPC8641HPCN_36BIT" + +config TARGET_XPEDITE517X + bool "Support xpedite517x" + +config TARGET_HERMES + bool "Support hermes" + +config TARGET_LWMON + bool "Support lwmon" + +config TARGET_QUANTUM + bool "Support quantum" + +config TARGET_RRVISION + bool "Support RRvision" + +config TARGET_SPC1920 + bool "Support spc1920" + +config TARGET_SVM_SC8XX + bool "Support svm_sc8xx" + +config TARGET_V37 + bool "Support v37" + +config TARGET_ADDER + bool "Support Adder" + +config TARGET_ADDERII + bool "Support AdderII" + +config TARGET_COGENT_MPC8XX + bool "Support cogent_mpc8xx" + +config TARGET_ESTEEM192E + bool "Support ESTEEM192E" + +config TARGET_MPC86XADS + bool "Support MPC86xADS" + +config TARGET_MPC885ADS + bool "Support MPC885ADS" + +config TARGET_FLAGADM + bool "Support FLAGADM" + +config TARGET_GEN860T + bool "Support GEN860T" + +config TARGET_GEN860T_SC + bool "Support GEN860T_SC" + +config TARGET_ICU862 + bool "Support ICU862" + +config TARGET_ICU862_100MHZ + bool "Support ICU862_100MHz" + +config TARGET_IP860 + bool "Support IP860" + +config TARGET_IVML24 + bool "Support IVML24" + +config TARGET_IVML24_128 + bool "Support IVML24_128" + +config TARGET_IVML24_256 + bool "Support IVML24_256" + +config TARGET_IVMS8 + bool "Support IVMS8" + +config TARGET_IVMS8_128 + bool "Support IVMS8_128" + +config TARGET_IVMS8_256 + bool "Support IVMS8_256" + +config TARGET_NETPHONE + bool "Support NETPHONE" + +config TARGET_NETPHONE_V2 + bool "Support NETPHONE_V2" + +config TARGET_NETTA + bool "Support NETTA" + +config TARGET_NETTA_6412 + bool "Support NETTA_6412" + +config TARGET_NETTA_6412_SWAPHOOK + bool "Support NETTA_6412_SWAPHOOK" + +config TARGET_NETTA_ISDN + bool "Support NETTA_ISDN" + +config TARGET_NETTA_ISDN_6412 + bool "Support NETTA_ISDN_6412" + +config TARGET_NETTA_ISDN_6412_SWAPHOOK + bool "Support NETTA_ISDN_6412_SWAPHOOK" + +config TARGET_NETTA_ISDN_SWAPHOOK + bool "Support NETTA_ISDN_SWAPHOOK" + +config TARGET_NETTA_SWAPHOOK + bool "Support NETTA_SWAPHOOK" + +config TARGET_NETTA2 + bool "Support NETTA2" + +config TARGET_NETTA2_V2 + bool "Support NETTA2_V2" + +config TARGET_NETVIA + bool "Support NETVIA" + +config TARGET_NETVIA_V2 + bool "Support NETVIA_V2" + +config TARGET_R360MPI + bool "Support R360MPI" + +config TARGET_RBC823 + bool "Support RBC823" + +config TARGET_RPXLITE_DW + bool "Support RPXlite_DW" + +config TARGET_RPXLITE_DW_64 + bool "Support RPXlite_DW_64" + +config TARGET_RPXLITE_DW_64_LCD + bool "Support RPXlite_DW_64_LCD" + +config TARGET_RPXLITE_DW_LCD + bool "Support RPXlite_DW_LCD" + +config TARGET_RPXLITE_DW_NVRAM + bool "Support RPXlite_DW_NVRAM" + +config TARGET_RPXLITE_DW_NVRAM_64 + bool "Support RPXlite_DW_NVRAM_64" + +config TARGET_RPXLITE_DW_NVRAM_64_LCD + bool "Support RPXlite_DW_NVRAM_64_LCD" + +config TARGET_RPXLITE_DW_NVRAM_LCD + bool "Support RPXlite_DW_NVRAM_LCD" + +config TARGET_RRVISION_LCD + bool "Support RRvision_LCD" + +config TARGET_SXNI855T + bool "Support SXNI855T" + +config TARGET_SPD823TS + bool "Support SPD823TS" + +config TARGET_MHPC + bool "Support MHPC" + +config TARGET_TOP860 + bool "Support TOP860" + +config TARGET_KUP4K + bool "Support KUP4K" + +config TARGET_KUP4X + bool "Support KUP4X" + +config TARGET_ELPT860 + bool "Support ELPT860" + +config TARGET_UC100 + bool "Support uc100" + +config TARGET_QS823 + bool "Support QS823" + +config TARGET_QS850 + bool "Support QS850" + +config TARGET_QS860T + bool "Support QS860T" + +config TARGET_STXXTC + bool "Support stxxtc" + +config TARGET_FPS850L + bool "Support FPS850L" + +config TARGET_FPS860L + bool "Support FPS860L" + +config TARGET_NSCU + bool "Support NSCU" + +config TARGET_SM850 + bool "Support SM850" + +config TARGET_TK885D + bool "Support TK885D" + +config TARGET_TQM823L + bool "Support TQM823L" + +config TARGET_TQM823L_LCD + bool "Support TQM823L_LCD" + +config TARGET_TQM823M + bool "Support TQM823M" + +config TARGET_TQM850L + bool "Support TQM850L" + +config TARGET_TQM850M + bool "Support TQM850M" + +config TARGET_TQM855L + bool "Support TQM855L" + +config TARGET_TQM855M + bool "Support TQM855M" + +config TARGET_TQM860L + bool "Support TQM860L" + +config TARGET_TQM860M + bool "Support TQM860M" + +config TARGET_TQM862L + bool "Support TQM862L" + +config TARGET_TQM862M + bool "Support TQM862M" + +config TARGET_TQM866M + bool "Support TQM866M" + +config TARGET_TQM885D + bool "Support TQM885D" + +config TARGET_TTTECH + bool "Support TTTech" + +config TARGET_VIRTLAB2 + bool "Support virtlab2" + +config TARGET_WTK + bool "Support wtk" + +config TARGET_CSB272 + bool "Support csb272" + +config TARGET_CSB472 + bool "Support csb472" + +config TARGET_KORAT + bool "Support korat" + +config TARGET_LWMON5 + bool "Support lwmon5" + +config TARGET_PCS440EP + bool "Support pcs440ep" + +config TARGET_QUAD100HD + bool "Support quad100hd" + +config TARGET_SBC405 + bool "Support sbc405" + +config TARGET_SC3 + bool "Support sc3" + +config TARGET_T3CORP + bool "Support t3corp" + +config TARGET_ZEUS + bool "Support zeus" + +config TARGET_G2000 + bool "Support G2000" + +config TARGET_JSE + bool "Support JSE" + +config TARGET_KORAT_PERM + bool "Support korat_perm" + +config TARGET_LCD4_LWMON5 + bool "Support lcd4_lwmon5" + +config TARGET_W7OLMC + bool "Support W7OLMC" + +config TARGET_W7OLMG + bool "Support W7OLMG" + +config TARGET_ACADIA + bool "Support acadia" + +config TARGET_BAMBOO + bool "Support bamboo" + +config TARGET_BLUESTONE + bool "Support bluestone" + +config TARGET_BUBINGA + bool "Support bubinga" + +config TARGET_EBONY + bool "Support ebony" + +config TARGET_KATMAI + bool "Support katmai" + +config TARGET_LUAN + bool "Support luan" + +config TARGET_MAKALU + bool "Support makalu" + +config TARGET_OCOTEA + bool "Support ocotea" + +config TARGET_REDWOOD + bool "Support redwood" + +config TARGET_TAIHU + bool "Support taihu" + +config TARGET_TAISHAN + bool "Support taishan" + +config TARGET_YUCCA + bool "Support yucca" + +config TARGET_ARCHES + bool "Support arches" + +config TARGET_CANYONLANDS + bool "Support canyonlands" + +config TARGET_GLACIER + bool "Support glacier" + +config TARGET_HALEAKALA + bool "Support haleakala" + +config TARGET_KILAUEA + bool "Support kilauea" + +config TARGET_RAINIER + bool "Support rainier" + +config TARGET_RAINIER_RAMBOOT + bool "Support rainier_ramboot" + +config TARGET_SEQUOIA + bool "Support sequoia" + +config TARGET_SEQUOIA_RAMBOOT + bool "Support sequoia_ramboot" + +config TARGET_SYCAMORE + bool "Support sycamore" + +config TARGET_WALNUT + bool "Support walnut" + +config TARGET_YELLOWSTONE + bool "Support yellowstone" + +config TARGET_YOSEMITE + bool "Support yosemite" + +config TARGET_FX12MM + bool "Support fx12mm" + +config TARGET_FX12MM_FLASH + bool "Support fx12mm_flash" + +config TARGET_V5FX30TEVAL + bool "Support v5fx30teval" + +config TARGET_V5FX30TEVAL_FLASH + bool "Support v5fx30teval_flash" + +config TARGET_CRAYL1 + bool "Support CRAYL1" + +config TARGET_CATCENTER + bool "Support CATcenter" + +config TARGET_CATCENTER_25 + bool "Support CATcenter_25" + +config TARGET_CATCENTER_33 + bool "Support CATcenter_33" + +config TARGET_PPCHAMELEONEVB + bool "Support PPChameleonEVB" + +config TARGET_PPCHAMELEONEVB_BA_25 + bool "Support PPChameleonEVB_BA_25" + +config TARGET_PPCHAMELEONEVB_BA_33 + bool "Support PPChameleonEVB_BA_33" + +config TARGET_PPCHAMELEONEVB_HI_25 + bool "Support PPChameleonEVB_HI_25" + +config TARGET_PPCHAMELEONEVB_HI_33 + bool "Support PPChameleonEVB_HI_33" + +config TARGET_PPCHAMELEONEVB_ME_25 + bool "Support PPChameleonEVB_ME_25" + +config TARGET_PPCHAMELEONEVB_ME_33 + bool "Support PPChameleonEVB_ME_33" + +config TARGET_APC405 + bool "Support APC405" + +config TARGET_AR405 + bool "Support AR405" + +config TARGET_ASH405 + bool "Support ASH405" + +config TARGET_CMS700 + bool "Support CMS700" + +config TARGET_CPCI2DP + bool "Support CPCI2DP" + +config TARGET_CPCI405 + bool "Support CPCI405" + +config TARGET_CPCI4052 + bool "Support CPCI4052" + +config TARGET_CPCI405AB + bool "Support CPCI405AB" + +config TARGET_CPCI405DT + bool "Support CPCI405DT" + +config TARGET_CPCIISER4 + bool "Support CPCIISER4" + +config TARGET_DP405 + bool "Support DP405" + +config TARGET_DU405 + bool "Support DU405" + +config TARGET_DU440 + bool "Support DU440" + +config TARGET_HH405 + bool "Support HH405" + +config TARGET_HUB405 + bool "Support HUB405" + +config TARGET_OCRTC + bool "Support OCRTC" + +config TARGET_PCI405 + bool "Support PCI405" + +config TARGET_PLU405 + bool "Support PLU405" + +config TARGET_PMC405 + bool "Support PMC405" + +config TARGET_PMC405DE + bool "Support PMC405DE" + +config TARGET_PMC440 + bool "Support PMC440" + +config TARGET_VOH405 + bool "Support VOH405" + +config TARGET_VOM405 + bool "Support VOM405" + +config TARGET_WUH405 + bool "Support WUH405" + +config TARGET_DLVISION + bool "Support dlvision" + +config TARGET_GDPPC440ETX + bool "Support gdppc440etx" + +config TARGET_DLVISION_10G + bool "Support dlvision-10g" + +config TARGET_IO + bool "Support io" + +config TARGET_IOCON + bool "Support iocon" + +config TARGET_NEO + bool "Support neo" + +config TARGET_IO64 + bool "Support io64" + +config TARGET_DEVCONCENTER + bool "Support devconcenter" + +config TARGET_INTIP + bool "Support intip" + +config TARGET_ICON + bool "Support icon" + +config TARGET_MIP405 + bool "Support MIP405" + +config TARGET_MIP405T + bool "Support MIP405T" + +config TARGET_PIP405 + bool "Support PIP405" + +config TARGET_ALPR + bool "Support alpr" + +config TARGET_P3P440 + bool "Support p3p440" + +config TARGET_KAREF + bool "Support KAREF" + +config TARGET_METROBOX + bool "Support METROBOX" + +config TARGET_XPEDITE1000 + bool "Support xpedite1000" + +config TARGET_ML507 + bool "Support ml507" + +config TARGET_ML507_FLASH + bool "Support ml507_flash" + +config TARGET_XILINX_PPC405_GENERIC + bool "Support xilinx-ppc405-generic" + +config TARGET_XILINX_PPC405_GENERIC_FLASH + bool "Support xilinx-ppc405-generic_flash" + +config TARGET_XILINX_PPC440_GENERIC + bool "Support xilinx-ppc440-generic" + +config TARGET_XILINX_PPC440_GENERIC_FLASH + bool "Support xilinx-ppc440-generic_flash" + +endchoice + +endmenu diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig new file mode 100644 index 0000000..f2d935d --- /dev/null +++ b/arch/sandbox/Kconfig @@ -0,0 +1,16 @@ +menu "Sandbox architecture" + depends on SANDBOX + +config SYS_ARCH + string + default "sandbox" + +choice + prompt "Target select" + +config TARGET_SANDBOX + bool "Support sandbox" + +endchoice + +endmenu diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig new file mode 100644 index 0000000..e82e904 --- /dev/null +++ b/arch/sh/Kconfig @@ -0,0 +1,79 @@ +menu "SuperH architecture" + depends on SH + +config SYS_ARCH + string + default "sh" + +choice + prompt "Target select" + +config TARGET_RSK7203 + bool "Support rsk7203" + +config TARGET_RSK7264 + bool "Support rsk7264" + +config TARGET_RSK7269 + bool "Support rsk7269" + +config TARGET_MPR2 + bool "Support mpr2" + +config TARGET_MS7720SE + bool "Support ms7720se" + +config TARGET_SHMIN + bool "Support shmin" + +config TARGET_ESPT + bool "Support espt" + +config TARGET_MS7722SE + bool "Support ms7722se" + +config TARGET_MS7750SE + bool "Support ms7750se" + +config TARGET_AP_SH4A_4A + bool "Support ap_sh4a_4a" + +config TARGET_AP325RXA + bool "Support ap325rxa" + +config TARGET_ECOVEC + bool "Support ecovec" + +config TARGET_MIGOR + bool "Support MigoR" + +config TARGET_R0P7734 + bool "Support r0p7734" + +config TARGET_R2DPLUS + bool "Support r2dplus" + +config TARGET_R7780MP + bool "Support r7780mp" + +config TARGET_SH7752EVB + bool "Support sh7752evb" + +config TARGET_SH7753EVB + bool "Support sh7753evb" + +config TARGET_SH7757LCR + bool "Support sh7757lcr" + +config TARGET_SH7763RDP + bool "Support sh7763rdp" + +config TARGET_SH7785LCR + bool "Support sh7785lcr" + +config TARGET_SH7785LCR_32BIT + bool "Support sh7785lcr_32bit" + +endchoice + +endmenu diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig new file mode 100644 index 0000000..3674552 --- /dev/null +++ b/arch/sparc/Kconfig @@ -0,0 +1,28 @@ +menu "SPARC architecture" + depends on SPARC + +config SYS_ARCH + string + default "sparc" + +choice + prompt "Target select" + +config TARGET_GRSIM_LEON2 + bool "Support grsim_leon2" + +config TARGET_GR_CPCI_AX2000 + bool "Support gr_cpci_ax2000" + +config TARGET_GR_EP2S60 + bool "Support gr_ep2s60" + +config TARGET_GR_XC3S_1500 + bool "Support gr_xc3s_1500" + +config TARGET_GRSIM + bool "Support grsim" + +endchoice + +endmenu diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig new file mode 100644 index 0000000..711a2a7 --- /dev/null +++ b/arch/x86/Kconfig @@ -0,0 +1,16 @@ +menu "x86 architecture" + depends on X86 + +config SYS_ARCH + string + default "x86" + +choice + prompt "Target select" + +config TARGET_COREBOOT_X86 + bool "Support coreboot-x86" + +endchoice + +endmenu diff --git a/board/8dtech/eco5pk/Kconfig b/board/8dtech/eco5pk/Kconfig new file mode 100644 index 0000000..ebb6df4 --- /dev/null +++ b/board/8dtech/eco5pk/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ECO5PK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "eco5pk" + +config SYS_VENDOR + string + default "8dtech" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "eco5pk" + +config BOARD_MAINTAINER + string + default "Raphael Assenat raph@8d.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/AndesTech/adp-ag101/Kconfig b/board/AndesTech/adp-ag101/Kconfig new file mode 100644 index 0000000..5bbc3f1 --- /dev/null +++ b/board/AndesTech/adp-ag101/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ADP_AG101 + +config SYS_CPU + string + default "n1213" + +config SYS_BOARD + string + default "adp-ag101" + +config SYS_VENDOR + string + default "AndesTech" + +config SYS_SOC + string + default "ag101" + +config SYS_CONFIG_NAME + string + default "adp-ag101" + +config BOARD_MAINTAINER + string + default "Andes uboot@andestech.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/AndesTech/adp-ag101p/Kconfig b/board/AndesTech/adp-ag101p/Kconfig new file mode 100644 index 0000000..be1fc15 --- /dev/null +++ b/board/AndesTech/adp-ag101p/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ADP_AG101P + +config SYS_CPU + string + default "n1213" + +config SYS_BOARD + string + default "adp-ag101p" + +config SYS_VENDOR + string + default "AndesTech" + +config SYS_SOC + string + default "ag101" + +config SYS_CONFIG_NAME + string + default "adp-ag101p" + +config BOARD_MAINTAINER + string + default "Andes uboot@andestech.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/AndesTech/adp-ag102/Kconfig b/board/AndesTech/adp-ag102/Kconfig new file mode 100644 index 0000000..3ef67be --- /dev/null +++ b/board/AndesTech/adp-ag102/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ADP_AG102 + +config SYS_CPU + string + default "n1213" + +config SYS_BOARD + string + default "adp-ag102" + +config SYS_VENDOR + string + default "AndesTech" + +config SYS_SOC + string + default "ag102" + +config SYS_CONFIG_NAME + string + default "adp-ag102" + +config BOARD_MAINTAINER + string + default "Andes uboot@andestech.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Barix/ipam390/Kconfig b/board/Barix/ipam390/Kconfig new file mode 100644 index 0000000..7e80d86 --- /dev/null +++ b/board/Barix/ipam390/Kconfig @@ -0,0 +1,31 @@ +if TARGET_IPAM390 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "ipam390" + +config SYS_VENDOR + string + default "Barix" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "ipam390" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/BuR/kwb/Kconfig b/board/BuR/kwb/Kconfig new file mode 100644 index 0000000..6c8ddf9 --- /dev/null +++ b/board/BuR/kwb/Kconfig @@ -0,0 +1,35 @@ +if TARGET_KWB + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "kwb" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "kwb" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1" + +config BOARD_MAINTAINER + string + default "Hannes Petermaier hannes.petermaier@br-automation.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/BuR/tseries/Kconfig b/board/BuR/tseries/Kconfig new file mode 100644 index 0000000..b45a711 --- /dev/null +++ b/board/BuR/tseries/Kconfig @@ -0,0 +1,107 @@ +if TARGET_TSERIES_MMC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tseries" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "tseries" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,EMMC_BOOT" + +config BOARD_MAINTAINER + string + default "Hannes Petermaier hannes.petermaier@br-automation.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TSERIES_NAND + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tseries" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "tseries" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,NAND" + +config BOARD_MAINTAINER + string + default "Hannes Petermaier hannes.petermaier@br-automation.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TSERIES_SPI + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tseries" + +config SYS_VENDOR + string + default "BuR" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "tseries" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,SPI_BOOT,EMMC_BOOT" + +config BOARD_MAINTAINER + string + default "Hannes Petermaier hannes.petermaier@br-automation.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/BuS/eb_cpu5282/Kconfig b/board/BuS/eb_cpu5282/Kconfig new file mode 100644 index 0000000..51a8dcf --- /dev/null +++ b/board/BuS/eb_cpu5282/Kconfig @@ -0,0 +1,63 @@ +if TARGET_EB_CPU5282 + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "eb_cpu5282" + +config SYS_VENDOR + string + default "BuS" + +config SYS_CONFIG_NAME + string + default "eb_cpu5282" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF000000,SYS_MONITOR_BASE=0xFF000400" + +config BOARD_MAINTAINER + string + default "Jens Scharsig esw@bus-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_EB_CPU5282_INTERNAL + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "eb_cpu5282" + +config SYS_VENDOR + string + default "BuS" + +config SYS_CONFIG_NAME + string + default "eb_cpu5282" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xF0000000,SYS_MONITOR_BASE=0xF0000418" + +config BOARD_MAINTAINER + string + default "Jens Scharsig esw@bus-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/BuS/eb_cpux9k2/Kconfig b/board/BuS/eb_cpux9k2/Kconfig new file mode 100644 index 0000000..268e1ec --- /dev/null +++ b/board/BuS/eb_cpux9k2/Kconfig @@ -0,0 +1,67 @@ +if TARGET_EB_CPUX9K2 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "eb_cpux9k2" + +config SYS_VENDOR + string + default "BuS" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "eb_cpux9k2" + +config BOARD_MAINTAINER + string + default "Jens Scharsig esw@bus-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_EB_CPUX9K2_RAM + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "eb_cpux9k2" + +config SYS_VENDOR + string + default "BuS" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "eb_cpux9k2" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT" + +config BOARD_MAINTAINER + string + default "Jens Scharsig esw@bus-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/BuS/vl_ma2sc/Kconfig b/board/BuS/vl_ma2sc/Kconfig new file mode 100644 index 0000000..8216f26 --- /dev/null +++ b/board/BuS/vl_ma2sc/Kconfig @@ -0,0 +1,67 @@ +if TARGET_VL_MA2SC + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "vl_ma2sc" + +config SYS_VENDOR + string + default "BuS" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "vl_ma2sc" + +config BOARD_MAINTAINER + string + default "Jens Scharsig esw@bus-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VL_MA2SC_RAM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "vl_ma2sc" + +config SYS_VENDOR + string + default "BuS" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "vl_ma2sc" + +config SYS_EXTRA_OPTIONS + string + default "RAMLOAD" + +config BOARD_MAINTAINER + string + default "Jens Scharsig esw@bus-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/CarMediaLab/flea3/Kconfig b/board/CarMediaLab/flea3/Kconfig new file mode 100644 index 0000000..bb9ff51 --- /dev/null +++ b/board/CarMediaLab/flea3/Kconfig @@ -0,0 +1,31 @@ +if TARGET_FLEA3 + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "flea3" + +config SYS_VENDOR + string + default "CarMediaLab" + +config SYS_SOC + string + default "mx35" + +config SYS_CONFIG_NAME + string + default "flea3" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Kconfig b/board/Kconfig new file mode 100644 index 0000000..896869b --- /dev/null +++ b/board/Kconfig @@ -0,0 +1,571 @@ +source "board/8dtech/eco5pk/Kconfig" +source "board/AndesTech/adp-ag101/Kconfig" +source "board/AndesTech/adp-ag101p/Kconfig" +source "board/AndesTech/adp-ag102/Kconfig" +source "board/Barix/ipam390/Kconfig" +source "board/BuR/kwb/Kconfig" +source "board/BuR/tseries/Kconfig" +source "board/BuS/eb_cpu5282/Kconfig" +source "board/BuS/eb_cpux9k2/Kconfig" +source "board/BuS/vl_ma2sc/Kconfig" +source "board/CarMediaLab/flea3/Kconfig" +source "board/LEOX/elpt860/Kconfig" +source "board/LaCie/edminiv2/Kconfig" +source "board/LaCie/net2big_v2/Kconfig" +source "board/LaCie/netspace_v2/Kconfig" +source "board/LaCie/wireless_space/Kconfig" +source "board/Marvell/aspenite/Kconfig" +source "board/Marvell/db64360/Kconfig" +source "board/Marvell/db64460/Kconfig" +source "board/Marvell/dkb/Kconfig" +source "board/Marvell/dreamplug/Kconfig" +source "board/Marvell/gplugd/Kconfig" +source "board/Marvell/guruplug/Kconfig" +source "board/Marvell/mv88f6281gtw_ge/Kconfig" +source "board/Marvell/openrd/Kconfig" +source "board/Marvell/rd6281a/Kconfig" +source "board/Marvell/sheevaplug/Kconfig" +source "board/RPXlite_dw/Kconfig" +source "board/RRvision/Kconfig" +source "board/Seagate/dockstar/Kconfig" +source "board/Seagate/goflexhome/Kconfig" +source "board/a3000/Kconfig" +source "board/a3m071/Kconfig" +source "board/a4m072/Kconfig" +source "board/adder/Kconfig" +source "board/afeb9260/Kconfig" +source "board/ait/cam_enc_4xx/Kconfig" +source "board/alphaproject/ap_sh4a_4a/Kconfig" +source "board/altera/nios2-generic/Kconfig" +source "board/altera/socfpga/Kconfig" +source "board/amcc/acadia/Kconfig" +source "board/amcc/bamboo/Kconfig" +source "board/amcc/bluestone/Kconfig" +source "board/amcc/bubinga/Kconfig" +source "board/amcc/canyonlands/Kconfig" +source "board/amcc/ebony/Kconfig" +source "board/amcc/katmai/Kconfig" +source "board/amcc/kilauea/Kconfig" +source "board/amcc/luan/Kconfig" +source "board/amcc/makalu/Kconfig" +source "board/amcc/ocotea/Kconfig" +source "board/amcc/redwood/Kconfig" +source "board/amcc/sequoia/Kconfig" +source "board/amcc/taihu/Kconfig" +source "board/amcc/taishan/Kconfig" +source "board/amcc/walnut/Kconfig" +source "board/amcc/yosemite/Kconfig" +source "board/amcc/yucca/Kconfig" +source "board/armadeus/apf27/Kconfig" +source "board/armltd/integrator/Kconfig" +source "board/armltd/versatile/Kconfig" +source "board/armltd/vexpress/Kconfig" +source "board/armltd/vexpress64/Kconfig" +source "board/astro/mcf5373l/Kconfig" +source "board/atc/Kconfig" +source "board/atmark-techno/armadillo-800eva/Kconfig" +source "board/atmel/at91rm9200ek/Kconfig" +source "board/atmel/at91sam9260ek/Kconfig" +source "board/atmel/at91sam9261ek/Kconfig" +source "board/atmel/at91sam9263ek/Kconfig" +source "board/atmel/at91sam9m10g45ek/Kconfig" +source "board/atmel/at91sam9n12ek/Kconfig" +source "board/atmel/at91sam9rlek/Kconfig" +source "board/atmel/at91sam9x5ek/Kconfig" +source "board/atmel/atngw100/Kconfig" +source "board/atmel/atngw100mkii/Kconfig" +source "board/atmel/atstk1000/Kconfig" +source "board/atmel/sama5d3_xplained/Kconfig" +source "board/atmel/sama5d3xek/Kconfig" +source "board/avionic-design/medcom-wide/Kconfig" +source "board/avionic-design/plutux/Kconfig" +source "board/avionic-design/tec-ng/Kconfig" +source "board/avionic-design/tec/Kconfig" +source "board/avnet/fx12mm/Kconfig" +source "board/avnet/v5fx30teval/Kconfig" +source "board/balloon3/Kconfig" +source "board/barco/titanium/Kconfig" +source "board/bc3450/Kconfig" +source "board/bct-brettl2/Kconfig" +source "board/bf506f-ezkit/Kconfig" +source "board/bf518f-ezbrd/Kconfig" +source "board/bf525-ucr2/Kconfig" +source "board/bf526-ezbrd/Kconfig" +source "board/bf527-ad7160-eval/Kconfig" +source "board/bf527-ezkit/Kconfig" +source "board/bf527-sdp/Kconfig" +source "board/bf533-ezkit/Kconfig" +source "board/bf533-stamp/Kconfig" +source "board/bf537-minotaur/Kconfig" +source "board/bf537-pnav/Kconfig" +source "board/bf537-srv1/Kconfig" +source "board/bf537-stamp/Kconfig" +source "board/bf538f-ezkit/Kconfig" +source "board/bf548-ezkit/Kconfig" +source "board/bf561-acvilon/Kconfig" +source "board/bf561-ezkit/Kconfig" +source "board/bf609-ezkit/Kconfig" +source "board/blackstamp/Kconfig" +source "board/blackvme/Kconfig" +source "board/bluegiga/apx4devkit/Kconfig" +source "board/bluewater/snapper9260/Kconfig" +source "board/boundary/nitrogen6x/Kconfig" +source "board/br4/Kconfig" +source "board/broadcom/bcm28155_ap/Kconfig" +source "board/buffalo/lsxl/Kconfig" +source "board/calao/sbc35_a9g20/Kconfig" +source "board/calao/tny_a9260/Kconfig" +source "board/calao/usb_a9263/Kconfig" +source "board/canmb/Kconfig" +source "board/chromebook-x86/coreboot/Kconfig" +source "board/cloudengines/pogo_e02/Kconfig" +source "board/cm-bf527/Kconfig" +source "board/cm-bf533/Kconfig" +source "board/cm-bf537e/Kconfig" +source "board/cm-bf537u/Kconfig" +source "board/cm-bf548/Kconfig" +source "board/cm-bf561/Kconfig" +source "board/cm4008/Kconfig" +source "board/cm41xx/Kconfig" +source "board/cm5200/Kconfig" +source "board/cmi/Kconfig" +source "board/cobra5272/Kconfig" +source "board/cogent/Kconfig" +source "board/comelit/dig297/Kconfig" +source "board/compal/paz00/Kconfig" +source "board/compulab/cm_t335/Kconfig" +source "board/compulab/cm_t35/Kconfig" +source "board/compulab/trimslice/Kconfig" +source "board/congatec/cgtqmx6eval/Kconfig" +source "board/corscience/tricorder/Kconfig" +source "board/cpc45/Kconfig" +source "board/cpu86/Kconfig" +source "board/cpu87/Kconfig" +source "board/cray/L1/Kconfig" +source "board/creative/xfi3/Kconfig" +source "board/csb272/Kconfig" +source "board/csb472/Kconfig" +source "board/cu824/Kconfig" +source "board/d-link/dns325/Kconfig" +source "board/dave/PPChameleonEVB/Kconfig" +source "board/davedenx/aria/Kconfig" +source "board/davedenx/qong/Kconfig" +source "board/davinci/da8xxevm/Kconfig" +source "board/davinci/dm355evm/Kconfig" +source "board/davinci/dm355leopard/Kconfig" +source "board/davinci/dm365evm/Kconfig" +source "board/davinci/dm6467evm/Kconfig" +source "board/davinci/dvevm/Kconfig" +source "board/davinci/ea20/Kconfig" +source "board/davinci/schmoogie/Kconfig" +source "board/davinci/sffsdr/Kconfig" +source "board/davinci/sonata/Kconfig" +source "board/dbau1x00/Kconfig" +source "board/denx/m28evk/Kconfig" +source "board/denx/m53evk/Kconfig" +source "board/dnp5370/Kconfig" +source "board/eXalion/Kconfig" +source "board/earthlcd/favr-32-ezkit/Kconfig" +source "board/egnite/ethernut5/Kconfig" +source "board/eltec/elppc/Kconfig" +source "board/eltec/mhpc/Kconfig" +source "board/emk/top5200/Kconfig" +source "board/emk/top860/Kconfig" +source "board/emk/top9000/Kconfig" +source "board/enbw/enbw_cmc/Kconfig" +source "board/ep8248/Kconfig" +source "board/ep8260/Kconfig" +source "board/ep82xxm/Kconfig" +source "board/esd/apc405/Kconfig" +source "board/esd/ar405/Kconfig" +source "board/esd/ash405/Kconfig" +source "board/esd/cms700/Kconfig" +source "board/esd/cpci2dp/Kconfig" +source "board/esd/cpci405/Kconfig" +source "board/esd/cpci5200/Kconfig" +source "board/esd/cpci750/Kconfig" +source "board/esd/cpciiser4/Kconfig" +source "board/esd/dp405/Kconfig" +source "board/esd/du405/Kconfig" +source "board/esd/du440/Kconfig" +source "board/esd/hh405/Kconfig" +source "board/esd/hub405/Kconfig" +source "board/esd/mecp5123/Kconfig" +source "board/esd/mecp5200/Kconfig" +source "board/esd/meesc/Kconfig" +source "board/esd/ocrtc/Kconfig" +source "board/esd/otc570/Kconfig" +source "board/esd/pci405/Kconfig" +source "board/esd/pf5200/Kconfig" +source "board/esd/plu405/Kconfig" +source "board/esd/pmc405/Kconfig" +source "board/esd/pmc405de/Kconfig" +source "board/esd/pmc440/Kconfig" +source "board/esd/tasreg/Kconfig" +source "board/esd/vme8349/Kconfig" +source "board/esd/voh405/Kconfig" +source "board/esd/vom405/Kconfig" +source "board/esd/wuh405/Kconfig" +source "board/esg/ima3-mx53/Kconfig" +source "board/espt/Kconfig" +source "board/esteem192e/Kconfig" +source "board/etin/debris/Kconfig" +source "board/etin/kvme080/Kconfig" +source "board/eukrea/cpu9260/Kconfig" +source "board/eukrea/cpuat91/Kconfig" +source "board/evb64260/Kconfig" +source "board/exmeritus/hww1u1a/Kconfig" +source "board/fads/Kconfig" +source "board/faraday/a320evb/Kconfig" +source "board/flagadm/Kconfig" +source "board/freescale/b4860qds/Kconfig" +source "board/freescale/bsc9131rdb/Kconfig" +source "board/freescale/bsc9132qds/Kconfig" +source "board/freescale/c29xpcie/Kconfig" +source "board/freescale/corenet_ds/Kconfig" +source "board/freescale/m5208evbe/Kconfig" +source "board/freescale/m52277evb/Kconfig" +source "board/freescale/m5235evb/Kconfig" +source "board/freescale/m5249evb/Kconfig" +source "board/freescale/m5253demo/Kconfig" +source "board/freescale/m5253evbe/Kconfig" +source "board/freescale/m5272c3/Kconfig" +source "board/freescale/m5275evb/Kconfig" +source "board/freescale/m5282evb/Kconfig" +source "board/freescale/m53017evb/Kconfig" +source "board/freescale/m5329evb/Kconfig" +source "board/freescale/m5373evb/Kconfig" +source "board/freescale/m54418twr/Kconfig" +source "board/freescale/m54451evb/Kconfig" +source "board/freescale/m54455evb/Kconfig" +source "board/freescale/m547xevb/Kconfig" +source "board/freescale/m548xevb/Kconfig" +source "board/freescale/mpc5121ads/Kconfig" +source "board/freescale/mpc7448hpc2/Kconfig" +source "board/freescale/mpc8260ads/Kconfig" +source "board/freescale/mpc8266ads/Kconfig" +source "board/freescale/mpc8308rdb/Kconfig" +source "board/freescale/mpc8313erdb/Kconfig" +source "board/freescale/mpc8315erdb/Kconfig" +source "board/freescale/mpc8323erdb/Kconfig" +source "board/freescale/mpc832xemds/Kconfig" +source "board/freescale/mpc8349emds/Kconfig" +source "board/freescale/mpc8349itx/Kconfig" +source "board/freescale/mpc8360emds/Kconfig" +source "board/freescale/mpc8360erdk/Kconfig" +source "board/freescale/mpc837xemds/Kconfig" +source "board/freescale/mpc837xerdb/Kconfig" +source "board/freescale/mpc8536ds/Kconfig" +source "board/freescale/mpc8540ads/Kconfig" +source "board/freescale/mpc8541cds/Kconfig" +source "board/freescale/mpc8544ds/Kconfig" +source "board/freescale/mpc8548cds/Kconfig" +source "board/freescale/mpc8555cds/Kconfig" +source "board/freescale/mpc8560ads/Kconfig" +source "board/freescale/mpc8568mds/Kconfig" +source "board/freescale/mpc8569mds/Kconfig" +source "board/freescale/mpc8572ds/Kconfig" +source "board/freescale/mpc8610hpcd/Kconfig" +source "board/freescale/mpc8641hpcn/Kconfig" +source "board/freescale/mx23evk/Kconfig" +source "board/freescale/mx25pdk/Kconfig" +source "board/freescale/mx28evk/Kconfig" +source "board/freescale/mx31ads/Kconfig" +source "board/freescale/mx31pdk/Kconfig" +source "board/freescale/mx35pdk/Kconfig" +source "board/freescale/mx51evk/Kconfig" +source "board/freescale/mx53ard/Kconfig" +source "board/freescale/mx53evk/Kconfig" +source "board/freescale/mx53loco/Kconfig" +source "board/freescale/mx53smd/Kconfig" +source "board/freescale/mx6qarm2/Kconfig" +source "board/freescale/mx6qsabreauto/Kconfig" +source "board/freescale/mx6sabresd/Kconfig" +source "board/freescale/mx6slevk/Kconfig" +source "board/freescale/p1010rdb/Kconfig" +source "board/freescale/p1022ds/Kconfig" +source "board/freescale/p1023rdb/Kconfig" +source "board/freescale/p1023rds/Kconfig" +source "board/freescale/p1_p2_rdb/Kconfig" +source "board/freescale/p1_p2_rdb_pc/Kconfig" +source "board/freescale/p1_twr/Kconfig" +source "board/freescale/p2020come/Kconfig" +source "board/freescale/p2020ds/Kconfig" +source "board/freescale/p2041rdb/Kconfig" +source "board/freescale/t1040qds/Kconfig" +source "board/freescale/t104xrdb/Kconfig" +source "board/freescale/t208xqds/Kconfig" +source "board/freescale/t208xrdb/Kconfig" +source "board/freescale/t4qds/Kconfig" +source "board/freescale/vf610twr/Kconfig" +source "board/funkwerk/vovpn-gw/Kconfig" +source "board/g2000/Kconfig" +source "board/gaisler/gr_cpci_ax2000/Kconfig" +source "board/gaisler/gr_ep2s60/Kconfig" +source "board/gaisler/gr_xc3s_1500/Kconfig" +source "board/gaisler/grsim/Kconfig" +source "board/gaisler/grsim_leon2/Kconfig" +source "board/galaxy5200/Kconfig" +source "board/gateworks/gw_ventana/Kconfig" +source "board/gdsys/405ep/Kconfig" +source "board/gdsys/405ex/Kconfig" +source "board/gdsys/dlvision/Kconfig" +source "board/gdsys/gdppc440etx/Kconfig" +source "board/gdsys/intip/Kconfig" +source "board/gdsys/p1022/Kconfig" +source "board/gen860t/Kconfig" +source "board/genesi/mx51_efikamx/Kconfig" +source "board/gw8260/Kconfig" +source "board/h2200/Kconfig" +source "board/hale/tt01/Kconfig" +source "board/hermes/Kconfig" +source "board/hidden_dragon/Kconfig" +source "board/highbank/Kconfig" +source "board/htkw/mcx/Kconfig" +source "board/hymod/Kconfig" +source "board/ibf-dsp561/Kconfig" +source "board/icecube/Kconfig" +source "board/icpdas/lp8x4x/Kconfig" +source "board/icu862/Kconfig" +source "board/ids8247/Kconfig" +source "board/ifm/ac14xx/Kconfig" +source "board/ifm/o2dnt2/Kconfig" +source "board/imgtec/malta/Kconfig" +source "board/imx31_phycore/Kconfig" +source "board/in-circuit/grasshopper/Kconfig" +source "board/inka4x0/Kconfig" +source "board/intercontrol/digsy_mtc/Kconfig" +source "board/iomega/iconnect/Kconfig" +source "board/ip04/Kconfig" +source "board/ip860/Kconfig" +source "board/ipek01/Kconfig" +source "board/iphase4539/Kconfig" +source "board/isee/igep0033/Kconfig" +source "board/isee/igep00x0/Kconfig" +source "board/ispan/Kconfig" +source "board/ivm/Kconfig" +source "board/jornada/Kconfig" +source "board/jse/Kconfig" +source "board/jupiter/Kconfig" +source "board/karo/tk71/Kconfig" +source "board/karo/tx25/Kconfig" +source "board/keymile/km82xx/Kconfig" +source "board/keymile/km83xx/Kconfig" +source "board/keymile/km_arm/Kconfig" +source "board/keymile/kmp204x/Kconfig" +source "board/kmc/kzm9g/Kconfig" +source "board/korat/Kconfig" +source "board/kup/kup4k/Kconfig" +source "board/kup/kup4x/Kconfig" +source "board/logicpd/am3517evm/Kconfig" +source "board/logicpd/imx27lite/Kconfig" +source "board/logicpd/imx31_litekit/Kconfig" +source "board/logicpd/omap3som/Kconfig" +source "board/logicpd/zoom1/Kconfig" +source "board/lwmon/Kconfig" +source "board/lwmon5/Kconfig" +source "board/manroland/hmi1001/Kconfig" +source "board/manroland/mucmc52/Kconfig" +source "board/manroland/uc100/Kconfig" +source "board/manroland/uc101/Kconfig" +source "board/matrix_vision/mergerbox/Kconfig" +source "board/matrix_vision/mvbc_p/Kconfig" +source "board/matrix_vision/mvblm7/Kconfig" +source "board/matrix_vision/mvblx/Kconfig" +source "board/matrix_vision/mvsmr/Kconfig" +source "board/mcc200/Kconfig" +source "board/micronas/vct/Kconfig" +source "board/mimc/mimc200/Kconfig" +source "board/miromico/hammerhead/Kconfig" +source "board/mosaixtech/icon/Kconfig" +source "board/motionpro/Kconfig" +source "board/mpc8308_p1m/Kconfig" +source "board/mpl/mip405/Kconfig" +source "board/mpl/pati/Kconfig" +source "board/mpl/pip405/Kconfig" +source "board/mpl/vcma9/Kconfig" +source "board/mpr2/Kconfig" +source "board/ms7720se/Kconfig" +source "board/ms7722se/Kconfig" +source "board/ms7750se/Kconfig" +source "board/muas3001/Kconfig" +source "board/munices/Kconfig" +source "board/musenki/Kconfig" +source "board/mvblue/Kconfig" +source "board/netphone/Kconfig" +source "board/netta/Kconfig" +source "board/netta2/Kconfig" +source "board/netvia/Kconfig" +source "board/nokia/rx51/Kconfig" +source "board/nvidia/beaver/Kconfig" +source "board/nvidia/cardhu/Kconfig" +source "board/nvidia/dalmore/Kconfig" +source "board/nvidia/harmony/Kconfig" +source "board/nvidia/seaboard/Kconfig" +source "board/nvidia/venice2/Kconfig" +source "board/nvidia/ventana/Kconfig" +source "board/nvidia/whistler/Kconfig" +source "board/olimex/mx23_olinuxino/Kconfig" +source "board/omicron/calimain/Kconfig" +source "board/openrisc/openrisc-generic/Kconfig" +source "board/overo/Kconfig" +source "board/palmld/Kconfig" +source "board/palmtc/Kconfig" +source "board/palmtreo680/Kconfig" +source "board/pandora/Kconfig" +source "board/pb1x00/Kconfig" +source "board/pcs440ep/Kconfig" +source "board/pdm360ng/Kconfig" +source "board/phytec/pcm030/Kconfig" +source "board/phytec/pcm051/Kconfig" +source "board/pm520/Kconfig" +source "board/pm826/Kconfig" +source "board/pm828/Kconfig" +source "board/ppcag/bg0900/Kconfig" +source "board/ppmc7xx/Kconfig" +source "board/ppmc8260/Kconfig" +source "board/pr1/Kconfig" +source "board/prodrive/alpr/Kconfig" +source "board/prodrive/p3mx/Kconfig" +source "board/prodrive/p3p440/Kconfig" +source "board/psyent/pci5441/Kconfig" +source "board/psyent/pk1c20/Kconfig" +source "board/pxa255_idp/Kconfig" +source "board/qemu-mips/Kconfig" +source "board/quad100hd/Kconfig" +source "board/quantum/Kconfig" +source "board/r360mpi/Kconfig" +source "board/raidsonic/ib62x0/Kconfig" +source "board/raspberrypi/rpi_b/Kconfig" +source "board/rattler/Kconfig" +source "board/rbc823/Kconfig" +source "board/renesas/MigoR/Kconfig" +source "board/renesas/ap325rxa/Kconfig" +source "board/renesas/ecovec/Kconfig" +source "board/renesas/koelsch/Kconfig" +source "board/renesas/lager/Kconfig" +source "board/renesas/r0p7734/Kconfig" +source "board/renesas/r2dplus/Kconfig" +source "board/renesas/r7780mp/Kconfig" +source "board/renesas/rsk7203/Kconfig" +source "board/renesas/rsk7264/Kconfig" +source "board/renesas/rsk7269/Kconfig" +source "board/renesas/sh7752evb/Kconfig" +source "board/renesas/sh7753evb/Kconfig" +source "board/renesas/sh7757lcr/Kconfig" +source "board/renesas/sh7763rdp/Kconfig" +source "board/renesas/sh7785lcr/Kconfig" +source "board/ronetix/pm9261/Kconfig" +source "board/ronetix/pm9263/Kconfig" +source "board/ronetix/pm9g45/Kconfig" +source "board/sacsng/Kconfig" +source "board/samsung/arndale/Kconfig" +source "board/samsung/goni/Kconfig" +source "board/samsung/origen/Kconfig" +source "board/samsung/smdk2410/Kconfig" +source "board/samsung/smdk5250/Kconfig" +source "board/samsung/smdk5420/Kconfig" +source "board/samsung/smdkc100/Kconfig" +source "board/samsung/smdkv310/Kconfig" +source "board/samsung/trats/Kconfig" +source "board/samsung/trats2/Kconfig" +source "board/samsung/universal_c210/Kconfig" +source "board/sandbox/sandbox/Kconfig" +source "board/sandburst/karef/Kconfig" +source "board/sandburst/metrobox/Kconfig" +source "board/sandisk/sansa_fuze_plus/Kconfig" +source "board/sandpoint/Kconfig" +source "board/sbc405/Kconfig" +source "board/sbc8349/Kconfig" +source "board/sbc8548/Kconfig" +source "board/sbc8641d/Kconfig" +source "board/sc3/Kconfig" +source "board/scb9328/Kconfig" +source "board/schulercontrol/sc_sps_1/Kconfig" +source "board/sheldon/simpc8313/Kconfig" +source "board/shmin/Kconfig" +source "board/siemens/corvus/Kconfig" +source "board/siemens/dxr2/Kconfig" +source "board/siemens/pxm2/Kconfig" +source "board/siemens/rut/Kconfig" +source "board/siemens/taurus/Kconfig" +source "board/silica/pengwyn/Kconfig" +source "board/sixnet/Kconfig" +source "board/snmc/qs850/Kconfig" +source "board/snmc/qs860t/Kconfig" +source "board/socrates/Kconfig" +source "board/solidrun/hummingboard/Kconfig" +source "board/spc1920/Kconfig" +source "board/spd8xx/Kconfig" +source "board/spear/spear300/Kconfig" +source "board/spear/spear310/Kconfig" +source "board/spear/spear320/Kconfig" +source "board/spear/spear600/Kconfig" +source "board/spear/x600/Kconfig" +source "board/st-ericsson/snowball/Kconfig" +source "board/st-ericsson/u8500/Kconfig" +source "board/st/nhk8815/Kconfig" +source "board/stx/stxgp3/Kconfig" +source "board/stx/stxssa/Kconfig" +source "board/stx/stxxtc/Kconfig" +source "board/svm_sc8xx/Kconfig" +source "board/synopsys/Kconfig" +source "board/synopsys/axs101/Kconfig" +source "board/syteco/jadecpu/Kconfig" +source "board/syteco/zmx25/Kconfig" +source "board/t3corp/Kconfig" +source "board/taskit/stamp9g20/Kconfig" +source "board/tcm-bf518/Kconfig" +source "board/tcm-bf537/Kconfig" +source "board/technexion/tao3530/Kconfig" +source "board/technexion/twister/Kconfig" +source "board/teejet/mt_ventoux/Kconfig" +source "board/ti/am335x/Kconfig" +source "board/ti/am3517crane/Kconfig" +source "board/ti/am43xx/Kconfig" +source "board/ti/beagle/Kconfig" +source "board/ti/dra7xx/Kconfig" +source "board/ti/evm/Kconfig" +source "board/ti/omap5912osk/Kconfig" +source "board/ti/omap5_uevm/Kconfig" +source "board/ti/panda/Kconfig" +source "board/ti/sdp3430/Kconfig" +source "board/ti/sdp4430/Kconfig" +source "board/ti/ti814x/Kconfig" +source "board/ti/ti816x/Kconfig" +source "board/ti/tnetv107xevm/Kconfig" +source "board/timll/devkit3250/Kconfig" +source "board/timll/devkit8000/Kconfig" +source "board/toradex/colibri_pxa270/Kconfig" +source "board/toradex/colibri_t20_iris/Kconfig" +source "board/total5200/Kconfig" +source "board/tqc/tqm5200/Kconfig" +source "board/tqc/tqm8260/Kconfig" +source "board/tqc/tqm8272/Kconfig" +source "board/tqc/tqm834x/Kconfig" +source "board/tqc/tqm8xx/Kconfig" +source "board/trizepsiv/Kconfig" +source "board/ttcontrol/vision2/Kconfig" +source "board/udoo/Kconfig" +source "board/utx8245/Kconfig" +source "board/v37/Kconfig" +source "board/v38b/Kconfig" +source "board/ve8313/Kconfig" +source "board/vpac270/Kconfig" +source "board/w7o/Kconfig" +source "board/wandboard/Kconfig" +source "board/woodburn/Kconfig" +source "board/xaeniax/Kconfig" +source "board/xes/xpedite1000/Kconfig" +source "board/xes/xpedite517x/Kconfig" +source "board/xes/xpedite520x/Kconfig" +source "board/xes/xpedite537x/Kconfig" +source "board/xes/xpedite550x/Kconfig" +source "board/xilinx/microblaze-generic/Kconfig" +source "board/xilinx/ml507/Kconfig" +source "board/xilinx/ppc405-generic/Kconfig" +source "board/xilinx/ppc440-generic/Kconfig" +source "board/xilinx/zynq/Kconfig" +source "board/zeus/Kconfig" +source "board/zipitz2/Kconfig" +source "board/zpc1900/Kconfig" diff --git a/board/LEOX/elpt860/Kconfig b/board/LEOX/elpt860/Kconfig new file mode 100644 index 0000000..3e60b1d --- /dev/null +++ b/board/LEOX/elpt860/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ELPT860 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "elpt860" + +config SYS_VENDOR + string + default "LEOX" + +config SYS_CONFIG_NAME + string + default "ELPT860" + +config BOARD_MAINTAINER + string + default "The LEOX team team@leox.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/LaCie/edminiv2/Kconfig b/board/LaCie/edminiv2/Kconfig new file mode 100644 index 0000000..90e53c8 --- /dev/null +++ b/board/LaCie/edminiv2/Kconfig @@ -0,0 +1,31 @@ +if TARGET_EDMINIV2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "edminiv2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "orion5x" + +config SYS_CONFIG_NAME + string + default "edminiv2" + +config BOARD_MAINTAINER + string + default "Albert ARIBAUD albert.u.boot@aribaud.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/LaCie/net2big_v2/Kconfig b/board/LaCie/net2big_v2/Kconfig new file mode 100644 index 0000000..b7c24a5 --- /dev/null +++ b/board/LaCie/net2big_v2/Kconfig @@ -0,0 +1,71 @@ +if TARGET_D2NET_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "net2big_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "D2NET_V2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NET2BIG_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "net2big_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "NET2BIG_V2" + +config BOARD_MAINTAINER + string + default "Simon Guinot simon.guinot@sequanux.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/LaCie/netspace_v2/Kconfig b/board/LaCie/netspace_v2/Kconfig new file mode 100644 index 0000000..ce4d063 --- /dev/null +++ b/board/LaCie/netspace_v2/Kconfig @@ -0,0 +1,179 @@ +if TARGET_INETSPACE_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "netspace_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "INETSPACE_V2" + +config BOARD_MAINTAINER + string + default "Simon Guinot simon.guinot@sequanux.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETSPACE_LITE_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "netspace_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "NETSPACE_LITE_V2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETSPACE_MAX_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "netspace_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "NETSPACE_MAX_V2" + +config BOARD_MAINTAINER + string + default "Simon Guinot simon.guinot@sequanux.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETSPACE_MINI_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "netspace_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "NETSPACE_MINI_V2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETSPACE_V2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "netspace_v2" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lacie_kw" + +config SYS_EXTRA_OPTIONS + string + default "NETSPACE_V2" + +config BOARD_MAINTAINER + string + default "Simon Guinot simon.guinot@sequanux.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/LaCie/wireless_space/Kconfig b/board/LaCie/wireless_space/Kconfig new file mode 100644 index 0000000..a41dd69 --- /dev/null +++ b/board/LaCie/wireless_space/Kconfig @@ -0,0 +1,31 @@ +if TARGET_WIRELESS_SPACE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "wireless_space" + +config SYS_VENDOR + string + default "LaCie" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "wireless_space" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/aspenite/Kconfig b/board/Marvell/aspenite/Kconfig new file mode 100644 index 0000000..22cf528 --- /dev/null +++ b/board/Marvell/aspenite/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ASPENITE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "aspenite" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "armada100" + +config SYS_CONFIG_NAME + string + default "aspenite" + +config BOARD_MAINTAINER + string + default "Prafulla Wadaskar prafulla@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/db64360/Kconfig b/board/Marvell/db64360/Kconfig new file mode 100644 index 0000000..2d55742 --- /dev/null +++ b/board/Marvell/db64360/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DB64360 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "db64360" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_CONFIG_NAME + string + default "DB64360" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/db64460/Kconfig b/board/Marvell/db64460/Kconfig new file mode 100644 index 0000000..ffe45e1 --- /dev/null +++ b/board/Marvell/db64460/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DB64460 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "db64460" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_CONFIG_NAME + string + default "DB64460" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/dkb/Kconfig b/board/Marvell/dkb/Kconfig new file mode 100644 index 0000000..eac2d9b --- /dev/null +++ b/board/Marvell/dkb/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DKB + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dkb" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "pantheon" + +config SYS_CONFIG_NAME + string + default "dkb" + +config BOARD_MAINTAINER + string + default "Lei Wen leiwen@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/dreamplug/Kconfig b/board/Marvell/dreamplug/Kconfig new file mode 100644 index 0000000..8ed37f9 --- /dev/null +++ b/board/Marvell/dreamplug/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DREAMPLUG + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dreamplug" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "dreamplug" + +config BOARD_MAINTAINER + string + default "Jason Cooper u-boot@lakedaemon.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/gplugd/Kconfig b/board/Marvell/gplugd/Kconfig new file mode 100644 index 0000000..1b8a6ff --- /dev/null +++ b/board/Marvell/gplugd/Kconfig @@ -0,0 +1,31 @@ +if TARGET_GPLUGD + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "gplugd" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "armada100" + +config SYS_CONFIG_NAME + string + default "gplugd" + +config BOARD_MAINTAINER + string + default "Ajay Bhargav ajay.bhargav@einfochips.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/guruplug/Kconfig b/board/Marvell/guruplug/Kconfig new file mode 100644 index 0000000..a057436 --- /dev/null +++ b/board/Marvell/guruplug/Kconfig @@ -0,0 +1,31 @@ +if TARGET_GURUPLUG + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "guruplug" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "guruplug" + +config BOARD_MAINTAINER + string + default "Siddarth Gore gores@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/mv88f6281gtw_ge/Kconfig b/board/Marvell/mv88f6281gtw_ge/Kconfig new file mode 100644 index 0000000..aa258df --- /dev/null +++ b/board/Marvell/mv88f6281gtw_ge/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MV88F6281GTW_GE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mv88f6281gtw_ge" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "mv88f6281gtw_ge" + +config BOARD_MAINTAINER + string + default "Prafulla Wadaskar prafulla@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/openrd/Kconfig b/board/Marvell/openrd/Kconfig new file mode 100644 index 0000000..e49f513 --- /dev/null +++ b/board/Marvell/openrd/Kconfig @@ -0,0 +1,107 @@ +if TARGET_OPENRD_BASE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "openrd" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "openrd" + +config SYS_EXTRA_OPTIONS + string + default "BOARD_IS_OPENRD_BASE" + +config BOARD_MAINTAINER + string + default "Prafulla Wadaskar prafulla@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_OPENRD_CLIENT + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "openrd" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "openrd" + +config SYS_EXTRA_OPTIONS + string + default "BOARD_IS_OPENRD_CLIENT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_OPENRD_ULTIMATE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "openrd" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "openrd" + +config SYS_EXTRA_OPTIONS + string + default "BOARD_IS_OPENRD_ULTIMATE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/rd6281a/Kconfig b/board/Marvell/rd6281a/Kconfig new file mode 100644 index 0000000..be6274f --- /dev/null +++ b/board/Marvell/rd6281a/Kconfig @@ -0,0 +1,31 @@ +if TARGET_RD6281A + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "rd6281a" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "rd6281a" + +config BOARD_MAINTAINER + string + default "Prafulla Wadaskar prafulla@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Marvell/sheevaplug/Kconfig b/board/Marvell/sheevaplug/Kconfig new file mode 100644 index 0000000..3fd27b5 --- /dev/null +++ b/board/Marvell/sheevaplug/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SHEEVAPLUG + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sheevaplug" + +config SYS_VENDOR + string + default "Marvell" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "sheevaplug" + +config BOARD_MAINTAINER + string + default "Prafulla Wadaskar prafulla@marvell.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/RPXlite_dw/Kconfig b/board/RPXlite_dw/Kconfig new file mode 100644 index 0000000..6eafaf6 --- /dev/null +++ b/board/RPXlite_dw/Kconfig @@ -0,0 +1,219 @@ +if TARGET_RPXLITE_DW + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_64 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "RPXlite_64MHz" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_64_LCD + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "RPXlite_64MHz,LCD,NEC_NL6448BC20" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_LCD + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "LCD,NEC_NL6448BC20" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_NVRAM + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "ENV_IS_IN_NVRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_NVRAM_64 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "RPXlite_64MHz,ENV_IS_IN_NVRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_NVRAM_64_LCD + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "RPXlite_64MHz,LCD,NEC_NL6448BC20,ENV_IS_IN_NVRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RPXLITE_DW_NVRAM_LCD + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RPXlite_dw" + +config SYS_CONFIG_NAME + string + default "RPXlite_DW" + +config SYS_EXTRA_OPTIONS + string + default "LCD,NEC_NL6448BC20,ENV_IS_IN_NVRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/RRvision/Kconfig b/board/RRvision/Kconfig new file mode 100644 index 0000000..b21b332 --- /dev/null +++ b/board/RRvision/Kconfig @@ -0,0 +1,51 @@ +if TARGET_RRVISION + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RRvision" + +config SYS_CONFIG_NAME + string + default "RRvision" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RRVISION_LCD + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "RRvision" + +config SYS_CONFIG_NAME + string + default "RRvision" + +config SYS_EXTRA_OPTIONS + string + default "LCD,SHARP_LQ104V7DS01" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Seagate/dockstar/Kconfig b/board/Seagate/dockstar/Kconfig new file mode 100644 index 0000000..d58c082 --- /dev/null +++ b/board/Seagate/dockstar/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DOCKSTAR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dockstar" + +config SYS_VENDOR + string + default "Seagate" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "dockstar" + +config BOARD_MAINTAINER + string + default "Eric Cooper ecc@cmu.edu" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/Seagate/goflexhome/Kconfig b/board/Seagate/goflexhome/Kconfig new file mode 100644 index 0000000..b0df803 --- /dev/null +++ b/board/Seagate/goflexhome/Kconfig @@ -0,0 +1,31 @@ +if TARGET_GOFLEXHOME + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "goflexhome" + +config SYS_VENDOR + string + default "Seagate" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "goflexhome" + +config BOARD_MAINTAINER + string + default "Suriyan Ramasami suriyan.r@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/a3000/Kconfig b/board/a3000/Kconfig new file mode 100644 index 0000000..71713b4 --- /dev/null +++ b/board/a3000/Kconfig @@ -0,0 +1,23 @@ +if TARGET_A3000 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "a3000" + +config SYS_CONFIG_NAME + string + default "A3000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/a3m071/Kconfig b/board/a3m071/Kconfig new file mode 100644 index 0000000..591d54c --- /dev/null +++ b/board/a3m071/Kconfig @@ -0,0 +1,51 @@ +if TARGET_A3M071 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "a3m071" + +config SYS_CONFIG_NAME + string + default "a3m071" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_A4M2K + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "a3m071" + +config SYS_CONFIG_NAME + string + default "a3m071" + +config SYS_EXTRA_OPTIONS + string + default "A4M2K" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/a4m072/Kconfig b/board/a4m072/Kconfig new file mode 100644 index 0000000..c64e558 --- /dev/null +++ b/board/a4m072/Kconfig @@ -0,0 +1,23 @@ +if TARGET_A4M072 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "a4m072" + +config SYS_CONFIG_NAME + string + default "a4m072" + +config BOARD_MAINTAINER + string + default "Sergei Poselenov sposelenov@emcraft.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/adder/Kconfig b/board/adder/Kconfig new file mode 100644 index 0000000..c81b927 --- /dev/null +++ b/board/adder/Kconfig @@ -0,0 +1,51 @@ +if TARGET_ADDER + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "adder" + +config SYS_CONFIG_NAME + string + default "Adder" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_ADDERII + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "adder" + +config SYS_CONFIG_NAME + string + default "Adder" + +config SYS_EXTRA_OPTIONS + string + default "MPC852T" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/afeb9260/Kconfig b/board/afeb9260/Kconfig new file mode 100644 index 0000000..d969b20 --- /dev/null +++ b/board/afeb9260/Kconfig @@ -0,0 +1,27 @@ +if TARGET_AFEB9260 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "afeb9260" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "afeb9260" + +config BOARD_MAINTAINER + string + default "Sergey Lapin slapin@ossfans.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ait/cam_enc_4xx/Kconfig b/board/ait/cam_enc_4xx/Kconfig new file mode 100644 index 0000000..b17361e --- /dev/null +++ b/board/ait/cam_enc_4xx/Kconfig @@ -0,0 +1,31 @@ +if TARGET_CAM_ENC_4XX + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cam_enc_4xx" + +config SYS_VENDOR + string + default "ait" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "cam_enc_4xx" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/alphaproject/ap_sh4a_4a/Kconfig b/board/alphaproject/ap_sh4a_4a/Kconfig new file mode 100644 index 0000000..f9002e2 --- /dev/null +++ b/board/alphaproject/ap_sh4a_4a/Kconfig @@ -0,0 +1,27 @@ +if TARGET_AP_SH4A_4A + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ap_sh4a_4a" + +config SYS_VENDOR + string + default "alphaproject" + +config SYS_CONFIG_NAME + string + default "ap_sh4a_4a" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/altera/nios2-generic/Kconfig b/board/altera/nios2-generic/Kconfig new file mode 100644 index 0000000..38bb252 --- /dev/null +++ b/board/altera/nios2-generic/Kconfig @@ -0,0 +1,27 @@ +if TARGET_NIOS2_GENERIC + +config SYS_CPU + string + default "nios2" + +config SYS_BOARD + string + default "nios2-generic" + +config SYS_VENDOR + string + default "altera" + +config SYS_CONFIG_NAME + string + default "nios2-generic" + +config BOARD_MAINTAINER + string + default "Scott McNutt smcnutt@psyent.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/altera/socfpga/Kconfig b/board/altera/socfpga/Kconfig new file mode 100644 index 0000000..9e13a8c --- /dev/null +++ b/board/altera/socfpga/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SOCFPGA_CYCLONE5 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "socfpga" + +config SYS_VENDOR + string + default "altera" + +config SYS_SOC + string + default "socfpga" + +config SYS_CONFIG_NAME + string + default "socfpga_cyclone5" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/acadia/Kconfig b/board/amcc/acadia/Kconfig new file mode 100644 index 0000000..46711284 --- /dev/null +++ b/board/amcc/acadia/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ACADIA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "acadia" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "acadia" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/bamboo/Kconfig b/board/amcc/bamboo/Kconfig new file mode 100644 index 0000000..90832df --- /dev/null +++ b/board/amcc/bamboo/Kconfig @@ -0,0 +1,27 @@ +if TARGET_BAMBOO + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "bamboo" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "bamboo" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/bluestone/Kconfig b/board/amcc/bluestone/Kconfig new file mode 100644 index 0000000..eff1e14 --- /dev/null +++ b/board/amcc/bluestone/Kconfig @@ -0,0 +1,27 @@ +if TARGET_BLUESTONE + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "bluestone" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "bluestone" + +config BOARD_MAINTAINER + string + default "Tirumala Marri tmarri@apm.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/amcc/bubinga/Kconfig b/board/amcc/bubinga/Kconfig new file mode 100644 index 0000000..cfd129d --- /dev/null +++ b/board/amcc/bubinga/Kconfig @@ -0,0 +1,27 @@ +if TARGET_BUBINGA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "bubinga" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "bubinga" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/canyonlands/Kconfig b/board/amcc/canyonlands/Kconfig new file mode 100644 index 0000000..09cb260 --- /dev/null +++ b/board/amcc/canyonlands/Kconfig @@ -0,0 +1,95 @@ +if TARGET_ARCHES + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "canyonlands" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "canyonlands" + +config SYS_EXTRA_OPTIONS + string + default "ARCHES" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CANYONLANDS + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "canyonlands" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "canyonlands" + +config SYS_EXTRA_OPTIONS + string + default "CANYONLANDS" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GLACIER + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "canyonlands" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "canyonlands" + +config SYS_EXTRA_OPTIONS + string + default "GLACIER" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/ebony/Kconfig b/board/amcc/ebony/Kconfig new file mode 100644 index 0000000..809a9b6 --- /dev/null +++ b/board/amcc/ebony/Kconfig @@ -0,0 +1,27 @@ +if TARGET_EBONY + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ebony" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "ebony" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/katmai/Kconfig b/board/amcc/katmai/Kconfig new file mode 100644 index 0000000..27a1434 --- /dev/null +++ b/board/amcc/katmai/Kconfig @@ -0,0 +1,27 @@ +if TARGET_KATMAI + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "katmai" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "katmai" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/kilauea/Kconfig b/board/amcc/kilauea/Kconfig new file mode 100644 index 0000000..28e0267 --- /dev/null +++ b/board/amcc/kilauea/Kconfig @@ -0,0 +1,63 @@ +if TARGET_HALEAKALA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "kilauea" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "kilauea" + +config SYS_EXTRA_OPTIONS + string + default "HALEAKALA" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KILAUEA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "kilauea" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "kilauea" + +config SYS_EXTRA_OPTIONS + string + default "KILAUEA" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/luan/Kconfig b/board/amcc/luan/Kconfig new file mode 100644 index 0000000..22253a9 --- /dev/null +++ b/board/amcc/luan/Kconfig @@ -0,0 +1,27 @@ +if TARGET_LUAN + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "luan" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "luan" + +config BOARD_MAINTAINER + string + default "John Otken jotken@softadvances.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/makalu/Kconfig b/board/amcc/makalu/Kconfig new file mode 100644 index 0000000..a640b8b --- /dev/null +++ b/board/amcc/makalu/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MAKALU + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "makalu" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "makalu" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/ocotea/Kconfig b/board/amcc/ocotea/Kconfig new file mode 100644 index 0000000..7817f4f --- /dev/null +++ b/board/amcc/ocotea/Kconfig @@ -0,0 +1,27 @@ +if TARGET_OCOTEA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ocotea" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "ocotea" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/redwood/Kconfig b/board/amcc/redwood/Kconfig new file mode 100644 index 0000000..c94201d --- /dev/null +++ b/board/amcc/redwood/Kconfig @@ -0,0 +1,27 @@ +if TARGET_REDWOOD + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "redwood" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "redwood" + +config BOARD_MAINTAINER + string + default "Feng Kan fkan@amcc.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/sequoia/Kconfig b/board/amcc/sequoia/Kconfig new file mode 100644 index 0000000..df96f27 --- /dev/null +++ b/board/amcc/sequoia/Kconfig @@ -0,0 +1,127 @@ +if TARGET_RAINIER + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "sequoia" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "sequoia" + +config SYS_EXTRA_OPTIONS + string + default "RAINIER" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_RAINIER_RAMBOOT + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "sequoia" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "sequoia" + +config SYS_EXTRA_OPTIONS + string + default "RAINIER,SYS_RAMBOOT,SYS_TEXT_BASE=0x01000000,SYS_LDSCRIPT=board/amcc/sequoia/u-boot-ram.lds" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SEQUOIA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "sequoia" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "sequoia" + +config SYS_EXTRA_OPTIONS + string + default "SEQUOIA" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SEQUOIA_RAMBOOT + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "sequoia" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "sequoia" + +config SYS_EXTRA_OPTIONS + string + default "SEQUOIA,SYS_RAMBOOT,SYS_TEXT_BASE=0x01000000,SYS_LDSCRIPT=board/amcc/sequoia/u-boot-ram.lds" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/taihu/Kconfig b/board/amcc/taihu/Kconfig new file mode 100644 index 0000000..d47ca40 --- /dev/null +++ b/board/amcc/taihu/Kconfig @@ -0,0 +1,27 @@ +if TARGET_TAIHU + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "taihu" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "taihu" + +config BOARD_MAINTAINER + string + default "John Otken jotken@softadvances.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/taishan/Kconfig b/board/amcc/taishan/Kconfig new file mode 100644 index 0000000..43d8a5b --- /dev/null +++ b/board/amcc/taishan/Kconfig @@ -0,0 +1,27 @@ +if TARGET_TAISHAN + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "taishan" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "taishan" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/walnut/Kconfig b/board/amcc/walnut/Kconfig new file mode 100644 index 0000000..a8e4815 --- /dev/null +++ b/board/amcc/walnut/Kconfig @@ -0,0 +1,55 @@ +if TARGET_SYCAMORE + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "walnut" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "walnut" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_WALNUT + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "walnut" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "walnut" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/yosemite/Kconfig b/board/amcc/yosemite/Kconfig new file mode 100644 index 0000000..25eabde --- /dev/null +++ b/board/amcc/yosemite/Kconfig @@ -0,0 +1,63 @@ +if TARGET_YELLOWSTONE + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "yosemite" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "yosemite" + +config SYS_EXTRA_OPTIONS + string + default "YELLOWSTONE" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_YOSEMITE + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "yosemite" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "yosemite" + +config SYS_EXTRA_OPTIONS + string + default "YOSEMITE" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/amcc/yucca/Kconfig b/board/amcc/yucca/Kconfig new file mode 100644 index 0000000..9bbd457 --- /dev/null +++ b/board/amcc/yucca/Kconfig @@ -0,0 +1,27 @@ +if TARGET_YUCCA + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "yucca" + +config SYS_VENDOR + string + default "amcc" + +config SYS_CONFIG_NAME + string + default "yucca" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/armadeus/apf27/Kconfig b/board/armadeus/apf27/Kconfig new file mode 100644 index 0000000..35bf830 --- /dev/null +++ b/board/armadeus/apf27/Kconfig @@ -0,0 +1,31 @@ +if TARGET_APF27 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "apf27" + +config SYS_VENDOR + string + default "armadeus" + +config SYS_SOC + string + default "mx27" + +config SYS_CONFIG_NAME + string + default "apf27" + +config BOARD_MAINTAINER + string + default "Philippe Reynes tremyfr@yahoo.fr:Eric Jarrige eric.jarrige@armadeus.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/armltd/integrator/Kconfig b/board/armltd/integrator/Kconfig new file mode 100644 index 0000000..8790558 --- /dev/null +++ b/board/armltd/integrator/Kconfig @@ -0,0 +1,255 @@ +if TARGET_INTEGRATORCP_CM1136 + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorcp" + +config SYS_EXTRA_OPTIONS + string + default "CM1136" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORAP_CM720T + +config SYS_CPU + string + default "arm720t" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorap" + +config SYS_EXTRA_OPTIONS + string + default "CM720T" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORAP_CM920T + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorap" + +config SYS_EXTRA_OPTIONS + string + default "CM920T" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORCP_CM920T + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorcp" + +config SYS_EXTRA_OPTIONS + string + default "CM920T" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORAP_CM926EJS + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorap" + +config SYS_EXTRA_OPTIONS + string + default "CM926EJ_S" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORCP_CM926EJS + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorcp" + +config SYS_EXTRA_OPTIONS + string + default "CM924EJ_S" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORAP_CM946ES + +config SYS_CPU + string + default "arm946es" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorap" + +config SYS_EXTRA_OPTIONS + string + default "CM946ES" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTEGRATORCP_CM946ES + +config SYS_CPU + string + default "arm946es" + +config SYS_BOARD + string + default "integrator" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "integratorcp" + +config SYS_EXTRA_OPTIONS + string + default "CM946ES" + +config BOARD_MAINTAINER + string + default "Linus Walleij linus.walleij@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/armltd/versatile/Kconfig b/board/armltd/versatile/Kconfig new file mode 100644 index 0000000..5cc18a6 --- /dev/null +++ b/board/armltd/versatile/Kconfig @@ -0,0 +1,107 @@ +if TARGET_VERSATILEAB + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "versatile" + +config SYS_VENDOR + string + default "armltd" + +config SYS_SOC + string + default "versatile" + +config SYS_CONFIG_NAME + string + default "versatile" + +config SYS_EXTRA_OPTIONS + string + default "ARCH_VERSATILE_AB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VERSATILEPB + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "versatile" + +config SYS_VENDOR + string + default "armltd" + +config SYS_SOC + string + default "versatile" + +config SYS_CONFIG_NAME + string + default "versatile" + +config SYS_EXTRA_OPTIONS + string + default "ARCH_VERSATILE_PB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VERSATILEQEMU + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "versatile" + +config SYS_VENDOR + string + default "armltd" + +config SYS_SOC + string + default "versatile" + +config SYS_CONFIG_NAME + string + default "versatile" + +config SYS_EXTRA_OPTIONS + string + default "ARCH_VERSATILE_QEMU,ARCH_VERSATILE_PB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/armltd/vexpress/Kconfig b/board/armltd/vexpress/Kconfig new file mode 100644 index 0000000..8ebf7a3 --- /dev/null +++ b/board/armltd/vexpress/Kconfig @@ -0,0 +1,83 @@ +if TARGET_VEXPRESS_CA15_TC2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "vexpress" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "vexpress_ca15_tc2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VEXPRESS_CA5X2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "vexpress" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "vexpress_ca5x2" + +config BOARD_MAINTAINER + string + default "Matt Waddel matt.waddel@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VEXPRESS_CA9X4 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "vexpress" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "vexpress_ca9x4" + +config BOARD_MAINTAINER + string + default "Matt Waddel matt.waddel@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig new file mode 100644 index 0000000..6435d4d --- /dev/null +++ b/board/armltd/vexpress64/Kconfig @@ -0,0 +1,31 @@ +if TARGET_VEXPRESS_AEMV8A + +config SYS_CPU + string + default "armv8" + +config SYS_BOARD + string + default "vexpress64" + +config SYS_VENDOR + string + default "armltd" + +config SYS_CONFIG_NAME + string + default "vexpress_aemv8a" + +config SYS_EXTRA_OPTIONS + string + default "ARM64" + +config BOARD_MAINTAINER + string + default "David Feng fenghua@phytium.com.cn" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/astro/mcf5373l/Kconfig b/board/astro/mcf5373l/Kconfig new file mode 100644 index 0000000..8d45bd8 --- /dev/null +++ b/board/astro/mcf5373l/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ASTRO_MCF5373L + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "mcf5373l" + +config SYS_VENDOR + string + default "astro" + +config SYS_CONFIG_NAME + string + default "astro_mcf5373l" + +config BOARD_MAINTAINER + string + default "Wolfgang Wegner w.wegner@astro-kom.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atc/Kconfig b/board/atc/Kconfig new file mode 100644 index 0000000..0a5e281 --- /dev/null +++ b/board/atc/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ATC + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "atc" + +config SYS_CONFIG_NAME + string + default "atc" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmark-techno/armadillo-800eva/Kconfig b/board/atmark-techno/armadillo-800eva/Kconfig new file mode 100644 index 0000000..d811cb4 --- /dev/null +++ b/board/atmark-techno/armadillo-800eva/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ARMADILLO_800EVA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "armadillo-800eva" + +config SYS_VENDOR + string + default "atmark-techno" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "armadillo-800eva" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91rm9200ek/Kconfig b/board/atmel/at91rm9200ek/Kconfig new file mode 100644 index 0000000..8c7cfa4 --- /dev/null +++ b/board/atmel/at91rm9200ek/Kconfig @@ -0,0 +1,67 @@ +if TARGET_AT91RM9200EK + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "at91rm9200ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91rm9200ek" + +config BOARD_MAINTAINER + string + default "Andreas Bießmann andreas.devel@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91RM9200EK_RAM + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "at91rm9200ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91rm9200ek" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT" + +config BOARD_MAINTAINER + string + default "Andreas Bießmann andreas.devel@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9260ek/Kconfig b/board/atmel/at91sam9260ek/Kconfig new file mode 100644 index 0000000..5becd98 --- /dev/null +++ b/board/atmel/at91sam9260ek/Kconfig @@ -0,0 +1,395 @@ +if TARGET_AT91SAM9260EK_DATAFLASH_CS0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9260,SYS_USE_DATAFLASH_CS0" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9260EK_DATAFLASH_CS1 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9260,SYS_USE_DATAFLASH_CS1" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9260EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9260,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G20EK_2MMC_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,AT91SAM9G20EK_2MMC,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G20EK_DATAFLASH_CS0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_DATAFLASH_CS0" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G20EK_DATAFLASH_CS1 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_DATAFLASH_CS1" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G20EK_MMC + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_MMC" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G20EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9XEEK_DATAFLASH_CS0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9XE,SYS_USE_DATAFLASH_CS0" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9XEEK_DATAFLASH_CS1 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9XE,SYS_USE_DATAFLASH_CS1" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9XEEK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9260ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9260ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9XE,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9261ek/Kconfig b/board/atmel/at91sam9261ek/Kconfig new file mode 100644 index 0000000..00398e2 --- /dev/null +++ b/board/atmel/at91sam9261ek/Kconfig @@ -0,0 +1,215 @@ +if TARGET_AT91SAM9261EK_DATAFLASH_CS0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9261ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9261ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9261,SYS_USE_DATAFLASH_CS0" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9261EK_DATAFLASH_CS3 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9261ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9261ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9261,SYS_USE_DATAFLASH_CS3" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9261EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9261ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9261ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9261,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G10EK_DATAFLASH_CS0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9261ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9261ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G10,SYS_USE_DATAFLASH_CS0" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G10EK_DATAFLASH_CS3 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9261ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9261ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G10,SYS_USE_DATAFLASH_CS3" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9G10EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9261ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9261ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G10,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9263ek/Kconfig b/board/atmel/at91sam9263ek/Kconfig new file mode 100644 index 0000000..6b10460 --- /dev/null +++ b/board/atmel/at91sam9263ek/Kconfig @@ -0,0 +1,179 @@ +if TARGET_AT91SAM9263EK_DATAFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9263ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9263ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9263EK_DATAFLASH_CS0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9263ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9263ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9263EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9263ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9263ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9263EK_NORFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9263ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9263ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_NORFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9263EK_NORFLASH_BOOT + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9263ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9263ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_BOOT_NORFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9m10g45ek/Kconfig b/board/atmel/at91sam9m10g45ek/Kconfig new file mode 100644 index 0000000..4132286 --- /dev/null +++ b/board/atmel/at91sam9m10g45ek/Kconfig @@ -0,0 +1,35 @@ +if TARGET_AT91SAM9M10G45EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9m10g45ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9m10g45ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9M10G45,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shenvoice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9n12ek/Kconfig b/board/atmel/at91sam9n12ek/Kconfig new file mode 100644 index 0000000..2a84221 --- /dev/null +++ b/board/atmel/at91sam9n12ek/Kconfig @@ -0,0 +1,107 @@ +if TARGET_AT91SAM9N12EK_MMC + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9n12ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9n12ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9N12,SYS_USE_MMC" + +config BOARD_MAINTAINER + string + default "Josh Wu josh.wu@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9N12EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9n12ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9n12ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9N12,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Josh Wu josh.wu@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9N12EK_SPIFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9n12ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9n12ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9N12,SYS_USE_SPIFLASH" + +config BOARD_MAINTAINER + string + default "Josh Wu josh.wu@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9rlek/Kconfig b/board/atmel/at91sam9rlek/Kconfig new file mode 100644 index 0000000..f43e681 --- /dev/null +++ b/board/atmel/at91sam9rlek/Kconfig @@ -0,0 +1,71 @@ +if TARGET_AT91SAM9RLEK_DATAFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9rlek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9rlek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9RL,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9RLEK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9rlek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9rlek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9RL,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Stelian Pop stelian@popies.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/at91sam9x5ek/Kconfig b/board/atmel/at91sam9x5ek/Kconfig new file mode 100644 index 0000000..35fabf4 --- /dev/null +++ b/board/atmel/at91sam9x5ek/Kconfig @@ -0,0 +1,143 @@ +if TARGET_AT91SAM9X5EK_DATAFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9x5ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9x5ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9X5,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9X5EK_MMC + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9x5ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9x5ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9X5,SYS_USE_MMC" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9X5EK_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9x5ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9x5ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9X5,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AT91SAM9X5EK_SPIFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "at91sam9x5ek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "at91sam9x5ek" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9X5,SYS_USE_SPIFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/atngw100/Kconfig b/board/atmel/atngw100/Kconfig new file mode 100644 index 0000000..948db71 --- /dev/null +++ b/board/atmel/atngw100/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ATNGW100 + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "atngw100" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atngw100" + +config BOARD_MAINTAINER + string + default "Haavard Skinnemoen haavard.skinnemoen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/atngw100mkii/Kconfig b/board/atmel/atngw100mkii/Kconfig new file mode 100644 index 0000000..39f424c --- /dev/null +++ b/board/atmel/atngw100mkii/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ATNGW100MKII + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "atngw100mkii" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atngw100mkii" + +config BOARD_MAINTAINER + string + default "Andreas Bießmann andreas.devel@googlemail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/atstk1000/Kconfig b/board/atmel/atstk1000/Kconfig new file mode 100644 index 0000000..3afa4b4 --- /dev/null +++ b/board/atmel/atstk1000/Kconfig @@ -0,0 +1,127 @@ +if TARGET_ATSTK1002 + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1002" + +config BOARD_MAINTAINER + string + default "Haavard Skinnemoen haavard.skinnemoen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ATSTK1003 + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1003" + +config BOARD_MAINTAINER + string + default "Haavard Skinnemoen haavard.skinnemoen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ATSTK1004 + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1004" + +config BOARD_MAINTAINER + string + default "Haavard Skinnemoen haavard.skinnemoen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ATSTK1006 + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "atstk1000" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "atstk1006" + +config BOARD_MAINTAINER + string + default "Haavard Skinnemoen haavard.skinnemoen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/sama5d3_xplained/Kconfig b/board/atmel/sama5d3_xplained/Kconfig new file mode 100644 index 0000000..cbf06cf --- /dev/null +++ b/board/atmel/sama5d3_xplained/Kconfig @@ -0,0 +1,71 @@ +if TARGET_SAMA5D3_XPLAINED_MMC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sama5d3_xplained" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sama5d3_xplained" + +config SYS_EXTRA_OPTIONS + string + default "SAMA5D3,SYS_USE_MMC" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SAMA5D3_XPLAINED_NANDFLASH + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sama5d3_xplained" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sama5d3_xplained" + +config SYS_EXTRA_OPTIONS + string + default "SAMA5D3,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/atmel/sama5d3xek/Kconfig b/board/atmel/sama5d3xek/Kconfig new file mode 100644 index 0000000..abf0a05 --- /dev/null +++ b/board/atmel/sama5d3xek/Kconfig @@ -0,0 +1,107 @@ +if TARGET_SAMA5D3XEK_MMC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sama5d3xek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sama5d3xek" + +config SYS_EXTRA_OPTIONS + string + default "SAMA5D3,SYS_USE_MMC" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SAMA5D3XEK_NANDFLASH + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sama5d3xek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sama5d3xek" + +config SYS_EXTRA_OPTIONS + string + default "SAMA5D3,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SAMA5D3XEK_SPIFLASH + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sama5d3xek" + +config SYS_VENDOR + string + default "atmel" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sama5d3xek" + +config SYS_EXTRA_OPTIONS + string + default "SAMA5D3,SYS_USE_SERIALFLASH" + +config BOARD_MAINTAINER + string + default "Bo Shen voice.shen@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/avionic-design/medcom-wide/Kconfig b/board/avionic-design/medcom-wide/Kconfig new file mode 100644 index 0000000..965d606 --- /dev/null +++ b/board/avionic-design/medcom-wide/Kconfig @@ -0,0 +1,32 @@ +if TARGET_MEDCOM_WIDE + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "medcom-wide" + +config SYS_VENDOR + string + default "avionic-design" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "medcom-wide" + +config BOARD_MAINTAINER + string + default "Alban Bedel alban.bedel@avionic-design.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/avionic-design/plutux/Kconfig b/board/avionic-design/plutux/Kconfig new file mode 100644 index 0000000..64b2a6e --- /dev/null +++ b/board/avionic-design/plutux/Kconfig @@ -0,0 +1,32 @@ +if TARGET_PLUTUX + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "plutux" + +config SYS_VENDOR + string + default "avionic-design" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "plutux" + +config BOARD_MAINTAINER + string + default "Alban Bedel alban.bedel@avionic-design.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/avionic-design/tec-ng/Kconfig b/board/avionic-design/tec-ng/Kconfig new file mode 100644 index 0000000..9d0e0e8 --- /dev/null +++ b/board/avionic-design/tec-ng/Kconfig @@ -0,0 +1,32 @@ +if TARGET_TEC_NG + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "tec-ng" + +config SYS_VENDOR + string + default "avionic-design" + +config SYS_SOC + string + default "tegra30" + +config SYS_CONFIG_NAME + string + default "tec-ng" + +config BOARD_MAINTAINER + string + default "Alban Bedel alban.bedel@avionic-design.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/avionic-design/tec/Kconfig b/board/avionic-design/tec/Kconfig new file mode 100644 index 0000000..846a62c --- /dev/null +++ b/board/avionic-design/tec/Kconfig @@ -0,0 +1,32 @@ +if TARGET_TEC + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "tec" + +config SYS_VENDOR + string + default "avionic-design" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "tec" + +config BOARD_MAINTAINER + string + default "Alban Bedel alban.bedel@avionic-design.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/avnet/fx12mm/Kconfig b/board/avnet/fx12mm/Kconfig new file mode 100644 index 0000000..fff5b4b --- /dev/null +++ b/board/avnet/fx12mm/Kconfig @@ -0,0 +1,63 @@ +if TARGET_FX12MM + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "fx12mm" + +config SYS_VENDOR + string + default "avnet" + +config SYS_CONFIG_NAME + string + default "fx12mm" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000,INIT_TLB=board/xilinx/ppc405-generic/init.o" + +config BOARD_MAINTAINER + string + default "Georg Schardt schardt@team-ctech.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_FX12MM_FLASH + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "fx12mm" + +config SYS_VENDOR + string + default "avnet" + +config SYS_CONFIG_NAME + string + default "fx12mm" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC,INIT_TLB=board/xilinx/ppc405-generic/init.o" + +config BOARD_MAINTAINER + string + default "Georg Schardt schardt@team-ctech.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/avnet/v5fx30teval/Kconfig b/board/avnet/v5fx30teval/Kconfig new file mode 100644 index 0000000..6057cf9 --- /dev/null +++ b/board/avnet/v5fx30teval/Kconfig @@ -0,0 +1,63 @@ +if TARGET_V5FX30TEVAL + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "v5fx30teval" + +config SYS_VENDOR + string + default "avnet" + +config SYS_CONFIG_NAME + string + default "v5fx30teval" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000,BOOT_FROM_XMD=1,INIT_TLB=board/xilinx/ppc440-generic/init.o" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_V5FX30TEVAL_FLASH + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "v5fx30teval" + +config SYS_VENDOR + string + default "avnet" + +config SYS_CONFIG_NAME + string + default "v5fx30teval" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC,INIT_TLB=board/xilinx/ppc440-generic/init.o" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/balloon3/Kconfig b/board/balloon3/Kconfig new file mode 100644 index 0000000..e512b16 --- /dev/null +++ b/board/balloon3/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BALLOON3 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "balloon3" + +config SYS_CONFIG_NAME + string + default "balloon3" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/barco/titanium/Kconfig b/board/barco/titanium/Kconfig new file mode 100644 index 0000000..c7b7d62 --- /dev/null +++ b/board/barco/titanium/Kconfig @@ -0,0 +1,35 @@ +if TARGET_TITANIUM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "titanium" + +config SYS_VENDOR + string + default "barco" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "titanium" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/barco/titanium/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bc3450/Kconfig b/board/bc3450/Kconfig new file mode 100644 index 0000000..ef3bdde --- /dev/null +++ b/board/bc3450/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BC3450 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "bc3450" + +config SYS_CONFIG_NAME + string + default "BC3450" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bct-brettl2/Kconfig b/board/bct-brettl2/Kconfig new file mode 100644 index 0000000..e2d6235 --- /dev/null +++ b/board/bct-brettl2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BCT_BRETTL2 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bct-brettl2" + +config SYS_CONFIG_NAME + string + default "bct-brettl2" + +config BOARD_MAINTAINER + string + default "Peter Meerwald devel@bct-electronic.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf506f-ezkit/Kconfig b/board/bf506f-ezkit/Kconfig new file mode 100644 index 0000000..bfee4f3 --- /dev/null +++ b/board/bf506f-ezkit/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF506F_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf506f-ezkit" + +config SYS_CONFIG_NAME + string + default "bf506f-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf518f-ezbrd/Kconfig b/board/bf518f-ezbrd/Kconfig new file mode 100644 index 0000000..68b430c --- /dev/null +++ b/board/bf518f-ezbrd/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF518F_EZBRD + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf518f-ezbrd" + +config SYS_CONFIG_NAME + string + default "bf518f-ezbrd" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf525-ucr2/Kconfig b/board/bf525-ucr2/Kconfig new file mode 100644 index 0000000..8a64f63 --- /dev/null +++ b/board/bf525-ucr2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF525_UCR2 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf525-ucr2" + +config SYS_CONFIG_NAME + string + default "bf525-ucr2" + +config BOARD_MAINTAINER + string + default "Haitao Zhang hzhang@ucrobotics.com:Chong Huang chuang@ucrobotics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf526-ezbrd/Kconfig b/board/bf526-ezbrd/Kconfig new file mode 100644 index 0000000..ca38b15 --- /dev/null +++ b/board/bf526-ezbrd/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF526_EZBRD + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf526-ezbrd" + +config SYS_CONFIG_NAME + string + default "bf526-ezbrd" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf527-ad7160-eval/Kconfig b/board/bf527-ad7160-eval/Kconfig new file mode 100644 index 0000000..29c2364 --- /dev/null +++ b/board/bf527-ad7160-eval/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF527_AD7160_EVAL + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf527-ad7160-eval" + +config SYS_CONFIG_NAME + string + default "bf527-ad7160-eval" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf527-ezkit/Kconfig b/board/bf527-ezkit/Kconfig new file mode 100644 index 0000000..c0e0907 --- /dev/null +++ b/board/bf527-ezkit/Kconfig @@ -0,0 +1,51 @@ +if TARGET_BF527_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf527-ezkit" + +config SYS_CONFIG_NAME + string + default "bf527-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BF527_EZKIT_V2 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf527-ezkit" + +config SYS_CONFIG_NAME + string + default "bf527-ezkit" + +config SYS_EXTRA_OPTIONS + string + default "BF527_EZKIT_REV_2_1" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf527-sdp/Kconfig b/board/bf527-sdp/Kconfig new file mode 100644 index 0000000..919ed27 --- /dev/null +++ b/board/bf527-sdp/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF527_SDP + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf527-sdp" + +config SYS_CONFIG_NAME + string + default "bf527-sdp" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf533-ezkit/Kconfig b/board/bf533-ezkit/Kconfig new file mode 100644 index 0000000..70a1787 --- /dev/null +++ b/board/bf533-ezkit/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF533_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf533-ezkit" + +config SYS_CONFIG_NAME + string + default "bf533-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf533-stamp/Kconfig b/board/bf533-stamp/Kconfig new file mode 100644 index 0000000..f92a3ac --- /dev/null +++ b/board/bf533-stamp/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF533_STAMP + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf533-stamp" + +config SYS_CONFIG_NAME + string + default "bf533-stamp" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf537-minotaur/Kconfig b/board/bf537-minotaur/Kconfig new file mode 100644 index 0000000..d8422fd --- /dev/null +++ b/board/bf537-minotaur/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF537_MINOTAUR + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf537-minotaur" + +config SYS_CONFIG_NAME + string + default "bf537-minotaur" + +config BOARD_MAINTAINER + string + default "Martin Strubel strubel@section5.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf537-pnav/Kconfig b/board/bf537-pnav/Kconfig new file mode 100644 index 0000000..af77cef --- /dev/null +++ b/board/bf537-pnav/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF537_PNAV + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf537-pnav" + +config SYS_CONFIG_NAME + string + default "bf537-pnav" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf537-srv1/Kconfig b/board/bf537-srv1/Kconfig new file mode 100644 index 0000000..abb3ef7 --- /dev/null +++ b/board/bf537-srv1/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF537_SRV1 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf537-srv1" + +config SYS_CONFIG_NAME + string + default "bf537-srv1" + +config BOARD_MAINTAINER + string + default "Martin Strubel strubel@section5.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf537-stamp/Kconfig b/board/bf537-stamp/Kconfig new file mode 100644 index 0000000..7a4d907 --- /dev/null +++ b/board/bf537-stamp/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF537_STAMP + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf537-stamp" + +config SYS_CONFIG_NAME + string + default "bf537-stamp" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf538f-ezkit/Kconfig b/board/bf538f-ezkit/Kconfig new file mode 100644 index 0000000..fad332c --- /dev/null +++ b/board/bf538f-ezkit/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF538F_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf538f-ezkit" + +config SYS_CONFIG_NAME + string + default "bf538f-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf548-ezkit/Kconfig b/board/bf548-ezkit/Kconfig new file mode 100644 index 0000000..4ee2f6e --- /dev/null +++ b/board/bf548-ezkit/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF548_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf548-ezkit" + +config SYS_CONFIG_NAME + string + default "bf548-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf561-acvilon/Kconfig b/board/bf561-acvilon/Kconfig new file mode 100644 index 0000000..ac6bdbb --- /dev/null +++ b/board/bf561-acvilon/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF561_ACVILON + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf561-acvilon" + +config SYS_CONFIG_NAME + string + default "bf561-acvilon" + +config BOARD_MAINTAINER + string + default "Anton Shurpin shurpin.aa@niistt.ru:Valentin Yakovenkov yakovenkov@niistt.ru" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf561-ezkit/Kconfig b/board/bf561-ezkit/Kconfig new file mode 100644 index 0000000..f959e0c --- /dev/null +++ b/board/bf561-ezkit/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF561_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf561-ezkit" + +config SYS_CONFIG_NAME + string + default "bf561-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bf609-ezkit/Kconfig b/board/bf609-ezkit/Kconfig new file mode 100644 index 0000000..01c22c8 --- /dev/null +++ b/board/bf609-ezkit/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BF609_EZKIT + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "bf609-ezkit" + +config SYS_CONFIG_NAME + string + default "bf609-ezkit" + +config BOARD_MAINTAINER + string + default "Sonic Zhang sonic.adi@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/blackstamp/Kconfig b/board/blackstamp/Kconfig new file mode 100644 index 0000000..ec2795a --- /dev/null +++ b/board/blackstamp/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BLACKSTAMP + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "blackstamp" + +config SYS_CONFIG_NAME + string + default "blackstamp" + +config BOARD_MAINTAINER + string + default "Wojtek Skulski skulski@pas.rochester.edu:Wojtek Skulski info@skutek.com:Benjamin Matthews mben12@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/blackvme/Kconfig b/board/blackvme/Kconfig new file mode 100644 index 0000000..0319524 --- /dev/null +++ b/board/blackvme/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BLACKVME + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "blackvme" + +config SYS_CONFIG_NAME + string + default "blackvme" + +config BOARD_MAINTAINER + string + default "Wojtek Skulski skulski@pas.rochester.edu:Wojtek Skulski info@skutek.com:Benjamin Matthews mben12@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bluegiga/apx4devkit/Kconfig b/board/bluegiga/apx4devkit/Kconfig new file mode 100644 index 0000000..fc731b0 --- /dev/null +++ b/board/bluegiga/apx4devkit/Kconfig @@ -0,0 +1,31 @@ +if TARGET_APX4DEVKIT + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "apx4devkit" + +config SYS_VENDOR + string + default "bluegiga" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "apx4devkit" + +config BOARD_MAINTAINER + string + default "Lauri Hintsala lauri.hintsala@bluegiga.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/bluewater/snapper9260/Kconfig b/board/bluewater/snapper9260/Kconfig new file mode 100644 index 0000000..1eb4de0 --- /dev/null +++ b/board/bluewater/snapper9260/Kconfig @@ -0,0 +1,71 @@ +if TARGET_SNAPPER9260 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "snapper9260" + +config SYS_VENDOR + string + default "bluewater" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "snapper9260" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9260" + +config BOARD_MAINTAINER + string + default "Ryan Mallon ryan@bluewatersys.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SNAPPER9G20 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "snapper9260" + +config SYS_VENDOR + string + default "bluewater" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "snapper9260" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20" + +config BOARD_MAINTAINER + string + default "Ryan Mallon ryan@bluewatersys.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/boundary/nitrogen6x/Kconfig b/board/boundary/nitrogen6x/Kconfig new file mode 100644 index 0000000..b692777 --- /dev/null +++ b/board/boundary/nitrogen6x/Kconfig @@ -0,0 +1,251 @@ +if TARGET_MX6QSABRELITE + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024,SABRELITE" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NITROGEN6DL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NITROGEN6DL2G + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl2g.cfg,MX6DL,DDR_MB=2048" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NITROGEN6Q + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q.cfg,MX6Q,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NITROGEN6Q2G + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q,DDR_MB=2048" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NITROGEN6S + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s.cfg,MX6S,DDR_MB=512" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NITROGEN6S1G + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "nitrogen6x" + +config SYS_VENDOR + string + default "boundary" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "nitrogen6x" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s1g.cfg,MX6S,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Eric Nelson eric.nelson@boundarydevices.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/br4/Kconfig b/board/br4/Kconfig new file mode 100644 index 0000000..b5b1072 --- /dev/null +++ b/board/br4/Kconfig @@ -0,0 +1,23 @@ +if TARGET_BR4 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "br4" + +config SYS_CONFIG_NAME + string + default "br4" + +config BOARD_MAINTAINER + string + default "Dimitar Penev dpn@switchfin.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/broadcom/bcm28155_ap/Kconfig b/board/broadcom/bcm28155_ap/Kconfig new file mode 100644 index 0000000..191dd63 --- /dev/null +++ b/board/broadcom/bcm28155_ap/Kconfig @@ -0,0 +1,31 @@ +if TARGET_BCM28155_AP + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "bcm28155_ap" + +config SYS_VENDOR + string + default "broadcom" + +config SYS_SOC + string + default "bcm281xx" + +config SYS_CONFIG_NAME + string + default "bcm28155_ap" + +config BOARD_MAINTAINER + string + default "Tim Kryger tim.kryger@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/buffalo/lsxl/Kconfig b/board/buffalo/lsxl/Kconfig new file mode 100644 index 0000000..a8976c3 --- /dev/null +++ b/board/buffalo/lsxl/Kconfig @@ -0,0 +1,71 @@ +if TARGET_LSCHLV2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "lsxl" + +config SYS_VENDOR + string + default "buffalo" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lsxl" + +config SYS_EXTRA_OPTIONS + string + default "LSCHLV2" + +config BOARD_MAINTAINER + string + default "Michael Walle michael@walle.cc" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LSXHL + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "lsxl" + +config SYS_VENDOR + string + default "buffalo" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "lsxl" + +config SYS_EXTRA_OPTIONS + string + default "LSXHL" + +config BOARD_MAINTAINER + string + default "Michael Walle michael@walle.cc" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/calao/sbc35_a9g20/Kconfig b/board/calao/sbc35_a9g20/Kconfig new file mode 100644 index 0000000..e3ab5b4 --- /dev/null +++ b/board/calao/sbc35_a9g20/Kconfig @@ -0,0 +1,71 @@ +if TARGET_SBC35_A9G20_EEPROM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sbc35_a9g20" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sbc35_a9g20" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_EEPROM" + +config BOARD_MAINTAINER + string + default "Albin Tonnerre albin.tonnerre@free-electrons.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC35_A9G20_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sbc35_a9g20" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "sbc35_a9g20" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Albin Tonnerre albin.tonnerre@free-electrons.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/calao/tny_a9260/Kconfig b/board/calao/tny_a9260/Kconfig new file mode 100644 index 0000000..1ac0c30 --- /dev/null +++ b/board/calao/tny_a9260/Kconfig @@ -0,0 +1,143 @@ +if TARGET_TNY_A9260_EEPROM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "tny_a9260" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "tny_a9260" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9260,SYS_USE_EEPROM" + +config BOARD_MAINTAINER + string + default "Albin Tonnerre albin.tonnerre@free-electrons.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TNY_A9260_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "tny_a9260" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "tny_a9260" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9260,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Albin Tonnerre albin.tonnerre@free-electrons.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TNY_A9G20_EEPROM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "tny_a9260" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "tny_a9260" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_EEPROM" + +config BOARD_MAINTAINER + string + default "Albin Tonnerre albin.tonnerre@free-electrons.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TNY_A9G20_NANDFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "tny_a9260" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "tny_a9260" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Albin Tonnerre albin.tonnerre@free-electrons.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/calao/usb_a9263/Kconfig b/board/calao/usb_a9263/Kconfig new file mode 100644 index 0000000..0e5532f --- /dev/null +++ b/board/calao/usb_a9263/Kconfig @@ -0,0 +1,35 @@ +if TARGET_USB_A9263_DATAFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "usb_a9263" + +config SYS_VENDOR + string + default "calao" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "usb_a9263" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Mateusz Kulikowski mateusz.kulikowski@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/canmb/Kconfig b/board/canmb/Kconfig new file mode 100644 index 0000000..abbe3d2 --- /dev/null +++ b/board/canmb/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CANMB + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "canmb" + +config SYS_CONFIG_NAME + string + default "canmb" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/chromebook-x86/coreboot/Kconfig b/board/chromebook-x86/coreboot/Kconfig new file mode 100644 index 0000000..1926c09 --- /dev/null +++ b/board/chromebook-x86/coreboot/Kconfig @@ -0,0 +1,35 @@ +if TARGET_COREBOOT_X86 + +config SYS_CPU + string + default "x86" + +config SYS_BOARD + string + default "coreboot" + +config SYS_VENDOR + string + default "chromebook-x86" + +config SYS_SOC + string + default "coreboot" + +config SYS_CONFIG_NAME + string + default "coreboot" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x01110000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cloudengines/pogo_e02/Kconfig b/board/cloudengines/pogo_e02/Kconfig new file mode 100644 index 0000000..984723a --- /dev/null +++ b/board/cloudengines/pogo_e02/Kconfig @@ -0,0 +1,31 @@ +if TARGET_POGO_E02 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pogo_e02" + +config SYS_VENDOR + string + default "cloudengines" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "pogo_e02" + +config BOARD_MAINTAINER + string + default "Dave Purdy david.c.purdy@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cm-bf527/Kconfig b/board/cm-bf527/Kconfig new file mode 100644 index 0000000..e0d791f --- /dev/null +++ b/board/cm-bf527/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM_BF527 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "cm-bf527" + +config SYS_CONFIG_NAME + string + default "cm-bf527" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/cm-bf533/Kconfig b/board/cm-bf533/Kconfig new file mode 100644 index 0000000..0c371a0 --- /dev/null +++ b/board/cm-bf533/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM_BF533 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "cm-bf533" + +config SYS_CONFIG_NAME + string + default "cm-bf533" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/cm-bf537e/Kconfig b/board/cm-bf537e/Kconfig new file mode 100644 index 0000000..2ab4551 --- /dev/null +++ b/board/cm-bf537e/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM_BF537E + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "cm-bf537e" + +config SYS_CONFIG_NAME + string + default "cm-bf537e" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/cm-bf537u/Kconfig b/board/cm-bf537u/Kconfig new file mode 100644 index 0000000..75c427b --- /dev/null +++ b/board/cm-bf537u/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM_BF537U + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "cm-bf537u" + +config SYS_CONFIG_NAME + string + default "cm-bf537u" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/cm-bf548/Kconfig b/board/cm-bf548/Kconfig new file mode 100644 index 0000000..87eb667 --- /dev/null +++ b/board/cm-bf548/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM_BF548 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "cm-bf548" + +config SYS_CONFIG_NAME + string + default "cm-bf548" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/cm-bf561/Kconfig b/board/cm-bf561/Kconfig new file mode 100644 index 0000000..35e6a14 --- /dev/null +++ b/board/cm-bf561/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM_BF561 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "cm-bf561" + +config SYS_CONFIG_NAME + string + default "cm-bf561" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/cm4008/Kconfig b/board/cm4008/Kconfig new file mode 100644 index 0000000..6eaf7ed --- /dev/null +++ b/board/cm4008/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CM4008 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "cm4008" + +config SYS_SOC + string + default "ks8695" + +config SYS_CONFIG_NAME + string + default "cm4008" + +config BOARD_MAINTAINER + string + default "Greg Ungerer greg.ungerer@opengear.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cm41xx/Kconfig b/board/cm41xx/Kconfig new file mode 100644 index 0000000..f1b25bd --- /dev/null +++ b/board/cm41xx/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CM41XX + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "cm41xx" + +config SYS_SOC + string + default "ks8695" + +config SYS_CONFIG_NAME + string + default "cm41xx" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cm5200/Kconfig b/board/cm5200/Kconfig new file mode 100644 index 0000000..eb88449 --- /dev/null +++ b/board/cm5200/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CM5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "cm5200" + +config SYS_CONFIG_NAME + string + default "cm5200" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cmi/Kconfig b/board/cmi/Kconfig new file mode 100644 index 0000000..d6277b5 --- /dev/null +++ b/board/cmi/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CMI_MPC5XX + +config SYS_CPU + string + default "mpc5xx" + +config SYS_BOARD + string + default "cmi" + +config SYS_CONFIG_NAME + string + default "cmi_mpc5xx" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cobra5272/Kconfig b/board/cobra5272/Kconfig new file mode 100644 index 0000000..55a6903 --- /dev/null +++ b/board/cobra5272/Kconfig @@ -0,0 +1,23 @@ +if TARGET_COBRA5272 + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "cobra5272" + +config SYS_CONFIG_NAME + string + default "cobra5272" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cogent/Kconfig b/board/cogent/Kconfig new file mode 100644 index 0000000..af28ec7 --- /dev/null +++ b/board/cogent/Kconfig @@ -0,0 +1,47 @@ +if TARGET_COGENT_MPC8260 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "cogent" + +config SYS_CONFIG_NAME + string + default "cogent_mpc8260" + +config BOARD_MAINTAINER + string + default "Murray Jensen Murray.Jensen@csiro.au" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_COGENT_MPC8XX + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "cogent" + +config SYS_CONFIG_NAME + string + default "cogent_mpc8xx" + +config BOARD_MAINTAINER + string + default "Murray Jensen Murray.Jensen@csiro.au" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/comelit/dig297/Kconfig b/board/comelit/dig297/Kconfig new file mode 100644 index 0000000..74d4a91 --- /dev/null +++ b/board/comelit/dig297/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DIG297 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "dig297" + +config SYS_VENDOR + string + default "comelit" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "dig297" + +config BOARD_MAINTAINER + string + default "Luca Ceresoli luca.ceresoli@comelit.it" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/compal/paz00/Kconfig b/board/compal/paz00/Kconfig new file mode 100644 index 0000000..3e2ce6e --- /dev/null +++ b/board/compal/paz00/Kconfig @@ -0,0 +1,32 @@ +if TARGET_PAZ00 + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "paz00" + +config SYS_VENDOR + string + default "compal" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "paz00" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com:Stephen Warren swarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/compulab/cm_t335/Kconfig b/board/compulab/cm_t335/Kconfig new file mode 100644 index 0000000..54d92bf --- /dev/null +++ b/board/compulab/cm_t335/Kconfig @@ -0,0 +1,31 @@ +if TARGET_CM_T335 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "cm_t335" + +config SYS_VENDOR + string + default "compulab" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "cm_t335" + +config BOARD_MAINTAINER + string + default "Igor Grinberg grinberg@compulab.co.il" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/compulab/cm_t35/Kconfig b/board/compulab/cm_t35/Kconfig new file mode 100644 index 0000000..eb1195e --- /dev/null +++ b/board/compulab/cm_t35/Kconfig @@ -0,0 +1,31 @@ +if TARGET_CM_T35 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "cm_t35" + +config SYS_VENDOR + string + default "compulab" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "cm_t35" + +config BOARD_MAINTAINER + string + default "Igor Grinberg grinberg@compulab.co.il" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/compulab/trimslice/Kconfig b/board/compulab/trimslice/Kconfig new file mode 100644 index 0000000..4377195 --- /dev/null +++ b/board/compulab/trimslice/Kconfig @@ -0,0 +1,32 @@ +if TARGET_TRIMSLICE + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "trimslice" + +config SYS_VENDOR + string + default "compulab" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "trimslice" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com:Stephen Warren swarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/congatec/cgtqmx6eval/Kconfig b/board/congatec/cgtqmx6eval/Kconfig new file mode 100644 index 0000000..4ddaa3e --- /dev/null +++ b/board/congatec/cgtqmx6eval/Kconfig @@ -0,0 +1,35 @@ +if TARGET_CGTQMX6QEVAL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "cgtqmx6eval" + +config SYS_VENDOR + string + default "congatec" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "cgtqmx6eval" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q" + +config BOARD_MAINTAINER + string + default "Leo Sartre lsartre@adeneo-embedded.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/corscience/tricorder/Kconfig b/board/corscience/tricorder/Kconfig new file mode 100644 index 0000000..ebd0122 --- /dev/null +++ b/board/corscience/tricorder/Kconfig @@ -0,0 +1,67 @@ +if TARGET_TRICORDER + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tricorder" + +config SYS_VENDOR + string + default "corscience" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "tricorder" + +config BOARD_MAINTAINER + string + default "Thomas Weber weber@corscience.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TRICORDER_FLASH + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tricorder" + +config SYS_VENDOR + string + default "corscience" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "tricorder" + +config SYS_EXTRA_OPTIONS + string + default "FLASHCARD" + +config BOARD_MAINTAINER + string + default "Thomas Weber weber@corscience.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cpc45/Kconfig b/board/cpc45/Kconfig new file mode 100644 index 0000000..99118e3 --- /dev/null +++ b/board/cpc45/Kconfig @@ -0,0 +1,51 @@ +if TARGET_CPC45 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "cpc45" + +config SYS_CONFIG_NAME + string + default "CPC45" + +config BOARD_MAINTAINER + string + default "Josef Wagner Wagner@Microsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPC45_ROMBOOT + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "cpc45" + +config SYS_CONFIG_NAME + string + default "CPC45" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM" + +config BOARD_MAINTAINER + string + default "Josef Wagner Wagner@Microsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cpu86/Kconfig b/board/cpu86/Kconfig new file mode 100644 index 0000000..327f492 --- /dev/null +++ b/board/cpu86/Kconfig @@ -0,0 +1,51 @@ +if TARGET_CPU86 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "cpu86" + +config SYS_CONFIG_NAME + string + default "CPU86" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU86_ROMBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "cpu86" + +config SYS_CONFIG_NAME + string + default "CPU86" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cpu87/Kconfig b/board/cpu87/Kconfig new file mode 100644 index 0000000..fdab0e9 --- /dev/null +++ b/board/cpu87/Kconfig @@ -0,0 +1,51 @@ +if TARGET_CPU87 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "cpu87" + +config SYS_CONFIG_NAME + string + default "CPU87" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU87_ROMBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "cpu87" + +config SYS_CONFIG_NAME + string + default "CPU87" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cray/L1/Kconfig b/board/cray/L1/Kconfig new file mode 100644 index 0000000..480a7b6 --- /dev/null +++ b/board/cray/L1/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CRAYL1 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "L1" + +config SYS_VENDOR + string + default "cray" + +config SYS_CONFIG_NAME + string + default "CRAYL1" + +config BOARD_MAINTAINER + string + default "David Updegraff dave@cray.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/creative/xfi3/Kconfig b/board/creative/xfi3/Kconfig new file mode 100644 index 0000000..4b86252 --- /dev/null +++ b/board/creative/xfi3/Kconfig @@ -0,0 +1,31 @@ +if TARGET_XFI3 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "xfi3" + +config SYS_VENDOR + string + default "creative" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "xfi3" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/csb272/Kconfig b/board/csb272/Kconfig new file mode 100644 index 0000000..21c993c --- /dev/null +++ b/board/csb272/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CSB272 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "csb272" + +config SYS_CONFIG_NAME + string + default "csb272" + +config BOARD_MAINTAINER + string + default "Tolunay Orkun torkun@nextio.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/csb472/Kconfig b/board/csb472/Kconfig new file mode 100644 index 0000000..3320998 --- /dev/null +++ b/board/csb472/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CSB472 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "csb472" + +config SYS_CONFIG_NAME + string + default "csb472" + +config BOARD_MAINTAINER + string + default "Tolunay Orkun torkun@nextio.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/cu824/Kconfig b/board/cu824/Kconfig new file mode 100644 index 0000000..88b4379 --- /dev/null +++ b/board/cu824/Kconfig @@ -0,0 +1,23 @@ +if TARGET_CU824 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "cu824" + +config SYS_CONFIG_NAME + string + default "CU824" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/d-link/dns325/Kconfig b/board/d-link/dns325/Kconfig new file mode 100644 index 0000000..fa28ebb --- /dev/null +++ b/board/d-link/dns325/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DNS325 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dns325" + +config SYS_VENDOR + string + default "d-link" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "dns325" + +config BOARD_MAINTAINER + string + default "Stefan Herbrechtsmeier stefan@code.herbrechtsmeier.net" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/dave/PPChameleonEVB/Kconfig b/board/dave/PPChameleonEVB/Kconfig new file mode 100644 index 0000000..e487047 --- /dev/null +++ b/board/dave/PPChameleonEVB/Kconfig @@ -0,0 +1,315 @@ +if TARGET_CATCENTER + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "CATcenter" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CATCENTER_25 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "CATcenter" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_25" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CATCENTER_33 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "CATcenter" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_33" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB_BA_25 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=0,PPCHAMELEON_CLK_25" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB_BA_33 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=0,PPCHAMELEON_CLK_33" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB_HI_25 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=2,PPCHAMELEON_CLK_25" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB_HI_33 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=2,PPCHAMELEON_CLK_33" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB_ME_25 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_25" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PPCHAMELEONEVB_ME_33 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "PPChameleonEVB" + +config SYS_VENDOR + string + default "dave" + +config SYS_CONFIG_NAME + string + default "PPChameleonEVB" + +config SYS_EXTRA_OPTIONS + string + default "PPCHAMELEON_MODULE_MODEL=1,PPCHAMELEON_CLK_33" + +config BOARD_MAINTAINER + string + default "Andrea "llandre" Marson andrea.marson@dave-tech.it" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davedenx/aria/Kconfig b/board/davedenx/aria/Kconfig new file mode 100644 index 0000000..cb40602 --- /dev/null +++ b/board/davedenx/aria/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ARIA + +config SYS_CPU + string + default "mpc512x" + +config SYS_BOARD + string + default "aria" + +config SYS_VENDOR + string + default "davedenx" + +config SYS_CONFIG_NAME + string + default "aria" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davedenx/qong/Kconfig b/board/davedenx/qong/Kconfig new file mode 100644 index 0000000..cd33d83 --- /dev/null +++ b/board/davedenx/qong/Kconfig @@ -0,0 +1,31 @@ +if TARGET_QONG + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "qong" + +config SYS_VENDOR + string + default "davedenx" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "qong" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/da8xxevm/Kconfig b/board/davinci/da8xxevm/Kconfig new file mode 100644 index 0000000..4b98558 --- /dev/null +++ b/board/davinci/da8xxevm/Kconfig @@ -0,0 +1,207 @@ +if TARGET_DA830EVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "da8xxevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "da830evm" + +config BOARD_MAINTAINER + string + default "Nick Thompson nick.thompson@gefanuc.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DA850_AM18XXEVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "da8xxevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "da850evm" + +config SYS_EXTRA_OPTIONS + string + default "DA850_AM18X_EVM,MAC_ADDR_IN_EEPROM,SYS_I2C_EEPROM_ADDR_LEN=2,SYS_I2C_EEPROM_ADDR=0x50" + +config BOARD_MAINTAINER + string + default "Sudhakar Rajashekhara sudhakar.raj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DA850EVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "da8xxevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "da850evm" + +config SYS_EXTRA_OPTIONS + string + default "MAC_ADDR_IN_SPIFLASH" + +config BOARD_MAINTAINER + string + default "Sudhakar Rajashekhara sudhakar.raj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DA850EVM_DIRECT_NOR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "da8xxevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "da850evm" + +config SYS_EXTRA_OPTIONS + string + default "MAC_ADDR_IN_SPIFLASH,USE_NOR,DIRECT_NOR_BOOT" + +config BOARD_MAINTAINER + string + default "Sudhakar Rajashekhara sudhakar.raj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_HAWKBOARD + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "da8xxevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "hawkboard" + +config BOARD_MAINTAINER + string + default "Syed Mohammed Khasim sm.khasim@gmail.com:Sughosh Ganu urwithsughosh@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_HAWKBOARD_UART + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "da8xxevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "hawkboard" + +config SYS_EXTRA_OPTIONS + string + default "UART_U_BOOT" + +config BOARD_MAINTAINER + string + default "Syed Mohammed Khasim sm.khasim@gmail.com:Sughosh Ganu urwithsughosh@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/dm355evm/Kconfig b/board/davinci/dm355evm/Kconfig new file mode 100644 index 0000000..43dd0ca --- /dev/null +++ b/board/davinci/dm355evm/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_DM355EVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dm355evm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_dm355evm" + +config BOARD_MAINTAINER + string + default "Sandeep Paulraj s-paulraj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/dm355leopard/Kconfig b/board/davinci/dm355leopard/Kconfig new file mode 100644 index 0000000..c0dd4af --- /dev/null +++ b/board/davinci/dm355leopard/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_DM355LEOPARD + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dm355leopard" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_dm355leopard" + +config BOARD_MAINTAINER + string + default "Sandeep Paulraj s-paulraj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/dm365evm/Kconfig b/board/davinci/dm365evm/Kconfig new file mode 100644 index 0000000..c7d911b --- /dev/null +++ b/board/davinci/dm365evm/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_DM365EVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dm365evm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_dm365evm" + +config BOARD_MAINTAINER + string + default "Sandeep Paulraj s-paulraj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/dm6467evm/Kconfig b/board/davinci/dm6467evm/Kconfig new file mode 100644 index 0000000..5fcddc8 --- /dev/null +++ b/board/davinci/dm6467evm/Kconfig @@ -0,0 +1,71 @@ +if TARGET_DAVINCI_DM6467EVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dm6467evm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_dm6467evm" + +config SYS_EXTRA_OPTIONS + string + default "REFCLK_FREQ=27000000" + +config BOARD_MAINTAINER + string + default "Sandeep Paulraj s-paulraj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DAVINCI_DM6467TEVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dm6467evm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_dm6467evm" + +config SYS_EXTRA_OPTIONS + string + default "DAVINCI_DM6467TEVM,REFCLK_FREQ=33000000" + +config BOARD_MAINTAINER + string + default "Sandeep Paulraj s-paulraj@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/dvevm/Kconfig b/board/davinci/dvevm/Kconfig new file mode 100644 index 0000000..1225f95 --- /dev/null +++ b/board/davinci/dvevm/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_DVEVM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "dvevm" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_dvevm" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/ea20/Kconfig b/board/davinci/ea20/Kconfig new file mode 100644 index 0000000..30f997d --- /dev/null +++ b/board/davinci/ea20/Kconfig @@ -0,0 +1,31 @@ +if TARGET_EA20 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "ea20" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "ea20" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/schmoogie/Kconfig b/board/davinci/schmoogie/Kconfig new file mode 100644 index 0000000..7e0bd8b --- /dev/null +++ b/board/davinci/schmoogie/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_SCHMOOGIE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "schmoogie" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_schmoogie" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/sffsdr/Kconfig b/board/davinci/sffsdr/Kconfig new file mode 100644 index 0000000..a37745d --- /dev/null +++ b/board/davinci/sffsdr/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_SFFSDR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sffsdr" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_sffsdr" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/davinci/sonata/Kconfig b/board/davinci/sonata/Kconfig new file mode 100644 index 0000000..458c7e6 --- /dev/null +++ b/board/davinci/sonata/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DAVINCI_SONATA + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sonata" + +config SYS_VENDOR + string + default "davinci" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "davinci_sonata" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/dbau1x00/Kconfig b/board/dbau1x00/Kconfig new file mode 100644 index 0000000..e5117de --- /dev/null +++ b/board/dbau1x00/Kconfig @@ -0,0 +1,159 @@ +if TARGET_DBAU1000 + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "dbau1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "dbau1x00" + +config SYS_EXTRA_OPTIONS + string + default "DBAU1000" + +config BOARD_MAINTAINER + string + default "Thomas Lange thomas@corelatus.se" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DBAU1100 + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "dbau1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "dbau1x00" + +config SYS_EXTRA_OPTIONS + string + default "DBAU1100" + +config BOARD_MAINTAINER + string + default "Thomas Lange thomas@corelatus.se" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DBAU1500 + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "dbau1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "dbau1x00" + +config SYS_EXTRA_OPTIONS + string + default "DBAU1500" + +config BOARD_MAINTAINER + string + default "Thomas Lange thomas@corelatus.se" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DBAU1550 + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "dbau1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "dbau1x00" + +config SYS_EXTRA_OPTIONS + string + default "DBAU1550" + +config BOARD_MAINTAINER + string + default "Thomas Lange thomas@corelatus.se" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DBAU1550_EL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "dbau1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "dbau1x00" + +config SYS_EXTRA_OPTIONS + string + default "DBAU1550,SYS_LITTLE_ENDIAN" + +config BOARD_MAINTAINER + string + default "Thomas Lange thomas@corelatus.se" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/denx/m28evk/Kconfig b/board/denx/m28evk/Kconfig new file mode 100644 index 0000000..26d2c110 --- /dev/null +++ b/board/denx/m28evk/Kconfig @@ -0,0 +1,31 @@ +if TARGET_M28EVK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "m28evk" + +config SYS_VENDOR + string + default "denx" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "m28evk" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/denx/m53evk/Kconfig b/board/denx/m53evk/Kconfig new file mode 100644 index 0000000..c6dde77 --- /dev/null +++ b/board/denx/m53evk/Kconfig @@ -0,0 +1,35 @@ +if TARGET_M53EVK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "m53evk" + +config SYS_VENDOR + string + default "denx" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "m53evk" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/denx/m53evk/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/dnp5370/Kconfig b/board/dnp5370/Kconfig new file mode 100644 index 0000000..b232817 --- /dev/null +++ b/board/dnp5370/Kconfig @@ -0,0 +1,23 @@ +if TARGET_DNP5370 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "dnp5370" + +config SYS_CONFIG_NAME + string + default "dnp5370" + +config BOARD_MAINTAINER + string + default "M.Hasewinkel (MHA) info@ssv-embedded.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/eXalion/Kconfig b/board/eXalion/Kconfig new file mode 100644 index 0000000..981a162 --- /dev/null +++ b/board/eXalion/Kconfig @@ -0,0 +1,23 @@ +if TARGET_EXALION + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "eXalion" + +config SYS_CONFIG_NAME + string + default "eXalion" + +config BOARD_MAINTAINER + string + default "Torsten Demke torsten.demke@fci.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/earthlcd/favr-32-ezkit/Kconfig b/board/earthlcd/favr-32-ezkit/Kconfig new file mode 100644 index 0000000..3f67ce7 --- /dev/null +++ b/board/earthlcd/favr-32-ezkit/Kconfig @@ -0,0 +1,31 @@ +if TARGET_FAVR_32_EZKIT + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "favr-32-ezkit" + +config SYS_VENDOR + string + default "earthlcd" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "favr-32-ezkit" + +config BOARD_MAINTAINER + string + default "Hans-Christian Egtvedt hans-christian.egtvedt@atmel.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/egnite/ethernut5/Kconfig b/board/egnite/ethernut5/Kconfig new file mode 100644 index 0000000..13f00fb --- /dev/null +++ b/board/egnite/ethernut5/Kconfig @@ -0,0 +1,35 @@ +if TARGET_ETHERNUT5 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "ethernut5" + +config SYS_VENDOR + string + default "egnite" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "ethernut5" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9XE" + +config BOARD_MAINTAINER + string + default "egnite GmbH info@egnite.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/eltec/elppc/Kconfig b/board/eltec/elppc/Kconfig new file mode 100644 index 0000000..5ef1593 --- /dev/null +++ b/board/eltec/elppc/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ELPPC + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "elppc" + +config SYS_VENDOR + string + default "eltec" + +config SYS_CONFIG_NAME + string + default "ELPPC" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/eltec/mhpc/Kconfig b/board/eltec/mhpc/Kconfig new file mode 100644 index 0000000..41236ee --- /dev/null +++ b/board/eltec/mhpc/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MHPC + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "mhpc" + +config SYS_VENDOR + string + default "eltec" + +config SYS_CONFIG_NAME + string + default "MHPC" + +config BOARD_MAINTAINER + string + default "Frank Gottschling fgottschling@eltec.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/emk/top5200/Kconfig b/board/emk/top5200/Kconfig new file mode 100644 index 0000000..ab2a863 --- /dev/null +++ b/board/emk/top5200/Kconfig @@ -0,0 +1,95 @@ +if TARGET_EVAL5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "top5200" + +config SYS_VENDOR + string + default "emk" + +config SYS_CONFIG_NAME + string + default "TOP5200" + +config SYS_EXTRA_OPTIONS + string + default "EVAL5200" + +config BOARD_MAINTAINER + string + default "Reinhard Meyer reinhard.meyer@emk-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MINI5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "top5200" + +config SYS_VENDOR + string + default "emk" + +config SYS_CONFIG_NAME + string + default "TOP5200" + +config SYS_EXTRA_OPTIONS + string + default "MINI5200" + +config BOARD_MAINTAINER + string + default "Reinhard Meyer reinhard.meyer@emk-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TOP5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "top5200" + +config SYS_VENDOR + string + default "emk" + +config SYS_CONFIG_NAME + string + default "TOP5200" + +config SYS_EXTRA_OPTIONS + string + default "TOP5200" + +config BOARD_MAINTAINER + string + default "Reinhard Meyer reinhard.meyer@emk-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/emk/top860/Kconfig b/board/emk/top860/Kconfig new file mode 100644 index 0000000..8ae7618 --- /dev/null +++ b/board/emk/top860/Kconfig @@ -0,0 +1,27 @@ +if TARGET_TOP860 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "top860" + +config SYS_VENDOR + string + default "emk" + +config SYS_CONFIG_NAME + string + default "TOP860" + +config BOARD_MAINTAINER + string + default "Reinhard Meyer reinhard.meyer@emk-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/emk/top9000/Kconfig b/board/emk/top9000/Kconfig new file mode 100644 index 0000000..b46481b --- /dev/null +++ b/board/emk/top9000/Kconfig @@ -0,0 +1,71 @@ +if TARGET_TOP9000EVAL_XE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "top9000" + +config SYS_VENDOR + string + default "emk" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "top9000" + +config SYS_EXTRA_OPTIONS + string + default "EVAL9000" + +config BOARD_MAINTAINER + string + default "Reinhard Meyer reinhard.meyer@emk-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TOP9000SU_XE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "top9000" + +config SYS_VENDOR + string + default "emk" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "top9000" + +config SYS_EXTRA_OPTIONS + string + default "SU9000" + +config BOARD_MAINTAINER + string + default "Reinhard Meyer reinhard.meyer@emk-elektronik.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/enbw/enbw_cmc/Kconfig b/board/enbw/enbw_cmc/Kconfig new file mode 100644 index 0000000..027569c --- /dev/null +++ b/board/enbw/enbw_cmc/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ENBW_CMC + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "enbw_cmc" + +config SYS_VENDOR + string + default "enbw" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "enbw_cmc" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ep8248/Kconfig b/board/ep8248/Kconfig new file mode 100644 index 0000000..990c12e --- /dev/null +++ b/board/ep8248/Kconfig @@ -0,0 +1,23 @@ +if TARGET_EP8248 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ep8248" + +config SYS_CONFIG_NAME + string + default "ep8248" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/ep8260/Kconfig b/board/ep8260/Kconfig new file mode 100644 index 0000000..9c34403 --- /dev/null +++ b/board/ep8260/Kconfig @@ -0,0 +1,23 @@ +if TARGET_EP8260 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ep8260" + +config SYS_CONFIG_NAME + string + default "ep8260" + +config BOARD_MAINTAINER + string + default "Frank Panno fpanno@delphintech.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ep82xxm/Kconfig b/board/ep82xxm/Kconfig new file mode 100644 index 0000000..11dfa19 --- /dev/null +++ b/board/ep82xxm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_EP82XXM + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ep82xxm" + +config SYS_CONFIG_NAME + string + default "ep82xxm" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/apc405/Kconfig b/board/esd/apc405/Kconfig new file mode 100644 index 0000000..e0fc982 --- /dev/null +++ b/board/esd/apc405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_APC405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "apc405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "APC405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/ar405/Kconfig b/board/esd/ar405/Kconfig new file mode 100644 index 0000000..6f14155 --- /dev/null +++ b/board/esd/ar405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_AR405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ar405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "AR405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/ash405/Kconfig b/board/esd/ash405/Kconfig new file mode 100644 index 0000000..e32f94c --- /dev/null +++ b/board/esd/ash405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ASH405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ash405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "ASH405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/cms700/Kconfig b/board/esd/cms700/Kconfig new file mode 100644 index 0000000..fba71d8 --- /dev/null +++ b/board/esd/cms700/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CMS700 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cms700" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CMS700" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/cpci2dp/Kconfig b/board/esd/cpci2dp/Kconfig new file mode 100644 index 0000000..161edae --- /dev/null +++ b/board/esd/cpci2dp/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CPCI2DP + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cpci2dp" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI2DP" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/cpci405/Kconfig b/board/esd/cpci405/Kconfig new file mode 100644 index 0000000..a43a4c8 --- /dev/null +++ b/board/esd/cpci405/Kconfig @@ -0,0 +1,111 @@ +if TARGET_CPCI405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPCI4052 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI4052" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPCI405AB + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI405AB" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPCI405DT + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cpci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI405DT" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/cpci5200/Kconfig b/board/esd/cpci5200/Kconfig new file mode 100644 index 0000000..5cb43e6 --- /dev/null +++ b/board/esd/cpci5200/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CPCI5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "cpci5200" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "cpci5200" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/cpci750/Kconfig b/board/esd/cpci750/Kconfig new file mode 100644 index 0000000..4e44685 --- /dev/null +++ b/board/esd/cpci750/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CPCI750 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "cpci750" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCI750" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/cpciiser4/Kconfig b/board/esd/cpciiser4/Kconfig new file mode 100644 index 0000000..70d821a --- /dev/null +++ b/board/esd/cpciiser4/Kconfig @@ -0,0 +1,27 @@ +if TARGET_CPCIISER4 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "cpciiser4" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "CPCIISER4" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/dp405/Kconfig b/board/esd/dp405/Kconfig new file mode 100644 index 0000000..1908f51 --- /dev/null +++ b/board/esd/dp405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DP405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "dp405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "DP405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/du405/Kconfig b/board/esd/du405/Kconfig new file mode 100644 index 0000000..03ffaf4 --- /dev/null +++ b/board/esd/du405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DU405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "du405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "DU405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/du440/Kconfig b/board/esd/du440/Kconfig new file mode 100644 index 0000000..71764fc --- /dev/null +++ b/board/esd/du440/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DU440 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "du440" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "DU440" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/hh405/Kconfig b/board/esd/hh405/Kconfig new file mode 100644 index 0000000..88c8967 --- /dev/null +++ b/board/esd/hh405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_HH405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "hh405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "HH405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/hub405/Kconfig b/board/esd/hub405/Kconfig new file mode 100644 index 0000000..e7aa667 --- /dev/null +++ b/board/esd/hub405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_HUB405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "hub405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "HUB405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/mecp5123/Kconfig b/board/esd/mecp5123/Kconfig new file mode 100644 index 0000000..d965f94 --- /dev/null +++ b/board/esd/mecp5123/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MECP5123 + +config SYS_CPU + string + default "mpc512x" + +config SYS_BOARD + string + default "mecp5123" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "mecp5123" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/mecp5200/Kconfig b/board/esd/mecp5200/Kconfig new file mode 100644 index 0000000..b6cc397 --- /dev/null +++ b/board/esd/mecp5200/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MECP5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mecp5200" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "mecp5200" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/meesc/Kconfig b/board/esd/meesc/Kconfig new file mode 100644 index 0000000..a774e1c --- /dev/null +++ b/board/esd/meesc/Kconfig @@ -0,0 +1,71 @@ +if TARGET_MEESC + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "meesc" + +config SYS_VENDOR + string + default "esd" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "meesc" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Daniel Gorsulowski daniel.gorsulowski@esd.eu" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MEESC_DATAFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "meesc" + +config SYS_VENDOR + string + default "esd" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "meesc" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Daniel Gorsulowski daniel.gorsulowski@esd.eu" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/ocrtc/Kconfig b/board/esd/ocrtc/Kconfig new file mode 100644 index 0000000..f939fb2 --- /dev/null +++ b/board/esd/ocrtc/Kconfig @@ -0,0 +1,27 @@ +if TARGET_OCRTC + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ocrtc" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "OCRTC" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/otc570/Kconfig b/board/esd/otc570/Kconfig new file mode 100644 index 0000000..7e232eb --- /dev/null +++ b/board/esd/otc570/Kconfig @@ -0,0 +1,71 @@ +if TARGET_OTC570 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "otc570" + +config SYS_VENDOR + string + default "esd" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "otc570" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Daniel Gorsulowski daniel.gorsulowski@esd.eu" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_OTC570_DATAFLASH + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "otc570" + +config SYS_VENDOR + string + default "esd" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "otc570" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263,SYS_USE_DATAFLASH" + +config BOARD_MAINTAINER + string + default "Daniel Gorsulowski daniel.gorsulowski@esd.eu" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/pci405/Kconfig b/board/esd/pci405/Kconfig new file mode 100644 index 0000000..5032709 --- /dev/null +++ b/board/esd/pci405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PCI405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "pci405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "PCI405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/pf5200/Kconfig b/board/esd/pf5200/Kconfig new file mode 100644 index 0000000..b4bfad7 --- /dev/null +++ b/board/esd/pf5200/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PF5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pf5200" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "pf5200" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/plu405/Kconfig b/board/esd/plu405/Kconfig new file mode 100644 index 0000000..c040685 --- /dev/null +++ b/board/esd/plu405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PLU405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "plu405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "PLU405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/pmc405/Kconfig b/board/esd/pmc405/Kconfig new file mode 100644 index 0000000..c97f9fb --- /dev/null +++ b/board/esd/pmc405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PMC405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "pmc405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "PMC405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/pmc405de/Kconfig b/board/esd/pmc405de/Kconfig new file mode 100644 index 0000000..3febae4 --- /dev/null +++ b/board/esd/pmc405de/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PMC405DE + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "pmc405de" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "PMC405DE" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/pmc440/Kconfig b/board/esd/pmc440/Kconfig new file mode 100644 index 0000000..35013ec --- /dev/null +++ b/board/esd/pmc440/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PMC440 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "pmc440" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "PMC440" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/tasreg/Kconfig b/board/esd/tasreg/Kconfig new file mode 100644 index 0000000..c435550 --- /dev/null +++ b/board/esd/tasreg/Kconfig @@ -0,0 +1,27 @@ +if TARGET_TASREG + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "tasreg" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "TASREG" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/vme8349/Kconfig b/board/esd/vme8349/Kconfig new file mode 100644 index 0000000..7d1465d --- /dev/null +++ b/board/esd/vme8349/Kconfig @@ -0,0 +1,59 @@ +if TARGET_CADDY2 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "vme8349" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "vme8349" + +config SYS_EXTRA_OPTIONS + string + default "CADDY2" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VME8349 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "vme8349" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "vme8349" + +config BOARD_MAINTAINER + string + default "Reinhard Arlt reinhard.arlt@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/voh405/Kconfig b/board/esd/voh405/Kconfig new file mode 100644 index 0000000..275f466 --- /dev/null +++ b/board/esd/voh405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_VOH405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "voh405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "VOH405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/vom405/Kconfig b/board/esd/vom405/Kconfig new file mode 100644 index 0000000..4b29b8f --- /dev/null +++ b/board/esd/vom405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_VOM405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "vom405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "VOM405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esd/wuh405/Kconfig b/board/esd/wuh405/Kconfig new file mode 100644 index 0000000..2896e66 --- /dev/null +++ b/board/esd/wuh405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_WUH405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "wuh405" + +config SYS_VENDOR + string + default "esd" + +config SYS_CONFIG_NAME + string + default "WUH405" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esg/ima3-mx53/Kconfig b/board/esg/ima3-mx53/Kconfig new file mode 100644 index 0000000..d3aca09 --- /dev/null +++ b/board/esg/ima3-mx53/Kconfig @@ -0,0 +1,35 @@ +if TARGET_IMA3_MX53 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ima3-mx53" + +config SYS_VENDOR + string + default "esg" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "ima3-mx53" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/esg/ima3-mx53/imximage.cfg" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/espt/Kconfig b/board/espt/Kconfig new file mode 100644 index 0000000..834ac0a --- /dev/null +++ b/board/espt/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ESPT + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "espt" + +config SYS_CONFIG_NAME + string + default "espt" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/esteem192e/Kconfig b/board/esteem192e/Kconfig new file mode 100644 index 0000000..d5d2b1a --- /dev/null +++ b/board/esteem192e/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ESTEEM192E + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "esteem192e" + +config SYS_CONFIG_NAME + string + default "ESTEEM192E" + +config BOARD_MAINTAINER + string + default "Conn Clark clark@esteem.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/etin/debris/Kconfig b/board/etin/debris/Kconfig new file mode 100644 index 0000000..c6d271a --- /dev/null +++ b/board/etin/debris/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DEBRIS + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "debris" + +config SYS_VENDOR + string + default "etin" + +config SYS_CONFIG_NAME + string + default "debris" + +config BOARD_MAINTAINER + string + default "Sangmoon Kim dogoil@etinsys.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/etin/kvme080/Kconfig b/board/etin/kvme080/Kconfig new file mode 100644 index 0000000..703eaab --- /dev/null +++ b/board/etin/kvme080/Kconfig @@ -0,0 +1,27 @@ +if TARGET_KVME080 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "kvme080" + +config SYS_VENDOR + string + default "etin" + +config SYS_CONFIG_NAME + string + default "kvme080" + +config BOARD_MAINTAINER + string + default "Sangmoon Kim dogoil@etinsys.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/eukrea/cpu9260/Kconfig b/board/eukrea/cpu9260/Kconfig new file mode 100644 index 0000000..448ba93 --- /dev/null +++ b/board/eukrea/cpu9260/Kconfig @@ -0,0 +1,287 @@ +if TARGET_CPU9260 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9260" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9260_128M + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9260,CPU9260_128M" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9260_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9260,NANDBOOT" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9260_NAND_128M + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9260,CPU9260_128M,NANDBOOT" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9G20 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9G20" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9G20_128M + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9G20,CPU9G20_128M" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9G20_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9G20,NANDBOOT" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPU9G20_NAND_128M + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "cpu9260" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpu9260" + +config SYS_EXTRA_OPTIONS + string + default "CPU9G20,CPU9G20_128M,NANDBOOT" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/eukrea/cpuat91/Kconfig b/board/eukrea/cpuat91/Kconfig new file mode 100644 index 0000000..399935a --- /dev/null +++ b/board/eukrea/cpuat91/Kconfig @@ -0,0 +1,67 @@ +if TARGET_CPUAT91 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "cpuat91" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpuat91" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CPUAT91_RAM + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "cpuat91" + +config SYS_VENDOR + string + default "eukrea" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "cpuat91" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT" + +config BOARD_MAINTAINER + string + default "Eric Benard eric@eukrea.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/evb64260/Kconfig b/board/evb64260/Kconfig new file mode 100644 index 0000000..1ca35ae --- /dev/null +++ b/board/evb64260/Kconfig @@ -0,0 +1,47 @@ +if TARGET_P3G4 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "evb64260" + +config SYS_CONFIG_NAME + string + default "P3G4" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ZUMA + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "evb64260" + +config SYS_CONFIG_NAME + string + default "ZUMA" + +config BOARD_MAINTAINER + string + default "Nye Liu nyet@zumanetworks.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.04)" + +endif diff --git a/board/exmeritus/hww1u1a/Kconfig b/board/exmeritus/hww1u1a/Kconfig new file mode 100644 index 0000000..f6d0783 --- /dev/null +++ b/board/exmeritus/hww1u1a/Kconfig @@ -0,0 +1,27 @@ +if TARGET_HWW1U1A + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "hww1u1a" + +config SYS_VENDOR + string + default "exmeritus" + +config SYS_CONFIG_NAME + string + default "HWW1U1A" + +config BOARD_MAINTAINER + string + default "Kyle Moffett Kyle.D.Moffett@boeing.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/fads/Kconfig b/board/fads/Kconfig new file mode 100644 index 0000000..18ff3aa --- /dev/null +++ b/board/fads/Kconfig @@ -0,0 +1,47 @@ +if TARGET_MPC86XADS + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "fads" + +config SYS_CONFIG_NAME + string + default "MPC86xADS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC885ADS + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "fads" + +config SYS_CONFIG_NAME + string + default "MPC885ADS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/faraday/a320evb/Kconfig b/board/faraday/a320evb/Kconfig new file mode 100644 index 0000000..8b7f6fe --- /dev/null +++ b/board/faraday/a320evb/Kconfig @@ -0,0 +1,31 @@ +if TARGET_A320EVB + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "a320evb" + +config SYS_VENDOR + string + default "faraday" + +config SYS_SOC + string + default "a320" + +config SYS_CONFIG_NAME + string + default "a320evb" + +config BOARD_MAINTAINER + string + default "Po-Yu Chuang ratbert@faraday-tech.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/flagadm/Kconfig b/board/flagadm/Kconfig new file mode 100644 index 0000000..4c4315a --- /dev/null +++ b/board/flagadm/Kconfig @@ -0,0 +1,23 @@ +if TARGET_FLAGADM + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "flagadm" + +config SYS_CONFIG_NAME + string + default "FLAGADM" + +config BOARD_MAINTAINER + string + default "Kári DavÃðsson kd@flaga.is" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/b4860qds/Kconfig b/board/freescale/b4860qds/Kconfig new file mode 100644 index 0000000..23c839b --- /dev/null +++ b/board/freescale/b4860qds/Kconfig @@ -0,0 +1,223 @@ +if TARGET_B4420QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4420" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_B4420QDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4420,RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_B4420QDS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4420,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_B4860QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4860" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_B4860QDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4860,RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_B4860QDS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4860,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_B4860QDS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "b4860qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "B4860QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_B4860,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/bsc9131rdb/Kconfig b/board/freescale/bsc9131rdb/Kconfig new file mode 100644 index 0000000..f62c64e --- /dev/null +++ b/board/freescale/bsc9131rdb/Kconfig @@ -0,0 +1,127 @@ +if TARGET_BSC9131RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9131rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9131RDB" + +config SYS_EXTRA_OPTIONS + string + default "BSC9131RDB,NAND" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9131RDB_NAND_SYSCLK100 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9131rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9131RDB" + +config SYS_EXTRA_OPTIONS + string + default "BSC9131RDB,NAND,SYS_CLK_100" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9131RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9131rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9131RDB" + +config SYS_EXTRA_OPTIONS + string + default "BSC9131RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9131RDB_SPIFLASH_SYSCLK100 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9131rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9131RDB" + +config SYS_EXTRA_OPTIONS + string + default "BSC9131RDB,SPIFLASH,SYS_CLK_100" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/bsc9132qds/Kconfig b/board/freescale/bsc9132qds/Kconfig new file mode 100644 index 0000000..d2399bb --- /dev/null +++ b/board/freescale/bsc9132qds/Kconfig @@ -0,0 +1,255 @@ +if TARGET_BSC9132QDS_NAND_DDRCLK100 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,NAND,SYS_CLK_100_DDR_100" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_NAND_DDRCLK133 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,NAND,SYS_CLK_100_DDR_133" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_NOR_DDRCLK100 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,SYS_CLK_100_DDR_100" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_NOR_DDRCLK133 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,SYS_CLK_100_DDR_133" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_SDCARD_DDRCLK100 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,SDCARD,SYS_CLK_100_DDR_100" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_SDCARD_DDRCLK133 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,SDCARD,SYS_CLK_100_DDR_133" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_SPIFLASH_DDRCLK100 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,SPIFLASH,SYS_CLK_100_DDR_100" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_BSC9132QDS_SPIFLASH_DDRCLK133 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "bsc9132qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "BSC9132QDS" + +config SYS_EXTRA_OPTIONS + string + default "BSC9132QDS,SPIFLASH,SYS_CLK_100_DDR_133" + +config BOARD_MAINTAINER + string + default "Naveen Burmi NaveenBurmi@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/c29xpcie/Kconfig b/board/freescale/c29xpcie/Kconfig new file mode 100644 index 0000000..aa19544 --- /dev/null +++ b/board/freescale/c29xpcie/Kconfig @@ -0,0 +1,95 @@ +if TARGET_C29XPCIE + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "c29xpcie" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "C29XPCIE" + +config SYS_EXTRA_OPTIONS + string + default "C29XPCIE,36BIT" + +config BOARD_MAINTAINER + string + default "Po Liu po.liu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_C29XPCIE_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "c29xpcie" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "C29XPCIE" + +config SYS_EXTRA_OPTIONS + string + default "C29XPCIE,36BIT,NAND" + +config BOARD_MAINTAINER + string + default "Po Liu po.liu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_C29XPCIE_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "c29xpcie" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "C29XPCIE" + +config SYS_EXTRA_OPTIONS + string + default "C29XPCIE,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "Po Liu po.liu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/corenet_ds/Kconfig b/board/freescale/corenet_ds/Kconfig new file mode 100644 index 0000000..57e9d5d --- /dev/null +++ b/board/freescale/corenet_ds/Kconfig @@ -0,0 +1,655 @@ +if TARGET_P3041DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P3041DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P3041DS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P3041DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P3041DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P3041DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P3041DS_SECURE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P3041DS" + +config SYS_EXTRA_OPTIONS + string + default "SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P3041DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P3041DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P3041DS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P3041DS" + +config SYS_EXTRA_OPTIONS + string + default "SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P4080DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P4080DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P4080DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P4080DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P4080DS_SECURE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P4080DS" + +config SYS_EXTRA_OPTIONS + string + default "SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P4080DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P4080DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P4080DS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P4080DS" + +config SYS_EXTRA_OPTIONS + string + default "SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5020DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5020DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5020DS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5020DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5020DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5020DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5020DS_SECURE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5020DS" + +config SYS_EXTRA_OPTIONS + string + default "SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5020DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5020DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5020DS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5020DS" + +config SYS_EXTRA_OPTIONS + string + default "SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5040DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5040DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5040DS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5040DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5040DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5040DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P5040DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "corenet_ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P5040DS" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5208evbe/Kconfig b/board/freescale/m5208evbe/Kconfig new file mode 100644 index 0000000..4e9f9ac --- /dev/null +++ b/board/freescale/m5208evbe/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5208EVBE + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5208evbe" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5208EVBE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m52277evb/Kconfig b/board/freescale/m52277evb/Kconfig new file mode 100644 index 0000000..ef3cb2b --- /dev/null +++ b/board/freescale/m52277evb/Kconfig @@ -0,0 +1,63 @@ +if TARGET_M52277EVB + +config SYS_CPU + string + default "mcf5227x" + +config SYS_BOARD + string + default "m52277evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M52277EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_SPANSION_BOOT,SYS_TEXT_BASE=0x00000000" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M52277EVB_STMICRO + +config SYS_CPU + string + default "mcf5227x" + +config SYS_BOARD + string + default "m52277evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M52277EVB" + +config SYS_EXTRA_OPTIONS + string + default "CF_SBF,SYS_STMICRO_BOOT,SYS_TEXT_BASE=0x43E00000" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5235evb/Kconfig b/board/freescale/m5235evb/Kconfig new file mode 100644 index 0000000..ec0a92f --- /dev/null +++ b/board/freescale/m5235evb/Kconfig @@ -0,0 +1,63 @@ +if TARGET_M5235EVB + +config SYS_CPU + string + default "mcf523x" + +config SYS_BOARD + string + default "m5235evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5235EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFFE00000" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5235EVB_FLASH32 + +config SYS_CPU + string + default "mcf523x" + +config SYS_BOARD + string + default "m5235evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5235EVB" + +config SYS_EXTRA_OPTIONS + string + default "NORFLASH_PS32BIT,SYS_TEXT_BASE=0xFFC00000" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5249evb/Kconfig b/board/freescale/m5249evb/Kconfig new file mode 100644 index 0000000..71eb4f0 --- /dev/null +++ b/board/freescale/m5249evb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5249EVB + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5249evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5249EVB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5253demo/Kconfig b/board/freescale/m5253demo/Kconfig new file mode 100644 index 0000000..5aec01e --- /dev/null +++ b/board/freescale/m5253demo/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5253DEMO + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5253demo" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5253DEMO" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5253evbe/Kconfig b/board/freescale/m5253evbe/Kconfig new file mode 100644 index 0000000..0a499e0 --- /dev/null +++ b/board/freescale/m5253evbe/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5253EVBE + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5253evbe" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5253EVBE" + +config BOARD_MAINTAINER + string + default "Hayden Fraser Hayden.Fraser@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5272c3/Kconfig b/board/freescale/m5272c3/Kconfig new file mode 100644 index 0000000..702a536 --- /dev/null +++ b/board/freescale/m5272c3/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5272C3 + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5272c3" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5272C3" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5275evb/Kconfig b/board/freescale/m5275evb/Kconfig new file mode 100644 index 0000000..d0cc756 --- /dev/null +++ b/board/freescale/m5275evb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5275EVB + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5275evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5275EVB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5282evb/Kconfig b/board/freescale/m5282evb/Kconfig new file mode 100644 index 0000000..d9e47c9 --- /dev/null +++ b/board/freescale/m5282evb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M5282EVB + +config SYS_CPU + string + default "mcf52x2" + +config SYS_BOARD + string + default "m5282evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5282EVB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m53017evb/Kconfig b/board/freescale/m53017evb/Kconfig new file mode 100644 index 0000000..fc08898 --- /dev/null +++ b/board/freescale/m53017evb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_M53017EVB + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "m53017evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M53017EVB" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5329evb/Kconfig b/board/freescale/m5329evb/Kconfig new file mode 100644 index 0000000..0717455 --- /dev/null +++ b/board/freescale/m5329evb/Kconfig @@ -0,0 +1,63 @@ +if TARGET_M5329AFEE + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "m5329evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5329EVB" + +config SYS_EXTRA_OPTIONS + string + default "NANDFLASH_SIZE=0" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5329BFEE + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "m5329evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5329EVB" + +config SYS_EXTRA_OPTIONS + string + default "NANDFLASH_SIZE=16" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m5373evb/Kconfig b/board/freescale/m5373evb/Kconfig new file mode 100644 index 0000000..677838d --- /dev/null +++ b/board/freescale/m5373evb/Kconfig @@ -0,0 +1,31 @@ +if TARGET_M5373EVB + +config SYS_CPU + string + default "mcf532x" + +config SYS_BOARD + string + default "m5373evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5373EVB" + +config SYS_EXTRA_OPTIONS + string + default "NANDFLASH_SIZE=16" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m54418twr/Kconfig b/board/freescale/m54418twr/Kconfig new file mode 100644 index 0000000..1b1870e --- /dev/null +++ b/board/freescale/m54418twr/Kconfig @@ -0,0 +1,191 @@ +if TARGET_M54418TWR + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +config SYS_EXTRA_OPTIONS + string + default "CF_SBF,SYS_SERIAL_BOOT,SYS_TEXT_BASE=0x47E00000,SYS_INPUT_CLKSRC=50000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54418TWR_NAND_MII + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +config SYS_EXTRA_OPTIONS + string + default "SYS_NAND_BOOT,SYS_TEXT_BASE=0x47E00000,SYS_INPUT_CLKSRC=25000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54418TWR_NAND_RMII + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +config SYS_EXTRA_OPTIONS + string + default "SYS_NAND_BOOT,SYS_TEXT_BASE=0x47E00000,SYS_INPUT_CLKSRC=50000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54418TWR_NAND_RMII_LOWFREQ + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +config SYS_EXTRA_OPTIONS + string + default "SYS_NAND_BOOT,LOW_MCFCLK,SYS_TEXT_BASE=0x47E00000,SYS_INPUT_CLKSRC=50000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54418TWR_SERIAL_MII + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +config SYS_EXTRA_OPTIONS + string + default "CF_SBF,SYS_SERIAL_BOOT,SYS_TEXT_BASE=0x47E00000,SYS_INPUT_CLKSRC=25000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54418TWR_SERIAL_RMII + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54418twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54418TWR" + +config SYS_EXTRA_OPTIONS + string + default "CF_SBF,SYS_SERIAL_BOOT,SYS_TEXT_BASE=0x47E00000,SYS_INPUT_CLKSRC=50000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m54451evb/Kconfig b/board/freescale/m54451evb/Kconfig new file mode 100644 index 0000000..53f44f0 --- /dev/null +++ b/board/freescale/m54451evb/Kconfig @@ -0,0 +1,63 @@ +if TARGET_M54451EVB + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54451evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54451EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x00000000,SYS_INPUT_CLKSRC=24000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54451EVB_STMICRO + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54451evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54451EVB" + +config SYS_EXTRA_OPTIONS + string + default "CF_SBF,SYS_STMICRO_BOOT,SYS_TEXT_BASE=0x47e00000,SYS_INPUT_CLKSRC=24000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m54455evb/Kconfig b/board/freescale/m54455evb/Kconfig new file mode 100644 index 0000000..f29802f --- /dev/null +++ b/board/freescale/m54455evb/Kconfig @@ -0,0 +1,159 @@ +if TARGET_M54455EVB + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54455evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54455EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_ATMEL_BOOT,SYS_TEXT_BASE=0x04000000,SYS_INPUT_CLKSRC=33333333" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54455EVB_A66 + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54455evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54455EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_ATMEL_BOOT,SYS_TEXT_BASE=0x04000000,SYS_INPUT_CLKSRC=66666666" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54455EVB_I66 + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54455evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54455EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_INTEL_BOOT,SYS_TEXT_BASE=0x00000000,SYS_INPUT_CLKSRC=66666666" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54455EVB_INTEL + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54455evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54455EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_INTEL_BOOT,SYS_TEXT_BASE=0x00000000,SYS_INPUT_CLKSRC=33333333" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M54455EVB_STM33 + +config SYS_CPU + string + default "mcf5445x" + +config SYS_BOARD + string + default "m54455evb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M54455EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_STMICRO_BOOT,CF_SBF,SYS_TEXT_BASE=0x4FE00000,SYS_INPUT_CLKSRC=33333333" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m547xevb/Kconfig b/board/freescale/m547xevb/Kconfig new file mode 100644 index 0000000..4e006c3 --- /dev/null +++ b/board/freescale/m547xevb/Kconfig @@ -0,0 +1,223 @@ +if TARGET_M5475AFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=2,SYS_DRAMSZ=64" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5475BFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=16" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5475CFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=16,SYS_VIDEO,SYS_USBCTRL" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5475DFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_USBCTRL" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5475EFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_VIDEO,SYS_USBCTRL" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5475FFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=32,SYS_VIDEO,SYS_USBCTRL,SYS_DRAMSZ1=64" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5475GFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m547xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5475EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=133333333,SYS_BOOTSZ=4,SYS_DRAMSZ=64" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/m548xevb/Kconfig b/board/freescale/m548xevb/Kconfig new file mode 100644 index 0000000..547c458 --- /dev/null +++ b/board/freescale/m548xevb/Kconfig @@ -0,0 +1,255 @@ +if TARGET_M5485AFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485BFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=16" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485CFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=16,SYS_VIDEO,SYS_USBCTRL" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485DFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_USBCTRL" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485EFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_VIDEO,SYS_USBCTRL" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485FFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=32,SYS_VIDEO,SYS_USBCTRL,SYS_DRAMSZ1=64" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485GFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=4,SYS_DRAMSZ=64" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_M5485HFE + +config SYS_CPU + string + default "mcf547x_8x" + +config SYS_BOARD + string + default "m548xevb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "M5485EVB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BUSCLK=100000000,SYS_BOOTSZ=2,SYS_DRAMSZ=64,SYS_NOR1SZ=16,SYS_VIDEO" + +config BOARD_MAINTAINER + string + default "TsiChung Liew Tsi-Chung.Liew@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc5121ads/Kconfig b/board/freescale/mpc5121ads/Kconfig new file mode 100644 index 0000000..2e9ffc3 --- /dev/null +++ b/board/freescale/mpc5121ads/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC5121ADS + +config SYS_CPU + string + default "mpc512x" + +config SYS_BOARD + string + default "mpc5121ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "mpc5121ads" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC5121ADS_REV2 + +config SYS_CPU + string + default "mpc512x" + +config SYS_BOARD + string + default "mpc5121ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "mpc5121ads" + +config SYS_EXTRA_OPTIONS + string + default "MPC5121ADS_REV2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc7448hpc2/Kconfig b/board/freescale/mpc7448hpc2/Kconfig new file mode 100644 index 0000000..934d3cc --- /dev/null +++ b/board/freescale/mpc7448hpc2/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC7448HPC2 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "mpc7448hpc2" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "mpc7448hpc2" + +config BOARD_MAINTAINER + string + default "Roy Zang tie-fei.zang@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8260ads/Kconfig b/board/freescale/mpc8260ads/Kconfig new file mode 100644 index 0000000..7d88b30 --- /dev/null +++ b/board/freescale/mpc8260ads/Kconfig @@ -0,0 +1,511 @@ +if TARGET_MPC8260ADS + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8260ADS" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8260ADS_33MHZ + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8260ADS,8260_CLKIN=33000000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8260ADS_33MHZ_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8260ADS,8260_CLKIN=33000000,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8260ADS_40MHZ + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8260ADS,8260_CLKIN=40000000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8260ADS_40MHZ_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8260ADS,8260_CLKIN=40000000,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8260ADS_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8260ADS,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8272ADS + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8272ADS" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8272ADS_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_8272ADS,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_VR + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS,8260_CLKIN=66000000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_VR_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS,8260_CLKIN=66000000,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_ZU + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_ZU_66MHZ + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS,8260_CLKIN=66000000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_ZU_66MHZ_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS,8260_CLKIN=66000000,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_ZU_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_PQ2FADS_LOWBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8260ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8260ADS" + +config SYS_EXTRA_OPTIONS + string + default "ADSTYPE=CONFIG_SYS_PQ2FADS,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/freescale/mpc8266ads/Kconfig b/board/freescale/mpc8266ads/Kconfig new file mode 100644 index 0000000..86ee16b --- /dev/null +++ b/board/freescale/mpc8266ads/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8266ADS + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "mpc8266ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8266ADS" + +config BOARD_MAINTAINER + string + default "Rune Torgersen runet@innovsys.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8308rdb/Kconfig b/board/freescale/mpc8308rdb/Kconfig new file mode 100644 index 0000000..cad6812 --- /dev/null +++ b/board/freescale/mpc8308rdb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8308RDB + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8308rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8308RDB" + +config BOARD_MAINTAINER + string + default "Ilya Yanok yanok@emcraft.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8313erdb/Kconfig b/board/freescale/mpc8313erdb/Kconfig new file mode 100644 index 0000000..a270d37 --- /dev/null +++ b/board/freescale/mpc8313erdb/Kconfig @@ -0,0 +1,127 @@ +if TARGET_MPC8313ERDB_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8313erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8313ERDB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_33MHZ" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8313ERDB_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8313erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8313ERDB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_66MHZ" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8313ERDB_NAND_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8313erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8313ERDB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_33MHZ,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8313ERDB_NAND_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8313erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8313ERDB" + +config SYS_EXTRA_OPTIONS + string + default "SYS_66MHZ,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8315erdb/Kconfig b/board/freescale/mpc8315erdb/Kconfig new file mode 100644 index 0000000..c338cc5 --- /dev/null +++ b/board/freescale/mpc8315erdb/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC8315ERDB + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8315erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8315ERDB" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8315ERDB_NAND + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8315erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8315ERDB" + +config SYS_EXTRA_OPTIONS + string + default "NAND_U_BOOT" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8323erdb/Kconfig b/board/freescale/mpc8323erdb/Kconfig new file mode 100644 index 0000000..1ca64db --- /dev/null +++ b/board/freescale/mpc8323erdb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8323ERDB + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8323erdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8323ERDB" + +config BOARD_MAINTAINER + string + default "Michael Barkowski michael.barkowski@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc832xemds/Kconfig b/board/freescale/mpc832xemds/Kconfig new file mode 100644 index 0000000..60aba64 --- /dev/null +++ b/board/freescale/mpc832xemds/Kconfig @@ -0,0 +1,155 @@ +if TARGET_MPC832XEMDS + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc832xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC832XEMDS" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC832XEMDS_ATM + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc832xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC832XEMDS" + +config SYS_EXTRA_OPTIONS + string + default "PQ_MDS_PIB=1,PQ_MDS_PIB_ATM=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC832XEMDS_HOST_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc832xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC832XEMDS" + +config SYS_EXTRA_OPTIONS + string + default "PCI,PCI_33M,PQ_MDS_PIB=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC832XEMDS_HOST_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc832xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC832XEMDS" + +config SYS_EXTRA_OPTIONS + string + default "PCI,PCI_66M,PQ_MDS_PIB=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC832XEMDS_SLAVE + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc832xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC832XEMDS" + +config SYS_EXTRA_OPTIONS + string + default "PCI,PCISLAVE" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8349emds/Kconfig b/board/freescale/mpc8349emds/Kconfig new file mode 100644 index 0000000..9af1a2e --- /dev/null +++ b/board/freescale/mpc8349emds/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8349EMDS + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8349emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8349EMDS" + +config BOARD_MAINTAINER + string + default "Kim Phillips kim.phillips@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8349itx/Kconfig b/board/freescale/mpc8349itx/Kconfig new file mode 100644 index 0000000..3401671 --- /dev/null +++ b/board/freescale/mpc8349itx/Kconfig @@ -0,0 +1,95 @@ +if TARGET_MPC8349ITX + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8349itx" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8349ITX" + +config SYS_EXTRA_OPTIONS + string + default "MPC8349ITX" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8349ITX_LOWBOOT + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8349itx" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8349ITX" + +config SYS_EXTRA_OPTIONS + string + default "MPC8349ITX,SYS_TEXT_BASE=0xFE000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8349ITXGP + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8349itx" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8349ITX" + +config SYS_EXTRA_OPTIONS + string + default "MPC8349ITXGP,SYS_TEXT_BASE=0xFE000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8360emds/Kconfig b/board/freescale/mpc8360emds/Kconfig new file mode 100644 index 0000000..fa9105b --- /dev/null +++ b/board/freescale/mpc8360emds/Kconfig @@ -0,0 +1,319 @@ +if TARGET_MPC8360EMDS_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_33MHZ" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_33_ATM + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_33MHZ,PQ_MDS_PIB=1,PQ_MDS_PIB_ATM=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_33_HOST_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_33MHZ,PCI,PCI_33M,PQ_MDS_PIB=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_33_HOST_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_33MHZ,PCI,PCI_66M,PQ_MDS_PIB=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_33_SLAVE + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_33MHZ,PCI,PCISLAVE" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_66MHZ" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_66_ATM + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_66MHZ,PQ_MDS_PIB=1,PQ_MDS_PIB_ATM=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_66_HOST_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_66MHZ,PCI,PCI_33M,PQ_MDS_PIB=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_66_HOST_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_66MHZ,PCI,PCI_66M,PQ_MDS_PIB=1" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8360EMDS_66_SLAVE + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360emds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360EMDS" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_66MHZ,PCI,PCISLAVE" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8360erdk/Kconfig b/board/freescale/mpc8360erdk/Kconfig new file mode 100644 index 0000000..9a9def0 --- /dev/null +++ b/board/freescale/mpc8360erdk/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC8360ERDK + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360erdk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360ERDK" + +config BOARD_MAINTAINER + string + default "Anton Vorontsov avorontsov@ru.mvista.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_MPC8360ERDK_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8360erdk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8360ERDK" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_33MHZ" + +config BOARD_MAINTAINER + string + default "Anton Vorontsov avorontsov@ru.mvista.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/freescale/mpc837xemds/Kconfig b/board/freescale/mpc837xemds/Kconfig new file mode 100644 index 0000000..ec6daf2 --- /dev/null +++ b/board/freescale/mpc837xemds/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC837XEMDS + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc837xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC837XEMDS" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC837XEMDS_HOST + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc837xemds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC837XEMDS" + +config SYS_EXTRA_OPTIONS + string + default "PCI" + +config BOARD_MAINTAINER + string + default "Dave Liu daveliu@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc837xerdb/Kconfig b/board/freescale/mpc837xerdb/Kconfig new file mode 100644 index 0000000..6054194 --- /dev/null +++ b/board/freescale/mpc837xerdb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC837XERDB + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc837xerdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC837XERDB" + +config BOARD_MAINTAINER + string + default "Joe D'Abbraccio ljd015@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8536ds/Kconfig b/board/freescale/mpc8536ds/Kconfig new file mode 100644 index 0000000..458311c --- /dev/null +++ b/board/freescale/mpc8536ds/Kconfig @@ -0,0 +1,155 @@ +if TARGET_MPC8536DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8536ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8536DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8536DS_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8536ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8536DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8536DS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8536ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8536DS" + +config SYS_EXTRA_OPTIONS + string + default "NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8536DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8536ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8536DS" + +config SYS_EXTRA_OPTIONS + string + default "SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8536DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8536ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8536DS" + +config SYS_EXTRA_OPTIONS + string + default "SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8540ads/Kconfig b/board/freescale/mpc8540ads/Kconfig new file mode 100644 index 0000000..9fa3272 --- /dev/null +++ b/board/freescale/mpc8540ads/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8540ADS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8540ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8540ADS" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8541cds/Kconfig b/board/freescale/mpc8541cds/Kconfig new file mode 100644 index 0000000..3c9e3ad --- /dev/null +++ b/board/freescale/mpc8541cds/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC8541CDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8541cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8541CDS" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8541CDS_LEGACY + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8541cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8541CDS" + +config SYS_EXTRA_OPTIONS + string + default "LEGACY" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8544ds/Kconfig b/board/freescale/mpc8544ds/Kconfig new file mode 100644 index 0000000..d672b78 --- /dev/null +++ b/board/freescale/mpc8544ds/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8544DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8544ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8544DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8548cds/Kconfig b/board/freescale/mpc8548cds/Kconfig new file mode 100644 index 0000000..ac0ca38 --- /dev/null +++ b/board/freescale/mpc8548cds/Kconfig @@ -0,0 +1,91 @@ +if TARGET_MPC8548CDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8548cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8548CDS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8548CDS_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8548cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8548CDS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8548CDS_LEGACY + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8548cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8548CDS" + +config SYS_EXTRA_OPTIONS + string + default "LEGACY" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8555cds/Kconfig b/board/freescale/mpc8555cds/Kconfig new file mode 100644 index 0000000..b11a605 --- /dev/null +++ b/board/freescale/mpc8555cds/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC8555CDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8555cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8555CDS" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8555CDS_LEGACY + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8555cds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8555CDS" + +config SYS_EXTRA_OPTIONS + string + default "LEGACY" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8560ads/Kconfig b/board/freescale/mpc8560ads/Kconfig new file mode 100644 index 0000000..9899cc4 --- /dev/null +++ b/board/freescale/mpc8560ads/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8560ADS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8560ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8560ADS" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8568mds/Kconfig b/board/freescale/mpc8568mds/Kconfig new file mode 100644 index 0000000..1cc1f71 --- /dev/null +++ b/board/freescale/mpc8568mds/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8568MDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8568mds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8568MDS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8569mds/Kconfig b/board/freescale/mpc8569mds/Kconfig new file mode 100644 index 0000000..db66c6e --- /dev/null +++ b/board/freescale/mpc8569mds/Kconfig @@ -0,0 +1,91 @@ +if TARGET_MPC8569MDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8569mds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8569MDS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8569MDS_ATM + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8569mds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8569MDS" + +config SYS_EXTRA_OPTIONS + string + default "ATM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8569MDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8569mds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8569MDS" + +config SYS_EXTRA_OPTIONS + string + default "NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8572ds/Kconfig b/board/freescale/mpc8572ds/Kconfig new file mode 100644 index 0000000..0933c08 --- /dev/null +++ b/board/freescale/mpc8572ds/Kconfig @@ -0,0 +1,91 @@ +if TARGET_MPC8572DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8572ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8572DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8572DS_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8572ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8572DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8572DS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "mpc8572ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8572DS" + +config SYS_EXTRA_OPTIONS + string + default "NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8610hpcd/Kconfig b/board/freescale/mpc8610hpcd/Kconfig new file mode 100644 index 0000000..2546093 --- /dev/null +++ b/board/freescale/mpc8610hpcd/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MPC8610HPCD + +config SYS_CPU + string + default "mpc86xx" + +config SYS_BOARD + string + default "mpc8610hpcd" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8610HPCD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mpc8641hpcn/Kconfig b/board/freescale/mpc8641hpcn/Kconfig new file mode 100644 index 0000000..4fdac86 --- /dev/null +++ b/board/freescale/mpc8641hpcn/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MPC8641HPCN + +config SYS_CPU + string + default "mpc86xx" + +config SYS_BOARD + string + default "mpc8641hpcn" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8641HPCN" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MPC8641HPCN_36BIT + +config SYS_CPU + string + default "mpc86xx" + +config SYS_BOARD + string + default "mpc8641hpcn" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "MPC8641HPCN" + +config SYS_EXTRA_OPTIONS + string + default "PHYS_64BIT" + +config BOARD_MAINTAINER + string + default "Kumar Gala kumar.gala@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx23evk/Kconfig b/board/freescale/mx23evk/Kconfig new file mode 100644 index 0000000..c6c436f --- /dev/null +++ b/board/freescale/mx23evk/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MX23EVK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx23evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "mx23evk" + +config BOARD_MAINTAINER + string + default "Otavio Salvador otavio@ossystems.com.br" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx25pdk/Kconfig b/board/freescale/mx25pdk/Kconfig new file mode 100644 index 0000000..1dc0b7e --- /dev/null +++ b/board/freescale/mx25pdk/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX25PDK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx25pdk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx25" + +config SYS_CONFIG_NAME + string + default "mx25pdk" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx25pdk/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx28evk/Kconfig b/board/freescale/mx28evk/Kconfig new file mode 100644 index 0000000..2b993ed --- /dev/null +++ b/board/freescale/mx28evk/Kconfig @@ -0,0 +1,107 @@ +if TARGET_MX28EVK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx28evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "mx28evk" + +config SYS_EXTRA_OPTIONS + string + default "ENV_IS_IN_MMC" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MX28EVK_AUART_CONSOLE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx28evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "mx28evk" + +config SYS_EXTRA_OPTIONS + string + default "MXS_AUART,MXS_AUART_BASE=MXS_UARTAPP3_BASE,ENV_IS_IN_MMC" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MX28EVK_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx28evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "mx28evk" + +config SYS_EXTRA_OPTIONS + string + default "ENV_IS_IN_NAND" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx31ads/Kconfig b/board/freescale/mx31ads/Kconfig new file mode 100644 index 0000000..b695c4a --- /dev/null +++ b/board/freescale/mx31ads/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MX31ADS + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "mx31ads" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "mx31ads" + +config BOARD_MAINTAINER + string + default "(resigned) Guennadi Liakhovetski g.liakhovetski@gmx.de" + +config BOARD_STATUS + string + default "Orphan (since 2013.09)" + +endif diff --git a/board/freescale/mx31pdk/Kconfig b/board/freescale/mx31pdk/Kconfig new file mode 100644 index 0000000..a2aadc7 --- /dev/null +++ b/board/freescale/mx31pdk/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MX31PDK + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "mx31pdk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "mx31pdk" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx35pdk/Kconfig b/board/freescale/mx35pdk/Kconfig new file mode 100644 index 0000000..ef47432 --- /dev/null +++ b/board/freescale/mx35pdk/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MX35PDK + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "mx35pdk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx35" + +config SYS_CONFIG_NAME + string + default "mx35pdk" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx51evk/Kconfig b/board/freescale/mx51evk/Kconfig new file mode 100644 index 0000000..f44f975 --- /dev/null +++ b/board/freescale/mx51evk/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX51EVK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx51evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx51evk" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx51evk/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx53ard/Kconfig b/board/freescale/mx53ard/Kconfig new file mode 100644 index 0000000..637e989 --- /dev/null +++ b/board/freescale/mx53ard/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX53ARD + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx53ard" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx53ard" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx53ard/imximage_dd3.cfg" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx53evk/Kconfig b/board/freescale/mx53evk/Kconfig new file mode 100644 index 0000000..8cb6190 --- /dev/null +++ b/board/freescale/mx53evk/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX53EVK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx53evk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx53evk" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx53evk/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Jason Liu r64343@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx53loco/Kconfig b/board/freescale/mx53loco/Kconfig new file mode 100644 index 0000000..6aabf26 --- /dev/null +++ b/board/freescale/mx53loco/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX53LOCO + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx53loco" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx53loco" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx53loco/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Jason Liu r64343@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx53smd/Kconfig b/board/freescale/mx53smd/Kconfig new file mode 100644 index 0000000..1111d00 --- /dev/null +++ b/board/freescale/mx53smd/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX53SMD + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx53smd" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx53smd" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx53smd/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx6qarm2/Kconfig b/board/freescale/mx6qarm2/Kconfig new file mode 100644 index 0000000..7db1c7b --- /dev/null +++ b/board/freescale/mx6qarm2/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX6QARM2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx6qarm2" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "mx6qarm2" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx6qarm2/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Jason Liu r64343@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx6qsabreauto/Kconfig b/board/freescale/mx6qsabreauto/Kconfig new file mode 100644 index 0000000..54b2579 --- /dev/null +++ b/board/freescale/mx6qsabreauto/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX6QSABREAUTO + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx6qsabreauto" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "mx6qsabreauto" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx6qsabreauto/imximage.cfg,MX6Q" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx6sabresd/Kconfig b/board/freescale/mx6sabresd/Kconfig new file mode 100644 index 0000000..d43b26b --- /dev/null +++ b/board/freescale/mx6sabresd/Kconfig @@ -0,0 +1,71 @@ +if TARGET_MX6DLSABRESD + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx6sabresd" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "mx6sabresd" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MX6QSABRESD + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx6sabresd" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "mx6sabresd" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/imx/ddr/mx6q_4x_mt41j128.cfg,MX6Q" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/mx6slevk/Kconfig b/board/freescale/mx6slevk/Kconfig new file mode 100644 index 0000000..b1cba24 --- /dev/null +++ b/board/freescale/mx6slevk/Kconfig @@ -0,0 +1,35 @@ +if TARGET_MX6SLEVK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx6slevk" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "mx6slevk" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1010rdb/Kconfig b/board/freescale/p1010rdb/Kconfig new file mode 100644 index 0000000..c96a025 --- /dev/null +++ b/board/freescale/p1010rdb/Kconfig @@ -0,0 +1,895 @@ +if TARGET_P1010RDB_PA_36BIT_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_36BIT_NAND_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT,NAND_SECBOOT,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_36BIT_NOR + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_36BIT_NOR_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_36BIT_SPIFLASH_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,36BIT,SPIFLASH,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_NAND_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,NAND_SECBOOT,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_NOR + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_NOR_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PA_SPIFLASH_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PA,SPIFLASH,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_NAND_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT,NAND_SECBOOT,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_NOR + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_NOR_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_36BIT_SPIFLASH_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,36BIT,SPIFLASH,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_NAND_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,NAND_SECBOOT,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_NOR + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_NOR_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1010RDB_PB_SPIFLASH_SECBOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1010rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1010RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1010RDB_PB,SPIFLASH,SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1022ds/Kconfig b/board/freescale/p1022ds/Kconfig new file mode 100644 index 0000000..773ea52 --- /dev/null +++ b/board/freescale/p1022ds/Kconfig @@ -0,0 +1,251 @@ +if TARGET_P1022DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_36BIT_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT,NAND" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "NAND" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "SDCARD" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1022DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1022DS" + +config SYS_EXTRA_OPTIONS + string + default "SPIFLASH" + +config BOARD_MAINTAINER + string + default "Timur Tabi timur@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1023rdb/Kconfig b/board/freescale/p1023rdb/Kconfig new file mode 100644 index 0000000..3ab36e2 --- /dev/null +++ b/board/freescale/p1023rdb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_P1023RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1023rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1023RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1023rds/Kconfig b/board/freescale/p1023rds/Kconfig new file mode 100644 index 0000000..9d8f934 --- /dev/null +++ b/board/freescale/p1023rds/Kconfig @@ -0,0 +1,59 @@ +if TARGET_P1023RDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1023rds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1023RDS" + +config BOARD_MAINTAINER + string + default "Roy Zang tie-fei.zang@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1023RDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1023rds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1023RDS" + +config SYS_EXTRA_OPTIONS + string + default "NAND" + +config BOARD_MAINTAINER + string + default "Roy Zang tie-fei.zang@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1_p2_rdb/Kconfig b/board/freescale/p1_p2_rdb/Kconfig new file mode 100644 index 0000000..2656d65 --- /dev/null +++ b/board/freescale/p1_p2_rdb/Kconfig @@ -0,0 +1,895 @@ +if TARGET_P1011RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1011RDB_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1011RDB_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1011RDB_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1011RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1011RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1011RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1011RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2010RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2010RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P1_P2_RDB" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1_p2_rdb_pc/Kconfig b/board/freescale/p1_p2_rdb_pc/Kconfig new file mode 100644 index 0000000..a506569 --- /dev/null +++ b/board/freescale/p1_p2_rdb_pc/Kconfig @@ -0,0 +1,1471 @@ +if TARGET_P1020MBG_PC + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020MBG" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020MBG_PC_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020MBG,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020MBG_PC_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020MBG,SDCARD,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020MBG_PC_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020MBG,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_36BIT_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,36BIT,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PC_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PC,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PD_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PD,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PD_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PD,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020RDB_PD_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020RDB_PD,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020UTM_PC + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020UTM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020UTM_PC_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020UTM,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020UTM_PC_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020UTM,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1020UTM_PC_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1020UTM,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_36BIT_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,36BIT,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1021RDB_PC_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1021RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1024RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1024RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1024RDB_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1024RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1024RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1024RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1024RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1024RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1024RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1024RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1025RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1025RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1025RDB_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1025RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1025RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1025RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1025RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1025RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P1025RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P1025RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_36BIT_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_36BIT_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,36BIT,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020RDB_PC_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_p2_rdb_pc" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_p2_rdb_pc" + +config SYS_EXTRA_OPTIONS + string + default "P2020RDB,SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p1_twr/Kconfig b/board/freescale/p1_twr/Kconfig new file mode 100644 index 0000000..3705ad9 --- /dev/null +++ b/board/freescale/p1_twr/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TWR_P1025 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1_twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "p1_twr" + +config SYS_EXTRA_OPTIONS + string + default "TWR_P1025" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p2020come/Kconfig b/board/freescale/p2020come/Kconfig new file mode 100644 index 0000000..85d2dd6 --- /dev/null +++ b/board/freescale/p2020come/Kconfig @@ -0,0 +1,63 @@ +if TARGET_P2020COME_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020come" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020COME" + +config SYS_EXTRA_OPTIONS + string + default "SDCARD" + +config BOARD_MAINTAINER + string + default "Ira W. Snyder iws@ovro.caltech.edu" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020COME_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020come" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020COME" + +config SYS_EXTRA_OPTIONS + string + default "SPIFLASH" + +config BOARD_MAINTAINER + string + default "Ira W. Snyder iws@ovro.caltech.edu" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p2020ds/Kconfig b/board/freescale/p2020ds/Kconfig new file mode 100644 index 0000000..7113489 --- /dev/null +++ b/board/freescale/p2020ds/Kconfig @@ -0,0 +1,155 @@ +if TARGET_P2020DS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020DS" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020DS_36BIT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020DS" + +config SYS_EXTRA_OPTIONS + string + default "36BIT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020DS_DDR2 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020DS" + +config SYS_EXTRA_OPTIONS + string + default "DDR2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020DS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020DS" + +config SYS_EXTRA_OPTIONS + string + default "SDCARD" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2020DS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2020ds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2020DS" + +config SYS_EXTRA_OPTIONS + string + default "SPIFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/p2041rdb/Kconfig b/board/freescale/p2041rdb/Kconfig new file mode 100644 index 0000000..bfd4547 --- /dev/null +++ b/board/freescale/p2041rdb/Kconfig @@ -0,0 +1,187 @@ +if TARGET_P2041RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2041rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2041RDB" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2041RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2041rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2041RDB" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2041RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2041rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2041RDB" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2041RDB_SECURE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2041rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2041RDB" + +config SYS_EXTRA_OPTIONS + string + default "SECURE_BOOT" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2041RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2041rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2041RDB" + +config SYS_EXTRA_OPTIONS + string + default "RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P2041RDB_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p2041rdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "P2041RDB" + +config SYS_EXTRA_OPTIONS + string + default "SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/t1040qds/Kconfig b/board/freescale/t1040qds/Kconfig new file mode 100644 index 0000000..8a3910c --- /dev/null +++ b/board/freescale/t1040qds/Kconfig @@ -0,0 +1,31 @@ +if TARGET_T1040QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t1040qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T1040QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T1040" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/t104xrdb/Kconfig b/board/freescale/t104xrdb/Kconfig new file mode 100644 index 0000000..8047453 --- /dev/null +++ b/board/freescale/t104xrdb/Kconfig @@ -0,0 +1,63 @@ +if TARGET_T1040RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t104xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T1040RDB" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T1040" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T1042RDB_PI + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t104xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T1042RDB_PI" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T1042" + +config BOARD_MAINTAINER + string + default "Poonam Aggrwal poonam.aggrwal@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/t208xqds/Kconfig b/board/freescale/t208xqds/Kconfig new file mode 100644 index 0000000..51492bd --- /dev/null +++ b/board/freescale/t208xqds/Kconfig @@ -0,0 +1,319 @@ +if TARGET_T2080QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080QDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080QDS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080QDS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080QDS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2081QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2081" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2081QDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2081,RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2081QDS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2081,RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2081QDS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2081,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2081QDS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xqds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xQDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2081,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/t208xrdb/Kconfig b/board/freescale/t208xrdb/Kconfig new file mode 100644 index 0000000..5bb2a02 --- /dev/null +++ b/board/freescale/t208xrdb/Kconfig @@ -0,0 +1,159 @@ +if TARGET_T2080RDB + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xRDB" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080RDB_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xRDB" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080RDB_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xRDB" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080RDB_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xRDB" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T2080RDB_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t208xrdb" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T208xRDB" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T2080,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/t4qds/Kconfig b/board/freescale/t4qds/Kconfig new file mode 100644 index 0000000..17c0b69 --- /dev/null +++ b/board/freescale/t4qds/Kconfig @@ -0,0 +1,287 @@ +if TARGET_T4160QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4160" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4160QDS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4160,RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4160QDS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4160,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4240EMU + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240EMU" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4240" + +config BOARD_MAINTAINER + string + default "York Sun yorksun@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4240QDS + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4240" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4240QDS_NAND + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4240,RAMBOOT_PBL,NAND,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4240QDS_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4240,RAMBOOT_PBL,SDCARD,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4240QDS_SPIFLASH + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4240,RAMBOOT_PBL,SPIFLASH,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_T4240QDS_SRIO_PCIE_BOOT + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "t4qds" + +config SYS_VENDOR + string + default "freescale" + +config SYS_CONFIG_NAME + string + default "T4240QDS" + +config SYS_EXTRA_OPTIONS + string + default "PPC_T4240,SRIO_PCIE_BOOT_SLAVE,SYS_TEXT_BASE=0xFFF40000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/freescale/vf610twr/Kconfig b/board/freescale/vf610twr/Kconfig new file mode 100644 index 0000000..db9cb43 --- /dev/null +++ b/board/freescale/vf610twr/Kconfig @@ -0,0 +1,35 @@ +if TARGET_VF610TWR + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "vf610twr" + +config SYS_VENDOR + string + default "freescale" + +config SYS_SOC + string + default "vf610" + +config SYS_CONFIG_NAME + string + default "vf610twr" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/freescale/vf610twr/imximage.cfg" + +config BOARD_MAINTAINER + string + default "Alison Wang b18965@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/funkwerk/vovpn-gw/Kconfig b/board/funkwerk/vovpn-gw/Kconfig new file mode 100644 index 0000000..559f287 --- /dev/null +++ b/board/funkwerk/vovpn-gw/Kconfig @@ -0,0 +1,31 @@ +if TARGET_VOVPN_GW_66MHZ + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "vovpn-gw" + +config SYS_VENDOR + string + default "funkwerk" + +config SYS_CONFIG_NAME + string + default "VoVPN-GW" + +config SYS_EXTRA_OPTIONS + string + default "CLKIN_66MHz" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/g2000/Kconfig b/board/g2000/Kconfig new file mode 100644 index 0000000..2ec335c --- /dev/null +++ b/board/g2000/Kconfig @@ -0,0 +1,23 @@ +if TARGET_G2000 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "g2000" + +config SYS_CONFIG_NAME + string + default "G2000" + +config BOARD_MAINTAINER + string + default "Matthias Fuchs matthias.fuchs@esd-electronics.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gaisler/gr_cpci_ax2000/Kconfig b/board/gaisler/gr_cpci_ax2000/Kconfig new file mode 100644 index 0000000..2dc08ae --- /dev/null +++ b/board/gaisler/gr_cpci_ax2000/Kconfig @@ -0,0 +1,27 @@ +if TARGET_GR_CPCI_AX2000 + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "gr_cpci_ax2000" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "gr_cpci_ax2000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gaisler/gr_ep2s60/Kconfig b/board/gaisler/gr_ep2s60/Kconfig new file mode 100644 index 0000000..8292371 --- /dev/null +++ b/board/gaisler/gr_ep2s60/Kconfig @@ -0,0 +1,27 @@ +if TARGET_GR_EP2S60 + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "gr_ep2s60" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "gr_ep2s60" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gaisler/gr_xc3s_1500/Kconfig b/board/gaisler/gr_xc3s_1500/Kconfig new file mode 100644 index 0000000..8388bb6 --- /dev/null +++ b/board/gaisler/gr_xc3s_1500/Kconfig @@ -0,0 +1,27 @@ +if TARGET_GR_XC3S_1500 + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "gr_xc3s_1500" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "gr_xc3s_1500" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gaisler/grsim/Kconfig b/board/gaisler/grsim/Kconfig new file mode 100644 index 0000000..73bca13 --- /dev/null +++ b/board/gaisler/grsim/Kconfig @@ -0,0 +1,27 @@ +if TARGET_GRSIM + +config SYS_CPU + string + default "leon3" + +config SYS_BOARD + string + default "grsim" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "grsim" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gaisler/grsim_leon2/Kconfig b/board/gaisler/grsim_leon2/Kconfig new file mode 100644 index 0000000..c0d367f --- /dev/null +++ b/board/gaisler/grsim_leon2/Kconfig @@ -0,0 +1,27 @@ +if TARGET_GRSIM_LEON2 + +config SYS_CPU + string + default "leon2" + +config SYS_BOARD + string + default "grsim_leon2" + +config SYS_VENDOR + string + default "gaisler" + +config SYS_CONFIG_NAME + string + default "grsim_leon2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/galaxy5200/Kconfig b/board/galaxy5200/Kconfig new file mode 100644 index 0000000..237b72c --- /dev/null +++ b/board/galaxy5200/Kconfig @@ -0,0 +1,55 @@ +if TARGET_GALAXY5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "galaxy5200" + +config SYS_CONFIG_NAME + string + default "galaxy5200" + +config SYS_EXTRA_OPTIONS + string + default "galaxy5200" + +config BOARD_MAINTAINER + string + default "Eric Millbrandt emillbrandt@dekaresearch.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GALAXY5200_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "galaxy5200" + +config SYS_CONFIG_NAME + string + default "galaxy5200" + +config SYS_EXTRA_OPTIONS + string + default "galaxy5200_LOWBOOT" + +config BOARD_MAINTAINER + string + default "Eric Millbrandt emillbrandt@dekaresearch.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gateworks/gw_ventana/Kconfig b/board/gateworks/gw_ventana/Kconfig new file mode 100644 index 0000000..543c0db --- /dev/null +++ b/board/gateworks/gw_ventana/Kconfig @@ -0,0 +1,179 @@ +if TARGET_GWVENTANADL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "gw_ventana" + +config SYS_VENDOR + string + default "gateworks" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "gw_ventana" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6DL,DDR_MB=512" + +config BOARD_MAINTAINER + string + default "Tim Harvey tharvey@gateworks.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GWVENTANADL1G + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "gw_ventana" + +config SYS_VENDOR + string + default "gateworks" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "gw_ventana" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6DL,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Tim Harvey tharvey@gateworks.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GWVENTANAQ + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "gw_ventana" + +config SYS_VENDOR + string + default "gateworks" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "gw_ventana" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6Q,DDR_MB=512" + +config BOARD_MAINTAINER + string + default "Tim Harvey tharvey@gateworks.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GWVENTANAQ1G + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "gw_ventana" + +config SYS_VENDOR + string + default "gateworks" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "gw_ventana" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6Q,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Tim Harvey tharvey@gateworks.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GWVENTANAQ1GSPI + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "gw_ventana" + +config SYS_VENDOR + string + default "gateworks" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "gw_ventana" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/gateworks/gw_ventana/gw_ventana.cfg,MX6Q,DDR_MB=1024,SPI_FLASH" + +config BOARD_MAINTAINER + string + default "Tim Harvey tharvey@gateworks.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gdsys/405ep/Kconfig b/board/gdsys/405ep/Kconfig new file mode 100644 index 0000000..e3fba09 --- /dev/null +++ b/board/gdsys/405ep/Kconfig @@ -0,0 +1,111 @@ +if TARGET_DLVISION_10G + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "dlvision-10g" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IO + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "io" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IOCON + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "iocon" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NEO + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "405ep" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "neo" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gdsys/405ex/Kconfig b/board/gdsys/405ex/Kconfig new file mode 100644 index 0000000..e71dc7d --- /dev/null +++ b/board/gdsys/405ex/Kconfig @@ -0,0 +1,27 @@ +if TARGET_IO64 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "405ex" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "io64" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gdsys/dlvision/Kconfig b/board/gdsys/dlvision/Kconfig new file mode 100644 index 0000000..e7c7436 --- /dev/null +++ b/board/gdsys/dlvision/Kconfig @@ -0,0 +1,27 @@ +if TARGET_DLVISION + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "dlvision" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "dlvision" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gdsys/gdppc440etx/Kconfig b/board/gdsys/gdppc440etx/Kconfig new file mode 100644 index 0000000..735b371 --- /dev/null +++ b/board/gdsys/gdppc440etx/Kconfig @@ -0,0 +1,27 @@ +if TARGET_GDPPC440ETX + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "gdppc440etx" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "gdppc440etx" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gdsys/intip/Kconfig b/board/gdsys/intip/Kconfig new file mode 100644 index 0000000..befdb77 --- /dev/null +++ b/board/gdsys/intip/Kconfig @@ -0,0 +1,63 @@ +if TARGET_DEVCONCENTER + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "intip" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "intip" + +config SYS_EXTRA_OPTIONS + string + default "DEVCONCENTER" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_INTIP + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "intip" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "intip" + +config SYS_EXTRA_OPTIONS + string + default "INTIB" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gdsys/p1022/Kconfig b/board/gdsys/p1022/Kconfig new file mode 100644 index 0000000..3429ea7 --- /dev/null +++ b/board/gdsys/p1022/Kconfig @@ -0,0 +1,127 @@ +if TARGET_CONTROLCENTERD_36BIT_SDCARD + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "controlcenterd" + +config SYS_EXTRA_OPTIONS + string + default "36BIT,SDCARD" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CONTROLCENTERD_36BIT_SDCARD_DEVELOP + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "controlcenterd" + +config SYS_EXTRA_OPTIONS + string + default "36BIT,SDCARD,DEVELOP" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CONTROLCENTERD_TRAILBLAZER + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "controlcenterd" + +config SYS_EXTRA_OPTIONS + string + default "TRAILBLAZER,SPIFLASH" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CONTROLCENTERD_TRAILBLAZER_DEVELOP + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "p1022" + +config SYS_VENDOR + string + default "gdsys" + +config SYS_CONFIG_NAME + string + default "controlcenterd" + +config SYS_EXTRA_OPTIONS + string + default "TRAILBLAZER,SPIFLASH,DEVELOP" + +config BOARD_MAINTAINER + string + default "Dirk Eibach eibach@gdsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gen860t/Kconfig b/board/gen860t/Kconfig new file mode 100644 index 0000000..d975532 --- /dev/null +++ b/board/gen860t/Kconfig @@ -0,0 +1,51 @@ +if TARGET_GEN860T + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "gen860t" + +config SYS_CONFIG_NAME + string + default "GEN860T" + +config BOARD_MAINTAINER + string + default "Keith Outwater Keith_Outwater@mvis.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_GEN860T_SC + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "gen860t" + +config SYS_CONFIG_NAME + string + default "GEN860T" + +config SYS_EXTRA_OPTIONS + string + default "SC" + +config BOARD_MAINTAINER + string + default "Keith Outwater Keith_Outwater@mvis.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/genesi/mx51_efikamx/Kconfig b/board/genesi/mx51_efikamx/Kconfig new file mode 100644 index 0000000..0a9adb6 --- /dev/null +++ b/board/genesi/mx51_efikamx/Kconfig @@ -0,0 +1,71 @@ +if TARGET_MX51_EFIKAMX + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx51_efikamx" + +config SYS_VENDOR + string + default "genesi" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx51_efikamx" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_MX51_EFIKAMX,IMX_CONFIG=board/genesi/mx51_efikamx/imximage_mx.cfg" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MX51_EFIKASB + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mx51_efikamx" + +config SYS_VENDOR + string + default "genesi" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "mx51_efikamx" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_MX51_EFIKASB,IMX_CONFIG=board/genesi/mx51_efikamx/imximage_sb.cfg" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/gw8260/Kconfig b/board/gw8260/Kconfig new file mode 100644 index 0000000..25ac0c1 --- /dev/null +++ b/board/gw8260/Kconfig @@ -0,0 +1,23 @@ +if TARGET_GW8260 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "gw8260" + +config SYS_CONFIG_NAME + string + default "gw8260" + +config BOARD_MAINTAINER + string + default "Oliver Brown obrown@adventnetworks.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/h2200/Kconfig b/board/h2200/Kconfig new file mode 100644 index 0000000..47320e4 --- /dev/null +++ b/board/h2200/Kconfig @@ -0,0 +1,23 @@ +if TARGET_H2200 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "h2200" + +config SYS_CONFIG_NAME + string + default "h2200" + +config BOARD_MAINTAINER + string + default "Lukasz Dalek luk0104@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/hale/tt01/Kconfig b/board/hale/tt01/Kconfig new file mode 100644 index 0000000..c24b435 --- /dev/null +++ b/board/hale/tt01/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TT01 + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "tt01" + +config SYS_VENDOR + string + default "hale" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "tt01" + +config BOARD_MAINTAINER + string + default "Helmut Raiger helmut.raiger@hale.at" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/hermes/Kconfig b/board/hermes/Kconfig new file mode 100644 index 0000000..a5b27f3 --- /dev/null +++ b/board/hermes/Kconfig @@ -0,0 +1,23 @@ +if TARGET_HERMES + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "hermes" + +config SYS_CONFIG_NAME + string + default "hermes" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/hidden_dragon/Kconfig b/board/hidden_dragon/Kconfig new file mode 100644 index 0000000..418ae9f --- /dev/null +++ b/board/hidden_dragon/Kconfig @@ -0,0 +1,23 @@ +if TARGET_HIDDEN_DRAGON + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "hidden_dragon" + +config SYS_CONFIG_NAME + string + default "HIDDEN_DRAGON" + +config BOARD_MAINTAINER + string + default "Yusdi Santoso yusdi_santoso@adaptec.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/highbank/Kconfig b/board/highbank/Kconfig new file mode 100644 index 0000000..301237d --- /dev/null +++ b/board/highbank/Kconfig @@ -0,0 +1,27 @@ +if TARGET_HIGHBANK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "highbank" + +config SYS_SOC + string + default "highbank" + +config SYS_CONFIG_NAME + string + default "highbank" + +config BOARD_MAINTAINER + string + default "Rob Herring rob.herring@calxeda.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/htkw/mcx/Kconfig b/board/htkw/mcx/Kconfig new file mode 100644 index 0000000..3780be0 --- /dev/null +++ b/board/htkw/mcx/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MCX + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mcx" + +config SYS_VENDOR + string + default "htkw" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "mcx" + +config BOARD_MAINTAINER + string + default "Ilya Yanok yanok@emcraft.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/hymod/Kconfig b/board/hymod/Kconfig new file mode 100644 index 0000000..c6ca34d --- /dev/null +++ b/board/hymod/Kconfig @@ -0,0 +1,23 @@ +if TARGET_HYMOD + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "hymod" + +config SYS_CONFIG_NAME + string + default "hymod" + +config BOARD_MAINTAINER + string + default "Murray Jensen Murray.Jensen@csiro.au" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ibf-dsp561/Kconfig b/board/ibf-dsp561/Kconfig new file mode 100644 index 0000000..fcc52ba --- /dev/null +++ b/board/ibf-dsp561/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IBF_DSP561 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "ibf-dsp561" + +config SYS_CONFIG_NAME + string + default "ibf-dsp561" + +config BOARD_MAINTAINER + string + default "I-SYST Micromodule support@i-syst.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/icecube/Kconfig b/board/icecube/Kconfig new file mode 100644 index 0000000..c098a58 --- /dev/null +++ b/board/icecube/Kconfig @@ -0,0 +1,327 @@ +if TARGET_ICECUBE_5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ICECUBE_5200_DDR + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "MPC5200_DDR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ICECUBE_5200_DDR_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF800000,MPC5200_DDR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ICECUBE_5200_DDR_LOWBOOT08 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF800000,MPC5200_DDR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ICECUBE_5200_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ICECUBE_5200_LOWBOOT08 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LITE5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LITE5200_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LITE5200_LOWBOOT08 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LITE5200B + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "MPC5200_DDR,LITE5200B" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LITE5200B_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "MPC5200_DDR,LITE5200B,SYS_TEXT_BASE=0xFF000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LITE5200B_PM + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "icecube" + +config SYS_CONFIG_NAME + string + default "IceCube" + +config SYS_EXTRA_OPTIONS + string + default "MPC5200_DDR,LITE5200B,LITE5200B_PM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/icpdas/lp8x4x/Kconfig b/board/icpdas/lp8x4x/Kconfig new file mode 100644 index 0000000..243bc4a --- /dev/null +++ b/board/icpdas/lp8x4x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_LP8X4X + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "lp8x4x" + +config SYS_VENDOR + string + default "icpdas" + +config SYS_CONFIG_NAME + string + default "lp8x4x" + +config BOARD_MAINTAINER + string + default "Sergey Yanovich ynvich@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/icu862/Kconfig b/board/icu862/Kconfig new file mode 100644 index 0000000..5753721 --- /dev/null +++ b/board/icu862/Kconfig @@ -0,0 +1,51 @@ +if TARGET_ICU862 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "icu862" + +config SYS_CONFIG_NAME + string + default "ICU862" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ICU862_100MHZ + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "icu862" + +config SYS_CONFIG_NAME + string + default "ICU862" + +config SYS_EXTRA_OPTIONS + string + default "100MHz" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ids8247/Kconfig b/board/ids8247/Kconfig new file mode 100644 index 0000000..f159595 --- /dev/null +++ b/board/ids8247/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IDS8247 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ids8247" + +config SYS_CONFIG_NAME + string + default "IDS8247" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ifm/ac14xx/Kconfig b/board/ifm/ac14xx/Kconfig new file mode 100644 index 0000000..00ffc8e --- /dev/null +++ b/board/ifm/ac14xx/Kconfig @@ -0,0 +1,27 @@ +if TARGET_AC14XX + +config SYS_CPU + string + default "mpc512x" + +config SYS_BOARD + string + default "ac14xx" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "ac14xx" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ifm/o2dnt2/Kconfig b/board/ifm/o2dnt2/Kconfig new file mode 100644 index 0000000..f4621d3 --- /dev/null +++ b/board/ifm/o2dnt2/Kconfig @@ -0,0 +1,295 @@ +if TARGET_O2D + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2d" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2D300 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2d300" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2DNT2 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2dnt2" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2DNT2_RAMBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2dnt2" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x00100000" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2I + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2i" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2MNT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2mnt" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2MNT_O2M110 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2mnt" + +config SYS_EXTRA_OPTIONS + string + default "IFM_SENSOR_TYPE="O2M110"" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2MNT_O2M112 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2mnt" + +config SYS_EXTRA_OPTIONS + string + default "IFM_SENSOR_TYPE="O2M112"" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O2MNT_O2M113 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o2mnt" + +config SYS_EXTRA_OPTIONS + string + default "IFM_SENSOR_TYPE="O2M113"" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_O3DNT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "o2dnt2" + +config SYS_VENDOR + string + default "ifm" + +config SYS_CONFIG_NAME + string + default "o3dnt" + +config BOARD_MAINTAINER + string + default "Anatolij Gustschin agust@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/imgtec/malta/Kconfig b/board/imgtec/malta/Kconfig new file mode 100644 index 0000000..86fba51 --- /dev/null +++ b/board/imgtec/malta/Kconfig @@ -0,0 +1,63 @@ +if TARGET_MALTA + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "malta" + +config SYS_VENDOR + string + default "imgtec" + +config SYS_CONFIG_NAME + string + default "malta" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BIG_ENDIAN" + +config BOARD_MAINTAINER + string + default "Paul Burton paul.burton@imgtec.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MALTAEL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "malta" + +config SYS_VENDOR + string + default "imgtec" + +config SYS_CONFIG_NAME + string + default "malta" + +config SYS_EXTRA_OPTIONS + string + default "SYS_LITTLE_ENDIAN" + +config BOARD_MAINTAINER + string + default "Paul Burton paul.burton@imgtec.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/imx31_phycore/Kconfig b/board/imx31_phycore/Kconfig new file mode 100644 index 0000000..d884651 --- /dev/null +++ b/board/imx31_phycore/Kconfig @@ -0,0 +1,59 @@ +if TARGET_IMX31_PHYCORE + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "imx31_phycore" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "imx31_phycore" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IMX31_PHYCORE_EET + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "imx31_phycore" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "imx31_phycore" + +config SYS_EXTRA_OPTIONS + string + default "IMX31_PHYCORE_EET" + +config BOARD_MAINTAINER + string + default "(resigned) Guennadi Liakhovetski g.liakhovetski@gmx.de" + +config BOARD_STATUS + string + default "Orphan (since 2013.09)" + +endif diff --git a/board/in-circuit/grasshopper/Kconfig b/board/in-circuit/grasshopper/Kconfig new file mode 100644 index 0000000..fa0a40b --- /dev/null +++ b/board/in-circuit/grasshopper/Kconfig @@ -0,0 +1,31 @@ +if TARGET_GRASSHOPPER + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "grasshopper" + +config SYS_VENDOR + string + default "in-circuit" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "grasshopper" + +config BOARD_MAINTAINER + string + default "Andreas Bießmann andreas.devel@googlemail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/inka4x0/Kconfig b/board/inka4x0/Kconfig new file mode 100644 index 0000000..830f09a --- /dev/null +++ b/board/inka4x0/Kconfig @@ -0,0 +1,23 @@ +if TARGET_INKA4X0 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "inka4x0" + +config SYS_CONFIG_NAME + string + default "inka4x0" + +config BOARD_MAINTAINER + string + default "Detlev Zundel dzu@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/intercontrol/digsy_mtc/Kconfig b/board/intercontrol/digsy_mtc/Kconfig new file mode 100644 index 0000000..de29f14 --- /dev/null +++ b/board/intercontrol/digsy_mtc/Kconfig @@ -0,0 +1,123 @@ +if TARGET_DIGSY_MTC + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "digsy_mtc" + +config SYS_VENDOR + string + default "intercontrol" + +config SYS_CONFIG_NAME + string + default "digsy_mtc" + +config BOARD_MAINTAINER + string + default "Werner Pfister Pfister_Werner@intercontrol.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DIGSY_MTC_RAMBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "digsy_mtc" + +config SYS_VENDOR + string + default "intercontrol" + +config SYS_CONFIG_NAME + string + default "digsy_mtc" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x00100000" + +config BOARD_MAINTAINER + string + default "Werner Pfister Pfister_Werner@intercontrol.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DIGSY_MTC_REV5 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "digsy_mtc" + +config SYS_VENDOR + string + default "intercontrol" + +config SYS_CONFIG_NAME + string + default "digsy_mtc" + +config SYS_EXTRA_OPTIONS + string + default "DIGSY_REV5" + +config BOARD_MAINTAINER + string + default "Werner Pfister Pfister_Werner@intercontrol.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DIGSY_MTC_REV5_RAMBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "digsy_mtc" + +config SYS_VENDOR + string + default "intercontrol" + +config SYS_CONFIG_NAME + string + default "digsy_mtc" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x00100000,DIGSY_REV5" + +config BOARD_MAINTAINER + string + default "Werner Pfister Pfister_Werner@intercontrol.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/iomega/iconnect/Kconfig b/board/iomega/iconnect/Kconfig new file mode 100644 index 0000000..330c0b6 --- /dev/null +++ b/board/iomega/iconnect/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ICONNECT + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "iconnect" + +config SYS_VENDOR + string + default "iomega" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "iconnect" + +config BOARD_MAINTAINER + string + default "Luka Perkov luka@openwrt.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ip04/Kconfig b/board/ip04/Kconfig new file mode 100644 index 0000000..05d06ff --- /dev/null +++ b/board/ip04/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IP04 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "ip04" + +config SYS_CONFIG_NAME + string + default "ip04" + +config BOARD_MAINTAINER + string + default "Brent Kandetzki brentk@teleco.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ip860/Kconfig b/board/ip860/Kconfig new file mode 100644 index 0000000..95bdc26 --- /dev/null +++ b/board/ip860/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IP860 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ip860" + +config SYS_CONFIG_NAME + string + default "IP860" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ipek01/Kconfig b/board/ipek01/Kconfig new file mode 100644 index 0000000..e411826 --- /dev/null +++ b/board/ipek01/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IPEK01 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "ipek01" + +config SYS_CONFIG_NAME + string + default "ipek01" + +config BOARD_MAINTAINER + string + default "Wolfgang Grandegger wg@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/iphase4539/Kconfig b/board/iphase4539/Kconfig new file mode 100644 index 0000000..aa84a5c --- /dev/null +++ b/board/iphase4539/Kconfig @@ -0,0 +1,23 @@ +if TARGET_IPHASE4539 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "iphase4539" + +config SYS_CONFIG_NAME + string + default "IPHASE4539" + +config BOARD_MAINTAINER + string + default "Wolfgang Grandegger wg@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/isee/igep0033/Kconfig b/board/isee/igep0033/Kconfig new file mode 100644 index 0000000..ec64838 --- /dev/null +++ b/board/isee/igep0033/Kconfig @@ -0,0 +1,31 @@ +if TARGET_AM335X_IGEP0033 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep0033" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_igep0033" + +config BOARD_MAINTAINER + string + default "Enric Balletbo i Serra eballetbo@iseebcn.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/isee/igep00x0/Kconfig b/board/isee/igep00x0/Kconfig new file mode 100644 index 0000000..95f29f9 --- /dev/null +++ b/board/isee/igep00x0/Kconfig @@ -0,0 +1,179 @@ +if TARGET_IGEP0020 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep00x0" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_igep00x0" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_ONENAND" + +config BOARD_MAINTAINER + string + default "Enric Balletbo i Serra eballetbo@iseebcn.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IGEP0020_NAND + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep00x0" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_igep00x0" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_IGEP0020,BOOT_NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IGEP0030 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep00x0" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_igep00x0" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_ONENAND" + +config BOARD_MAINTAINER + string + default "Enric Balletbo i Serra eballetbo@iseebcn.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IGEP0030_NAND + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep00x0" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_igep00x0" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_IGEP0030,BOOT_NAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IGEP0032 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "igep00x0" + +config SYS_VENDOR + string + default "isee" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_igep00x0" + +config SYS_EXTRA_OPTIONS + string + default "MACH_TYPE=MACH_TYPE_IGEP0032,BOOT_ONENAND" + +config BOARD_MAINTAINER + string + default "Enric Balletbo i Serra eballetbo@iseebcn.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ispan/Kconfig b/board/ispan/Kconfig new file mode 100644 index 0000000..82fc704 --- /dev/null +++ b/board/ispan/Kconfig @@ -0,0 +1,51 @@ +if TARGET_ISPAN + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ispan" + +config SYS_CONFIG_NAME + string + default "ISPAN" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_ISPAN_REVB + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ispan" + +config SYS_CONFIG_NAME + string + default "ISPAN" + +config SYS_EXTRA_OPTIONS + string + default "SYS_REV_B" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/ivm/Kconfig b/board/ivm/Kconfig new file mode 100644 index 0000000..930c87b --- /dev/null +++ b/board/ivm/Kconfig @@ -0,0 +1,167 @@ +if TARGET_IVML24 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVML24" + +config SYS_EXTRA_OPTIONS + string + default "IVML24_16M" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IVML24_128 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVML24" + +config SYS_EXTRA_OPTIONS + string + default "IVML24_32M" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IVML24_256 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVML24" + +config SYS_EXTRA_OPTIONS + string + default "IVML24_64M" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IVMS8 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVMS8" + +config SYS_EXTRA_OPTIONS + string + default "IVMS8_16M" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IVMS8_128 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVMS8" + +config SYS_EXTRA_OPTIONS + string + default "IVMS8_32M" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_IVMS8_256 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "ivm" + +config SYS_CONFIG_NAME + string + default "IVMS8" + +config SYS_EXTRA_OPTIONS + string + default "IVMS8_64M" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/jornada/Kconfig b/board/jornada/Kconfig new file mode 100644 index 0000000..95f2401 --- /dev/null +++ b/board/jornada/Kconfig @@ -0,0 +1,23 @@ +if TARGET_JORNADA + +config SYS_CPU + string + default "sa1100" + +config SYS_BOARD + string + default "jornada" + +config SYS_CONFIG_NAME + string + default "jornada" + +config BOARD_MAINTAINER + string + default "Kristoffer Ericson kristoffer.ericson@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/jse/Kconfig b/board/jse/Kconfig new file mode 100644 index 0000000..6d3e6ab --- /dev/null +++ b/board/jse/Kconfig @@ -0,0 +1,23 @@ +if TARGET_JSE + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "jse" + +config SYS_CONFIG_NAME + string + default "JSE" + +config BOARD_MAINTAINER + string + default "Stephen Williams steve@icarus.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/jupiter/Kconfig b/board/jupiter/Kconfig new file mode 100644 index 0000000..adeaaac --- /dev/null +++ b/board/jupiter/Kconfig @@ -0,0 +1,23 @@ +if TARGET_JUPITER + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "jupiter" + +config SYS_CONFIG_NAME + string + default "jupiter" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/karo/tk71/Kconfig b/board/karo/tk71/Kconfig new file mode 100644 index 0000000..977d47e --- /dev/null +++ b/board/karo/tk71/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TK71 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "tk71" + +config SYS_VENDOR + string + default "karo" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "tk71" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/karo/tx25/Kconfig b/board/karo/tx25/Kconfig new file mode 100644 index 0000000..c125685 --- /dev/null +++ b/board/karo/tx25/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TX25 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "tx25" + +config SYS_VENDOR + string + default "karo" + +config SYS_SOC + string + default "mx25" + +config SYS_CONFIG_NAME + string + default "tx25" + +config BOARD_MAINTAINER + string + default "John Rigby jcrigby@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/keymile/km82xx/Kconfig b/board/keymile/km82xx/Kconfig new file mode 100644 index 0000000..c140bf3 --- /dev/null +++ b/board/keymile/km82xx/Kconfig @@ -0,0 +1,63 @@ +if TARGET_MGCOGE + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "km82xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "km82xx" + +config SYS_EXTRA_OPTIONS + string + default "MGCOGE" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MGCOGE3NE + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "km82xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "km82xx" + +config SYS_EXTRA_OPTIONS + string + default "MGCOGE3NE" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/keymile/km83xx/Kconfig b/board/keymile/km83xx/Kconfig new file mode 100644 index 0000000..732da07 --- /dev/null +++ b/board/keymile/km83xx/Kconfig @@ -0,0 +1,255 @@ +if TARGET_KMCOGE5NE + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "km8360" + +config SYS_EXTRA_OPTIONS + string + default "KMCOGE5NE" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMETER1 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "km8360" + +config SYS_EXTRA_OPTIONS + string + default "KMETER1" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMOPTI2 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "tuxx1" + +config SYS_EXTRA_OPTIONS + string + default "KMOPTI2" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMSUPX5 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "tuxx1" + +config SYS_EXTRA_OPTIONS + string + default "KMSUPX5" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMVECT1 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "suvd3" + +config SYS_EXTRA_OPTIONS + string + default "KMVECT1" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SUVD3 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "suvd3" + +config SYS_EXTRA_OPTIONS + string + default "SUVD3" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TUGE1 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "tuxx1" + +config SYS_EXTRA_OPTIONS + string + default "TUGE1" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TUXX1 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "km83xx" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "tuxx1" + +config SYS_EXTRA_OPTIONS + string + default "TUXX1" + +config BOARD_MAINTAINER + string + default "Holger Brunck holger.brunck@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/keymile/km_arm/Kconfig b/board/keymile/km_arm/Kconfig new file mode 100644 index 0000000..ae112fe --- /dev/null +++ b/board/keymile/km_arm/Kconfig @@ -0,0 +1,323 @@ +if TARGET_KM_KIRKWOOD + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_KIRKWOOD" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KM_KIRKWOOD_128M16 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_KIRKWOOD_128M16" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KM_KIRKWOOD_PCI + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_KIRKWOOD_PCI" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMCOGE5UN + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_COGE5UN" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMNUSA + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_NUSA" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMSUGP1 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_SUGP1" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMSUV31 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_SUV31" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MGCOGE3UN + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_MGCOGE3UN" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PORTL2 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "km_arm" + +config SYS_VENDOR + string + default "keymile" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "km_kirkwood" + +config SYS_EXTRA_OPTIONS + string + default "KM_PORTL2" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/keymile/kmp204x/Kconfig b/board/keymile/kmp204x/Kconfig new file mode 100644 index 0000000..b1fdeb7 --- /dev/null +++ b/board/keymile/kmp204x/Kconfig @@ -0,0 +1,63 @@ +if TARGET_KMCOGE4 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "kmp204x" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "kmp204x" + +config SYS_EXTRA_OPTIONS + string + default "KMCOGE4" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KMLION1 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "kmp204x" + +config SYS_VENDOR + string + default "keymile" + +config SYS_CONFIG_NAME + string + default "kmp204x" + +config SYS_EXTRA_OPTIONS + string + default "KMLION1" + +config BOARD_MAINTAINER + string + default "Valentin Longchamp valentin.longchamp@keymile.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/kmc/kzm9g/Kconfig b/board/kmc/kzm9g/Kconfig new file mode 100644 index 0000000..53d1f18 --- /dev/null +++ b/board/kmc/kzm9g/Kconfig @@ -0,0 +1,31 @@ +if TARGET_KZM9G + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "kzm9g" + +config SYS_VENDOR + string + default "kmc" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "kzm9g" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com:Tetsuyuki Kobayashi koba@kmckk.co.jp" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/korat/Kconfig b/board/korat/Kconfig new file mode 100644 index 0000000..bccc80f --- /dev/null +++ b/board/korat/Kconfig @@ -0,0 +1,51 @@ +if TARGET_KORAT + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "korat" + +config SYS_CONFIG_NAME + string + default "korat" + +config BOARD_MAINTAINER + string + default "Larry Johnson lrj@acm.org" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KORAT_PERM + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "korat" + +config SYS_CONFIG_NAME + string + default "korat" + +config SYS_EXTRA_OPTIONS + string + default "KORAT_PERMANENT" + +config BOARD_MAINTAINER + string + default "Larry Johnson lrj@acm.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/kup/kup4k/Kconfig b/board/kup/kup4k/Kconfig new file mode 100644 index 0000000..6e14fb9 --- /dev/null +++ b/board/kup/kup4k/Kconfig @@ -0,0 +1,27 @@ +if TARGET_KUP4K + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "kup4k" + +config SYS_VENDOR + string + default "kup" + +config SYS_CONFIG_NAME + string + default "KUP4K" + +config BOARD_MAINTAINER + string + default "Klaus Heydeck heydeck@kieback-peter.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/kup/kup4x/Kconfig b/board/kup/kup4x/Kconfig new file mode 100644 index 0000000..8cad5e1 --- /dev/null +++ b/board/kup/kup4x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_KUP4X + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "kup4x" + +config SYS_VENDOR + string + default "kup" + +config SYS_CONFIG_NAME + string + default "KUP4X" + +config BOARD_MAINTAINER + string + default "Klaus Heydeck heydeck@kieback-peter.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/logicpd/am3517evm/Kconfig b/board/logicpd/am3517evm/Kconfig new file mode 100644 index 0000000..3f6fe85 --- /dev/null +++ b/board/logicpd/am3517evm/Kconfig @@ -0,0 +1,31 @@ +if TARGET_AM3517_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am3517evm" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "am3517_evm" + +config BOARD_MAINTAINER + string + default "Vaibhav Hiremath hvaibhav@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/logicpd/imx27lite/Kconfig b/board/logicpd/imx27lite/Kconfig new file mode 100644 index 0000000..ca3e932 --- /dev/null +++ b/board/logicpd/imx27lite/Kconfig @@ -0,0 +1,63 @@ +if TARGET_IMX27LITE + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "imx27lite" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "mx27" + +config SYS_CONFIG_NAME + string + default "imx27lite" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MAGNESIUM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "imx27lite" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "mx27" + +config SYS_CONFIG_NAME + string + default "magnesium" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/logicpd/imx31_litekit/Kconfig b/board/logicpd/imx31_litekit/Kconfig new file mode 100644 index 0000000..0cc9423 --- /dev/null +++ b/board/logicpd/imx31_litekit/Kconfig @@ -0,0 +1,31 @@ +if TARGET_IMX31_LITEKIT + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "imx31_litekit" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "mx31" + +config SYS_CONFIG_NAME + string + default "imx31_litekit" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/logicpd/omap3som/Kconfig b/board/logicpd/omap3som/Kconfig new file mode 100644 index 0000000..0d03c9d --- /dev/null +++ b/board/logicpd/omap3som/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP3_LOGIC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "omap3som" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_logic" + +config BOARD_MAINTAINER + string + default "Peter Barada peter.barada@logicpd.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/logicpd/zoom1/Kconfig b/board/logicpd/zoom1/Kconfig new file mode 100644 index 0000000..7b44b81 --- /dev/null +++ b/board/logicpd/zoom1/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP3_ZOOM1 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zoom1" + +config SYS_VENDOR + string + default "logicpd" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_zoom1" + +config BOARD_MAINTAINER + string + default "Nishanth Menon nm@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/lwmon/Kconfig b/board/lwmon/Kconfig new file mode 100644 index 0000000..69c3e88 --- /dev/null +++ b/board/lwmon/Kconfig @@ -0,0 +1,23 @@ +if TARGET_LWMON + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "lwmon" + +config SYS_CONFIG_NAME + string + default "lwmon" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/lwmon5/Kconfig b/board/lwmon5/Kconfig new file mode 100644 index 0000000..8b3f94d --- /dev/null +++ b/board/lwmon5/Kconfig @@ -0,0 +1,51 @@ +if TARGET_LWMON5 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "lwmon5" + +config SYS_CONFIG_NAME + string + default "lwmon5" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LCD4_LWMON5 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "lwmon5" + +config SYS_CONFIG_NAME + string + default "lwmon5" + +config SYS_EXTRA_OPTIONS + string + default "LCD4_LWMON5" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/manroland/hmi1001/Kconfig b/board/manroland/hmi1001/Kconfig new file mode 100644 index 0000000..1e69464 --- /dev/null +++ b/board/manroland/hmi1001/Kconfig @@ -0,0 +1,27 @@ +if TARGET_HMI1001 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "hmi1001" + +config SYS_VENDOR + string + default "manroland" + +config SYS_CONFIG_NAME + string + default "hmi1001" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/manroland/mucmc52/Kconfig b/board/manroland/mucmc52/Kconfig new file mode 100644 index 0000000..dea8ed3 --- /dev/null +++ b/board/manroland/mucmc52/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MUCMC52 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mucmc52" + +config SYS_VENDOR + string + default "manroland" + +config SYS_CONFIG_NAME + string + default "mucmc52" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/manroland/uc100/Kconfig b/board/manroland/uc100/Kconfig new file mode 100644 index 0000000..d22e66a --- /dev/null +++ b/board/manroland/uc100/Kconfig @@ -0,0 +1,27 @@ +if TARGET_UC100 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "uc100" + +config SYS_VENDOR + string + default "manroland" + +config SYS_CONFIG_NAME + string + default "uc100" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/manroland/uc101/Kconfig b/board/manroland/uc101/Kconfig new file mode 100644 index 0000000..1c97026 --- /dev/null +++ b/board/manroland/uc101/Kconfig @@ -0,0 +1,27 @@ +if TARGET_UC101 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "uc101" + +config SYS_VENDOR + string + default "manroland" + +config SYS_CONFIG_NAME + string + default "uc101" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/matrix_vision/mergerbox/Kconfig b/board/matrix_vision/mergerbox/Kconfig new file mode 100644 index 0000000..84958ab --- /dev/null +++ b/board/matrix_vision/mergerbox/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MERGERBOX + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mergerbox" + +config SYS_VENDOR + string + default "matrix_vision" + +config SYS_CONFIG_NAME + string + default "MERGERBOX" + +config BOARD_MAINTAINER + string + default "Andre Schwarz andre.schwarz@matrix-vision.de" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/matrix_vision/mvbc_p/Kconfig b/board/matrix_vision/mvbc_p/Kconfig new file mode 100644 index 0000000..e4c8b47 --- /dev/null +++ b/board/matrix_vision/mvbc_p/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MVBC_P + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mvbc_p" + +config SYS_VENDOR + string + default "matrix_vision" + +config SYS_CONFIG_NAME + string + default "MVBC_P" + +config SYS_EXTRA_OPTIONS + string + default "MVBC_P" + +config BOARD_MAINTAINER + string + default "Andre Schwarz andre.schwarz@matrix-vision.de" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/matrix_vision/mvblm7/Kconfig b/board/matrix_vision/mvblm7/Kconfig new file mode 100644 index 0000000..fd34ab0 --- /dev/null +++ b/board/matrix_vision/mvblm7/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MVBLM7 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mvblm7" + +config SYS_VENDOR + string + default "matrix_vision" + +config SYS_CONFIG_NAME + string + default "MVBLM7" + +config BOARD_MAINTAINER + string + default "Andre Schwarz andre.schwarz@matrix-vision.de" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/matrix_vision/mvblx/Kconfig b/board/matrix_vision/mvblx/Kconfig new file mode 100644 index 0000000..b94b7a3 --- /dev/null +++ b/board/matrix_vision/mvblx/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP3_MVBLX + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mvblx" + +config SYS_VENDOR + string + default "matrix_vision" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_mvblx" + +config BOARD_MAINTAINER + string + default "Michael Jones michael.jones@matrix-vision.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/matrix_vision/mvsmr/Kconfig b/board/matrix_vision/mvsmr/Kconfig new file mode 100644 index 0000000..21c990c --- /dev/null +++ b/board/matrix_vision/mvsmr/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MVSMR + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mvsmr" + +config SYS_VENDOR + string + default "matrix_vision" + +config SYS_CONFIG_NAME + string + default "MVSMR" + +config BOARD_MAINTAINER + string + default "Andre Schwarz andre.schwarz@matrix-vision.de" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/mcc200/Kconfig b/board/mcc200/Kconfig new file mode 100644 index 0000000..6ad2157 --- /dev/null +++ b/board/mcc200/Kconfig @@ -0,0 +1,331 @@ +if TARGET_MCC200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_COM12 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "CONSOLE_COM12" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_COM12_HIGHBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "CONSOLE_COM12,SYS_TEXT_BASE=0xFFF00000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_COM12_HIGHBOOT_SDRAM + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "CONSOLE_COM12,SYS_TEXT_BASE=0xFFF00000,MCC200_SDRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_COM12_SDRAM + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "CONSOLE_COM12,MCC200_SDRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_HIGHBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFFF00000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_HIGHBOOT_SDRAM + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFFF00000,MCC200_SDRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MCC200_SDRAM + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "MCC200_SDRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PRS200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "PRS200,MCC200_SDRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PRS200_DDR + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "PRS200" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PRS200_HIGHBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "PRS200,SYS_TEXT_BASE=0xFFF00000,MCC200_SDRAM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PRS200_HIGHBOOT_DDR + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "mcc200" + +config SYS_CONFIG_NAME + string + default "mcc200" + +config SYS_EXTRA_OPTIONS + string + default "PRS200,SYS_TEXT_BASE=0xFFF00000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/micronas/vct/Kconfig b/board/micronas/vct/Kconfig new file mode 100644 index 0000000..935a635 --- /dev/null +++ b/board/micronas/vct/Kconfig @@ -0,0 +1,383 @@ +if TARGET_VCT_PLATINUM + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUM_ONENAND + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUM,VCT_ONENAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUM_ONENAND_SMALL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUM,VCT_ONENAND,VCT_SMALL_IMAGE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUM_SMALL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUM,VCT_SMALL_IMAGE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUMAVC + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUMAVC" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUMAVC_ONENAND + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUMAVC,VCT_ONENAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUMAVC_ONENAND_SMALL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUMAVC,VCT_ONENAND,VCT_SMALL_IMAGE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PLATINUMAVC_SMALL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PLATINUMAVC,VCT_SMALL_IMAGE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PREMIUM + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PREMIUM" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PREMIUM_ONENAND + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PREMIUM,VCT_ONENAND" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PREMIUM_ONENAND_SMALL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PREMIUM,VCT_ONENAND,VCT_SMALL_IMAGE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VCT_PREMIUM_SMALL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "vct" + +config SYS_VENDOR + string + default "micronas" + +config SYS_CONFIG_NAME + string + default "vct" + +config SYS_EXTRA_OPTIONS + string + default "VCT_PREMIUM,VCT_SMALL_IMAGE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mimc/mimc200/Kconfig b/board/mimc/mimc200/Kconfig new file mode 100644 index 0000000..1135022 --- /dev/null +++ b/board/mimc/mimc200/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MIMC200 + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "mimc200" + +config SYS_VENDOR + string + default "mimc" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "mimc200" + +config BOARD_MAINTAINER + string + default "Mark Jackson mpfj@mimc.co.uk" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/miromico/hammerhead/Kconfig b/board/miromico/hammerhead/Kconfig new file mode 100644 index 0000000..b1a0657 --- /dev/null +++ b/board/miromico/hammerhead/Kconfig @@ -0,0 +1,31 @@ +if TARGET_HAMMERHEAD + +config SYS_CPU + string + default "at32ap" + +config SYS_BOARD + string + default "hammerhead" + +config SYS_VENDOR + string + default "miromico" + +config SYS_SOC + string + default "at32ap700x" + +config SYS_CONFIG_NAME + string + default "hammerhead" + +config BOARD_MAINTAINER + string + default "Julien May julien.may@miromico.ch:Alex Raimondi alex.raimondi@miromico.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mosaixtech/icon/Kconfig b/board/mosaixtech/icon/Kconfig new file mode 100644 index 0000000..2f1dee1 --- /dev/null +++ b/board/mosaixtech/icon/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ICON + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "icon" + +config SYS_VENDOR + string + default "mosaixtech" + +config SYS_CONFIG_NAME + string + default "icon" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/motionpro/Kconfig b/board/motionpro/Kconfig new file mode 100644 index 0000000..4147613 --- /dev/null +++ b/board/motionpro/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MOTIONPRO + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "motionpro" + +config SYS_CONFIG_NAME + string + default "motionpro" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mpc8308_p1m/Kconfig b/board/mpc8308_p1m/Kconfig new file mode 100644 index 0000000..426fdc2 --- /dev/null +++ b/board/mpc8308_p1m/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MPC8308_P1M + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "mpc8308_p1m" + +config SYS_CONFIG_NAME + string + default "mpc8308_p1m" + +config BOARD_MAINTAINER + string + default "Ilya Yanok yanok@emcraft.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mpl/mip405/Kconfig b/board/mpl/mip405/Kconfig new file mode 100644 index 0000000..42f4b01 --- /dev/null +++ b/board/mpl/mip405/Kconfig @@ -0,0 +1,59 @@ +if TARGET_MIP405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "mip405" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "MIP405" + +config BOARD_MAINTAINER + string + default "Denis Peter d.peter@mpl.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MIP405T + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "mip405" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "MIP405" + +config SYS_EXTRA_OPTIONS + string + default "MIP405T" + +config BOARD_MAINTAINER + string + default "Denis Peter d.peter@mpl.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mpl/pati/Kconfig b/board/mpl/pati/Kconfig new file mode 100644 index 0000000..26921d5 --- /dev/null +++ b/board/mpl/pati/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PATI + +config SYS_CPU + string + default "mpc5xx" + +config SYS_BOARD + string + default "pati" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "PATI" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mpl/pip405/Kconfig b/board/mpl/pip405/Kconfig new file mode 100644 index 0000000..a5b35fd --- /dev/null +++ b/board/mpl/pip405/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PIP405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "pip405" + +config SYS_VENDOR + string + default "mpl" + +config SYS_CONFIG_NAME + string + default "PIP405" + +config BOARD_MAINTAINER + string + default "Denis Peter d.peter@mpl.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mpl/vcma9/Kconfig b/board/mpl/vcma9/Kconfig new file mode 100644 index 0000000..19e575c --- /dev/null +++ b/board/mpl/vcma9/Kconfig @@ -0,0 +1,31 @@ +if TARGET_VCMA9 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "vcma9" + +config SYS_VENDOR + string + default "mpl" + +config SYS_SOC + string + default "s3c24x0" + +config SYS_CONFIG_NAME + string + default "VCMA9" + +config BOARD_MAINTAINER + string + default "David Müller d.mueller@elsoft.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/mpr2/Kconfig b/board/mpr2/Kconfig new file mode 100644 index 0000000..9e1c0fb --- /dev/null +++ b/board/mpr2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MPR2 + +config SYS_CPU + string + default "sh3" + +config SYS_BOARD + string + default "mpr2" + +config SYS_CONFIG_NAME + string + default "mpr2" + +config BOARD_MAINTAINER + string + default "Mark Jonas mark.jonas@de.bosch.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ms7720se/Kconfig b/board/ms7720se/Kconfig new file mode 100644 index 0000000..3160650 --- /dev/null +++ b/board/ms7720se/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MS7720SE + +config SYS_CPU + string + default "sh3" + +config SYS_BOARD + string + default "ms7720se" + +config SYS_CONFIG_NAME + string + default "ms7720se" + +config BOARD_MAINTAINER + string + default "Yoshihiro Shimoda yoshihiro.shimoda.uh@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ms7722se/Kconfig b/board/ms7722se/Kconfig new file mode 100644 index 0000000..d4b1507 --- /dev/null +++ b/board/ms7722se/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MS7722SE + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ms7722se" + +config SYS_CONFIG_NAME + string + default "ms7722se" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ms7750se/Kconfig b/board/ms7750se/Kconfig new file mode 100644 index 0000000..c3d8732 --- /dev/null +++ b/board/ms7750se/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MS7750SE + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ms7750se" + +config SYS_CONFIG_NAME + string + default "ms7750se" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/muas3001/Kconfig b/board/muas3001/Kconfig new file mode 100644 index 0000000..8ed2a32 --- /dev/null +++ b/board/muas3001/Kconfig @@ -0,0 +1,51 @@ +if TARGET_MUAS3001 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "muas3001" + +config SYS_CONFIG_NAME + string + default "muas3001" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MUAS3001_DEV + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "muas3001" + +config SYS_CONFIG_NAME + string + default "muas3001" + +config SYS_EXTRA_OPTIONS + string + default "MUAS_DEV_BOARD" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/munices/Kconfig b/board/munices/Kconfig new file mode 100644 index 0000000..38e87ca --- /dev/null +++ b/board/munices/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MUNICES + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "munices" + +config SYS_CONFIG_NAME + string + default "munices" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/musenki/Kconfig b/board/musenki/Kconfig new file mode 100644 index 0000000..eb860b5 --- /dev/null +++ b/board/musenki/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MUSENKI + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "musenki" + +config SYS_CONFIG_NAME + string + default "MUSENKI" + +config BOARD_MAINTAINER + string + default "Jim Thompson jim@musenki.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.04)" + +endif diff --git a/board/mvblue/Kconfig b/board/mvblue/Kconfig new file mode 100644 index 0000000..d537103 --- /dev/null +++ b/board/mvblue/Kconfig @@ -0,0 +1,23 @@ +if TARGET_MVBLUE + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "mvblue" + +config SYS_CONFIG_NAME + string + default "MVBLUE" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/netphone/Kconfig b/board/netphone/Kconfig new file mode 100644 index 0000000..9bc41ac --- /dev/null +++ b/board/netphone/Kconfig @@ -0,0 +1,55 @@ +if TARGET_NETPHONE + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netphone" + +config SYS_CONFIG_NAME + string + default "NETPHONE" + +config SYS_EXTRA_OPTIONS + string + default "NETPHONE_VERSION=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETPHONE_V2 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netphone" + +config SYS_CONFIG_NAME + string + default "NETPHONE" + +config SYS_EXTRA_OPTIONS + string + default "NETPHONE_VERSION=2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/netta/Kconfig b/board/netta/Kconfig new file mode 100644 index 0000000..3573b69 --- /dev/null +++ b/board/netta/Kconfig @@ -0,0 +1,219 @@ +if TARGET_NETTA + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_6412 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_6412=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_6412_SWAPHOOK + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_6412=1,NETTA_SWAPHOOK=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_ISDN + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_ISDN=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_ISDN_6412 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_ISDN=1,NETTA_6412=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_ISDN_6412_SWAPHOOK + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_ISDN=1,NETTA_6412=1,NETTA_SWAPHOOK=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_ISDN_SWAPHOOK + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_ISDN=1,NETTA_SWAPHOOK=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA_SWAPHOOK + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta" + +config SYS_CONFIG_NAME + string + default "NETTA" + +config SYS_EXTRA_OPTIONS + string + default "NETTA_SWAPHOOK=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/netta2/Kconfig b/board/netta2/Kconfig new file mode 100644 index 0000000..b3ccd63 --- /dev/null +++ b/board/netta2/Kconfig @@ -0,0 +1,55 @@ +if TARGET_NETTA2 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta2" + +config SYS_CONFIG_NAME + string + default "NETTA2" + +config SYS_EXTRA_OPTIONS + string + default "NETTA2_VERSION=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETTA2_V2 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netta2" + +config SYS_CONFIG_NAME + string + default "NETTA2" + +config SYS_EXTRA_OPTIONS + string + default "NETTA2_VERSION=2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/netvia/Kconfig b/board/netvia/Kconfig new file mode 100644 index 0000000..2e80a58 --- /dev/null +++ b/board/netvia/Kconfig @@ -0,0 +1,55 @@ +if TARGET_NETVIA + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netvia" + +config SYS_CONFIG_NAME + string + default "NETVIA" + +config SYS_EXTRA_OPTIONS + string + default "NETVIA_VERSION=1" + +config BOARD_MAINTAINER + string + default "Pantelis Antoniou panto@intracom.gr" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NETVIA_V2 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "netvia" + +config SYS_CONFIG_NAME + string + default "NETVIA" + +config SYS_EXTRA_OPTIONS + string + default "NETVIA_VERSION=2" + +config BOARD_MAINTAINER + string + default "Pantelis Antoniou panto@intracom.gr" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nokia/rx51/Kconfig b/board/nokia/rx51/Kconfig new file mode 100644 index 0000000..dafe259 --- /dev/null +++ b/board/nokia/rx51/Kconfig @@ -0,0 +1,31 @@ +if TARGET_NOKIA_RX51 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "rx51" + +config SYS_VENDOR + string + default "nokia" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "nokia_rx51" + +config BOARD_MAINTAINER + string + default "Pali Rohár pali.rohar@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/beaver/Kconfig b/board/nvidia/beaver/Kconfig new file mode 100644 index 0000000..a046d00 --- /dev/null +++ b/board/nvidia/beaver/Kconfig @@ -0,0 +1,32 @@ +if TARGET_BEAVER + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "beaver" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra30" + +config SYS_CONFIG_NAME + string + default "beaver" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com:Stephen Warren swarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/cardhu/Kconfig b/board/nvidia/cardhu/Kconfig new file mode 100644 index 0000000..a1e90df --- /dev/null +++ b/board/nvidia/cardhu/Kconfig @@ -0,0 +1,32 @@ +if TARGET_CARDHU + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "cardhu" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra30" + +config SYS_CONFIG_NAME + string + default "cardhu" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/dalmore/Kconfig b/board/nvidia/dalmore/Kconfig new file mode 100644 index 0000000..0d36afc --- /dev/null +++ b/board/nvidia/dalmore/Kconfig @@ -0,0 +1,32 @@ +if TARGET_DALMORE + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "dalmore" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra114" + +config SYS_CONFIG_NAME + string + default "dalmore" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/harmony/Kconfig b/board/nvidia/harmony/Kconfig new file mode 100644 index 0000000..0d2bdfe --- /dev/null +++ b/board/nvidia/harmony/Kconfig @@ -0,0 +1,32 @@ +if TARGET_HARMONY + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "harmony" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "harmony" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/seaboard/Kconfig b/board/nvidia/seaboard/Kconfig new file mode 100644 index 0000000..7d38a81 --- /dev/null +++ b/board/nvidia/seaboard/Kconfig @@ -0,0 +1,32 @@ +if TARGET_SEABOARD + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "seaboard" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "seaboard" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/venice2/Kconfig b/board/nvidia/venice2/Kconfig new file mode 100644 index 0000000..0b059a2 --- /dev/null +++ b/board/nvidia/venice2/Kconfig @@ -0,0 +1,32 @@ +if TARGET_VENICE2 + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "venice2" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra124" + +config SYS_CONFIG_NAME + string + default "venice2" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/ventana/Kconfig b/board/nvidia/ventana/Kconfig new file mode 100644 index 0000000..80d7b68 --- /dev/null +++ b/board/nvidia/ventana/Kconfig @@ -0,0 +1,32 @@ +if TARGET_VENTANA + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "ventana" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "ventana" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com:Stephen Warren swarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/nvidia/whistler/Kconfig b/board/nvidia/whistler/Kconfig new file mode 100644 index 0000000..5851e30 --- /dev/null +++ b/board/nvidia/whistler/Kconfig @@ -0,0 +1,32 @@ +if TARGET_WHISTLER + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "whistler" + +config SYS_VENDOR + string + default "nvidia" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "whistler" + +config BOARD_MAINTAINER + string + default "Tom Warren twarren@nvidia.com:Stephen Warren swarren@nvidia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/olimex/mx23_olinuxino/Kconfig b/board/olimex/mx23_olinuxino/Kconfig new file mode 100644 index 0000000..13d8eae --- /dev/null +++ b/board/olimex/mx23_olinuxino/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MX23_OLINUXINO + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "mx23_olinuxino" + +config SYS_VENDOR + string + default "olimex" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "mx23_olinuxino" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/omicron/calimain/Kconfig b/board/omicron/calimain/Kconfig new file mode 100644 index 0000000..73c2b6c --- /dev/null +++ b/board/omicron/calimain/Kconfig @@ -0,0 +1,31 @@ +if TARGET_CALIMAIN + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "calimain" + +config SYS_VENDOR + string + default "omicron" + +config SYS_SOC + string + default "davinci" + +config SYS_CONFIG_NAME + string + default "calimain" + +config BOARD_MAINTAINER + string + default "Manfred Rudigier manfred.rudigier@omicron.at:Christian Riesch christian.riesch@omicron.at" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/openrisc/openrisc-generic/Kconfig b/board/openrisc/openrisc-generic/Kconfig new file mode 100644 index 0000000..e1a575b --- /dev/null +++ b/board/openrisc/openrisc-generic/Kconfig @@ -0,0 +1,27 @@ +if TARGET_OPENRISC_GENERIC + +config SYS_CPU + string + default "or1200" + +config SYS_BOARD + string + default "openrisc-generic" + +config SYS_VENDOR + string + default "openrisc" + +config SYS_CONFIG_NAME + string + default "openrisc-generic" + +config BOARD_MAINTAINER + string + default "Stefan Kristiansson stefan.kristiansson@saunalahti.fi" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/overo/Kconfig b/board/overo/Kconfig new file mode 100644 index 0000000..b5abc5e --- /dev/null +++ b/board/overo/Kconfig @@ -0,0 +1,27 @@ +if TARGET_OMAP3_OVERO + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "overo" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_overo" + +config BOARD_MAINTAINER + string + default "Steve Sakoman sakoman@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/palmld/Kconfig b/board/palmld/Kconfig new file mode 100644 index 0000000..bd2d7aa --- /dev/null +++ b/board/palmld/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PALMLD + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "palmld" + +config SYS_CONFIG_NAME + string + default "palmld" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/palmtc/Kconfig b/board/palmtc/Kconfig new file mode 100644 index 0000000..cdcc898 --- /dev/null +++ b/board/palmtc/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PALMTC + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "palmtc" + +config SYS_CONFIG_NAME + string + default "palmtc" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/palmtreo680/Kconfig b/board/palmtreo680/Kconfig new file mode 100644 index 0000000..8f33620 --- /dev/null +++ b/board/palmtreo680/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PALMTREO680 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "palmtreo680" + +config SYS_CONFIG_NAME + string + default "palmtreo680" + +config BOARD_MAINTAINER + string + default "Mike Dunn mikedunn@newsguy.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pandora/Kconfig b/board/pandora/Kconfig new file mode 100644 index 0000000..b12efd4 --- /dev/null +++ b/board/pandora/Kconfig @@ -0,0 +1,27 @@ +if TARGET_OMAP3_PANDORA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pandora" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_pandora" + +config BOARD_MAINTAINER + string + default "Grazvydas Ignotas notasas@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pb1x00/Kconfig b/board/pb1x00/Kconfig new file mode 100644 index 0000000..65711f3 --- /dev/null +++ b/board/pb1x00/Kconfig @@ -0,0 +1,31 @@ +if TARGET_PB1000 + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "pb1x00" + +config SYS_SOC + string + default "au1x00" + +config SYS_CONFIG_NAME + string + default "pb1x00" + +config SYS_EXTRA_OPTIONS + string + default "PB1000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pcs440ep/Kconfig b/board/pcs440ep/Kconfig new file mode 100644 index 0000000..483a5e9 --- /dev/null +++ b/board/pcs440ep/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PCS440EP + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "pcs440ep" + +config SYS_CONFIG_NAME + string + default "pcs440ep" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pdm360ng/Kconfig b/board/pdm360ng/Kconfig new file mode 100644 index 0000000..3352f52 --- /dev/null +++ b/board/pdm360ng/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PDM360NG + +config SYS_CPU + string + default "mpc512x" + +config SYS_BOARD + string + default "pdm360ng" + +config SYS_CONFIG_NAME + string + default "pdm360ng" + +config BOARD_MAINTAINER + string + default "Michael Weiss michael.weiss@ifm.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/phytec/pcm030/Kconfig b/board/phytec/pcm030/Kconfig new file mode 100644 index 0000000..4f2fb58 --- /dev/null +++ b/board/phytec/pcm030/Kconfig @@ -0,0 +1,59 @@ +if TARGET_PCM030 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pcm030" + +config SYS_VENDOR + string + default "phytec" + +config SYS_CONFIG_NAME + string + default "pcm030" + +config BOARD_MAINTAINER + string + default "Jon Smirl jonsmirl@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PCM030_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pcm030" + +config SYS_VENDOR + string + default "phytec" + +config SYS_CONFIG_NAME + string + default "pcm030" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF000000" + +config BOARD_MAINTAINER + string + default "Jon Smirl jonsmirl@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/phytec/pcm051/Kconfig b/board/phytec/pcm051/Kconfig new file mode 100644 index 0000000..fdb30ae --- /dev/null +++ b/board/phytec/pcm051/Kconfig @@ -0,0 +1,71 @@ +if TARGET_PCM051_REV1 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pcm051" + +config SYS_VENDOR + string + default "phytec" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "pcm051" + +config SYS_EXTRA_OPTIONS + string + default "REV1" + +config BOARD_MAINTAINER + string + default "Lars Poeschel poeschel@lemonage.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PCM051_REV3 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pcm051" + +config SYS_VENDOR + string + default "phytec" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "pcm051" + +config SYS_EXTRA_OPTIONS + string + default "REV3" + +config BOARD_MAINTAINER + string + default "Lars Poeschel poeschel@lemonage.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pm520/Kconfig b/board/pm520/Kconfig new file mode 100644 index 0000000..dc98bb0 --- /dev/null +++ b/board/pm520/Kconfig @@ -0,0 +1,107 @@ +if TARGET_PM520 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pm520" + +config SYS_CONFIG_NAME + string + default "PM520" + +config BOARD_MAINTAINER + string + default "Josef Wagner Wagner@Microsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM520_DDR + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pm520" + +config SYS_CONFIG_NAME + string + default "PM520" + +config SYS_EXTRA_OPTIONS + string + default "MPC5200_DDR" + +config BOARD_MAINTAINER + string + default "Josef Wagner Wagner@Microsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM520_ROMBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pm520" + +config SYS_CONFIG_NAME + string + default "PM520" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM" + +config BOARD_MAINTAINER + string + default "Josef Wagner Wagner@Microsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM520_ROMBOOT_DDR + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "pm520" + +config SYS_CONFIG_NAME + string + default "PM520" + +config SYS_EXTRA_OPTIONS + string + default "MPC5200_DDR,BOOT_ROM" + +config BOARD_MAINTAINER + string + default "Josef Wagner Wagner@Microsys.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pm826/Kconfig b/board/pm826/Kconfig new file mode 100644 index 0000000..8dc6291 --- /dev/null +++ b/board/pm826/Kconfig @@ -0,0 +1,223 @@ +if TARGET_PM825 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "PCI,SYS_TEXT_BASE=0xFF000000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM825_BIGFLASH + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "PCI,FLASH_32MB,SYS_TEXT_BASE=0x40000000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM825_ROMBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "PCI,BOOT_ROM,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM825_ROMBOOT_BIGFLASH + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "PCI,BOOT_ROM,FLASH_32MB,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM826 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xFF000000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM826_BIGFLASH + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "FLASH_32MB,SYS_TEXT_BASE=0x40000000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM826_ROMBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM826_ROMBOOT_BIGFLASH + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm826" + +config SYS_CONFIG_NAME + string + default "PM826" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM,FLASH_32MB,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pm828/Kconfig b/board/pm828/Kconfig new file mode 100644 index 0000000..185a2ea --- /dev/null +++ b/board/pm828/Kconfig @@ -0,0 +1,107 @@ +if TARGET_PM828 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm828" + +config SYS_CONFIG_NAME + string + default "PM828" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM828_PCI + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm828" + +config SYS_CONFIG_NAME + string + default "PM828" + +config SYS_EXTRA_OPTIONS + string + default "PCI" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM828_ROMBOOT + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm828" + +config SYS_CONFIG_NAME + string + default "PM828" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ROM,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_PM828_ROMBOOT_PCI + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "pm828" + +config SYS_CONFIG_NAME + string + default "PM828" + +config SYS_EXTRA_OPTIONS + string + default "PCI,BOOT_ROM,SYS_TEXT_BASE=0xFF800000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ppcag/bg0900/Kconfig b/board/ppcag/bg0900/Kconfig new file mode 100644 index 0000000..9422a36 --- /dev/null +++ b/board/ppcag/bg0900/Kconfig @@ -0,0 +1,31 @@ +if TARGET_BG0900 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "bg0900" + +config SYS_VENDOR + string + default "ppcag" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "bg0900" + +config BOARD_MAINTAINER + string + default "Marek Vasut marex@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ppmc7xx/Kconfig b/board/ppmc7xx/Kconfig new file mode 100644 index 0000000..5827d6c --- /dev/null +++ b/board/ppmc7xx/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PPMC7XX + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "ppmc7xx" + +config SYS_CONFIG_NAME + string + default "ppmc7xx" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ppmc8260/Kconfig b/board/ppmc8260/Kconfig new file mode 100644 index 0000000..54c5bd8 --- /dev/null +++ b/board/ppmc8260/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PPMC8260 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "ppmc8260" + +config SYS_CONFIG_NAME + string + default "ppmc8260" + +config BOARD_MAINTAINER + string + default "Brad Kemp Brad.Kemp@seranoa.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.04)" + +endif diff --git a/board/pr1/Kconfig b/board/pr1/Kconfig new file mode 100644 index 0000000..89444bc --- /dev/null +++ b/board/pr1/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PR1 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "pr1" + +config SYS_CONFIG_NAME + string + default "pr1" + +config BOARD_MAINTAINER + string + default "Dimitar Penev dpn@switchfin.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/prodrive/alpr/Kconfig b/board/prodrive/alpr/Kconfig new file mode 100644 index 0000000..d81f481 --- /dev/null +++ b/board/prodrive/alpr/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ALPR + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "alpr" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "alpr" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/prodrive/p3mx/Kconfig b/board/prodrive/p3mx/Kconfig new file mode 100644 index 0000000..3ae4c01 --- /dev/null +++ b/board/prodrive/p3mx/Kconfig @@ -0,0 +1,63 @@ +if TARGET_P3M7448 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "p3mx" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "p3mx" + +config SYS_EXTRA_OPTIONS + string + default "P3M7448" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_P3M750 + +config SYS_CPU + string + default "74xx_7xx" + +config SYS_BOARD + string + default "p3mx" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "p3mx" + +config SYS_EXTRA_OPTIONS + string + default "P3M750" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/prodrive/p3p440/Kconfig b/board/prodrive/p3p440/Kconfig new file mode 100644 index 0000000..bff8db6 --- /dev/null +++ b/board/prodrive/p3p440/Kconfig @@ -0,0 +1,27 @@ +if TARGET_P3P440 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "p3p440" + +config SYS_VENDOR + string + default "prodrive" + +config SYS_CONFIG_NAME + string + default "p3p440" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/psyent/pci5441/Kconfig b/board/psyent/pci5441/Kconfig new file mode 100644 index 0000000..614dbaf --- /dev/null +++ b/board/psyent/pci5441/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PCI5441 + +config SYS_CPU + string + default "nios2" + +config SYS_BOARD + string + default "pci5441" + +config SYS_VENDOR + string + default "psyent" + +config SYS_CONFIG_NAME + string + default "PCI5441" + +config BOARD_MAINTAINER + string + default "Scott McNutt smcnutt@psyent.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/psyent/pk1c20/Kconfig b/board/psyent/pk1c20/Kconfig new file mode 100644 index 0000000..dc81adf --- /dev/null +++ b/board/psyent/pk1c20/Kconfig @@ -0,0 +1,27 @@ +if TARGET_PK1C20 + +config SYS_CPU + string + default "nios2" + +config SYS_BOARD + string + default "pk1c20" + +config SYS_VENDOR + string + default "psyent" + +config SYS_CONFIG_NAME + string + default "PK1C20" + +config BOARD_MAINTAINER + string + default "Scott McNutt smcnutt@psyent.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/pxa255_idp/Kconfig b/board/pxa255_idp/Kconfig new file mode 100644 index 0000000..c33c781 --- /dev/null +++ b/board/pxa255_idp/Kconfig @@ -0,0 +1,23 @@ +if TARGET_PXA255_IDP + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "pxa255_idp" + +config SYS_CONFIG_NAME + string + default "pxa255_idp" + +config BOARD_MAINTAINER + string + default "Cliff Brake cliff.brake@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/qemu-mips/Kconfig b/board/qemu-mips/Kconfig new file mode 100644 index 0000000..1d73708 --- /dev/null +++ b/board/qemu-mips/Kconfig @@ -0,0 +1,111 @@ +if TARGET_QEMU_MIPS + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "qemu-mips" + +config SYS_CONFIG_NAME + string + default "qemu-mips" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BIG_ENDIAN" + +config BOARD_MAINTAINER + string + default "Vlad Lungu vlad.lungu@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_QEMU_MIPSEL + +config SYS_CPU + string + default "mips32" + +config SYS_BOARD + string + default "qemu-mips" + +config SYS_CONFIG_NAME + string + default "qemu-mips" + +config SYS_EXTRA_OPTIONS + string + default "SYS_LITTLE_ENDIAN" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_QEMU_MIPS64 + +config SYS_CPU + string + default "mips64" + +config SYS_BOARD + string + default "qemu-mips" + +config SYS_CONFIG_NAME + string + default "qemu-mips64" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BIG_ENDIAN" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_QEMU_MIPS64EL + +config SYS_CPU + string + default "mips64" + +config SYS_BOARD + string + default "qemu-mips" + +config SYS_CONFIG_NAME + string + default "qemu-mips64" + +config SYS_EXTRA_OPTIONS + string + default "SYS_LITTLE_ENDIAN" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/quad100hd/Kconfig b/board/quad100hd/Kconfig new file mode 100644 index 0000000..1915b5d --- /dev/null +++ b/board/quad100hd/Kconfig @@ -0,0 +1,23 @@ +if TARGET_QUAD100HD + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "quad100hd" + +config SYS_CONFIG_NAME + string + default "quad100hd" + +config BOARD_MAINTAINER + string + default "Gary Jennejohn garyj@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/quantum/Kconfig b/board/quantum/Kconfig new file mode 100644 index 0000000..a02dc88 --- /dev/null +++ b/board/quantum/Kconfig @@ -0,0 +1,23 @@ +if TARGET_QUANTUM + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "quantum" + +config SYS_CONFIG_NAME + string + default "quantum" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/r360mpi/Kconfig b/board/r360mpi/Kconfig new file mode 100644 index 0000000..b4f0097 --- /dev/null +++ b/board/r360mpi/Kconfig @@ -0,0 +1,23 @@ +if TARGET_R360MPI + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "r360mpi" + +config SYS_CONFIG_NAME + string + default "R360MPI" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/raidsonic/ib62x0/Kconfig b/board/raidsonic/ib62x0/Kconfig new file mode 100644 index 0000000..c90cf98 --- /dev/null +++ b/board/raidsonic/ib62x0/Kconfig @@ -0,0 +1,31 @@ +if TARGET_IB62X0 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "ib62x0" + +config SYS_VENDOR + string + default "raidsonic" + +config SYS_SOC + string + default "kirkwood" + +config SYS_CONFIG_NAME + string + default "ib62x0" + +config BOARD_MAINTAINER + string + default "Luka Perkov luka@openwrt.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/raspberrypi/rpi_b/Kconfig b/board/raspberrypi/rpi_b/Kconfig new file mode 100644 index 0000000..ea68fff --- /dev/null +++ b/board/raspberrypi/rpi_b/Kconfig @@ -0,0 +1,31 @@ +if TARGET_RPI_B + +config SYS_CPU + string + default "arm1176" + +config SYS_BOARD + string + default "rpi_b" + +config SYS_VENDOR + string + default "raspberrypi" + +config SYS_SOC + string + default "bcm2835" + +config SYS_CONFIG_NAME + string + default "rpi_b" + +config BOARD_MAINTAINER + string + default "Stephen Warren swarren@wwwdotorg.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/rattler/Kconfig b/board/rattler/Kconfig new file mode 100644 index 0000000..126f624 --- /dev/null +++ b/board/rattler/Kconfig @@ -0,0 +1,51 @@ +if TARGET_RATTLER + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "rattler" + +config SYS_CONFIG_NAME + string + default "Rattler" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif + +if TARGET_RATTLER8248 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "rattler" + +config SYS_CONFIG_NAME + string + default "Rattler" + +config SYS_EXTRA_OPTIONS + string + default "MPC8248" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/rbc823/Kconfig b/board/rbc823/Kconfig new file mode 100644 index 0000000..c24cad5 --- /dev/null +++ b/board/rbc823/Kconfig @@ -0,0 +1,23 @@ +if TARGET_RBC823 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "rbc823" + +config SYS_CONFIG_NAME + string + default "RBC823" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/MigoR/Kconfig b/board/renesas/MigoR/Kconfig new file mode 100644 index 0000000..91add51 --- /dev/null +++ b/board/renesas/MigoR/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MIGOR + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "MigoR" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "MigoR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/ap325rxa/Kconfig b/board/renesas/ap325rxa/Kconfig new file mode 100644 index 0000000..aa8eef6 --- /dev/null +++ b/board/renesas/ap325rxa/Kconfig @@ -0,0 +1,27 @@ +if TARGET_AP325RXA + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ap325rxa" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "ap325rxa" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/ecovec/Kconfig b/board/renesas/ecovec/Kconfig new file mode 100644 index 0000000..0fecb86 --- /dev/null +++ b/board/renesas/ecovec/Kconfig @@ -0,0 +1,27 @@ +if TARGET_ECOVEC + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "ecovec" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "ecovec" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/koelsch/Kconfig b/board/renesas/koelsch/Kconfig new file mode 100644 index 0000000..01bca4e --- /dev/null +++ b/board/renesas/koelsch/Kconfig @@ -0,0 +1,67 @@ +if TARGET_KOELSCH + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "koelsch" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "koelsch" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_KOELSCH_NOR + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "koelsch" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "koelsch" + +config SYS_EXTRA_OPTIONS + string + default "NORFLASH" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/lager/Kconfig b/board/renesas/lager/Kconfig new file mode 100644 index 0000000..01eeba5 --- /dev/null +++ b/board/renesas/lager/Kconfig @@ -0,0 +1,67 @@ +if TARGET_LAGER + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "lager" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "lager" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_LAGER_NOR + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "lager" + +config SYS_VENDOR + string + default "renesas" + +config SYS_SOC + string + default "rmobile" + +config SYS_CONFIG_NAME + string + default "lager" + +config SYS_EXTRA_OPTIONS + string + default "NORFLASH" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/r0p7734/Kconfig b/board/renesas/r0p7734/Kconfig new file mode 100644 index 0000000..121e430 --- /dev/null +++ b/board/renesas/r0p7734/Kconfig @@ -0,0 +1,27 @@ +if TARGET_R0P7734 + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "r0p7734" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "r0p7734" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/r2dplus/Kconfig b/board/renesas/r2dplus/Kconfig new file mode 100644 index 0000000..a46a7d4 --- /dev/null +++ b/board/renesas/r2dplus/Kconfig @@ -0,0 +1,27 @@ +if TARGET_R2DPLUS + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "r2dplus" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "r2dplus" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/r7780mp/Kconfig b/board/renesas/r7780mp/Kconfig new file mode 100644 index 0000000..24ccca1 --- /dev/null +++ b/board/renesas/r7780mp/Kconfig @@ -0,0 +1,27 @@ +if TARGET_R7780MP + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "r7780mp" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "r7780mp" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/rsk7203/Kconfig b/board/renesas/rsk7203/Kconfig new file mode 100644 index 0000000..79d113d --- /dev/null +++ b/board/renesas/rsk7203/Kconfig @@ -0,0 +1,27 @@ +if TARGET_RSK7203 + +config SYS_CPU + string + default "sh2" + +config SYS_BOARD + string + default "rsk7203" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "rsk7203" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/rsk7264/Kconfig b/board/renesas/rsk7264/Kconfig new file mode 100644 index 0000000..f56ebb1 --- /dev/null +++ b/board/renesas/rsk7264/Kconfig @@ -0,0 +1,27 @@ +if TARGET_RSK7264 + +config SYS_CPU + string + default "sh2" + +config SYS_BOARD + string + default "rsk7264" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "rsk7264" + +config BOARD_MAINTAINER + string + default "Phil Edworthy phil.edworthy@renesas.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/rsk7269/Kconfig b/board/renesas/rsk7269/Kconfig new file mode 100644 index 0000000..db37b9e --- /dev/null +++ b/board/renesas/rsk7269/Kconfig @@ -0,0 +1,27 @@ +if TARGET_RSK7269 + +config SYS_CPU + string + default "sh2" + +config SYS_BOARD + string + default "rsk7269" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "rsk7269" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/sh7752evb/Kconfig b/board/renesas/sh7752evb/Kconfig new file mode 100644 index 0000000..cb4fcf3 --- /dev/null +++ b/board/renesas/sh7752evb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_SH7752EVB + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7752evb" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7752evb" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/sh7753evb/Kconfig b/board/renesas/sh7753evb/Kconfig new file mode 100644 index 0000000..05548d0 --- /dev/null +++ b/board/renesas/sh7753evb/Kconfig @@ -0,0 +1,27 @@ +if TARGET_SH7753EVB + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7753evb" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7753evb" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/sh7757lcr/Kconfig b/board/renesas/sh7757lcr/Kconfig new file mode 100644 index 0000000..51caff5 --- /dev/null +++ b/board/renesas/sh7757lcr/Kconfig @@ -0,0 +1,27 @@ +if TARGET_SH7757LCR + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7757lcr" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7757lcr" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/sh7763rdp/Kconfig b/board/renesas/sh7763rdp/Kconfig new file mode 100644 index 0000000..008c999 --- /dev/null +++ b/board/renesas/sh7763rdp/Kconfig @@ -0,0 +1,27 @@ +if TARGET_SH7763RDP + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7763rdp" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7763rdp" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/renesas/sh7785lcr/Kconfig b/board/renesas/sh7785lcr/Kconfig new file mode 100644 index 0000000..766e57e --- /dev/null +++ b/board/renesas/sh7785lcr/Kconfig @@ -0,0 +1,59 @@ +if TARGET_SH7785LCR + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7785lcr" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7785lcr" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SH7785LCR_32BIT + +config SYS_CPU + string + default "sh4" + +config SYS_BOARD + string + default "sh7785lcr" + +config SYS_VENDOR + string + default "renesas" + +config SYS_CONFIG_NAME + string + default "sh7785lcr" + +config SYS_EXTRA_OPTIONS + string + default "SH_32BIT=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ronetix/pm9261/Kconfig b/board/ronetix/pm9261/Kconfig new file mode 100644 index 0000000..01643bb --- /dev/null +++ b/board/ronetix/pm9261/Kconfig @@ -0,0 +1,35 @@ +if TARGET_PM9261 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9261" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9261" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9261" + +config BOARD_MAINTAINER + string + default "Ilko Iliev iliev@ronetix.at" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ronetix/pm9263/Kconfig b/board/ronetix/pm9263/Kconfig new file mode 100644 index 0000000..426a670 --- /dev/null +++ b/board/ronetix/pm9263/Kconfig @@ -0,0 +1,35 @@ +if TARGET_PM9263 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9263" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9263" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9263" + +config BOARD_MAINTAINER + string + default "Ilko Iliev iliev@ronetix.at" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ronetix/pm9g45/Kconfig b/board/ronetix/pm9g45/Kconfig new file mode 100644 index 0000000..9b9d1cc --- /dev/null +++ b/board/ronetix/pm9g45/Kconfig @@ -0,0 +1,35 @@ +if TARGET_PM9G45 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "pm9g45" + +config SYS_VENDOR + string + default "ronetix" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "pm9g45" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G45" + +config BOARD_MAINTAINER + string + default "Ilko Iliev iliev@ronetix.at" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sacsng/Kconfig b/board/sacsng/Kconfig new file mode 100644 index 0000000..d094a5e --- /dev/null +++ b/board/sacsng/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SACSNG + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "sacsng" + +config SYS_CONFIG_NAME + string + default "sacsng" + +config BOARD_MAINTAINER + string + default "Jerry Van Baren gerald.vanbaren@smiths-aerospace.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/arndale/Kconfig b/board/samsung/arndale/Kconfig new file mode 100644 index 0000000..9c096d0 --- /dev/null +++ b/board/samsung/arndale/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ARNDALE + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "arndale" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "arndale" + +config BOARD_MAINTAINER + string + default "Inderpal Singh inderpal.singh@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/goni/Kconfig b/board/samsung/goni/Kconfig new file mode 100644 index 0000000..524e4b5 --- /dev/null +++ b/board/samsung/goni/Kconfig @@ -0,0 +1,31 @@ +if TARGET_S5P_GONI + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "goni" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "s5pc1xx" + +config SYS_CONFIG_NAME + string + default "s5p_goni" + +config BOARD_MAINTAINER + string + default "Mateusz Zalega m.zalega@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/origen/Kconfig b/board/samsung/origen/Kconfig new file mode 100644 index 0000000..9636f87 --- /dev/null +++ b/board/samsung/origen/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ORIGEN + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "origen" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "origen" + +config BOARD_MAINTAINER + string + default "Chander Kashyap k.chander@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/smdk2410/Kconfig b/board/samsung/smdk2410/Kconfig new file mode 100644 index 0000000..8bfd0f9 --- /dev/null +++ b/board/samsung/smdk2410/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SMDK2410 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "smdk2410" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "s3c24x0" + +config SYS_CONFIG_NAME + string + default "smdk2410" + +config BOARD_MAINTAINER + string + default "David Müller d.mueller@elsoft.ch" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/smdk5250/Kconfig b/board/samsung/smdk5250/Kconfig new file mode 100644 index 0000000..aa0f911 --- /dev/null +++ b/board/samsung/smdk5250/Kconfig @@ -0,0 +1,63 @@ +if TARGET_SMDK5250 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "smdk5250" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "smdk5250" + +config BOARD_MAINTAINER + string + default "Chander Kashyap k.chander@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SNOW + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "smdk5250" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "snow" + +config BOARD_MAINTAINER + string + default "Rajeshwari Shinde rajeshwari.s@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/smdk5420/Kconfig b/board/samsung/smdk5420/Kconfig new file mode 100644 index 0000000..635e626 --- /dev/null +++ b/board/samsung/smdk5420/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SMDK5420 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "smdk5420" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "smdk5420" + +config BOARD_MAINTAINER + string + default "Rajeshwari Shinde rajeshwari.s@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/smdkc100/Kconfig b/board/samsung/smdkc100/Kconfig new file mode 100644 index 0000000..39b1ff7 --- /dev/null +++ b/board/samsung/smdkc100/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SMDKC100 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "smdkc100" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "s5pc1xx" + +config SYS_CONFIG_NAME + string + default "smdkc100" + +config BOARD_MAINTAINER + string + default "Minkyu Kang mk7.kang@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/smdkv310/Kconfig b/board/samsung/smdkv310/Kconfig new file mode 100644 index 0000000..9024fa7 --- /dev/null +++ b/board/samsung/smdkv310/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SMDKV310 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "smdkv310" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "smdkv310" + +config BOARD_MAINTAINER + string + default "Chander Kashyap k.chander@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/trats/Kconfig b/board/samsung/trats/Kconfig new file mode 100644 index 0000000..e58fcd2 --- /dev/null +++ b/board/samsung/trats/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TRATS + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "trats" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "trats" + +config BOARD_MAINTAINER + string + default "Lukasz Majewski l.majewski@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/trats2/Kconfig b/board/samsung/trats2/Kconfig new file mode 100644 index 0000000..0678b2e --- /dev/null +++ b/board/samsung/trats2/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TRATS2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "trats2" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "trats2" + +config BOARD_MAINTAINER + string + default "Piotr Wilczek p.wilczek@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/samsung/universal_c210/Kconfig b/board/samsung/universal_c210/Kconfig new file mode 100644 index 0000000..d0baa09 --- /dev/null +++ b/board/samsung/universal_c210/Kconfig @@ -0,0 +1,31 @@ +if TARGET_S5PC210_UNIVERSAL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "universal_c210" + +config SYS_VENDOR + string + default "samsung" + +config SYS_SOC + string + default "exynos" + +config SYS_CONFIG_NAME + string + default "s5pc210_universal" + +config BOARD_MAINTAINER + string + default "Przemyslaw Marczak p.marczak@samsung.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sandbox/sandbox/Kconfig b/board/sandbox/sandbox/Kconfig new file mode 100644 index 0000000..aa71cae --- /dev/null +++ b/board/sandbox/sandbox/Kconfig @@ -0,0 +1,27 @@ +if TARGET_SANDBOX + +config SYS_CPU + string + default "sandbox" + +config SYS_BOARD + string + default "sandbox" + +config SYS_VENDOR + string + default "sandbox" + +config SYS_CONFIG_NAME + string + default "sandbox" + +config BOARD_MAINTAINER + string + default "Simon Glass sjg@chromium.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sandburst/karef/Kconfig b/board/sandburst/karef/Kconfig new file mode 100644 index 0000000..43f55a1 --- /dev/null +++ b/board/sandburst/karef/Kconfig @@ -0,0 +1,27 @@ +if TARGET_KAREF + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "karef" + +config SYS_VENDOR + string + default "sandburst" + +config SYS_CONFIG_NAME + string + default "KAREF" + +config BOARD_MAINTAINER + string + default "Travis Sawyer travis.sawyer@sandburst.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/sandburst/metrobox/Kconfig b/board/sandburst/metrobox/Kconfig new file mode 100644 index 0000000..cacfeba --- /dev/null +++ b/board/sandburst/metrobox/Kconfig @@ -0,0 +1,27 @@ +if TARGET_METROBOX + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "metrobox" + +config SYS_VENDOR + string + default "sandburst" + +config SYS_CONFIG_NAME + string + default "METROBOX" + +config BOARD_MAINTAINER + string + default "Travis Sawyer travis.sawyer@sandburst.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/sandisk/sansa_fuze_plus/Kconfig b/board/sandisk/sansa_fuze_plus/Kconfig new file mode 100644 index 0000000..723c0b0 --- /dev/null +++ b/board/sandisk/sansa_fuze_plus/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SANSA_FUZE_PLUS + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sansa_fuze_plus" + +config SYS_VENDOR + string + default "sandisk" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "sansa_fuze_plus" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sandpoint/Kconfig b/board/sandpoint/Kconfig new file mode 100644 index 0000000..1984ccf --- /dev/null +++ b/board/sandpoint/Kconfig @@ -0,0 +1,47 @@ +if TARGET_SANDPOINT8240 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "sandpoint" + +config SYS_CONFIG_NAME + string + default "Sandpoint8240" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SANDPOINT8245 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "sandpoint" + +config SYS_CONFIG_NAME + string + default "Sandpoint8245" + +config BOARD_MAINTAINER + string + default "Jim Thompson jim@musenki.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.04)" + +endif diff --git a/board/sbc405/Kconfig b/board/sbc405/Kconfig new file mode 100644 index 0000000..aade25f --- /dev/null +++ b/board/sbc405/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SBC405 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "sbc405" + +config SYS_CONFIG_NAME + string + default "sbc405" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sbc8349/Kconfig b/board/sbc8349/Kconfig new file mode 100644 index 0000000..f4f70d9 --- /dev/null +++ b/board/sbc8349/Kconfig @@ -0,0 +1,79 @@ +if TARGET_SBC8349 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "sbc8349" + +config SYS_CONFIG_NAME + string + default "sbc8349" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC8349_PCI_33 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "sbc8349" + +config SYS_CONFIG_NAME + string + default "sbc8349" + +config SYS_EXTRA_OPTIONS + string + default "PCI,PCI_33M" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC8349_PCI_66 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "sbc8349" + +config SYS_CONFIG_NAME + string + default "sbc8349" + +config SYS_EXTRA_OPTIONS + string + default "PCI,PCI_66M" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sbc8548/Kconfig b/board/sbc8548/Kconfig new file mode 100644 index 0000000..1055f85 --- /dev/null +++ b/board/sbc8548/Kconfig @@ -0,0 +1,135 @@ +if TARGET_SBC8548 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "sbc8548" + +config SYS_CONFIG_NAME + string + default "sbc8548" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC8548_PCI_33 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "sbc8548" + +config SYS_CONFIG_NAME + string + default "sbc8548" + +config SYS_EXTRA_OPTIONS + string + default "PCI,33" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC8548_PCI_33_PCIE + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "sbc8548" + +config SYS_CONFIG_NAME + string + default "sbc8548" + +config SYS_EXTRA_OPTIONS + string + default "PCI,33,PCIE" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC8548_PCI_66 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "sbc8548" + +config SYS_CONFIG_NAME + string + default "sbc8548" + +config SYS_EXTRA_OPTIONS + string + default "PCI,66" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SBC8548_PCI_66_PCIE + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "sbc8548" + +config SYS_CONFIG_NAME + string + default "sbc8548" + +config SYS_EXTRA_OPTIONS + string + default "PCI,66,PCIE" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sbc8641d/Kconfig b/board/sbc8641d/Kconfig new file mode 100644 index 0000000..db2dddb --- /dev/null +++ b/board/sbc8641d/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SBC8641D + +config SYS_CPU + string + default "mpc86xx" + +config SYS_BOARD + string + default "sbc8641d" + +config SYS_CONFIG_NAME + string + default "sbc8641d" + +config BOARD_MAINTAINER + string + default "Paul Gortmaker paul.gortmaker@windriver.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sc3/Kconfig b/board/sc3/Kconfig new file mode 100644 index 0000000..10cac79 --- /dev/null +++ b/board/sc3/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SC3 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "sc3" + +config SYS_CONFIG_NAME + string + default "sc3" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/scb9328/Kconfig b/board/scb9328/Kconfig new file mode 100644 index 0000000..d5faa20 --- /dev/null +++ b/board/scb9328/Kconfig @@ -0,0 +1,27 @@ +if TARGET_SCB9328 + +config SYS_CPU + string + default "arm920t" + +config SYS_BOARD + string + default "scb9328" + +config SYS_SOC + string + default "imx" + +config SYS_CONFIG_NAME + string + default "scb9328" + +config BOARD_MAINTAINER + string + default "Torsten Koschorrek koschorrek@synertronixx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/schulercontrol/sc_sps_1/Kconfig b/board/schulercontrol/sc_sps_1/Kconfig new file mode 100644 index 0000000..dffd2fe --- /dev/null +++ b/board/schulercontrol/sc_sps_1/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SC_SPS_1 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "sc_sps_1" + +config SYS_VENDOR + string + default "schulercontrol" + +config SYS_SOC + string + default "mxs" + +config SYS_CONFIG_NAME + string + default "sc_sps_1" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sheldon/simpc8313/Kconfig b/board/sheldon/simpc8313/Kconfig new file mode 100644 index 0000000..c38b089 --- /dev/null +++ b/board/sheldon/simpc8313/Kconfig @@ -0,0 +1,63 @@ +if TARGET_SIMPC8313_LP + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "simpc8313" + +config SYS_VENDOR + string + default "sheldon" + +config SYS_CONFIG_NAME + string + default "SIMPC8313" + +config SYS_EXTRA_OPTIONS + string + default "NAND_LP" + +config BOARD_MAINTAINER + string + default "Ron Madrid info@sheldoninst.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SIMPC8313_SP + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "simpc8313" + +config SYS_VENDOR + string + default "sheldon" + +config SYS_CONFIG_NAME + string + default "SIMPC8313" + +config SYS_EXTRA_OPTIONS + string + default "NAND_SP" + +config BOARD_MAINTAINER + string + default "Ron Madrid info@sheldoninst.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/shmin/Kconfig b/board/shmin/Kconfig new file mode 100644 index 0000000..d0ca930 --- /dev/null +++ b/board/shmin/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SHMIN + +config SYS_CPU + string + default "sh3" + +config SYS_BOARD + string + default "shmin" + +config SYS_CONFIG_NAME + string + default "shmin" + +config BOARD_MAINTAINER + string + default "Nobuhiro Iwamatsu iwamatsu.nobuhiro@renesas.com:Nobuhiro Iwamatsu iwamatsu@nigauri.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/siemens/corvus/Kconfig b/board/siemens/corvus/Kconfig new file mode 100644 index 0000000..bd8c388 --- /dev/null +++ b/board/siemens/corvus/Kconfig @@ -0,0 +1,35 @@ +if TARGET_CORVUS + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "corvus" + +config SYS_VENDOR + string + default "siemens" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "corvus" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9M10G45,SYS_USE_NANDFLASH" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/siemens/dxr2/Kconfig b/board/siemens/dxr2/Kconfig new file mode 100644 index 0000000..7253f84 --- /dev/null +++ b/board/siemens/dxr2/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DXR2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "dxr2" + +config SYS_VENDOR + string + default "siemens" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "dxr2" + +config BOARD_MAINTAINER + string + default "Roger Meier r.meier@siemens.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/siemens/pxm2/Kconfig b/board/siemens/pxm2/Kconfig new file mode 100644 index 0000000..1325154 --- /dev/null +++ b/board/siemens/pxm2/Kconfig @@ -0,0 +1,31 @@ +if TARGET_PXM2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pxm2" + +config SYS_VENDOR + string + default "siemens" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "pxm2" + +config BOARD_MAINTAINER + string + default "Roger Meier r.meier@siemens.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/siemens/rut/Kconfig b/board/siemens/rut/Kconfig new file mode 100644 index 0000000..83f9883 --- /dev/null +++ b/board/siemens/rut/Kconfig @@ -0,0 +1,31 @@ +if TARGET_RUT + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "rut" + +config SYS_VENDOR + string + default "siemens" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "rut" + +config BOARD_MAINTAINER + string + default "Roger Meier r.meier@siemens.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/siemens/taurus/Kconfig b/board/siemens/taurus/Kconfig new file mode 100644 index 0000000..b19823b --- /dev/null +++ b/board/siemens/taurus/Kconfig @@ -0,0 +1,71 @@ +if TARGET_AXM + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "taurus" + +config SYS_VENDOR + string + default "siemens" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "taurus" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,MACH_TYPE=2068,BOARD_AXM" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TAURUS + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "taurus" + +config SYS_VENDOR + string + default "siemens" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "taurus" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,MACH_TYPE=2067,BOARD_TAURUS" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/silica/pengwyn/Kconfig b/board/silica/pengwyn/Kconfig new file mode 100644 index 0000000..4b93419 --- /dev/null +++ b/board/silica/pengwyn/Kconfig @@ -0,0 +1,31 @@ +if TARGET_PENGWYN + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "pengwyn" + +config SYS_VENDOR + string + default "silica" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "pengwyn" + +config BOARD_MAINTAINER + string + default "Lothar Felten lothar.felten@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/sixnet/Kconfig b/board/sixnet/Kconfig new file mode 100644 index 0000000..0857f05 --- /dev/null +++ b/board/sixnet/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SXNI855T + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "sixnet" + +config SYS_CONFIG_NAME + string + default "SXNI855T" + +config BOARD_MAINTAINER + string + default "Dave Ellis DGE@sixnetio.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/snmc/qs850/Kconfig b/board/snmc/qs850/Kconfig new file mode 100644 index 0000000..0bd6414 --- /dev/null +++ b/board/snmc/qs850/Kconfig @@ -0,0 +1,55 @@ +if TARGET_QS823 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "qs850" + +config SYS_VENDOR + string + default "snmc" + +config SYS_CONFIG_NAME + string + default "QS823" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_QS850 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "qs850" + +config SYS_VENDOR + string + default "snmc" + +config SYS_CONFIG_NAME + string + default "QS850" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/snmc/qs860t/Kconfig b/board/snmc/qs860t/Kconfig new file mode 100644 index 0000000..a95bfc2 --- /dev/null +++ b/board/snmc/qs860t/Kconfig @@ -0,0 +1,27 @@ +if TARGET_QS860T + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "qs860t" + +config SYS_VENDOR + string + default "snmc" + +config SYS_CONFIG_NAME + string + default "QS860T" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/socrates/Kconfig b/board/socrates/Kconfig new file mode 100644 index 0000000..f032687 --- /dev/null +++ b/board/socrates/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SOCRATES + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "socrates" + +config SYS_CONFIG_NAME + string + default "socrates" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/solidrun/hummingboard/Kconfig b/board/solidrun/hummingboard/Kconfig new file mode 100644 index 0000000..e231a32 --- /dev/null +++ b/board/solidrun/hummingboard/Kconfig @@ -0,0 +1,35 @@ +if TARGET_HUMMINGBOARD_SOLO + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "hummingboard" + +config SYS_VENDOR + string + default "solidrun" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "hummingboard" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/solidrun/hummingboard/solo.cfg,MX6S,DDR_MB=512" + +config BOARD_MAINTAINER + string + default "Jon Nettleton jon.nettleton@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spc1920/Kconfig b/board/spc1920/Kconfig new file mode 100644 index 0000000..0e41f02 --- /dev/null +++ b/board/spc1920/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SPC1920 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "spc1920" + +config SYS_CONFIG_NAME + string + default "spc1920" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spd8xx/Kconfig b/board/spd8xx/Kconfig new file mode 100644 index 0000000..1bd8d80 --- /dev/null +++ b/board/spd8xx/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SPD823TS + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "spd8xx" + +config SYS_CONFIG_NAME + string + default "SPD823TS" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spear/spear300/Kconfig b/board/spear/spear300/Kconfig new file mode 100644 index 0000000..29ef554 --- /dev/null +++ b/board/spear/spear300/Kconfig @@ -0,0 +1,143 @@ +if TARGET_SPEAR300 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear300" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear300" + +config BOARD_MAINTAINER + string + default "Vipin Kumar vipin.kumar@st.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR300_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear300" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear300,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR300_USBTTY + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear300" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear300,usbtty" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR300_USBTTY_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear300" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear300,usbtty,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spear/spear310/Kconfig b/board/spear/spear310/Kconfig new file mode 100644 index 0000000..62c576b --- /dev/null +++ b/board/spear/spear310/Kconfig @@ -0,0 +1,215 @@ +if TARGET_SPEAR310 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear310" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear310" + +config BOARD_MAINTAINER + string + default "Vipin Kumar vipin.kumar@st.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR310_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear310" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear310,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR310_PNOR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear310" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear310,FLASH_PNOR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR310_USBTTY + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear310" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear310,usbtty" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR310_USBTTY_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear310" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear310,usbtty,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR310_USBTTY_PNOR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear310" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear310,usbtty,FLASH_PNOR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spear/spear320/Kconfig b/board/spear/spear320/Kconfig new file mode 100644 index 0000000..a72247e --- /dev/null +++ b/board/spear/spear320/Kconfig @@ -0,0 +1,215 @@ +if TARGET_SPEAR320 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear320" + +config BOARD_MAINTAINER + string + default "Vipin Kumar vipin.kumar@st.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR320_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear320,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR320_PNOR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear320,FLASH_PNOR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR320_USBTTY + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear320,usbtty" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR320_USBTTY_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear320,usbtty,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR320_USBTTY_PNOR + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear320" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear3xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear320,usbtty,FLASH_PNOR" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spear/spear600/Kconfig b/board/spear/spear600/Kconfig new file mode 100644 index 0000000..71f9954 --- /dev/null +++ b/board/spear/spear600/Kconfig @@ -0,0 +1,143 @@ +if TARGET_SPEAR600 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear600" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear6xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear600" + +config BOARD_MAINTAINER + string + default "Vipin Kumar vipin.kumar@st.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR600_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear600" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear6xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear600,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR600_USBTTY + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear600" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear6xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear600,usbtty" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SPEAR600_USBTTY_NAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "spear600" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "spear6xx_evb" + +config SYS_EXTRA_OPTIONS + string + default "spear600,usbtty,nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/spear/x600/Kconfig b/board/spear/x600/Kconfig new file mode 100644 index 0000000..03c381d --- /dev/null +++ b/board/spear/x600/Kconfig @@ -0,0 +1,31 @@ +if TARGET_X600 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "x600" + +config SYS_VENDOR + string + default "spear" + +config SYS_SOC + string + default "spear" + +config SYS_CONFIG_NAME + string + default "x600" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/st-ericsson/snowball/Kconfig b/board/st-ericsson/snowball/Kconfig new file mode 100644 index 0000000..4466a7e --- /dev/null +++ b/board/st-ericsson/snowball/Kconfig @@ -0,0 +1,31 @@ +if TARGET_SNOWBALL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "snowball" + +config SYS_VENDOR + string + default "st-ericsson" + +config SYS_SOC + string + default "u8500" + +config SYS_CONFIG_NAME + string + default "snowball" + +config BOARD_MAINTAINER + string + default "Mathieu Poirier mathieu.poirier@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/st-ericsson/u8500/Kconfig b/board/st-ericsson/u8500/Kconfig new file mode 100644 index 0000000..dd1d361 --- /dev/null +++ b/board/st-ericsson/u8500/Kconfig @@ -0,0 +1,31 @@ +if TARGET_U8500_HREF + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "u8500" + +config SYS_VENDOR + string + default "st-ericsson" + +config SYS_SOC + string + default "u8500" + +config SYS_CONFIG_NAME + string + default "u8500_href" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/st/nhk8815/Kconfig b/board/st/nhk8815/Kconfig new file mode 100644 index 0000000..d0e2a39 --- /dev/null +++ b/board/st/nhk8815/Kconfig @@ -0,0 +1,67 @@ +if TARGET_NHK8815 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "nhk8815" + +config SYS_VENDOR + string + default "st" + +config SYS_SOC + string + default "nomadik" + +config SYS_CONFIG_NAME + string + default "nhk8815" + +config BOARD_MAINTAINER + string + default "Nomadik Linux Team STN_WMM_nomadik_linux@list.st.com:Alessandro Rubini rubini@unipv.it" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NHK8815_ONENAND + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "nhk8815" + +config SYS_VENDOR + string + default "st" + +config SYS_SOC + string + default "nomadik" + +config SYS_CONFIG_NAME + string + default "nhk8815" + +config SYS_EXTRA_OPTIONS + string + default "BOOT_ONENAND" + +config BOARD_MAINTAINER + string + default "Nomadik Linux Team STN_WMM_nomadik_linux@list.st.com:Alessandro Rubini rubini@unipv.it" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/stx/stxgp3/Kconfig b/board/stx/stxgp3/Kconfig new file mode 100644 index 0000000..5e1d702 --- /dev/null +++ b/board/stx/stxgp3/Kconfig @@ -0,0 +1,27 @@ +if TARGET_STXGP3 + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "stxgp3" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxgp3" + +config BOARD_MAINTAINER + string + default "Dan Malek dan@embeddedalley.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/stx/stxssa/Kconfig b/board/stx/stxssa/Kconfig new file mode 100644 index 0000000..fc902e2 --- /dev/null +++ b/board/stx/stxssa/Kconfig @@ -0,0 +1,59 @@ +if TARGET_STXSSA + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "stxssa" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxssa" + +config BOARD_MAINTAINER + string + default "Dan Malek dan@embeddedalley.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_STXSSA_4M + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "stxssa" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxssa" + +config SYS_EXTRA_OPTIONS + string + default "STXSSA_4M" + +config BOARD_MAINTAINER + string + default "Dan Malek dan@embeddedalley.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/stx/stxxtc/Kconfig b/board/stx/stxxtc/Kconfig new file mode 100644 index 0000000..9ef6f5b --- /dev/null +++ b/board/stx/stxxtc/Kconfig @@ -0,0 +1,27 @@ +if TARGET_STXXTC + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "stxxtc" + +config SYS_VENDOR + string + default "stx" + +config SYS_CONFIG_NAME + string + default "stxxtc" + +config BOARD_MAINTAINER + string + default "Dan Malek dan@embeddedalley.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/svm_sc8xx/Kconfig b/board/svm_sc8xx/Kconfig new file mode 100644 index 0000000..42a1243 --- /dev/null +++ b/board/svm_sc8xx/Kconfig @@ -0,0 +1,23 @@ +if TARGET_SVM_SC8XX + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "svm_sc8xx" + +config SYS_CONFIG_NAME + string + default "svm_sc8xx" + +config BOARD_MAINTAINER + string + default "John Zhan zhanz@sinovee.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/synopsys/Kconfig b/board/synopsys/Kconfig new file mode 100644 index 0000000..aadd46a --- /dev/null +++ b/board/synopsys/Kconfig @@ -0,0 +1,55 @@ +if TARGET_ARCANGEL4 + +config SYS_CPU + string + default "arc700" + +config SYS_BOARD + string + default "" + +config SYS_VENDOR + string + default "synopsys" + +config SYS_CONFIG_NAME + string + default "arcangel4" + +config BOARD_MAINTAINER + string + default "Alexey Brodkin abrodkin@synopsys.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ARCANGEL4_BE + +config SYS_CPU + string + default "arc700" + +config SYS_BOARD + string + default "" + +config SYS_VENDOR + string + default "synopsys" + +config SYS_CONFIG_NAME + string + default "arcangel4-be" + +config BOARD_MAINTAINER + string + default "Alexey Brodkin abrodkin@synopsys.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/synopsys/axs101/Kconfig b/board/synopsys/axs101/Kconfig new file mode 100644 index 0000000..65c7c11 --- /dev/null +++ b/board/synopsys/axs101/Kconfig @@ -0,0 +1,27 @@ +if TARGET_AXS101 + +config SYS_CPU + string + default "arc700" + +config SYS_BOARD + string + default "axs101" + +config SYS_VENDOR + string + default "synopsys" + +config SYS_CONFIG_NAME + string + default "axs101" + +config BOARD_MAINTAINER + string + default "Alexey Brodkin abrodkin@synopsys.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/syteco/jadecpu/Kconfig b/board/syteco/jadecpu/Kconfig new file mode 100644 index 0000000..915d7e6 --- /dev/null +++ b/board/syteco/jadecpu/Kconfig @@ -0,0 +1,31 @@ +if TARGET_JADECPU + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "jadecpu" + +config SYS_VENDOR + string + default "syteco" + +config SYS_SOC + string + default "mb86r0x" + +config SYS_CONFIG_NAME + string + default "jadecpu" + +config BOARD_MAINTAINER + string + default "Matthias Weisser weisserm@arcor.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/syteco/zmx25/Kconfig b/board/syteco/zmx25/Kconfig new file mode 100644 index 0000000..ecf7d29 --- /dev/null +++ b/board/syteco/zmx25/Kconfig @@ -0,0 +1,31 @@ +if TARGET_ZMX25 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "zmx25" + +config SYS_VENDOR + string + default "syteco" + +config SYS_SOC + string + default "mx25" + +config SYS_CONFIG_NAME + string + default "zmx25" + +config BOARD_MAINTAINER + string + default "Matthias Weisser weisserm@arcor.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/t3corp/Kconfig b/board/t3corp/Kconfig new file mode 100644 index 0000000..9f32979 --- /dev/null +++ b/board/t3corp/Kconfig @@ -0,0 +1,23 @@ +if TARGET_T3CORP + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "t3corp" + +config SYS_CONFIG_NAME + string + default "t3corp" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/taskit/stamp9g20/Kconfig b/board/taskit/stamp9g20/Kconfig new file mode 100644 index 0000000..e880dc2 --- /dev/null +++ b/board/taskit/stamp9g20/Kconfig @@ -0,0 +1,71 @@ +if TARGET_PORTUXG20 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "stamp9g20" + +config SYS_VENDOR + string + default "taskit" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "stamp9g20" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20,PORTUXG20" + +config BOARD_MAINTAINER + string + default "Markus Hubig mhubig@imko.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_STAMP9G20 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "stamp9g20" + +config SYS_VENDOR + string + default "taskit" + +config SYS_SOC + string + default "at91" + +config SYS_CONFIG_NAME + string + default "stamp9g20" + +config SYS_EXTRA_OPTIONS + string + default "AT91SAM9G20" + +config BOARD_MAINTAINER + string + default "Markus Hubig mhubig@imko.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/tcm-bf518/Kconfig b/board/tcm-bf518/Kconfig new file mode 100644 index 0000000..f9ca19e --- /dev/null +++ b/board/tcm-bf518/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TCM_BF518 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "tcm-bf518" + +config SYS_CONFIG_NAME + string + default "tcm-bf518" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/tcm-bf537/Kconfig b/board/tcm-bf537/Kconfig new file mode 100644 index 0000000..82e3486 --- /dev/null +++ b/board/tcm-bf537/Kconfig @@ -0,0 +1,23 @@ +if TARGET_TCM_BF537 + +config SYS_CPU + string + default "blackfin" + +config SYS_BOARD + string + default "tcm-bf537" + +config SYS_CONFIG_NAME + string + default "tcm-bf537" + +config BOARD_MAINTAINER + string + default "Bluetechnix Tinyboards bluetechnix@blackfin.uclinux.org" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/board/technexion/tao3530/Kconfig b/board/technexion/tao3530/Kconfig new file mode 100644 index 0000000..8001275 --- /dev/null +++ b/board/technexion/tao3530/Kconfig @@ -0,0 +1,67 @@ +if TARGET_OMAP3_HA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tao3530" + +config SYS_VENDOR + string + default "technexion" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "tao3530" + +config SYS_EXTRA_OPTIONS + string + default "SYS_BOARD_OMAP3_HA" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TAO3530 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "tao3530" + +config SYS_VENDOR + string + default "technexion" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "tao3530" + +config BOARD_MAINTAINER + string + default "Tapani Utriainen linuxfae@technexion.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/technexion/twister/Kconfig b/board/technexion/twister/Kconfig new file mode 100644 index 0000000..5a6786c --- /dev/null +++ b/board/technexion/twister/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TWISTER + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "twister" + +config SYS_VENDOR + string + default "technexion" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "twister" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/teejet/mt_ventoux/Kconfig b/board/teejet/mt_ventoux/Kconfig new file mode 100644 index 0000000..a7c56f2 --- /dev/null +++ b/board/teejet/mt_ventoux/Kconfig @@ -0,0 +1,31 @@ +if TARGET_MT_VENTOUX + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "mt_ventoux" + +config SYS_VENDOR + string + default "teejet" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "mt_ventoux" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/am335x/Kconfig b/board/ti/am335x/Kconfig new file mode 100644 index 0000000..7f2ac33 --- /dev/null +++ b/board/ti/am335x/Kconfig @@ -0,0 +1,395 @@ +if TARGET_AM335X_BONEBLACK + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,EMMC_BOOT" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,NAND" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_NOR + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,NAND,NOR" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_NORBOOT + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,NOR,NOR_BOOT" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_SPIBOOT + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,SPI_BOOT" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_UART1 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL2,CONS_INDEX=2,NAND" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_UART2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL3,CONS_INDEX=3,NAND" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_UART3 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL4,CONS_INDEX=4,NAND" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_UART4 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL5,CONS_INDEX=5,NAND" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_UART5 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL6,CONS_INDEX=6,NAND" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_AM335X_EVM_USBSPL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am335x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am335x_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1,NAND,SPL_USBETH_SUPPORT" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/am3517crane/Kconfig b/board/ti/am3517crane/Kconfig new file mode 100644 index 0000000..88560ad --- /dev/null +++ b/board/ti/am3517crane/Kconfig @@ -0,0 +1,31 @@ +if TARGET_AM3517_CRANE + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am3517crane" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "am3517_crane" + +config BOARD_MAINTAINER + string + default "Nagendra T S nagendra@mistralsolutions.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/am43xx/Kconfig b/board/ti/am43xx/Kconfig new file mode 100644 index 0000000..a0e5784 --- /dev/null +++ b/board/ti/am43xx/Kconfig @@ -0,0 +1,35 @@ +if TARGET_AM43XX_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "am43xx" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "am43xx_evm" + +config SYS_EXTRA_OPTIONS + string + default "SERIAL1,CONS_INDEX=1" + +config BOARD_MAINTAINER + string + default "Lokesh Vutla lokeshvutla@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/beagle/Kconfig b/board/ti/beagle/Kconfig new file mode 100644 index 0000000..51d76ad --- /dev/null +++ b/board/ti/beagle/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP3_BEAGLE + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "beagle" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_beagle" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/dra7xx/Kconfig b/board/ti/dra7xx/Kconfig new file mode 100644 index 0000000..08f3c6f --- /dev/null +++ b/board/ti/dra7xx/Kconfig @@ -0,0 +1,71 @@ +if TARGET_DRA7XX_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "dra7xx" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap5" + +config SYS_CONFIG_NAME + string + default "dra7xx_evm" + +config SYS_EXTRA_OPTIONS + string + default "CONS_INDEX=1" + +config BOARD_MAINTAINER + string + default "Lokesh Vutla lokeshvutla@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_DRA7XX_EVM_UART3 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "dra7xx" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap5" + +config SYS_CONFIG_NAME + string + default "dra7xx_evm" + +config SYS_EXTRA_OPTIONS + string + default "CONS_INDEX=3,SPL_YMODEM_SUPPORT" + +config BOARD_MAINTAINER + string + default "Lokesh Vutla lokeshvutla@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/evm/Kconfig b/board/ti/evm/Kconfig new file mode 100644 index 0000000..d58ddf6 --- /dev/null +++ b/board/ti/evm/Kconfig @@ -0,0 +1,95 @@ +if TARGET_OMAP3_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_evm" + +config BOARD_MAINTAINER + string + default "Tom Rini trini@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_OMAP3_EVM_QUICK_MMC + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_evm_quick_mmc" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_OMAP3_EVM_QUICK_NAND + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "evm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_evm_quick_nand" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/omap5912osk/Kconfig b/board/ti/omap5912osk/Kconfig new file mode 100644 index 0000000..6c97ec8 --- /dev/null +++ b/board/ti/omap5912osk/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP5912OSK + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "omap5912osk" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap" + +config SYS_CONFIG_NAME + string + default "omap5912osk" + +config BOARD_MAINTAINER + string + default "Rishi Bhattacharya rishi@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/omap5_uevm/Kconfig b/board/ti/omap5_uevm/Kconfig new file mode 100644 index 0000000..74d9307 --- /dev/null +++ b/board/ti/omap5_uevm/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP5_UEVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "omap5_uevm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap5" + +config SYS_CONFIG_NAME + string + default "omap5_uevm" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/panda/Kconfig b/board/ti/panda/Kconfig new file mode 100644 index 0000000..1f87921 --- /dev/null +++ b/board/ti/panda/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP4_PANDA + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "panda" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap4" + +config SYS_CONFIG_NAME + string + default "omap4_panda" + +config BOARD_MAINTAINER + string + default "Sricharan R r.sricharan@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/sdp3430/Kconfig b/board/ti/sdp3430/Kconfig new file mode 100644 index 0000000..9e16573 --- /dev/null +++ b/board/ti/sdp3430/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP3_SDP3430 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sdp3430" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "omap3_sdp3430" + +config BOARD_MAINTAINER + string + default "Nishanth Menon nm@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/sdp4430/Kconfig b/board/ti/sdp4430/Kconfig new file mode 100644 index 0000000..4aea115 --- /dev/null +++ b/board/ti/sdp4430/Kconfig @@ -0,0 +1,31 @@ +if TARGET_OMAP4_SDP4430 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "sdp4430" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "omap4" + +config SYS_CONFIG_NAME + string + default "omap4_sdp4430" + +config BOARD_MAINTAINER + string + default "Sricharan R r.sricharan@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/ti814x/Kconfig b/board/ti/ti814x/Kconfig new file mode 100644 index 0000000..b82d832 --- /dev/null +++ b/board/ti/ti814x/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TI814X_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ti814x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "ti814x_evm" + +config BOARD_MAINTAINER + string + default "Matt Porter matt.porter@linaro.org" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/ti816x/Kconfig b/board/ti/ti816x/Kconfig new file mode 100644 index 0000000..a8e1f98 --- /dev/null +++ b/board/ti/ti816x/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TI816X_EVM + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "ti816x" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "am33xx" + +config SYS_CONFIG_NAME + string + default "ti816x_evm" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ti/tnetv107xevm/Kconfig b/board/ti/tnetv107xevm/Kconfig new file mode 100644 index 0000000..508213f --- /dev/null +++ b/board/ti/tnetv107xevm/Kconfig @@ -0,0 +1,31 @@ +if TARGET_TNETV107X_EVM + +config SYS_CPU + string + default "arm1176" + +config SYS_BOARD + string + default "tnetv107xevm" + +config SYS_VENDOR + string + default "ti" + +config SYS_SOC + string + default "tnetv107x" + +config SYS_CONFIG_NAME + string + default "tnetv107x_evm" + +config BOARD_MAINTAINER + string + default "Chan-Taek Park c-park@ti.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/timll/devkit3250/Kconfig b/board/timll/devkit3250/Kconfig new file mode 100644 index 0000000..1d105af --- /dev/null +++ b/board/timll/devkit3250/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DEVKIT3250 + +config SYS_CPU + string + default "arm926ejs" + +config SYS_BOARD + string + default "devkit3250" + +config SYS_VENDOR + string + default "timll" + +config SYS_SOC + string + default "lpc32xx" + +config SYS_CONFIG_NAME + string + default "devkit3250" + +config BOARD_MAINTAINER + string + default "Vladimir Zapolskiy vz@mleia.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/timll/devkit8000/Kconfig b/board/timll/devkit8000/Kconfig new file mode 100644 index 0000000..6c3fc52 --- /dev/null +++ b/board/timll/devkit8000/Kconfig @@ -0,0 +1,31 @@ +if TARGET_DEVKIT8000 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "devkit8000" + +config SYS_VENDOR + string + default "timll" + +config SYS_SOC + string + default "omap3" + +config SYS_CONFIG_NAME + string + default "devkit8000" + +config BOARD_MAINTAINER + string + default "Thomas Weber weber@corscience.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/toradex/colibri_pxa270/Kconfig b/board/toradex/colibri_pxa270/Kconfig new file mode 100644 index 0000000..c07696f --- /dev/null +++ b/board/toradex/colibri_pxa270/Kconfig @@ -0,0 +1,27 @@ +if TARGET_COLIBRI_PXA270 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "colibri_pxa270" + +config SYS_VENDOR + string + default "toradex" + +config SYS_CONFIG_NAME + string + default "colibri_pxa270" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/toradex/colibri_t20_iris/Kconfig b/board/toradex/colibri_t20_iris/Kconfig new file mode 100644 index 0000000..fed46e6 --- /dev/null +++ b/board/toradex/colibri_t20_iris/Kconfig @@ -0,0 +1,32 @@ +if TARGET_COLIBRI_T20_IRIS + +config SYS_CPU + string + default "arm720t" if SPL_BUILD + default "armv7" if !SPL_BUILD + +config SYS_BOARD + string + default "colibri_t20_iris" + +config SYS_VENDOR + string + default "toradex" + +config SYS_SOC + string + default "tegra20" + +config SYS_CONFIG_NAME + string + default "colibri_t20_iris" + +config BOARD_MAINTAINER + string + default "Lucas Stach dev@lynxeye.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/total5200/Kconfig b/board/total5200/Kconfig new file mode 100644 index 0000000..4dc245e --- /dev/null +++ b/board/total5200/Kconfig @@ -0,0 +1,111 @@ +if TARGET_TOTAL5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "total5200" + +config SYS_CONFIG_NAME + string + default "Total5200" + +config SYS_EXTRA_OPTIONS + string + default "TOTAL5200_REV=1" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TOTAL5200_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "total5200" + +config SYS_CONFIG_NAME + string + default "Total5200" + +config SYS_EXTRA_OPTIONS + string + default "TOTAL5200_REV=1,SYS_TEXT_BASE=0xFE000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TOTAL5200_REV2 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "total5200" + +config SYS_CONFIG_NAME + string + default "Total5200" + +config SYS_EXTRA_OPTIONS + string + default "TOTAL5200_REV=2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TOTAL5200_REV2_LOWBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "total5200" + +config SYS_CONFIG_NAME + string + default "Total5200" + +config SYS_EXTRA_OPTIONS + string + default "TOTAL5200_REV=2,SYS_TEXT_BASE=0xFE000000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/tqc/tqm5200/Kconfig b/board/tqc/tqm5200/Kconfig new file mode 100644 index 0000000..b8fdb95 --- /dev/null +++ b/board/tqc/tqm5200/Kconfig @@ -0,0 +1,431 @@ +if TARGET_AEV + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "aev" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CAM5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "CAM5200,TQM5200S,TQM5200_B" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CAM5200_NIOSFLASH + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "CAM5200,TQM5200S,TQM5200_B,CAM5200_NIOSFLASH" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_CHARON + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "charon" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_FO300 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "FO300" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_MINIFAP + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "MINIFAP" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TB5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TB5200" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TB5200_B + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TB5200" + +config SYS_EXTRA_OPTIONS + string + default "TQM5200_B" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM5200 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM5200_B + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "TQM5200_B" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM5200_B_HIGHBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "TQM5200_B,SYS_TEXT_BASE=0xFFF00000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM5200_STK100 + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "STK52XX_REV100" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM5200S + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "TQM5200_B,TQM5200S" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM5200S_HIGHBOOT + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "tqm5200" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM5200" + +config SYS_EXTRA_OPTIONS + string + default "TQM5200_B,TQM5200S,SYS_TEXT_BASE=0xFFF00000" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/tqc/tqm8260/Kconfig b/board/tqc/tqm8260/Kconfig new file mode 100644 index 0000000..667a61c --- /dev/null +++ b/board/tqc/tqm8260/Kconfig @@ -0,0 +1,351 @@ +if TARGET_TQM8255_AA + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8255,300MHz" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AA + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,200MHz" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AB + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,200MHz,L2_CACHE,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AC + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,200MHz,L2_CACHE,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AD + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,300MHz,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AE + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,266MHz" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AF + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,300MHz,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AG + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,300MHz" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AH + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,300MHz,L2_CACHE,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8260_AI + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8260,300MHz,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM8265_AA + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8260" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8260" + +config SYS_EXTRA_OPTIONS + string + default "MPC8265,300MHz,BUSMODE_60x" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/tqc/tqm8272/Kconfig b/board/tqc/tqm8272/Kconfig new file mode 100644 index 0000000..954d3a5 --- /dev/null +++ b/board/tqc/tqm8272/Kconfig @@ -0,0 +1,27 @@ +if TARGET_TQM8272 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "tqm8272" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM8272" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/tqc/tqm834x/Kconfig b/board/tqc/tqm834x/Kconfig new file mode 100644 index 0000000..883053c --- /dev/null +++ b/board/tqc/tqm834x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_TQM834X + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "tqm834x" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM834x" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/tqc/tqm8xx/Kconfig b/board/tqc/tqm8xx/Kconfig new file mode 100644 index 0000000..3ff5972 --- /dev/null +++ b/board/tqc/tqm8xx/Kconfig @@ -0,0 +1,599 @@ +if TARGET_FPS850L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "FPS850L" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_FPS860L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "FPS860L" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_NSCU + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "NSCU" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_SM850 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "SM850" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TK885D + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TK885D" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM823L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM823L" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM823L_LCD + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM823L" + +config SYS_EXTRA_OPTIONS + string + default "LCD,NEC_NL6448BC20" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM823M + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM823M" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM850L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM850L" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM850M + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM850M" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM855L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM855L" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM855M + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM855M" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM860L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM860L" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM860M + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM860M" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM862L + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM862L" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM862M + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM862M" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM866M + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM866M" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TQM885D + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM885D" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_TTTECH + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM823L" + +config SYS_EXTRA_OPTIONS + string + default "LCD,SHARP_LQ104V7DS01" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VIRTLAB2 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "virtlab2" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_WTK + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "tqm8xx" + +config SYS_VENDOR + string + default "tqc" + +config SYS_CONFIG_NAME + string + default "TQM823L" + +config SYS_EXTRA_OPTIONS + string + default "LCD,SHARP_LQ065T9DR51U" + +config BOARD_MAINTAINER + string + default "Wolfgang Denk wd@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/trizepsiv/Kconfig b/board/trizepsiv/Kconfig new file mode 100644 index 0000000..e026dd8 --- /dev/null +++ b/board/trizepsiv/Kconfig @@ -0,0 +1,51 @@ +if TARGET_TRIZEPSIV + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "trizepsiv" + +config SYS_CONFIG_NAME + string + default "trizepsiv" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_POLARIS + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "trizepsiv" + +config SYS_CONFIG_NAME + string + default "trizepsiv" + +config SYS_EXTRA_OPTIONS + string + default "POLARIS" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ttcontrol/vision2/Kconfig b/board/ttcontrol/vision2/Kconfig new file mode 100644 index 0000000..89a1d0d --- /dev/null +++ b/board/ttcontrol/vision2/Kconfig @@ -0,0 +1,35 @@ +if TARGET_VISION2 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "vision2" + +config SYS_VENDOR + string + default "ttcontrol" + +config SYS_SOC + string + default "mx5" + +config SYS_CONFIG_NAME + string + default "vision2" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/ttcontrol/vision2/imximage_hynix.cfg" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/udoo/Kconfig b/board/udoo/Kconfig new file mode 100644 index 0000000..ad3e187 --- /dev/null +++ b/board/udoo/Kconfig @@ -0,0 +1,31 @@ +if TARGET_UDOO_QUAD + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "udoo" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "udoo" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/udoo/udoo.cfg,MX6Q,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/utx8245/Kconfig b/board/utx8245/Kconfig new file mode 100644 index 0000000..d6e71c0 --- /dev/null +++ b/board/utx8245/Kconfig @@ -0,0 +1,23 @@ +if TARGET_UTX8245 + +config SYS_CPU + string + default "mpc824x" + +config SYS_BOARD + string + default "utx8245" + +config SYS_CONFIG_NAME + string + default "utx8245" + +config BOARD_MAINTAINER + string + default "Greg Allen gallen@arlut.utexas.edu" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/v37/Kconfig b/board/v37/Kconfig new file mode 100644 index 0000000..6d2eb10 --- /dev/null +++ b/board/v37/Kconfig @@ -0,0 +1,23 @@ +if TARGET_V37 + +config SYS_CPU + string + default "mpc8xx" + +config SYS_BOARD + string + default "v37" + +config SYS_CONFIG_NAME + string + default "v37" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/v38b/Kconfig b/board/v38b/Kconfig new file mode 100644 index 0000000..99cca3c --- /dev/null +++ b/board/v38b/Kconfig @@ -0,0 +1,23 @@ +if TARGET_V38B + +config SYS_CPU + string + default "mpc5xxx" + +config SYS_BOARD + string + default "v38b" + +config SYS_CONFIG_NAME + string + default "v38b" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/ve8313/Kconfig b/board/ve8313/Kconfig new file mode 100644 index 0000000..6c904c0 --- /dev/null +++ b/board/ve8313/Kconfig @@ -0,0 +1,23 @@ +if TARGET_VE8313 + +config SYS_CPU + string + default "mpc83xx" + +config SYS_BOARD + string + default "ve8313" + +config SYS_CONFIG_NAME + string + default "ve8313" + +config BOARD_MAINTAINER + string + default "Heiko Schocher hs@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/vpac270/Kconfig b/board/vpac270/Kconfig new file mode 100644 index 0000000..4da5eab --- /dev/null +++ b/board/vpac270/Kconfig @@ -0,0 +1,83 @@ +if TARGET_VPAC270_NOR_128 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "vpac270" + +config SYS_CONFIG_NAME + string + default "vpac270" + +config SYS_EXTRA_OPTIONS + string + default "NOR,RAM_128M" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VPAC270_NOR_256 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "vpac270" + +config SYS_CONFIG_NAME + string + default "vpac270" + +config SYS_EXTRA_OPTIONS + string + default "NOR,RAM_256M" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_VPAC270_OND_256 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "vpac270" + +config SYS_CONFIG_NAME + string + default "vpac270" + +config SYS_EXTRA_OPTIONS + string + default "ONENAND,RAM_256M" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/w7o/Kconfig b/board/w7o/Kconfig new file mode 100644 index 0000000..6345a9d --- /dev/null +++ b/board/w7o/Kconfig @@ -0,0 +1,47 @@ +if TARGET_W7OLMC + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "w7o" + +config SYS_CONFIG_NAME + string + default "W7OLMC" + +config BOARD_MAINTAINER + string + default "Erik Theisen etheisen@mindspring.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_W7OLMG + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "w7o" + +config SYS_CONFIG_NAME + string + default "W7OLMG" + +config BOARD_MAINTAINER + string + default "Erik Theisen etheisen@mindspring.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/wandboard/Kconfig b/board/wandboard/Kconfig new file mode 100644 index 0000000..4a02195 --- /dev/null +++ b/board/wandboard/Kconfig @@ -0,0 +1,95 @@ +if TARGET_WANDBOARD_DL + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "wandboard" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "wandboard" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6dl.cfg,MX6DL,DDR_MB=1024" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_WANDBOARD_QUAD + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "wandboard" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "wandboard" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q,DDR_MB=2048" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_WANDBOARD_SOLO + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "wandboard" + +config SYS_SOC + string + default "mx6" + +config SYS_CONFIG_NAME + string + default "wandboard" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6s.cfg,MX6S,DDR_MB=512" + +config BOARD_MAINTAINER + string + default "Fabio Estevam fabio.estevam@freescale.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/woodburn/Kconfig b/board/woodburn/Kconfig new file mode 100644 index 0000000..cf89455 --- /dev/null +++ b/board/woodburn/Kconfig @@ -0,0 +1,59 @@ +if TARGET_WOODBURN + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "woodburn" + +config SYS_SOC + string + default "mx35" + +config SYS_CONFIG_NAME + string + default "woodburn" + +config BOARD_MAINTAINER + string + default "Stefano Babic sbabic@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_WOODBURN_SD + +config SYS_CPU + string + default "arm1136" + +config SYS_BOARD + string + default "woodburn" + +config SYS_SOC + string + default "mx35" + +config SYS_CONFIG_NAME + string + default "woodburn_sd" + +config SYS_EXTRA_OPTIONS + string + default "IMX_CONFIG=board/woodburn/imximage.cfg" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xaeniax/Kconfig b/board/xaeniax/Kconfig new file mode 100644 index 0000000..49d5af9 --- /dev/null +++ b/board/xaeniax/Kconfig @@ -0,0 +1,23 @@ +if TARGET_XAENIAX + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "xaeniax" + +config SYS_CONFIG_NAME + string + default "xaeniax" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xes/xpedite1000/Kconfig b/board/xes/xpedite1000/Kconfig new file mode 100644 index 0000000..cd26701 --- /dev/null +++ b/board/xes/xpedite1000/Kconfig @@ -0,0 +1,27 @@ +if TARGET_XPEDITE1000 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "xpedite1000" + +config SYS_VENDOR + string + default "xes" + +config SYS_CONFIG_NAME + string + default "xpedite1000" + +config BOARD_MAINTAINER + string + default "Peter Tyser ptyser@xes-inc.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xes/xpedite517x/Kconfig b/board/xes/xpedite517x/Kconfig new file mode 100644 index 0000000..c90b93d --- /dev/null +++ b/board/xes/xpedite517x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_XPEDITE517X + +config SYS_CPU + string + default "mpc86xx" + +config SYS_BOARD + string + default "xpedite517x" + +config SYS_VENDOR + string + default "xes" + +config SYS_CONFIG_NAME + string + default "xpedite517x" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xes/xpedite520x/Kconfig b/board/xes/xpedite520x/Kconfig new file mode 100644 index 0000000..5e97b6c --- /dev/null +++ b/board/xes/xpedite520x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_XPEDITE520X + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "xpedite520x" + +config SYS_VENDOR + string + default "xes" + +config SYS_CONFIG_NAME + string + default "xpedite520x" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xes/xpedite537x/Kconfig b/board/xes/xpedite537x/Kconfig new file mode 100644 index 0000000..4f06319 --- /dev/null +++ b/board/xes/xpedite537x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_XPEDITE537X + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "xpedite537x" + +config SYS_VENDOR + string + default "xes" + +config SYS_CONFIG_NAME + string + default "xpedite537x" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xes/xpedite550x/Kconfig b/board/xes/xpedite550x/Kconfig new file mode 100644 index 0000000..aa90347 --- /dev/null +++ b/board/xes/xpedite550x/Kconfig @@ -0,0 +1,27 @@ +if TARGET_XPEDITE550X + +config SYS_CPU + string + default "mpc85xx" + +config SYS_BOARD + string + default "xpedite550x" + +config SYS_VENDOR + string + default "xes" + +config SYS_CONFIG_NAME + string + default "xpedite550x" + +config BOARD_MAINTAINER + string + default "-" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xilinx/microblaze-generic/Kconfig b/board/xilinx/microblaze-generic/Kconfig new file mode 100644 index 0000000..fe6254f --- /dev/null +++ b/board/xilinx/microblaze-generic/Kconfig @@ -0,0 +1,27 @@ +if TARGET_MICROBLAZE_GENERIC + +config SYS_CPU + string + default "microblaze" + +config SYS_BOARD + string + default "microblaze-generic" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "microblaze-generic" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xilinx/ml507/Kconfig b/board/xilinx/ml507/Kconfig new file mode 100644 index 0000000..3d4c187 --- /dev/null +++ b/board/xilinx/ml507/Kconfig @@ -0,0 +1,63 @@ +if TARGET_ML507 + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ml507" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "ml507" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000,BOOT_FROM_XMD=1,INIT_TLB=board/xilinx/ppc440-generic/init.o" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ML507_FLASH + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ml507" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "ml507" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC,INIT_TLB=board/xilinx/ppc440-generic/init.o" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xilinx/ppc405-generic/Kconfig b/board/xilinx/ppc405-generic/Kconfig new file mode 100644 index 0000000..c76fc30 --- /dev/null +++ b/board/xilinx/ppc405-generic/Kconfig @@ -0,0 +1,63 @@ +if TARGET_XILINX_PPC405_GENERIC + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ppc405-generic" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "xilinx-ppc405-generic" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_XILINX_PPC405_GENERIC_FLASH + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ppc405-generic" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "xilinx-ppc405-generic" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xilinx/ppc440-generic/Kconfig b/board/xilinx/ppc440-generic/Kconfig new file mode 100644 index 0000000..c90aa0f --- /dev/null +++ b/board/xilinx/ppc440-generic/Kconfig @@ -0,0 +1,63 @@ +if TARGET_XILINX_PPC440_GENERIC + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ppc440-generic" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "xilinx-ppc440-generic" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0x04000000,RESET_VECTOR_ADDRESS=0x04100000,BOOT_FROM_XMD=1" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_XILINX_PPC440_GENERIC_FLASH + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "ppc440-generic" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_CONFIG_NAME + string + default "xilinx-ppc440-generic" + +config SYS_EXTRA_OPTIONS + string + default "SYS_TEXT_BASE=0xF7F60000,RESET_VECTOR_ADDRESS=0xF7FFFFFC" + +config BOARD_MAINTAINER + string + default "Ricardo Ribalda ricardo.ribalda@uam.es" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/xilinx/zynq/Kconfig b/board/xilinx/zynq/Kconfig new file mode 100644 index 0000000..d693873 --- /dev/null +++ b/board/xilinx/zynq/Kconfig @@ -0,0 +1,203 @@ +if TARGET_ZYNQ_MICROZED + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zynq" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_SOC + string + default "zynq" + +config SYS_CONFIG_NAME + string + default "zynq_microzed" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu:Jagannadha Sutradharudu Teki jaganna@xilinx.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ZYNQ_ZC70X + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zynq" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_SOC + string + default "zynq" + +config SYS_CONFIG_NAME + string + default "zynq_zc70x" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu:Jagannadha Sutradharudu Teki jaganna@xilinx.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ZYNQ_ZC770_XM010 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zynq" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_SOC + string + default "zynq" + +config SYS_CONFIG_NAME + string + default "zynq_zc770" + +config SYS_EXTRA_OPTIONS + string + default "ZC770_XM010" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu:Jagannadha Sutradharudu Teki jaganna@xilinx.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ZYNQ_ZC770_XM012 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zynq" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_SOC + string + default "zynq" + +config SYS_CONFIG_NAME + string + default "zynq_zc770" + +config SYS_EXTRA_OPTIONS + string + default "ZC770_XM012" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu:Jagannadha Sutradharudu Teki jaganna@xilinx.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ZYNQ_ZC770_XM013 + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zynq" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_SOC + string + default "zynq" + +config SYS_CONFIG_NAME + string + default "zynq_zc770" + +config SYS_EXTRA_OPTIONS + string + default "ZC770_XM013" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu:Jagannadha Sutradharudu Teki jaganna@xilinx.com" + +config BOARD_STATUS + string + default "Active +4" + +endif + +if TARGET_ZYNQ_ZED + +config SYS_CPU + string + default "armv7" + +config SYS_BOARD + string + default "zynq" + +config SYS_VENDOR + string + default "xilinx" + +config SYS_SOC + string + default "zynq" + +config SYS_CONFIG_NAME + string + default "zynq_zed" + +config BOARD_MAINTAINER + string + default "Michal Simek monstr@monstr.eu:Jagannadha Sutradharudu Teki jaganna@xilinx.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/zeus/Kconfig b/board/zeus/Kconfig new file mode 100644 index 0000000..534c9b3 --- /dev/null +++ b/board/zeus/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ZEUS + +config SYS_CPU + string + default "ppc4xx" + +config SYS_BOARD + string + default "zeus" + +config SYS_CONFIG_NAME + string + default "zeus" + +config BOARD_MAINTAINER + string + default "Stefan Roese sr@denx.de" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/zipitz2/Kconfig b/board/zipitz2/Kconfig new file mode 100644 index 0000000..9bd88eb --- /dev/null +++ b/board/zipitz2/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ZIPITZ2 + +config SYS_CPU + string + default "pxa" + +config SYS_BOARD + string + default "zipitz2" + +config SYS_CONFIG_NAME + string + default "zipitz2" + +config BOARD_MAINTAINER + string + default "Marek Vasut marek.vasut@gmail.com" + +config BOARD_STATUS + string + default "Active +4" + +endif diff --git a/board/zpc1900/Kconfig b/board/zpc1900/Kconfig new file mode 100644 index 0000000..ff79795 --- /dev/null +++ b/board/zpc1900/Kconfig @@ -0,0 +1,23 @@ +if TARGET_ZPC1900 + +config SYS_CPU + string + default "mpc8260" + +config SYS_BOARD + string + default "zpc1900" + +config SYS_CONFIG_NAME + string + default "ZPC1900" + +config BOARD_MAINTAINER + string + default "Yuli Barcohen yuli@arabellasw.com" + +config BOARD_STATUS + string + default "Orphan (since 2014.03)" + +endif diff --git a/configs/A3000_defconfig b/configs/A3000_defconfig new file mode 100644 index 0000000..a395361 --- /dev/null +++ b/configs/A3000_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_A3000=y diff --git a/configs/APC405_defconfig b/configs/APC405_defconfig new file mode 100644 index 0000000..d0d2023 --- /dev/null +++ b/configs/APC405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_APC405=y diff --git a/configs/AR405_defconfig b/configs/AR405_defconfig new file mode 100644 index 0000000..1fb4f61 --- /dev/null +++ b/configs/AR405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_AR405=y diff --git a/configs/ASH405_defconfig b/configs/ASH405_defconfig new file mode 100644 index 0000000..2b9d3c3 --- /dev/null +++ b/configs/ASH405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ASH405=y diff --git a/configs/AdderII_defconfig b/configs/AdderII_defconfig new file mode 100644 index 0000000..81dc9c5 --- /dev/null +++ b/configs/AdderII_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ADDERII=y diff --git a/configs/Adder_defconfig b/configs/Adder_defconfig new file mode 100644 index 0000000..46139a3 --- /dev/null +++ b/configs/Adder_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ADDER=y diff --git a/configs/B4420QDS_NAND_defconfig b/configs/B4420QDS_NAND_defconfig new file mode 100644 index 0000000..7158a07 --- /dev/null +++ b/configs/B4420QDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4420QDS_NAND=y diff --git a/configs/B4420QDS_SPIFLASH_defconfig b/configs/B4420QDS_SPIFLASH_defconfig new file mode 100644 index 0000000..9dcaa90 --- /dev/null +++ b/configs/B4420QDS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4420QDS_SPIFLASH=y diff --git a/configs/B4420QDS_defconfig b/configs/B4420QDS_defconfig new file mode 100644 index 0000000..7efd90f --- /dev/null +++ b/configs/B4420QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4420QDS=y diff --git a/configs/B4860QDS_NAND_defconfig b/configs/B4860QDS_NAND_defconfig new file mode 100644 index 0000000..7236652 --- /dev/null +++ b/configs/B4860QDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4860QDS_NAND=y diff --git a/configs/B4860QDS_SPIFLASH_defconfig b/configs/B4860QDS_SPIFLASH_defconfig new file mode 100644 index 0000000..554784d --- /dev/null +++ b/configs/B4860QDS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4860QDS_SPIFLASH=y diff --git a/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig b/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..0e69cd1 --- /dev/null +++ b/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4860QDS_SRIO_PCIE_BOOT=y diff --git a/configs/B4860QDS_defconfig b/configs/B4860QDS_defconfig new file mode 100644 index 0000000..0a3ab85 --- /dev/null +++ b/configs/B4860QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_B4860QDS=y diff --git a/configs/BC3450_defconfig b/configs/BC3450_defconfig new file mode 100644 index 0000000..80f820b --- /dev/null +++ b/configs/BC3450_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BC3450=y diff --git a/configs/BSC9131RDB_NAND_SYSCLK100_defconfig b/configs/BSC9131RDB_NAND_SYSCLK100_defconfig new file mode 100644 index 0000000..e87f7f0 --- /dev/null +++ b/configs/BSC9131RDB_NAND_SYSCLK100_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_BSC9131RDB_NAND_SYSCLK100=y diff --git a/configs/BSC9131RDB_NAND_defconfig b/configs/BSC9131RDB_NAND_defconfig new file mode 100644 index 0000000..c562300 --- /dev/null +++ b/configs/BSC9131RDB_NAND_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_BSC9131RDB_NAND=y diff --git a/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig b/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig new file mode 100644 index 0000000..b782324 --- /dev/null +++ b/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9131RDB_SPIFLASH_SYSCLK100=y diff --git a/configs/BSC9131RDB_SPIFLASH_defconfig b/configs/BSC9131RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..9fa35b8 --- /dev/null +++ b/configs/BSC9131RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9131RDB_SPIFLASH=y diff --git a/configs/BSC9132QDS_NAND_DDRCLK100_defconfig b/configs/BSC9132QDS_NAND_DDRCLK100_defconfig new file mode 100644 index 0000000..129c392 --- /dev/null +++ b/configs/BSC9132QDS_NAND_DDRCLK100_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_NAND_DDRCLK100=y diff --git a/configs/BSC9132QDS_NAND_DDRCLK133_defconfig b/configs/BSC9132QDS_NAND_DDRCLK133_defconfig new file mode 100644 index 0000000..5e6512d --- /dev/null +++ b/configs/BSC9132QDS_NAND_DDRCLK133_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_NAND_DDRCLK133=y diff --git a/configs/BSC9132QDS_NOR_DDRCLK100_defconfig b/configs/BSC9132QDS_NOR_DDRCLK100_defconfig new file mode 100644 index 0000000..73f85a8 --- /dev/null +++ b/configs/BSC9132QDS_NOR_DDRCLK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_NOR_DDRCLK100=y diff --git a/configs/BSC9132QDS_NOR_DDRCLK133_defconfig b/configs/BSC9132QDS_NOR_DDRCLK133_defconfig new file mode 100644 index 0000000..4b603b8 --- /dev/null +++ b/configs/BSC9132QDS_NOR_DDRCLK133_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_NOR_DDRCLK133=y diff --git a/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig b/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig new file mode 100644 index 0000000..cab9c65 --- /dev/null +++ b/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_SDCARD_DDRCLK100=y diff --git a/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig b/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig new file mode 100644 index 0000000..51e3c97 --- /dev/null +++ b/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_SDCARD_DDRCLK133=y diff --git a/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig b/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig new file mode 100644 index 0000000..35d68d3 --- /dev/null +++ b/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_SPIFLASH_DDRCLK100=y diff --git a/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig b/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig new file mode 100644 index 0000000..f72aadd --- /dev/null +++ b/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_SPIFLASH_DDRCLK133=y diff --git a/configs/C29XPCIE_NAND_defconfig b/configs/C29XPCIE_NAND_defconfig new file mode 100644 index 0000000..75a8014 --- /dev/null +++ b/configs/C29XPCIE_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_C29XPCIE_NAND=y diff --git a/configs/C29XPCIE_SPIFLASH_defconfig b/configs/C29XPCIE_SPIFLASH_defconfig new file mode 100644 index 0000000..f6743fc --- /dev/null +++ b/configs/C29XPCIE_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_C29XPCIE_SPIFLASH=y diff --git a/configs/C29XPCIE_defconfig b/configs/C29XPCIE_defconfig new file mode 100644 index 0000000..efc8bcf --- /dev/null +++ b/configs/C29XPCIE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_C29XPCIE=y diff --git a/configs/CATcenter_25_defconfig b/configs/CATcenter_25_defconfig new file mode 100644 index 0000000..924a260 --- /dev/null +++ b/configs/CATcenter_25_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CATCENTER_25=y diff --git a/configs/CATcenter_33_defconfig b/configs/CATcenter_33_defconfig new file mode 100644 index 0000000..87efd5d --- /dev/null +++ b/configs/CATcenter_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CATCENTER_33=y diff --git a/configs/CATcenter_defconfig b/configs/CATcenter_defconfig new file mode 100644 index 0000000..2c5dfad --- /dev/null +++ b/configs/CATcenter_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CATCENTER=y diff --git a/configs/CMS700_defconfig b/configs/CMS700_defconfig new file mode 100644 index 0000000..a37490d --- /dev/null +++ b/configs/CMS700_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CMS700=y diff --git a/configs/CPC45_ROMBOOT_defconfig b/configs/CPC45_ROMBOOT_defconfig new file mode 100644 index 0000000..49dfb69 --- /dev/null +++ b/configs/CPC45_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPC45_ROMBOOT=y diff --git a/configs/CPC45_defconfig b/configs/CPC45_defconfig new file mode 100644 index 0000000..bd31fda --- /dev/null +++ b/configs/CPC45_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPC45=y diff --git a/configs/CPCI2DP_defconfig b/configs/CPCI2DP_defconfig new file mode 100644 index 0000000..e58e2b8 --- /dev/null +++ b/configs/CPCI2DP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI2DP=y diff --git a/configs/CPCI4052_defconfig b/configs/CPCI4052_defconfig new file mode 100644 index 0000000..e9c75b8 --- /dev/null +++ b/configs/CPCI4052_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI4052=y diff --git a/configs/CPCI405AB_defconfig b/configs/CPCI405AB_defconfig new file mode 100644 index 0000000..38b545d --- /dev/null +++ b/configs/CPCI405AB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI405AB=y diff --git a/configs/CPCI405DT_defconfig b/configs/CPCI405DT_defconfig new file mode 100644 index 0000000..cce05d0 --- /dev/null +++ b/configs/CPCI405DT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI405DT=y diff --git a/configs/CPCI405_defconfig b/configs/CPCI405_defconfig new file mode 100644 index 0000000..b87e7b9 --- /dev/null +++ b/configs/CPCI405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI405=y diff --git a/configs/CPCI750_defconfig b/configs/CPCI750_defconfig new file mode 100644 index 0000000..eeb6c98 --- /dev/null +++ b/configs/CPCI750_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI750=y diff --git a/configs/CPCIISER4_defconfig b/configs/CPCIISER4_defconfig new file mode 100644 index 0000000..64bf673 --- /dev/null +++ b/configs/CPCIISER4_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCIISER4=y diff --git a/configs/CPU86_ROMBOOT_defconfig b/configs/CPU86_ROMBOOT_defconfig new file mode 100644 index 0000000..a93a546 --- /dev/null +++ b/configs/CPU86_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPU86_ROMBOOT=y diff --git a/configs/CPU86_defconfig b/configs/CPU86_defconfig new file mode 100644 index 0000000..1959295 --- /dev/null +++ b/configs/CPU86_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPU86=y diff --git a/configs/CPU87_ROMBOOT_defconfig b/configs/CPU87_ROMBOOT_defconfig new file mode 100644 index 0000000..9f7c5dc --- /dev/null +++ b/configs/CPU87_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPU87_ROMBOOT=y diff --git a/configs/CPU87_defconfig b/configs/CPU87_defconfig new file mode 100644 index 0000000..e462ede --- /dev/null +++ b/configs/CPU87_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPU87=y diff --git a/configs/CRAYL1_defconfig b/configs/CRAYL1_defconfig new file mode 100644 index 0000000..d2750d4 --- /dev/null +++ b/configs/CRAYL1_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CRAYL1=y diff --git a/configs/CU824_defconfig b/configs/CU824_defconfig new file mode 100644 index 0000000..16451c1 --- /dev/null +++ b/configs/CU824_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CU824=y diff --git a/configs/DB64360_defconfig b/configs/DB64360_defconfig new file mode 100644 index 0000000..35c9758 --- /dev/null +++ b/configs/DB64360_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DB64360=y diff --git a/configs/DB64460_defconfig b/configs/DB64460_defconfig new file mode 100644 index 0000000..631c6de --- /dev/null +++ b/configs/DB64460_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DB64460=y diff --git a/configs/DP405_defconfig b/configs/DP405_defconfig new file mode 100644 index 0000000..da6c52e --- /dev/null +++ b/configs/DP405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DP405=y diff --git a/configs/DU405_defconfig b/configs/DU405_defconfig new file mode 100644 index 0000000..abf3874 --- /dev/null +++ b/configs/DU405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DU405=y diff --git a/configs/DU440_defconfig b/configs/DU440_defconfig new file mode 100644 index 0000000..cf453c6 --- /dev/null +++ b/configs/DU440_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DU440=y diff --git a/configs/ELPPC_defconfig b/configs/ELPPC_defconfig new file mode 100644 index 0000000..fa6fcd0 --- /dev/null +++ b/configs/ELPPC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ELPPC=y diff --git a/configs/ELPT860_defconfig b/configs/ELPT860_defconfig new file mode 100644 index 0000000..65e259d --- /dev/null +++ b/configs/ELPT860_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ELPT860=y diff --git a/configs/ESTEEM192E_defconfig b/configs/ESTEEM192E_defconfig new file mode 100644 index 0000000..184235e --- /dev/null +++ b/configs/ESTEEM192E_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ESTEEM192E=y diff --git a/configs/EVAL5200_defconfig b/configs/EVAL5200_defconfig new file mode 100644 index 0000000..cefc64b --- /dev/null +++ b/configs/EVAL5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_EVAL5200=y diff --git a/configs/FLAGADM_defconfig b/configs/FLAGADM_defconfig new file mode 100644 index 0000000..f1c280e --- /dev/null +++ b/configs/FLAGADM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_FLAGADM=y diff --git a/configs/FPS850L_defconfig b/configs/FPS850L_defconfig new file mode 100644 index 0000000..f81ebd4 --- /dev/null +++ b/configs/FPS850L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_FPS850L=y diff --git a/configs/FPS860L_defconfig b/configs/FPS860L_defconfig new file mode 100644 index 0000000..61670a1 --- /dev/null +++ b/configs/FPS860L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_FPS860L=y diff --git a/configs/G2000_defconfig b/configs/G2000_defconfig new file mode 100644 index 0000000..73f4b9c --- /dev/null +++ b/configs/G2000_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_G2000=y diff --git a/configs/GEN860T_SC_defconfig b/configs/GEN860T_SC_defconfig new file mode 100644 index 0000000..75271d2 --- /dev/null +++ b/configs/GEN860T_SC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GEN860T_SC=y diff --git a/configs/GEN860T_defconfig b/configs/GEN860T_defconfig new file mode 100644 index 0000000..89d4dac --- /dev/null +++ b/configs/GEN860T_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GEN860T=y diff --git a/configs/HH405_defconfig b/configs/HH405_defconfig new file mode 100644 index 0000000..9aff33b --- /dev/null +++ b/configs/HH405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HH405=y diff --git a/configs/HIDDEN_DRAGON_defconfig b/configs/HIDDEN_DRAGON_defconfig new file mode 100644 index 0000000..9f1fb27 --- /dev/null +++ b/configs/HIDDEN_DRAGON_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HIDDEN_DRAGON=y diff --git a/configs/HUB405_defconfig b/configs/HUB405_defconfig new file mode 100644 index 0000000..6027d4c --- /dev/null +++ b/configs/HUB405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HUB405=y diff --git a/configs/HWW1U1A_defconfig b/configs/HWW1U1A_defconfig new file mode 100644 index 0000000..8ce78c7 --- /dev/null +++ b/configs/HWW1U1A_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HWW1U1A=y diff --git a/configs/ICU862_100MHz_defconfig b/configs/ICU862_100MHz_defconfig new file mode 100644 index 0000000..d7d5798 --- /dev/null +++ b/configs/ICU862_100MHz_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICU862_100MHZ=y diff --git a/configs/ICU862_defconfig b/configs/ICU862_defconfig new file mode 100644 index 0000000..5f6f6f1 --- /dev/null +++ b/configs/ICU862_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICU862=y diff --git a/configs/IDS8247_defconfig b/configs/IDS8247_defconfig new file mode 100644 index 0000000..3e4387b --- /dev/null +++ b/configs/IDS8247_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IDS8247=y diff --git a/configs/IP860_defconfig b/configs/IP860_defconfig new file mode 100644 index 0000000..285e5e0 --- /dev/null +++ b/configs/IP860_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IP860=y diff --git a/configs/IPHASE4539_defconfig b/configs/IPHASE4539_defconfig new file mode 100644 index 0000000..48dbff1 --- /dev/null +++ b/configs/IPHASE4539_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IPHASE4539=y diff --git a/configs/ISPAN_REVB_defconfig b/configs/ISPAN_REVB_defconfig new file mode 100644 index 0000000..bd210b2 --- /dev/null +++ b/configs/ISPAN_REVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ISPAN_REVB=y diff --git a/configs/ISPAN_defconfig b/configs/ISPAN_defconfig new file mode 100644 index 0000000..afe8c7b --- /dev/null +++ b/configs/ISPAN_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ISPAN=y diff --git a/configs/IVML24_128_defconfig b/configs/IVML24_128_defconfig new file mode 100644 index 0000000..bd769bd --- /dev/null +++ b/configs/IVML24_128_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IVML24_128=y diff --git a/configs/IVML24_256_defconfig b/configs/IVML24_256_defconfig new file mode 100644 index 0000000..bc9122e --- /dev/null +++ b/configs/IVML24_256_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IVML24_256=y diff --git a/configs/IVML24_defconfig b/configs/IVML24_defconfig new file mode 100644 index 0000000..d873226 --- /dev/null +++ b/configs/IVML24_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IVML24=y diff --git a/configs/IVMS8_128_defconfig b/configs/IVMS8_128_defconfig new file mode 100644 index 0000000..5165d18 --- /dev/null +++ b/configs/IVMS8_128_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IVMS8_128=y diff --git a/configs/IVMS8_256_defconfig b/configs/IVMS8_256_defconfig new file mode 100644 index 0000000..3dc78fe --- /dev/null +++ b/configs/IVMS8_256_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IVMS8_256=y diff --git a/configs/IVMS8_defconfig b/configs/IVMS8_defconfig new file mode 100644 index 0000000..f6b9f61 --- /dev/null +++ b/configs/IVMS8_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IVMS8=y diff --git a/configs/JSE_defconfig b/configs/JSE_defconfig new file mode 100644 index 0000000..a03664f --- /dev/null +++ b/configs/JSE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_JSE=y diff --git a/configs/KAREF_defconfig b/configs/KAREF_defconfig new file mode 100644 index 0000000..9b12e13 --- /dev/null +++ b/configs/KAREF_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KAREF=y diff --git a/configs/KUP4K_defconfig b/configs/KUP4K_defconfig new file mode 100644 index 0000000..60fdbeb --- /dev/null +++ b/configs/KUP4K_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KUP4K=y diff --git a/configs/KUP4X_defconfig b/configs/KUP4X_defconfig new file mode 100644 index 0000000..10a92c3 --- /dev/null +++ b/configs/KUP4X_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KUP4X=y diff --git a/configs/Lite5200_LOWBOOT08_defconfig b/configs/Lite5200_LOWBOOT08_defconfig new file mode 100644 index 0000000..cd320f1 --- /dev/null +++ b/configs/Lite5200_LOWBOOT08_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LITE5200_LOWBOOT08=y diff --git a/configs/Lite5200_LOWBOOT_defconfig b/configs/Lite5200_LOWBOOT_defconfig new file mode 100644 index 0000000..1ebac73 --- /dev/null +++ b/configs/Lite5200_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LITE5200_LOWBOOT=y diff --git a/configs/Lite5200_defconfig b/configs/Lite5200_defconfig new file mode 100644 index 0000000..ff49d40 --- /dev/null +++ b/configs/Lite5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LITE5200=y diff --git a/configs/M5208EVBE_defconfig b/configs/M5208EVBE_defconfig new file mode 100644 index 0000000..c727683 --- /dev/null +++ b/configs/M5208EVBE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5208EVBE=y diff --git a/configs/M52277EVB_defconfig b/configs/M52277EVB_defconfig new file mode 100644 index 0000000..189f03a --- /dev/null +++ b/configs/M52277EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M52277EVB=y diff --git a/configs/M52277EVB_stmicro_defconfig b/configs/M52277EVB_stmicro_defconfig new file mode 100644 index 0000000..a4ea87e --- /dev/null +++ b/configs/M52277EVB_stmicro_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M52277EVB_STMICRO=y diff --git a/configs/M5235EVB_Flash32_defconfig b/configs/M5235EVB_Flash32_defconfig new file mode 100644 index 0000000..66a0c8f --- /dev/null +++ b/configs/M5235EVB_Flash32_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5235EVB_FLASH32=y diff --git a/configs/M5235EVB_defconfig b/configs/M5235EVB_defconfig new file mode 100644 index 0000000..dda2a7c --- /dev/null +++ b/configs/M5235EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5235EVB=y diff --git a/configs/M5249EVB_defconfig b/configs/M5249EVB_defconfig new file mode 100644 index 0000000..fb29274 --- /dev/null +++ b/configs/M5249EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5249EVB=y diff --git a/configs/M5253DEMO_defconfig b/configs/M5253DEMO_defconfig new file mode 100644 index 0000000..68cad2f --- /dev/null +++ b/configs/M5253DEMO_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5253DEMO=y diff --git a/configs/M5253EVBE_defconfig b/configs/M5253EVBE_defconfig new file mode 100644 index 0000000..5c562fe --- /dev/null +++ b/configs/M5253EVBE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5253EVBE=y diff --git a/configs/M5272C3_defconfig b/configs/M5272C3_defconfig new file mode 100644 index 0000000..fdb872a --- /dev/null +++ b/configs/M5272C3_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5272C3=y diff --git a/configs/M5275EVB_defconfig b/configs/M5275EVB_defconfig new file mode 100644 index 0000000..1e33649 --- /dev/null +++ b/configs/M5275EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5275EVB=y diff --git a/configs/M5282EVB_defconfig b/configs/M5282EVB_defconfig new file mode 100644 index 0000000..66d742f --- /dev/null +++ b/configs/M5282EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5282EVB=y diff --git a/configs/M53017EVB_defconfig b/configs/M53017EVB_defconfig new file mode 100644 index 0000000..d83e638 --- /dev/null +++ b/configs/M53017EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M53017EVB=y diff --git a/configs/M5329AFEE_defconfig b/configs/M5329AFEE_defconfig new file mode 100644 index 0000000..41d6159 --- /dev/null +++ b/configs/M5329AFEE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5329AFEE=y diff --git a/configs/M5329BFEE_defconfig b/configs/M5329BFEE_defconfig new file mode 100644 index 0000000..8c4ba06 --- /dev/null +++ b/configs/M5329BFEE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5329BFEE=y diff --git a/configs/M5373EVB_defconfig b/configs/M5373EVB_defconfig new file mode 100644 index 0000000..4a3ffff --- /dev/null +++ b/configs/M5373EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5373EVB=y diff --git a/configs/M54418TWR_defconfig b/configs/M54418TWR_defconfig new file mode 100644 index 0000000..f77cbad --- /dev/null +++ b/configs/M54418TWR_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54418TWR=y diff --git a/configs/M54418TWR_nand_mii_defconfig b/configs/M54418TWR_nand_mii_defconfig new file mode 100644 index 0000000..a576ef6 --- /dev/null +++ b/configs/M54418TWR_nand_mii_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54418TWR_NAND_MII=y diff --git a/configs/M54418TWR_nand_rmii_defconfig b/configs/M54418TWR_nand_rmii_defconfig new file mode 100644 index 0000000..c516cb5 --- /dev/null +++ b/configs/M54418TWR_nand_rmii_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54418TWR_NAND_RMII=y diff --git a/configs/M54418TWR_nand_rmii_lowfreq_defconfig b/configs/M54418TWR_nand_rmii_lowfreq_defconfig new file mode 100644 index 0000000..eb49757 --- /dev/null +++ b/configs/M54418TWR_nand_rmii_lowfreq_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54418TWR_NAND_RMII_LOWFREQ=y diff --git a/configs/M54418TWR_serial_mii_defconfig b/configs/M54418TWR_serial_mii_defconfig new file mode 100644 index 0000000..bf56a39 --- /dev/null +++ b/configs/M54418TWR_serial_mii_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54418TWR_SERIAL_MII=y diff --git a/configs/M54418TWR_serial_rmii_defconfig b/configs/M54418TWR_serial_rmii_defconfig new file mode 100644 index 0000000..7cb559b --- /dev/null +++ b/configs/M54418TWR_serial_rmii_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54418TWR_SERIAL_RMII=y diff --git a/configs/M54451EVB_defconfig b/configs/M54451EVB_defconfig new file mode 100644 index 0000000..86612ac --- /dev/null +++ b/configs/M54451EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54451EVB=y diff --git a/configs/M54451EVB_stmicro_defconfig b/configs/M54451EVB_stmicro_defconfig new file mode 100644 index 0000000..145f31e --- /dev/null +++ b/configs/M54451EVB_stmicro_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54451EVB_STMICRO=y diff --git a/configs/M54455EVB_a66_defconfig b/configs/M54455EVB_a66_defconfig new file mode 100644 index 0000000..4381238 --- /dev/null +++ b/configs/M54455EVB_a66_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54455EVB_A66=y diff --git a/configs/M54455EVB_defconfig b/configs/M54455EVB_defconfig new file mode 100644 index 0000000..99cfaa5 --- /dev/null +++ b/configs/M54455EVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54455EVB=y diff --git a/configs/M54455EVB_i66_defconfig b/configs/M54455EVB_i66_defconfig new file mode 100644 index 0000000..2be5206 --- /dev/null +++ b/configs/M54455EVB_i66_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54455EVB_I66=y diff --git a/configs/M54455EVB_intel_defconfig b/configs/M54455EVB_intel_defconfig new file mode 100644 index 0000000..38f1656 --- /dev/null +++ b/configs/M54455EVB_intel_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54455EVB_INTEL=y diff --git a/configs/M54455EVB_stm33_defconfig b/configs/M54455EVB_stm33_defconfig new file mode 100644 index 0000000..1623bc5 --- /dev/null +++ b/configs/M54455EVB_stm33_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M54455EVB_STM33=y diff --git a/configs/M5475AFE_defconfig b/configs/M5475AFE_defconfig new file mode 100644 index 0000000..5c869b3 --- /dev/null +++ b/configs/M5475AFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475AFE=y diff --git a/configs/M5475BFE_defconfig b/configs/M5475BFE_defconfig new file mode 100644 index 0000000..b3c5947 --- /dev/null +++ b/configs/M5475BFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475BFE=y diff --git a/configs/M5475CFE_defconfig b/configs/M5475CFE_defconfig new file mode 100644 index 0000000..daf04cb --- /dev/null +++ b/configs/M5475CFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475CFE=y diff --git a/configs/M5475DFE_defconfig b/configs/M5475DFE_defconfig new file mode 100644 index 0000000..38c4f0e --- /dev/null +++ b/configs/M5475DFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475DFE=y diff --git a/configs/M5475EFE_defconfig b/configs/M5475EFE_defconfig new file mode 100644 index 0000000..eca1004 --- /dev/null +++ b/configs/M5475EFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475EFE=y diff --git a/configs/M5475FFE_defconfig b/configs/M5475FFE_defconfig new file mode 100644 index 0000000..8716d7e --- /dev/null +++ b/configs/M5475FFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475FFE=y diff --git a/configs/M5475GFE_defconfig b/configs/M5475GFE_defconfig new file mode 100644 index 0000000..d868d89 --- /dev/null +++ b/configs/M5475GFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5475GFE=y diff --git a/configs/M5485AFE_defconfig b/configs/M5485AFE_defconfig new file mode 100644 index 0000000..69589e0 --- /dev/null +++ b/configs/M5485AFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485AFE=y diff --git a/configs/M5485BFE_defconfig b/configs/M5485BFE_defconfig new file mode 100644 index 0000000..6e450b7 --- /dev/null +++ b/configs/M5485BFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485BFE=y diff --git a/configs/M5485CFE_defconfig b/configs/M5485CFE_defconfig new file mode 100644 index 0000000..3a3183d --- /dev/null +++ b/configs/M5485CFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485CFE=y diff --git a/configs/M5485DFE_defconfig b/configs/M5485DFE_defconfig new file mode 100644 index 0000000..a37ecce --- /dev/null +++ b/configs/M5485DFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485DFE=y diff --git a/configs/M5485EFE_defconfig b/configs/M5485EFE_defconfig new file mode 100644 index 0000000..7760c3e --- /dev/null +++ b/configs/M5485EFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485EFE=y diff --git a/configs/M5485FFE_defconfig b/configs/M5485FFE_defconfig new file mode 100644 index 0000000..cffd546 --- /dev/null +++ b/configs/M5485FFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485FFE=y diff --git a/configs/M5485GFE_defconfig b/configs/M5485GFE_defconfig new file mode 100644 index 0000000..0a59cc3 --- /dev/null +++ b/configs/M5485GFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485GFE=y diff --git a/configs/M5485HFE_defconfig b/configs/M5485HFE_defconfig new file mode 100644 index 0000000..c752605 --- /dev/null +++ b/configs/M5485HFE_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_M5485HFE=y diff --git a/configs/MERGERBOX_defconfig b/configs/MERGERBOX_defconfig new file mode 100644 index 0000000..6c6ae61 --- /dev/null +++ b/configs/MERGERBOX_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MERGERBOX=y diff --git a/configs/METROBOX_defconfig b/configs/METROBOX_defconfig new file mode 100644 index 0000000..ee80df5 --- /dev/null +++ b/configs/METROBOX_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_METROBOX=y diff --git a/configs/MHPC_defconfig b/configs/MHPC_defconfig new file mode 100644 index 0000000..d1f08cd --- /dev/null +++ b/configs/MHPC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MHPC=y diff --git a/configs/MINI5200_defconfig b/configs/MINI5200_defconfig new file mode 100644 index 0000000..75cac7e --- /dev/null +++ b/configs/MINI5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MINI5200=y diff --git a/configs/MIP405T_defconfig b/configs/MIP405T_defconfig new file mode 100644 index 0000000..cfe8dc6 --- /dev/null +++ b/configs/MIP405T_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MIP405T=y diff --git a/configs/MIP405_defconfig b/configs/MIP405_defconfig new file mode 100644 index 0000000..41943cd --- /dev/null +++ b/configs/MIP405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MIP405=y diff --git a/configs/MPC8260ADS_33MHz_defconfig b/configs/MPC8260ADS_33MHz_defconfig new file mode 100644 index 0000000..e4c7ad5 --- /dev/null +++ b/configs/MPC8260ADS_33MHz_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8260ADS_33MHZ=y diff --git a/configs/MPC8260ADS_33MHz_lowboot_defconfig b/configs/MPC8260ADS_33MHz_lowboot_defconfig new file mode 100644 index 0000000..089e4e9 --- /dev/null +++ b/configs/MPC8260ADS_33MHz_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8260ADS_33MHZ_LOWBOOT=y diff --git a/configs/MPC8260ADS_40MHz_defconfig b/configs/MPC8260ADS_40MHz_defconfig new file mode 100644 index 0000000..c20c16e --- /dev/null +++ b/configs/MPC8260ADS_40MHz_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8260ADS_40MHZ=y diff --git a/configs/MPC8260ADS_40MHz_lowboot_defconfig b/configs/MPC8260ADS_40MHz_lowboot_defconfig new file mode 100644 index 0000000..366fd6b --- /dev/null +++ b/configs/MPC8260ADS_40MHz_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8260ADS_40MHZ_LOWBOOT=y diff --git a/configs/MPC8260ADS_defconfig b/configs/MPC8260ADS_defconfig new file mode 100644 index 0000000..721c532 --- /dev/null +++ b/configs/MPC8260ADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8260ADS=y diff --git a/configs/MPC8260ADS_lowboot_defconfig b/configs/MPC8260ADS_lowboot_defconfig new file mode 100644 index 0000000..f818407 --- /dev/null +++ b/configs/MPC8260ADS_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8260ADS_LOWBOOT=y diff --git a/configs/MPC8266ADS_defconfig b/configs/MPC8266ADS_defconfig new file mode 100644 index 0000000..db4b216 --- /dev/null +++ b/configs/MPC8266ADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8266ADS=y diff --git a/configs/MPC8272ADS_defconfig b/configs/MPC8272ADS_defconfig new file mode 100644 index 0000000..e638ce8 --- /dev/null +++ b/configs/MPC8272ADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8272ADS=y diff --git a/configs/MPC8272ADS_lowboot_defconfig b/configs/MPC8272ADS_lowboot_defconfig new file mode 100644 index 0000000..015478d --- /dev/null +++ b/configs/MPC8272ADS_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8272ADS_LOWBOOT=y diff --git a/configs/MPC8308RDB_defconfig b/configs/MPC8308RDB_defconfig new file mode 100644 index 0000000..256e1ac --- /dev/null +++ b/configs/MPC8308RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8308RDB=y diff --git a/configs/MPC8313ERDB_33_defconfig b/configs/MPC8313ERDB_33_defconfig new file mode 100644 index 0000000..df1ac39 --- /dev/null +++ b/configs/MPC8313ERDB_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8313ERDB_33=y diff --git a/configs/MPC8313ERDB_66_defconfig b/configs/MPC8313ERDB_66_defconfig new file mode 100644 index 0000000..9706205 --- /dev/null +++ b/configs/MPC8313ERDB_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8313ERDB_66=y diff --git a/configs/MPC8313ERDB_NAND_33_defconfig b/configs/MPC8313ERDB_NAND_33_defconfig new file mode 100644 index 0000000..eaf9cbc --- /dev/null +++ b/configs/MPC8313ERDB_NAND_33_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_MPC8313ERDB_NAND_33=y diff --git a/configs/MPC8313ERDB_NAND_66_defconfig b/configs/MPC8313ERDB_NAND_66_defconfig new file mode 100644 index 0000000..42d07f1 --- /dev/null +++ b/configs/MPC8313ERDB_NAND_66_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_MPC8313ERDB_NAND_66=y diff --git a/configs/MPC8315ERDB_NAND_defconfig b/configs/MPC8315ERDB_NAND_defconfig new file mode 100644 index 0000000..e449bff --- /dev/null +++ b/configs/MPC8315ERDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8315ERDB_NAND=y diff --git a/configs/MPC8315ERDB_defconfig b/configs/MPC8315ERDB_defconfig new file mode 100644 index 0000000..48802e6 --- /dev/null +++ b/configs/MPC8315ERDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8315ERDB=y diff --git a/configs/MPC8323ERDB_defconfig b/configs/MPC8323ERDB_defconfig new file mode 100644 index 0000000..0e9bc79 --- /dev/null +++ b/configs/MPC8323ERDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8323ERDB=y diff --git a/configs/MPC832XEMDS_ATM_defconfig b/configs/MPC832XEMDS_ATM_defconfig new file mode 100644 index 0000000..9842821 --- /dev/null +++ b/configs/MPC832XEMDS_ATM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC832XEMDS_ATM=y diff --git a/configs/MPC832XEMDS_HOST_33_defconfig b/configs/MPC832XEMDS_HOST_33_defconfig new file mode 100644 index 0000000..33480d7 --- /dev/null +++ b/configs/MPC832XEMDS_HOST_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC832XEMDS_HOST_33=y diff --git a/configs/MPC832XEMDS_HOST_66_defconfig b/configs/MPC832XEMDS_HOST_66_defconfig new file mode 100644 index 0000000..6ec07cc --- /dev/null +++ b/configs/MPC832XEMDS_HOST_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC832XEMDS_HOST_66=y diff --git a/configs/MPC832XEMDS_SLAVE_defconfig b/configs/MPC832XEMDS_SLAVE_defconfig new file mode 100644 index 0000000..41b390a --- /dev/null +++ b/configs/MPC832XEMDS_SLAVE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC832XEMDS_SLAVE=y diff --git a/configs/MPC832XEMDS_defconfig b/configs/MPC832XEMDS_defconfig new file mode 100644 index 0000000..de4eab6 --- /dev/null +++ b/configs/MPC832XEMDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC832XEMDS=y diff --git a/configs/MPC8349EMDS_defconfig b/configs/MPC8349EMDS_defconfig new file mode 100644 index 0000000..bf5933a --- /dev/null +++ b/configs/MPC8349EMDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8349EMDS=y diff --git a/configs/MPC8349ITXGP_defconfig b/configs/MPC8349ITXGP_defconfig new file mode 100644 index 0000000..681d9d1 --- /dev/null +++ b/configs/MPC8349ITXGP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8349ITXGP=y diff --git a/configs/MPC8349ITX_LOWBOOT_defconfig b/configs/MPC8349ITX_LOWBOOT_defconfig new file mode 100644 index 0000000..c41a2e1 --- /dev/null +++ b/configs/MPC8349ITX_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8349ITX_LOWBOOT=y diff --git a/configs/MPC8349ITX_defconfig b/configs/MPC8349ITX_defconfig new file mode 100644 index 0000000..ae655d8 --- /dev/null +++ b/configs/MPC8349ITX_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8349ITX=y diff --git a/configs/MPC8360EMDS_33_ATM_defconfig b/configs/MPC8360EMDS_33_ATM_defconfig new file mode 100644 index 0000000..caef651 --- /dev/null +++ b/configs/MPC8360EMDS_33_ATM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_33_ATM=y diff --git a/configs/MPC8360EMDS_33_HOST_33_defconfig b/configs/MPC8360EMDS_33_HOST_33_defconfig new file mode 100644 index 0000000..b81a475 --- /dev/null +++ b/configs/MPC8360EMDS_33_HOST_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_33_HOST_33=y diff --git a/configs/MPC8360EMDS_33_HOST_66_defconfig b/configs/MPC8360EMDS_33_HOST_66_defconfig new file mode 100644 index 0000000..621a3d4 --- /dev/null +++ b/configs/MPC8360EMDS_33_HOST_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_33_HOST_66=y diff --git a/configs/MPC8360EMDS_33_SLAVE_defconfig b/configs/MPC8360EMDS_33_SLAVE_defconfig new file mode 100644 index 0000000..3eb199a --- /dev/null +++ b/configs/MPC8360EMDS_33_SLAVE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_33_SLAVE=y diff --git a/configs/MPC8360EMDS_33_defconfig b/configs/MPC8360EMDS_33_defconfig new file mode 100644 index 0000000..fd7b473 --- /dev/null +++ b/configs/MPC8360EMDS_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_33=y diff --git a/configs/MPC8360EMDS_66_ATM_defconfig b/configs/MPC8360EMDS_66_ATM_defconfig new file mode 100644 index 0000000..4d621d0 --- /dev/null +++ b/configs/MPC8360EMDS_66_ATM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_66_ATM=y diff --git a/configs/MPC8360EMDS_66_HOST_33_defconfig b/configs/MPC8360EMDS_66_HOST_33_defconfig new file mode 100644 index 0000000..a7acaba --- /dev/null +++ b/configs/MPC8360EMDS_66_HOST_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_66_HOST_33=y diff --git a/configs/MPC8360EMDS_66_HOST_66_defconfig b/configs/MPC8360EMDS_66_HOST_66_defconfig new file mode 100644 index 0000000..d0207ca --- /dev/null +++ b/configs/MPC8360EMDS_66_HOST_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_66_HOST_66=y diff --git a/configs/MPC8360EMDS_66_SLAVE_defconfig b/configs/MPC8360EMDS_66_SLAVE_defconfig new file mode 100644 index 0000000..0b4e142 --- /dev/null +++ b/configs/MPC8360EMDS_66_SLAVE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_66_SLAVE=y diff --git a/configs/MPC8360EMDS_66_defconfig b/configs/MPC8360EMDS_66_defconfig new file mode 100644 index 0000000..8e991ad --- /dev/null +++ b/configs/MPC8360EMDS_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360EMDS_66=y diff --git a/configs/MPC8360ERDK_33_defconfig b/configs/MPC8360ERDK_33_defconfig new file mode 100644 index 0000000..fe51aa4 --- /dev/null +++ b/configs/MPC8360ERDK_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360ERDK_33=y diff --git a/configs/MPC8360ERDK_defconfig b/configs/MPC8360ERDK_defconfig new file mode 100644 index 0000000..ad787bc --- /dev/null +++ b/configs/MPC8360ERDK_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8360ERDK=y diff --git a/configs/MPC837XEMDS_HOST_defconfig b/configs/MPC837XEMDS_HOST_defconfig new file mode 100644 index 0000000..d2294c8 --- /dev/null +++ b/configs/MPC837XEMDS_HOST_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC837XEMDS_HOST=y diff --git a/configs/MPC837XEMDS_defconfig b/configs/MPC837XEMDS_defconfig new file mode 100644 index 0000000..370e2e5 --- /dev/null +++ b/configs/MPC837XEMDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC837XEMDS=y diff --git a/configs/MPC837XERDB_defconfig b/configs/MPC837XERDB_defconfig new file mode 100644 index 0000000..3ce23aa --- /dev/null +++ b/configs/MPC837XERDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC837XERDB=y diff --git a/configs/MPC8536DS_36BIT_defconfig b/configs/MPC8536DS_36BIT_defconfig new file mode 100644 index 0000000..88ebc7c --- /dev/null +++ b/configs/MPC8536DS_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8536DS_36BIT=y diff --git a/configs/MPC8536DS_NAND_defconfig b/configs/MPC8536DS_NAND_defconfig new file mode 100644 index 0000000..ce24bd3 --- /dev/null +++ b/configs/MPC8536DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8536DS_NAND=y diff --git a/configs/MPC8536DS_SDCARD_defconfig b/configs/MPC8536DS_SDCARD_defconfig new file mode 100644 index 0000000..e9e20a9 --- /dev/null +++ b/configs/MPC8536DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8536DS_SDCARD=y diff --git a/configs/MPC8536DS_SPIFLASH_defconfig b/configs/MPC8536DS_SPIFLASH_defconfig new file mode 100644 index 0000000..48fe62a --- /dev/null +++ b/configs/MPC8536DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8536DS_SPIFLASH=y diff --git a/configs/MPC8536DS_defconfig b/configs/MPC8536DS_defconfig new file mode 100644 index 0000000..299d93b --- /dev/null +++ b/configs/MPC8536DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8536DS=y diff --git a/configs/MPC8540ADS_defconfig b/configs/MPC8540ADS_defconfig new file mode 100644 index 0000000..73a2a77 --- /dev/null +++ b/configs/MPC8540ADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8540ADS=y diff --git a/configs/MPC8541CDS_defconfig b/configs/MPC8541CDS_defconfig new file mode 100644 index 0000000..0f80cda --- /dev/null +++ b/configs/MPC8541CDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8541CDS=y diff --git a/configs/MPC8541CDS_legacy_defconfig b/configs/MPC8541CDS_legacy_defconfig new file mode 100644 index 0000000..a656f99 --- /dev/null +++ b/configs/MPC8541CDS_legacy_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8541CDS_LEGACY=y diff --git a/configs/MPC8544DS_defconfig b/configs/MPC8544DS_defconfig new file mode 100644 index 0000000..1af820d --- /dev/null +++ b/configs/MPC8544DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8544DS=y diff --git a/configs/MPC8548CDS_36BIT_defconfig b/configs/MPC8548CDS_36BIT_defconfig new file mode 100644 index 0000000..551d56b --- /dev/null +++ b/configs/MPC8548CDS_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8548CDS_36BIT=y diff --git a/configs/MPC8548CDS_defconfig b/configs/MPC8548CDS_defconfig new file mode 100644 index 0000000..080001f --- /dev/null +++ b/configs/MPC8548CDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8548CDS=y diff --git a/configs/MPC8548CDS_legacy_defconfig b/configs/MPC8548CDS_legacy_defconfig new file mode 100644 index 0000000..dfb7feb --- /dev/null +++ b/configs/MPC8548CDS_legacy_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8548CDS_LEGACY=y diff --git a/configs/MPC8555CDS_defconfig b/configs/MPC8555CDS_defconfig new file mode 100644 index 0000000..275ed46 --- /dev/null +++ b/configs/MPC8555CDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8555CDS=y diff --git a/configs/MPC8555CDS_legacy_defconfig b/configs/MPC8555CDS_legacy_defconfig new file mode 100644 index 0000000..4b7fb71 --- /dev/null +++ b/configs/MPC8555CDS_legacy_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8555CDS_LEGACY=y diff --git a/configs/MPC8560ADS_defconfig b/configs/MPC8560ADS_defconfig new file mode 100644 index 0000000..1a87db9 --- /dev/null +++ b/configs/MPC8560ADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8560ADS=y diff --git a/configs/MPC8568MDS_defconfig b/configs/MPC8568MDS_defconfig new file mode 100644 index 0000000..f65b43c --- /dev/null +++ b/configs/MPC8568MDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8568MDS=y diff --git a/configs/MPC8569MDS_ATM_defconfig b/configs/MPC8569MDS_ATM_defconfig new file mode 100644 index 0000000..010dafd --- /dev/null +++ b/configs/MPC8569MDS_ATM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8569MDS_ATM=y diff --git a/configs/MPC8569MDS_NAND_defconfig b/configs/MPC8569MDS_NAND_defconfig new file mode 100644 index 0000000..0172ff9 --- /dev/null +++ b/configs/MPC8569MDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8569MDS_NAND=y diff --git a/configs/MPC8569MDS_defconfig b/configs/MPC8569MDS_defconfig new file mode 100644 index 0000000..18458c3 --- /dev/null +++ b/configs/MPC8569MDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8569MDS=y diff --git a/configs/MPC8572DS_36BIT_defconfig b/configs/MPC8572DS_36BIT_defconfig new file mode 100644 index 0000000..0a3f3a7 --- /dev/null +++ b/configs/MPC8572DS_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8572DS_36BIT=y diff --git a/configs/MPC8572DS_NAND_defconfig b/configs/MPC8572DS_NAND_defconfig new file mode 100644 index 0000000..10535e3 --- /dev/null +++ b/configs/MPC8572DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8572DS_NAND=y diff --git a/configs/MPC8572DS_defconfig b/configs/MPC8572DS_defconfig new file mode 100644 index 0000000..bd1c704 --- /dev/null +++ b/configs/MPC8572DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8572DS=y diff --git a/configs/MPC8610HPCD_defconfig b/configs/MPC8610HPCD_defconfig new file mode 100644 index 0000000..2ded6c0 --- /dev/null +++ b/configs/MPC8610HPCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8610HPCD=y diff --git a/configs/MPC8641HPCN_36BIT_defconfig b/configs/MPC8641HPCN_36BIT_defconfig new file mode 100644 index 0000000..4b746f8 --- /dev/null +++ b/configs/MPC8641HPCN_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8641HPCN_36BIT=y diff --git a/configs/MPC8641HPCN_defconfig b/configs/MPC8641HPCN_defconfig new file mode 100644 index 0000000..6dfaaca --- /dev/null +++ b/configs/MPC8641HPCN_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8641HPCN=y diff --git a/configs/MPC86xADS_defconfig b/configs/MPC86xADS_defconfig new file mode 100644 index 0000000..bc25e74 --- /dev/null +++ b/configs/MPC86xADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC86XADS=y diff --git a/configs/MPC885ADS_defconfig b/configs/MPC885ADS_defconfig new file mode 100644 index 0000000..f279b55 --- /dev/null +++ b/configs/MPC885ADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC885ADS=y diff --git a/configs/MUSENKI_defconfig b/configs/MUSENKI_defconfig new file mode 100644 index 0000000..5040a63 --- /dev/null +++ b/configs/MUSENKI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MUSENKI=y diff --git a/configs/MVBC_P_defconfig b/configs/MVBC_P_defconfig new file mode 100644 index 0000000..8e9acbb --- /dev/null +++ b/configs/MVBC_P_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MVBC_P=y diff --git a/configs/MVBLM7_defconfig b/configs/MVBLM7_defconfig new file mode 100644 index 0000000..f48f504 --- /dev/null +++ b/configs/MVBLM7_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MVBLM7=y diff --git a/configs/MVBLUE_defconfig b/configs/MVBLUE_defconfig new file mode 100644 index 0000000..664b5b7 --- /dev/null +++ b/configs/MVBLUE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MVBLUE=y diff --git a/configs/MVSMR_defconfig b/configs/MVSMR_defconfig new file mode 100644 index 0000000..dd02c36 --- /dev/null +++ b/configs/MVSMR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MVSMR=y diff --git a/configs/MigoR_defconfig b/configs/MigoR_defconfig new file mode 100644 index 0000000..dd79ff5 --- /dev/null +++ b/configs/MigoR_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_MIGOR=y diff --git a/configs/MiniFAP_defconfig b/configs/MiniFAP_defconfig new file mode 100644 index 0000000..16d83a6 --- /dev/null +++ b/configs/MiniFAP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MINIFAP=y diff --git a/configs/NETPHONE_V2_defconfig b/configs/NETPHONE_V2_defconfig new file mode 100644 index 0000000..e8071c8 --- /dev/null +++ b/configs/NETPHONE_V2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETPHONE_V2=y diff --git a/configs/NETPHONE_defconfig b/configs/NETPHONE_defconfig new file mode 100644 index 0000000..9814dc6 --- /dev/null +++ b/configs/NETPHONE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETPHONE=y diff --git a/configs/NETTA2_V2_defconfig b/configs/NETTA2_V2_defconfig new file mode 100644 index 0000000..1600885 --- /dev/null +++ b/configs/NETTA2_V2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA2_V2=y diff --git a/configs/NETTA2_defconfig b/configs/NETTA2_defconfig new file mode 100644 index 0000000..a69c194 --- /dev/null +++ b/configs/NETTA2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA2=y diff --git a/configs/NETTA_6412_SWAPHOOK_defconfig b/configs/NETTA_6412_SWAPHOOK_defconfig new file mode 100644 index 0000000..d1e2f06 --- /dev/null +++ b/configs/NETTA_6412_SWAPHOOK_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_6412_SWAPHOOK=y diff --git a/configs/NETTA_6412_defconfig b/configs/NETTA_6412_defconfig new file mode 100644 index 0000000..4914233 --- /dev/null +++ b/configs/NETTA_6412_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_6412=y diff --git a/configs/NETTA_ISDN_6412_SWAPHOOK_defconfig b/configs/NETTA_ISDN_6412_SWAPHOOK_defconfig new file mode 100644 index 0000000..9849994 --- /dev/null +++ b/configs/NETTA_ISDN_6412_SWAPHOOK_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_ISDN_6412_SWAPHOOK=y diff --git a/configs/NETTA_ISDN_6412_defconfig b/configs/NETTA_ISDN_6412_defconfig new file mode 100644 index 0000000..6f41cfa --- /dev/null +++ b/configs/NETTA_ISDN_6412_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_ISDN_6412=y diff --git a/configs/NETTA_ISDN_SWAPHOOK_defconfig b/configs/NETTA_ISDN_SWAPHOOK_defconfig new file mode 100644 index 0000000..5dab588 --- /dev/null +++ b/configs/NETTA_ISDN_SWAPHOOK_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_ISDN_SWAPHOOK=y diff --git a/configs/NETTA_ISDN_defconfig b/configs/NETTA_ISDN_defconfig new file mode 100644 index 0000000..6ce9bb0 --- /dev/null +++ b/configs/NETTA_ISDN_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_ISDN=y diff --git a/configs/NETTA_SWAPHOOK_defconfig b/configs/NETTA_SWAPHOOK_defconfig new file mode 100644 index 0000000..d4fbfcf --- /dev/null +++ b/configs/NETTA_SWAPHOOK_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA_SWAPHOOK=y diff --git a/configs/NETTA_defconfig b/configs/NETTA_defconfig new file mode 100644 index 0000000..c6580bf --- /dev/null +++ b/configs/NETTA_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETTA=y diff --git a/configs/NETVIA_V2_defconfig b/configs/NETVIA_V2_defconfig new file mode 100644 index 0000000..28bad4b --- /dev/null +++ b/configs/NETVIA_V2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETVIA_V2=y diff --git a/configs/NETVIA_defconfig b/configs/NETVIA_defconfig new file mode 100644 index 0000000..9bc2ee1 --- /dev/null +++ b/configs/NETVIA_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NETVIA=y diff --git a/configs/NSCU_defconfig b/configs/NSCU_defconfig new file mode 100644 index 0000000..07f614d --- /dev/null +++ b/configs/NSCU_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NSCU=y diff --git a/configs/O2D300_defconfig b/configs/O2D300_defconfig new file mode 100644 index 0000000..3928381 --- /dev/null +++ b/configs/O2D300_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2D300=y diff --git a/configs/O2DNT2_RAMBOOT_defconfig b/configs/O2DNT2_RAMBOOT_defconfig new file mode 100644 index 0000000..13d8c2e --- /dev/null +++ b/configs/O2DNT2_RAMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2DNT2_RAMBOOT=y diff --git a/configs/O2DNT2_defconfig b/configs/O2DNT2_defconfig new file mode 100644 index 0000000..5ff640e --- /dev/null +++ b/configs/O2DNT2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2DNT2=y diff --git a/configs/O2D_defconfig b/configs/O2D_defconfig new file mode 100644 index 0000000..b946ebb --- /dev/null +++ b/configs/O2D_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2D=y diff --git a/configs/O2I_defconfig b/configs/O2I_defconfig new file mode 100644 index 0000000..ab49ac9 --- /dev/null +++ b/configs/O2I_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2I=y diff --git a/configs/O2MNT_O2M110_defconfig b/configs/O2MNT_O2M110_defconfig new file mode 100644 index 0000000..1577bc7 --- /dev/null +++ b/configs/O2MNT_O2M110_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2MNT_O2M110=y diff --git a/configs/O2MNT_O2M112_defconfig b/configs/O2MNT_O2M112_defconfig new file mode 100644 index 0000000..9c6f1ab --- /dev/null +++ b/configs/O2MNT_O2M112_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2MNT_O2M112=y diff --git a/configs/O2MNT_O2M113_defconfig b/configs/O2MNT_O2M113_defconfig new file mode 100644 index 0000000..30182d4 --- /dev/null +++ b/configs/O2MNT_O2M113_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2MNT_O2M113=y diff --git a/configs/O2MNT_defconfig b/configs/O2MNT_defconfig new file mode 100644 index 0000000..80f2c91 --- /dev/null +++ b/configs/O2MNT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O2MNT=y diff --git a/configs/O3DNT_defconfig b/configs/O3DNT_defconfig new file mode 100644 index 0000000..4bd4f50 --- /dev/null +++ b/configs/O3DNT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_O3DNT=y diff --git a/configs/OCRTC_defconfig b/configs/OCRTC_defconfig new file mode 100644 index 0000000..10f401b --- /dev/null +++ b/configs/OCRTC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_OCRTC=y diff --git a/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig b/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig new file mode 100644 index 0000000..6b9c95d --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_NAND_SECBOOT=y diff --git a/configs/P1010RDB-PA_36BIT_NAND_defconfig b/configs/P1010RDB-PA_36BIT_NAND_defconfig new file mode 100644 index 0000000..3b8f4f8 --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_NAND=y diff --git a/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig b/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig new file mode 100644 index 0000000..fdfbd4b --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_NOR_SECBOOT=y diff --git a/configs/P1010RDB-PA_36BIT_NOR_defconfig b/configs/P1010RDB-PA_36BIT_NOR_defconfig new file mode 100644 index 0000000..89897b1 --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_NOR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_NOR=y diff --git a/configs/P1010RDB-PA_36BIT_SDCARD_defconfig b/configs/P1010RDB-PA_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..e59db4c --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_SDCARD=y diff --git a/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig b/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig new file mode 100644 index 0000000..b79f183 --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_SPIFLASH_SECBOOT=y diff --git a/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig b/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..fdc1232 --- /dev/null +++ b/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_SPIFLASH=y diff --git a/configs/P1010RDB-PA_NAND_SECBOOT_defconfig b/configs/P1010RDB-PA_NAND_SECBOOT_defconfig new file mode 100644 index 0000000..00fad20 --- /dev/null +++ b/configs/P1010RDB-PA_NAND_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_NAND_SECBOOT=y diff --git a/configs/P1010RDB-PA_NAND_defconfig b/configs/P1010RDB-PA_NAND_defconfig new file mode 100644 index 0000000..3a2e89e --- /dev/null +++ b/configs/P1010RDB-PA_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_NAND=y diff --git a/configs/P1010RDB-PA_NOR_SECBOOT_defconfig b/configs/P1010RDB-PA_NOR_SECBOOT_defconfig new file mode 100644 index 0000000..ff2af00 --- /dev/null +++ b/configs/P1010RDB-PA_NOR_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_NOR_SECBOOT=y diff --git a/configs/P1010RDB-PA_NOR_defconfig b/configs/P1010RDB-PA_NOR_defconfig new file mode 100644 index 0000000..e2b6f91 --- /dev/null +++ b/configs/P1010RDB-PA_NOR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_NOR=y diff --git a/configs/P1010RDB-PA_SDCARD_defconfig b/configs/P1010RDB-PA_SDCARD_defconfig new file mode 100644 index 0000000..d74c4a1 --- /dev/null +++ b/configs/P1010RDB-PA_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_SDCARD=y diff --git a/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig b/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig new file mode 100644 index 0000000..87d16ff --- /dev/null +++ b/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_SPIFLASH_SECBOOT=y diff --git a/configs/P1010RDB-PA_SPIFLASH_defconfig b/configs/P1010RDB-PA_SPIFLASH_defconfig new file mode 100644 index 0000000..d8dd4f3 --- /dev/null +++ b/configs/P1010RDB-PA_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_SPIFLASH=y diff --git a/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig b/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig new file mode 100644 index 0000000..1aae79c --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_NAND_SECBOOT=y diff --git a/configs/P1010RDB-PB_36BIT_NAND_defconfig b/configs/P1010RDB-PB_36BIT_NAND_defconfig new file mode 100644 index 0000000..09bc72f --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_NAND=y diff --git a/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig b/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig new file mode 100644 index 0000000..0056915 --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_NOR_SECBOOT=y diff --git a/configs/P1010RDB-PB_36BIT_NOR_defconfig b/configs/P1010RDB-PB_36BIT_NOR_defconfig new file mode 100644 index 0000000..67fbb32 --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_NOR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_NOR=y diff --git a/configs/P1010RDB-PB_36BIT_SDCARD_defconfig b/configs/P1010RDB-PB_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..c84536e --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_SDCARD=y diff --git a/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig b/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig new file mode 100644 index 0000000..899d9f7 --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_SPIFLASH_SECBOOT=y diff --git a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..c103906 --- /dev/null +++ b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_SPIFLASH=y diff --git a/configs/P1010RDB-PB_NAND_SECBOOT_defconfig b/configs/P1010RDB-PB_NAND_SECBOOT_defconfig new file mode 100644 index 0000000..b3af522 --- /dev/null +++ b/configs/P1010RDB-PB_NAND_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_NAND_SECBOOT=y diff --git a/configs/P1010RDB-PB_NAND_defconfig b/configs/P1010RDB-PB_NAND_defconfig new file mode 100644 index 0000000..3ed402b --- /dev/null +++ b/configs/P1010RDB-PB_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_NAND=y diff --git a/configs/P1010RDB-PB_NOR_SECBOOT_defconfig b/configs/P1010RDB-PB_NOR_SECBOOT_defconfig new file mode 100644 index 0000000..2ea2a76 --- /dev/null +++ b/configs/P1010RDB-PB_NOR_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_NOR_SECBOOT=y diff --git a/configs/P1010RDB-PB_NOR_defconfig b/configs/P1010RDB-PB_NOR_defconfig new file mode 100644 index 0000000..726def9 --- /dev/null +++ b/configs/P1010RDB-PB_NOR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_NOR=y diff --git a/configs/P1010RDB-PB_SDCARD_defconfig b/configs/P1010RDB-PB_SDCARD_defconfig new file mode 100644 index 0000000..fef6407 --- /dev/null +++ b/configs/P1010RDB-PB_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_SDCARD=y diff --git a/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig b/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig new file mode 100644 index 0000000..1cd417a --- /dev/null +++ b/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_SPIFLASH_SECBOOT=y diff --git a/configs/P1010RDB-PB_SPIFLASH_defconfig b/configs/P1010RDB-PB_SPIFLASH_defconfig new file mode 100644 index 0000000..17f5839 --- /dev/null +++ b/configs/P1010RDB-PB_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_SPIFLASH=y diff --git a/configs/P1011RDB_36BIT_SDCARD_defconfig b/configs/P1011RDB_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..be2915a --- /dev/null +++ b/configs/P1011RDB_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB_36BIT_SDCARD=y diff --git a/configs/P1011RDB_36BIT_SPIFLASH_defconfig b/configs/P1011RDB_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..5e9b735 --- /dev/null +++ b/configs/P1011RDB_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB_36BIT_SPIFLASH=y diff --git a/configs/P1011RDB_36BIT_defconfig b/configs/P1011RDB_36BIT_defconfig new file mode 100644 index 0000000..d42d2bb --- /dev/null +++ b/configs/P1011RDB_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB_36BIT=y diff --git a/configs/P1011RDB_NAND_defconfig b/configs/P1011RDB_NAND_defconfig new file mode 100644 index 0000000..cc9ae29 --- /dev/null +++ b/configs/P1011RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB_NAND=y diff --git a/configs/P1011RDB_SDCARD_defconfig b/configs/P1011RDB_SDCARD_defconfig new file mode 100644 index 0000000..cfda9cb --- /dev/null +++ b/configs/P1011RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB_SDCARD=y diff --git a/configs/P1011RDB_SPIFLASH_defconfig b/configs/P1011RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..22cd88f --- /dev/null +++ b/configs/P1011RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB_SPIFLASH=y diff --git a/configs/P1011RDB_defconfig b/configs/P1011RDB_defconfig new file mode 100644 index 0000000..fbbd6c1 --- /dev/null +++ b/configs/P1011RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1011RDB=y diff --git a/configs/P1020MBG-PC_36BIT_SDCARD_defconfig b/configs/P1020MBG-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..6d7ab12 --- /dev/null +++ b/configs/P1020MBG-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020MBG_PC_36BIT_SDCARD=y diff --git a/configs/P1020MBG-PC_36BIT_defconfig b/configs/P1020MBG-PC_36BIT_defconfig new file mode 100644 index 0000000..7e6de6e --- /dev/null +++ b/configs/P1020MBG-PC_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020MBG_PC_36BIT=y diff --git a/configs/P1020MBG-PC_SDCARD_defconfig b/configs/P1020MBG-PC_SDCARD_defconfig new file mode 100644 index 0000000..3c604cf --- /dev/null +++ b/configs/P1020MBG-PC_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020MBG_PC_SDCARD=y diff --git a/configs/P1020MBG-PC_defconfig b/configs/P1020MBG-PC_defconfig new file mode 100644 index 0000000..8c94398 --- /dev/null +++ b/configs/P1020MBG-PC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020MBG_PC=y diff --git a/configs/P1020RDB-PC_36BIT_NAND_defconfig b/configs/P1020RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..29abf46 --- /dev/null +++ b/configs/P1020RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_NAND=y diff --git a/configs/P1020RDB-PC_36BIT_SDCARD_defconfig b/configs/P1020RDB-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..92b13ae --- /dev/null +++ b/configs/P1020RDB-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_SDCARD=y diff --git a/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig b/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..f902749 --- /dev/null +++ b/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_SPIFLASH=y diff --git a/configs/P1020RDB-PC_36BIT_defconfig b/configs/P1020RDB-PC_36BIT_defconfig new file mode 100644 index 0000000..cc973eb --- /dev/null +++ b/configs/P1020RDB-PC_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT=y diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig new file mode 100644 index 0000000..85ecd47 --- /dev/null +++ b/configs/P1020RDB-PC_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_NAND=y diff --git a/configs/P1020RDB-PC_SDCARD_defconfig b/configs/P1020RDB-PC_SDCARD_defconfig new file mode 100644 index 0000000..5951ab6 --- /dev/null +++ b/configs/P1020RDB-PC_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_SDCARD=y diff --git a/configs/P1020RDB-PC_SPIFLASH_defconfig b/configs/P1020RDB-PC_SPIFLASH_defconfig new file mode 100644 index 0000000..5ac5209 --- /dev/null +++ b/configs/P1020RDB-PC_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_SPIFLASH=y diff --git a/configs/P1020RDB-PC_defconfig b/configs/P1020RDB-PC_defconfig new file mode 100644 index 0000000..fef0ce5 --- /dev/null +++ b/configs/P1020RDB-PC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC=y diff --git a/configs/P1020RDB-PD_NAND_defconfig b/configs/P1020RDB-PD_NAND_defconfig new file mode 100644 index 0000000..568f631 --- /dev/null +++ b/configs/P1020RDB-PD_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_NAND=y diff --git a/configs/P1020RDB-PD_SDCARD_defconfig b/configs/P1020RDB-PD_SDCARD_defconfig new file mode 100644 index 0000000..693de39 --- /dev/null +++ b/configs/P1020RDB-PD_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_SDCARD=y diff --git a/configs/P1020RDB-PD_SPIFLASH_defconfig b/configs/P1020RDB-PD_SPIFLASH_defconfig new file mode 100644 index 0000000..1fd2e32 --- /dev/null +++ b/configs/P1020RDB-PD_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_SPIFLASH=y diff --git a/configs/P1020RDB-PD_defconfig b/configs/P1020RDB-PD_defconfig new file mode 100644 index 0000000..a434f80 --- /dev/null +++ b/configs/P1020RDB-PD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD=y diff --git a/configs/P1020RDB_36BIT_SDCARD_defconfig b/configs/P1020RDB_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..9657555 --- /dev/null +++ b/configs/P1020RDB_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_36BIT_SDCARD=y diff --git a/configs/P1020RDB_36BIT_SPIFLASH_defconfig b/configs/P1020RDB_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..2cc7609 --- /dev/null +++ b/configs/P1020RDB_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_36BIT_SPIFLASH=y diff --git a/configs/P1020RDB_36BIT_defconfig b/configs/P1020RDB_36BIT_defconfig new file mode 100644 index 0000000..a6c3e36 --- /dev/null +++ b/configs/P1020RDB_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_36BIT=y diff --git a/configs/P1020RDB_NAND_defconfig b/configs/P1020RDB_NAND_defconfig new file mode 100644 index 0000000..e042533 --- /dev/null +++ b/configs/P1020RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_NAND=y diff --git a/configs/P1020RDB_SDCARD_defconfig b/configs/P1020RDB_SDCARD_defconfig new file mode 100644 index 0000000..ad5cb78 --- /dev/null +++ b/configs/P1020RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_SDCARD=y diff --git a/configs/P1020RDB_SPIFLASH_defconfig b/configs/P1020RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..29a8fe5 --- /dev/null +++ b/configs/P1020RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_SPIFLASH=y diff --git a/configs/P1020RDB_defconfig b/configs/P1020RDB_defconfig new file mode 100644 index 0000000..9ebc43c --- /dev/null +++ b/configs/P1020RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB=y diff --git a/configs/P1020UTM-PC_36BIT_SDCARD_defconfig b/configs/P1020UTM-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..ada3e15 --- /dev/null +++ b/configs/P1020UTM-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020UTM_PC_36BIT_SDCARD=y diff --git a/configs/P1020UTM-PC_36BIT_defconfig b/configs/P1020UTM-PC_36BIT_defconfig new file mode 100644 index 0000000..24f7c84 --- /dev/null +++ b/configs/P1020UTM-PC_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020UTM_PC_36BIT=y diff --git a/configs/P1020UTM-PC_SDCARD_defconfig b/configs/P1020UTM-PC_SDCARD_defconfig new file mode 100644 index 0000000..bd5af21 --- /dev/null +++ b/configs/P1020UTM-PC_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1020UTM_PC_SDCARD=y diff --git a/configs/P1020UTM-PC_defconfig b/configs/P1020UTM-PC_defconfig new file mode 100644 index 0000000..5936c4a --- /dev/null +++ b/configs/P1020UTM-PC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020UTM_PC=y diff --git a/configs/P1021RDB-PC_36BIT_NAND_defconfig b/configs/P1021RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..e85f312 --- /dev/null +++ b/configs/P1021RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_NAND=y diff --git a/configs/P1021RDB-PC_36BIT_SDCARD_defconfig b/configs/P1021RDB-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..c52cc48 --- /dev/null +++ b/configs/P1021RDB-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_SDCARD=y diff --git a/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig b/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..6e5842f --- /dev/null +++ b/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_SPIFLASH=y diff --git a/configs/P1021RDB-PC_36BIT_defconfig b/configs/P1021RDB-PC_36BIT_defconfig new file mode 100644 index 0000000..1c5372c --- /dev/null +++ b/configs/P1021RDB-PC_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT=y diff --git a/configs/P1021RDB-PC_NAND_defconfig b/configs/P1021RDB-PC_NAND_defconfig new file mode 100644 index 0000000..1f5b54a --- /dev/null +++ b/configs/P1021RDB-PC_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_NAND=y diff --git a/configs/P1021RDB-PC_SDCARD_defconfig b/configs/P1021RDB-PC_SDCARD_defconfig new file mode 100644 index 0000000..5c8396b --- /dev/null +++ b/configs/P1021RDB-PC_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_SDCARD=y diff --git a/configs/P1021RDB-PC_SPIFLASH_defconfig b/configs/P1021RDB-PC_SPIFLASH_defconfig new file mode 100644 index 0000000..f33ad00 --- /dev/null +++ b/configs/P1021RDB-PC_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_SPIFLASH=y diff --git a/configs/P1021RDB-PC_defconfig b/configs/P1021RDB-PC_defconfig new file mode 100644 index 0000000..861a6b8 --- /dev/null +++ b/configs/P1021RDB-PC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC=y diff --git a/configs/P1022DS_36BIT_NAND_defconfig b/configs/P1022DS_36BIT_NAND_defconfig new file mode 100644 index 0000000..3c17a23 --- /dev/null +++ b/configs/P1022DS_36BIT_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_NAND=y diff --git a/configs/P1022DS_36BIT_SDCARD_defconfig b/configs/P1022DS_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..5c1870b --- /dev/null +++ b/configs/P1022DS_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_SDCARD=y diff --git a/configs/P1022DS_36BIT_SPIFLASH_defconfig b/configs/P1022DS_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..1bf3b17 --- /dev/null +++ b/configs/P1022DS_36BIT_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_SPIFLASH=y diff --git a/configs/P1022DS_36BIT_defconfig b/configs/P1022DS_36BIT_defconfig new file mode 100644 index 0000000..23fd77e --- /dev/null +++ b/configs/P1022DS_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT=y diff --git a/configs/P1022DS_NAND_defconfig b/configs/P1022DS_NAND_defconfig new file mode 100644 index 0000000..66496b1 --- /dev/null +++ b/configs/P1022DS_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_NAND=y diff --git a/configs/P1022DS_SDCARD_defconfig b/configs/P1022DS_SDCARD_defconfig new file mode 100644 index 0000000..f696e03 --- /dev/null +++ b/configs/P1022DS_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_SDCARD=y diff --git a/configs/P1022DS_SPIFLASH_defconfig b/configs/P1022DS_SPIFLASH_defconfig new file mode 100644 index 0000000..c452071 --- /dev/null +++ b/configs/P1022DS_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_SPIFLASH=y diff --git a/configs/P1022DS_defconfig b/configs/P1022DS_defconfig new file mode 100644 index 0000000..93be4ab --- /dev/null +++ b/configs/P1022DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS=y diff --git a/configs/P1023RDB_defconfig b/configs/P1023RDB_defconfig new file mode 100644 index 0000000..d3ab20a --- /dev/null +++ b/configs/P1023RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1023RDB=y diff --git a/configs/P1023RDS_NAND_defconfig b/configs/P1023RDS_NAND_defconfig new file mode 100644 index 0000000..ca3a55f --- /dev/null +++ b/configs/P1023RDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1023RDS_NAND=y diff --git a/configs/P1023RDS_defconfig b/configs/P1023RDS_defconfig new file mode 100644 index 0000000..e03b3c4 --- /dev/null +++ b/configs/P1023RDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1023RDS=y diff --git a/configs/P1024RDB_36BIT_defconfig b/configs/P1024RDB_36BIT_defconfig new file mode 100644 index 0000000..312cf10 --- /dev/null +++ b/configs/P1024RDB_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_36BIT=y diff --git a/configs/P1024RDB_NAND_defconfig b/configs/P1024RDB_NAND_defconfig new file mode 100644 index 0000000..93b5e3f --- /dev/null +++ b/configs/P1024RDB_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_NAND=y diff --git a/configs/P1024RDB_SDCARD_defconfig b/configs/P1024RDB_SDCARD_defconfig new file mode 100644 index 0000000..13b9fb6 --- /dev/null +++ b/configs/P1024RDB_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_SDCARD=y diff --git a/configs/P1024RDB_SPIFLASH_defconfig b/configs/P1024RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..38a3639 --- /dev/null +++ b/configs/P1024RDB_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_SPIFLASH=y diff --git a/configs/P1024RDB_defconfig b/configs/P1024RDB_defconfig new file mode 100644 index 0000000..fdd0e04 --- /dev/null +++ b/configs/P1024RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB=y diff --git a/configs/P1025RDB_36BIT_defconfig b/configs/P1025RDB_36BIT_defconfig new file mode 100644 index 0000000..e631fbb --- /dev/null +++ b/configs/P1025RDB_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_36BIT=y diff --git a/configs/P1025RDB_NAND_defconfig b/configs/P1025RDB_NAND_defconfig new file mode 100644 index 0000000..ab175f0 --- /dev/null +++ b/configs/P1025RDB_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_NAND=y diff --git a/configs/P1025RDB_SDCARD_defconfig b/configs/P1025RDB_SDCARD_defconfig new file mode 100644 index 0000000..0f23fad --- /dev/null +++ b/configs/P1025RDB_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_SDCARD=y diff --git a/configs/P1025RDB_SPIFLASH_defconfig b/configs/P1025RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..03df6a6 --- /dev/null +++ b/configs/P1025RDB_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_SPIFLASH=y diff --git a/configs/P1025RDB_defconfig b/configs/P1025RDB_defconfig new file mode 100644 index 0000000..fa11a27 --- /dev/null +++ b/configs/P1025RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB=y diff --git a/configs/P2010RDB_36BIT_SDCARD_defconfig b/configs/P2010RDB_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..a016568 --- /dev/null +++ b/configs/P2010RDB_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB_36BIT_SDCARD=y diff --git a/configs/P2010RDB_36BIT_SPIFLASH_defconfig b/configs/P2010RDB_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..b70cd7b --- /dev/null +++ b/configs/P2010RDB_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB_36BIT_SPIFLASH=y diff --git a/configs/P2010RDB_36BIT_defconfig b/configs/P2010RDB_36BIT_defconfig new file mode 100644 index 0000000..b6c9da9 --- /dev/null +++ b/configs/P2010RDB_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB_36BIT=y diff --git a/configs/P2010RDB_NAND_defconfig b/configs/P2010RDB_NAND_defconfig new file mode 100644 index 0000000..4b00cad --- /dev/null +++ b/configs/P2010RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB_NAND=y diff --git a/configs/P2010RDB_SDCARD_defconfig b/configs/P2010RDB_SDCARD_defconfig new file mode 100644 index 0000000..d8c7b18 --- /dev/null +++ b/configs/P2010RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB_SDCARD=y diff --git a/configs/P2010RDB_SPIFLASH_defconfig b/configs/P2010RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..5ec70fe --- /dev/null +++ b/configs/P2010RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB_SPIFLASH=y diff --git a/configs/P2010RDB_defconfig b/configs/P2010RDB_defconfig new file mode 100644 index 0000000..c0e3a88 --- /dev/null +++ b/configs/P2010RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2010RDB=y diff --git a/configs/P2020COME_SDCARD_defconfig b/configs/P2020COME_SDCARD_defconfig new file mode 100644 index 0000000..2019bf3 --- /dev/null +++ b/configs/P2020COME_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020COME_SDCARD=y diff --git a/configs/P2020COME_SPIFLASH_defconfig b/configs/P2020COME_SPIFLASH_defconfig new file mode 100644 index 0000000..2b668a5 --- /dev/null +++ b/configs/P2020COME_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020COME_SPIFLASH=y diff --git a/configs/P2020DS_36BIT_defconfig b/configs/P2020DS_36BIT_defconfig new file mode 100644 index 0000000..21f1b5d --- /dev/null +++ b/configs/P2020DS_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020DS_36BIT=y diff --git a/configs/P2020DS_DDR2_defconfig b/configs/P2020DS_DDR2_defconfig new file mode 100644 index 0000000..0f72941 --- /dev/null +++ b/configs/P2020DS_DDR2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020DS_DDR2=y diff --git a/configs/P2020DS_SDCARD_defconfig b/configs/P2020DS_SDCARD_defconfig new file mode 100644 index 0000000..cd20e31 --- /dev/null +++ b/configs/P2020DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020DS_SDCARD=y diff --git a/configs/P2020DS_SPIFLASH_defconfig b/configs/P2020DS_SPIFLASH_defconfig new file mode 100644 index 0000000..4aed317 --- /dev/null +++ b/configs/P2020DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020DS_SPIFLASH=y diff --git a/configs/P2020DS_defconfig b/configs/P2020DS_defconfig new file mode 100644 index 0000000..65d51f6 --- /dev/null +++ b/configs/P2020DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020DS=y diff --git a/configs/P2020RDB-PC_36BIT_NAND_defconfig b/configs/P2020RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..2ef5a37 --- /dev/null +++ b/configs/P2020RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_NAND=y diff --git a/configs/P2020RDB-PC_36BIT_SDCARD_defconfig b/configs/P2020RDB-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..b4ca536 --- /dev/null +++ b/configs/P2020RDB-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_SDCARD=y diff --git a/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig b/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..8f6cfbf --- /dev/null +++ b/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_SPIFLASH=y diff --git a/configs/P2020RDB-PC_36BIT_defconfig b/configs/P2020RDB-PC_36BIT_defconfig new file mode 100644 index 0000000..7c88087 --- /dev/null +++ b/configs/P2020RDB-PC_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT=y diff --git a/configs/P2020RDB-PC_NAND_defconfig b/configs/P2020RDB-PC_NAND_defconfig new file mode 100644 index 0000000..78d602d --- /dev/null +++ b/configs/P2020RDB-PC_NAND_defconfig @@ -0,0 +1,4 @@ +CONFIG_SPL=y +CONFIG_TPL=y +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_NAND=y diff --git a/configs/P2020RDB-PC_SDCARD_defconfig b/configs/P2020RDB-PC_SDCARD_defconfig new file mode 100644 index 0000000..12db87b --- /dev/null +++ b/configs/P2020RDB-PC_SDCARD_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_SDCARD=y diff --git a/configs/P2020RDB-PC_SPIFLASH_defconfig b/configs/P2020RDB-PC_SPIFLASH_defconfig new file mode 100644 index 0000000..e57ad5e --- /dev/null +++ b/configs/P2020RDB-PC_SPIFLASH_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_SPIFLASH=y diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig new file mode 100644 index 0000000..285d5fe --- /dev/null +++ b/configs/P2020RDB-PC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC=y diff --git a/configs/P2020RDB_36BIT_SDCARD_defconfig b/configs/P2020RDB_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..e45cfa0 --- /dev/null +++ b/configs/P2020RDB_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_36BIT_SDCARD=y diff --git a/configs/P2020RDB_36BIT_SPIFLASH_defconfig b/configs/P2020RDB_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..7341467 --- /dev/null +++ b/configs/P2020RDB_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_36BIT_SPIFLASH=y diff --git a/configs/P2020RDB_36BIT_defconfig b/configs/P2020RDB_36BIT_defconfig new file mode 100644 index 0000000..88e53da --- /dev/null +++ b/configs/P2020RDB_36BIT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_36BIT=y diff --git a/configs/P2020RDB_NAND_defconfig b/configs/P2020RDB_NAND_defconfig new file mode 100644 index 0000000..1aabeb1 --- /dev/null +++ b/configs/P2020RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_NAND=y diff --git a/configs/P2020RDB_SDCARD_defconfig b/configs/P2020RDB_SDCARD_defconfig new file mode 100644 index 0000000..646ca26 --- /dev/null +++ b/configs/P2020RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_SDCARD=y diff --git a/configs/P2020RDB_SPIFLASH_defconfig b/configs/P2020RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..f491fe7 --- /dev/null +++ b/configs/P2020RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_SPIFLASH=y diff --git a/configs/P2020RDB_defconfig b/configs/P2020RDB_defconfig new file mode 100644 index 0000000..132374f --- /dev/null +++ b/configs/P2020RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB=y diff --git a/configs/P2041RDB_NAND_defconfig b/configs/P2041RDB_NAND_defconfig new file mode 100644 index 0000000..fce63d7 --- /dev/null +++ b/configs/P2041RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2041RDB_NAND=y diff --git a/configs/P2041RDB_SDCARD_defconfig b/configs/P2041RDB_SDCARD_defconfig new file mode 100644 index 0000000..02405f8 --- /dev/null +++ b/configs/P2041RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2041RDB_SDCARD=y diff --git a/configs/P2041RDB_SECURE_BOOT_defconfig b/configs/P2041RDB_SECURE_BOOT_defconfig new file mode 100644 index 0000000..a88ff23 --- /dev/null +++ b/configs/P2041RDB_SECURE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2041RDB_SECURE_BOOT=y diff --git a/configs/P2041RDB_SPIFLASH_defconfig b/configs/P2041RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..bb0fbe8 --- /dev/null +++ b/configs/P2041RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2041RDB_SPIFLASH=y diff --git a/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig b/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..958932d --- /dev/null +++ b/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2041RDB_SRIO_PCIE_BOOT=y diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig new file mode 100644 index 0000000..602b720 --- /dev/null +++ b/configs/P2041RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2041RDB=y diff --git a/configs/P3041DS_NAND_defconfig b/configs/P3041DS_NAND_defconfig new file mode 100644 index 0000000..ed2b941 --- /dev/null +++ b/configs/P3041DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3041DS_NAND=y diff --git a/configs/P3041DS_SDCARD_defconfig b/configs/P3041DS_SDCARD_defconfig new file mode 100644 index 0000000..b95adca --- /dev/null +++ b/configs/P3041DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3041DS_SDCARD=y diff --git a/configs/P3041DS_SECURE_BOOT_defconfig b/configs/P3041DS_SECURE_BOOT_defconfig new file mode 100644 index 0000000..dc48de3 --- /dev/null +++ b/configs/P3041DS_SECURE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3041DS_SECURE_BOOT=y diff --git a/configs/P3041DS_SPIFLASH_defconfig b/configs/P3041DS_SPIFLASH_defconfig new file mode 100644 index 0000000..049d45b --- /dev/null +++ b/configs/P3041DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3041DS_SPIFLASH=y diff --git a/configs/P3041DS_SRIO_PCIE_BOOT_defconfig b/configs/P3041DS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..3e5a85f --- /dev/null +++ b/configs/P3041DS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3041DS_SRIO_PCIE_BOOT=y diff --git a/configs/P3041DS_defconfig b/configs/P3041DS_defconfig new file mode 100644 index 0000000..93efad9 --- /dev/null +++ b/configs/P3041DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3041DS=y diff --git a/configs/P3G4_defconfig b/configs/P3G4_defconfig new file mode 100644 index 0000000..8af8f2e --- /dev/null +++ b/configs/P3G4_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3G4=y diff --git a/configs/P4080DS_SDCARD_defconfig b/configs/P4080DS_SDCARD_defconfig new file mode 100644 index 0000000..32883b6 --- /dev/null +++ b/configs/P4080DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P4080DS_SDCARD=y diff --git a/configs/P4080DS_SECURE_BOOT_defconfig b/configs/P4080DS_SECURE_BOOT_defconfig new file mode 100644 index 0000000..7e2b230 --- /dev/null +++ b/configs/P4080DS_SECURE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P4080DS_SECURE_BOOT=y diff --git a/configs/P4080DS_SPIFLASH_defconfig b/configs/P4080DS_SPIFLASH_defconfig new file mode 100644 index 0000000..201f426 --- /dev/null +++ b/configs/P4080DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P4080DS_SPIFLASH=y diff --git a/configs/P4080DS_SRIO_PCIE_BOOT_defconfig b/configs/P4080DS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..be5c42d --- /dev/null +++ b/configs/P4080DS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P4080DS_SRIO_PCIE_BOOT=y diff --git a/configs/P4080DS_defconfig b/configs/P4080DS_defconfig new file mode 100644 index 0000000..2c065fd --- /dev/null +++ b/configs/P4080DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P4080DS=y diff --git a/configs/P5020DS_NAND_defconfig b/configs/P5020DS_NAND_defconfig new file mode 100644 index 0000000..1ad2dce --- /dev/null +++ b/configs/P5020DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5020DS_NAND=y diff --git a/configs/P5020DS_SDCARD_defconfig b/configs/P5020DS_SDCARD_defconfig new file mode 100644 index 0000000..1df89fa --- /dev/null +++ b/configs/P5020DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5020DS_SDCARD=y diff --git a/configs/P5020DS_SECURE_BOOT_defconfig b/configs/P5020DS_SECURE_BOOT_defconfig new file mode 100644 index 0000000..989f6bf --- /dev/null +++ b/configs/P5020DS_SECURE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5020DS_SECURE_BOOT=y diff --git a/configs/P5020DS_SPIFLASH_defconfig b/configs/P5020DS_SPIFLASH_defconfig new file mode 100644 index 0000000..b782522 --- /dev/null +++ b/configs/P5020DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5020DS_SPIFLASH=y diff --git a/configs/P5020DS_SRIO_PCIE_BOOT_defconfig b/configs/P5020DS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..4d91cd5 --- /dev/null +++ b/configs/P5020DS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5020DS_SRIO_PCIE_BOOT=y diff --git a/configs/P5020DS_defconfig b/configs/P5020DS_defconfig new file mode 100644 index 0000000..45ccea3 --- /dev/null +++ b/configs/P5020DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5020DS=y diff --git a/configs/P5040DS_NAND_defconfig b/configs/P5040DS_NAND_defconfig new file mode 100644 index 0000000..97642af --- /dev/null +++ b/configs/P5040DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5040DS_NAND=y diff --git a/configs/P5040DS_SDCARD_defconfig b/configs/P5040DS_SDCARD_defconfig new file mode 100644 index 0000000..9c24bcc --- /dev/null +++ b/configs/P5040DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5040DS_SDCARD=y diff --git a/configs/P5040DS_SPIFLASH_defconfig b/configs/P5040DS_SPIFLASH_defconfig new file mode 100644 index 0000000..3245d4e --- /dev/null +++ b/configs/P5040DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5040DS_SPIFLASH=y diff --git a/configs/P5040DS_defconfig b/configs/P5040DS_defconfig new file mode 100644 index 0000000..64375ad --- /dev/null +++ b/configs/P5040DS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P5040DS=y diff --git a/configs/PATI_defconfig b/configs/PATI_defconfig new file mode 100644 index 0000000..aa58188 --- /dev/null +++ b/configs/PATI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PATI=y diff --git a/configs/PCI405_defconfig b/configs/PCI405_defconfig new file mode 100644 index 0000000..c143887 --- /dev/null +++ b/configs/PCI405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PCI405=y diff --git a/configs/PCI5441_defconfig b/configs/PCI5441_defconfig new file mode 100644 index 0000000..a4bfdb4 --- /dev/null +++ b/configs/PCI5441_defconfig @@ -0,0 +1,2 @@ +CONFIG_NIOS2=y +CONFIG_TARGET_PCI5441=y diff --git a/configs/PIP405_defconfig b/configs/PIP405_defconfig new file mode 100644 index 0000000..29f419f --- /dev/null +++ b/configs/PIP405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PIP405=y diff --git a/configs/PK1C20_defconfig b/configs/PK1C20_defconfig new file mode 100644 index 0000000..bb2513a --- /dev/null +++ b/configs/PK1C20_defconfig @@ -0,0 +1,2 @@ +CONFIG_NIOS2=y +CONFIG_TARGET_PK1C20=y diff --git a/configs/PLU405_defconfig b/configs/PLU405_defconfig new file mode 100644 index 0000000..de01990 --- /dev/null +++ b/configs/PLU405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PLU405=y diff --git a/configs/PM520_DDR_defconfig b/configs/PM520_DDR_defconfig new file mode 100644 index 0000000..c61760a --- /dev/null +++ b/configs/PM520_DDR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM520_DDR=y diff --git a/configs/PM520_ROMBOOT_DDR_defconfig b/configs/PM520_ROMBOOT_DDR_defconfig new file mode 100644 index 0000000..8deaf7b --- /dev/null +++ b/configs/PM520_ROMBOOT_DDR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM520_ROMBOOT_DDR=y diff --git a/configs/PM520_ROMBOOT_defconfig b/configs/PM520_ROMBOOT_defconfig new file mode 100644 index 0000000..c04215e --- /dev/null +++ b/configs/PM520_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM520_ROMBOOT=y diff --git a/configs/PM520_defconfig b/configs/PM520_defconfig new file mode 100644 index 0000000..5554ebb --- /dev/null +++ b/configs/PM520_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM520=y diff --git a/configs/PM825_BIGFLASH_defconfig b/configs/PM825_BIGFLASH_defconfig new file mode 100644 index 0000000..95c1fae --- /dev/null +++ b/configs/PM825_BIGFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM825_BIGFLASH=y diff --git a/configs/PM825_ROMBOOT_BIGFLASH_defconfig b/configs/PM825_ROMBOOT_BIGFLASH_defconfig new file mode 100644 index 0000000..9f46bc1 --- /dev/null +++ b/configs/PM825_ROMBOOT_BIGFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM825_ROMBOOT_BIGFLASH=y diff --git a/configs/PM825_ROMBOOT_defconfig b/configs/PM825_ROMBOOT_defconfig new file mode 100644 index 0000000..2e25ef3 --- /dev/null +++ b/configs/PM825_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM825_ROMBOOT=y diff --git a/configs/PM825_defconfig b/configs/PM825_defconfig new file mode 100644 index 0000000..7b91492 --- /dev/null +++ b/configs/PM825_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM825=y diff --git a/configs/PM826_BIGFLASH_defconfig b/configs/PM826_BIGFLASH_defconfig new file mode 100644 index 0000000..5be5e0f --- /dev/null +++ b/configs/PM826_BIGFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM826_BIGFLASH=y diff --git a/configs/PM826_ROMBOOT_BIGFLASH_defconfig b/configs/PM826_ROMBOOT_BIGFLASH_defconfig new file mode 100644 index 0000000..7b449fa --- /dev/null +++ b/configs/PM826_ROMBOOT_BIGFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM826_ROMBOOT_BIGFLASH=y diff --git a/configs/PM826_ROMBOOT_defconfig b/configs/PM826_ROMBOOT_defconfig new file mode 100644 index 0000000..355ddd1 --- /dev/null +++ b/configs/PM826_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM826_ROMBOOT=y diff --git a/configs/PM826_defconfig b/configs/PM826_defconfig new file mode 100644 index 0000000..ba7c35f --- /dev/null +++ b/configs/PM826_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM826=y diff --git a/configs/PM828_PCI_defconfig b/configs/PM828_PCI_defconfig new file mode 100644 index 0000000..b531c00 --- /dev/null +++ b/configs/PM828_PCI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM828_PCI=y diff --git a/configs/PM828_ROMBOOT_PCI_defconfig b/configs/PM828_ROMBOOT_PCI_defconfig new file mode 100644 index 0000000..ca8ebb1 --- /dev/null +++ b/configs/PM828_ROMBOOT_PCI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM828_ROMBOOT_PCI=y diff --git a/configs/PM828_ROMBOOT_defconfig b/configs/PM828_ROMBOOT_defconfig new file mode 100644 index 0000000..8262657 --- /dev/null +++ b/configs/PM828_ROMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM828_ROMBOOT=y diff --git a/configs/PM828_defconfig b/configs/PM828_defconfig new file mode 100644 index 0000000..ca2b525 --- /dev/null +++ b/configs/PM828_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PM828=y diff --git a/configs/PMC405DE_defconfig b/configs/PMC405DE_defconfig new file mode 100644 index 0000000..2c7e55e --- /dev/null +++ b/configs/PMC405DE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PMC405DE=y diff --git a/configs/PMC405_defconfig b/configs/PMC405_defconfig new file mode 100644 index 0000000..03c5c06 --- /dev/null +++ b/configs/PMC405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PMC405=y diff --git a/configs/PMC440_defconfig b/configs/PMC440_defconfig new file mode 100644 index 0000000..d2886ea --- /dev/null +++ b/configs/PMC440_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PMC440=y diff --git a/configs/PPChameleonEVB_BA_25_defconfig b/configs/PPChameleonEVB_BA_25_defconfig new file mode 100644 index 0000000..25a69b5 --- /dev/null +++ b/configs/PPChameleonEVB_BA_25_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB_BA_25=y diff --git a/configs/PPChameleonEVB_BA_33_defconfig b/configs/PPChameleonEVB_BA_33_defconfig new file mode 100644 index 0000000..2977e23 --- /dev/null +++ b/configs/PPChameleonEVB_BA_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB_BA_33=y diff --git a/configs/PPChameleonEVB_HI_25_defconfig b/configs/PPChameleonEVB_HI_25_defconfig new file mode 100644 index 0000000..5f7cd1e --- /dev/null +++ b/configs/PPChameleonEVB_HI_25_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB_HI_25=y diff --git a/configs/PPChameleonEVB_HI_33_defconfig b/configs/PPChameleonEVB_HI_33_defconfig new file mode 100644 index 0000000..a7a9175 --- /dev/null +++ b/configs/PPChameleonEVB_HI_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB_HI_33=y diff --git a/configs/PPChameleonEVB_ME_25_defconfig b/configs/PPChameleonEVB_ME_25_defconfig new file mode 100644 index 0000000..56c5477 --- /dev/null +++ b/configs/PPChameleonEVB_ME_25_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB_ME_25=y diff --git a/configs/PPChameleonEVB_ME_33_defconfig b/configs/PPChameleonEVB_ME_33_defconfig new file mode 100644 index 0000000..da9c7cf --- /dev/null +++ b/configs/PPChameleonEVB_ME_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB_ME_33=y diff --git a/configs/PPChameleonEVB_defconfig b/configs/PPChameleonEVB_defconfig new file mode 100644 index 0000000..f6cbf0b --- /dev/null +++ b/configs/PPChameleonEVB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPCHAMELEONEVB=y diff --git a/configs/PQ2FADS-VR_defconfig b/configs/PQ2FADS-VR_defconfig new file mode 100644 index 0000000..13982a7 --- /dev/null +++ b/configs/PQ2FADS-VR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_VR=y diff --git a/configs/PQ2FADS-VR_lowboot_defconfig b/configs/PQ2FADS-VR_lowboot_defconfig new file mode 100644 index 0000000..b72e2b4 --- /dev/null +++ b/configs/PQ2FADS-VR_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_VR_LOWBOOT=y diff --git a/configs/PQ2FADS-ZU_66MHz_defconfig b/configs/PQ2FADS-ZU_66MHz_defconfig new file mode 100644 index 0000000..121e5f6 --- /dev/null +++ b/configs/PQ2FADS-ZU_66MHz_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_ZU_66MHZ=y diff --git a/configs/PQ2FADS-ZU_66MHz_lowboot_defconfig b/configs/PQ2FADS-ZU_66MHz_lowboot_defconfig new file mode 100644 index 0000000..9079d50 --- /dev/null +++ b/configs/PQ2FADS-ZU_66MHz_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_ZU_66MHZ_LOWBOOT=y diff --git a/configs/PQ2FADS-ZU_defconfig b/configs/PQ2FADS-ZU_defconfig new file mode 100644 index 0000000..0c3452b --- /dev/null +++ b/configs/PQ2FADS-ZU_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_ZU=y diff --git a/configs/PQ2FADS-ZU_lowboot_defconfig b/configs/PQ2FADS-ZU_lowboot_defconfig new file mode 100644 index 0000000..b208d8b --- /dev/null +++ b/configs/PQ2FADS-ZU_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_ZU_LOWBOOT=y diff --git a/configs/PQ2FADS_defconfig b/configs/PQ2FADS_defconfig new file mode 100644 index 0000000..b775ba5 --- /dev/null +++ b/configs/PQ2FADS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS=y diff --git a/configs/PQ2FADS_lowboot_defconfig b/configs/PQ2FADS_lowboot_defconfig new file mode 100644 index 0000000..514e5f4 --- /dev/null +++ b/configs/PQ2FADS_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PQ2FADS_LOWBOOT=y diff --git a/configs/QS823_defconfig b/configs/QS823_defconfig new file mode 100644 index 0000000..6073f18 --- /dev/null +++ b/configs/QS823_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_QS823=y diff --git a/configs/QS850_defconfig b/configs/QS850_defconfig new file mode 100644 index 0000000..0c25742 --- /dev/null +++ b/configs/QS850_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_QS850=y diff --git a/configs/QS860T_defconfig b/configs/QS860T_defconfig new file mode 100644 index 0000000..08b7ee0 --- /dev/null +++ b/configs/QS860T_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_QS860T=y diff --git a/configs/R360MPI_defconfig b/configs/R360MPI_defconfig new file mode 100644 index 0000000..e2133c9 --- /dev/null +++ b/configs/R360MPI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_R360MPI=y diff --git a/configs/RBC823_defconfig b/configs/RBC823_defconfig new file mode 100644 index 0000000..5fefa5d --- /dev/null +++ b/configs/RBC823_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RBC823=y diff --git a/configs/RPXlite_DW_64_LCD_defconfig b/configs/RPXlite_DW_64_LCD_defconfig new file mode 100644 index 0000000..3b7b87b --- /dev/null +++ b/configs/RPXlite_DW_64_LCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_64_LCD=y diff --git a/configs/RPXlite_DW_64_defconfig b/configs/RPXlite_DW_64_defconfig new file mode 100644 index 0000000..526e15f --- /dev/null +++ b/configs/RPXlite_DW_64_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_64=y diff --git a/configs/RPXlite_DW_LCD_defconfig b/configs/RPXlite_DW_LCD_defconfig new file mode 100644 index 0000000..a41430f --- /dev/null +++ b/configs/RPXlite_DW_LCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_LCD=y diff --git a/configs/RPXlite_DW_NVRAM_64_LCD_defconfig b/configs/RPXlite_DW_NVRAM_64_LCD_defconfig new file mode 100644 index 0000000..8fa7bb7 --- /dev/null +++ b/configs/RPXlite_DW_NVRAM_64_LCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_NVRAM_64_LCD=y diff --git a/configs/RPXlite_DW_NVRAM_64_defconfig b/configs/RPXlite_DW_NVRAM_64_defconfig new file mode 100644 index 0000000..0ca3059 --- /dev/null +++ b/configs/RPXlite_DW_NVRAM_64_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_NVRAM_64=y diff --git a/configs/RPXlite_DW_NVRAM_LCD_defconfig b/configs/RPXlite_DW_NVRAM_LCD_defconfig new file mode 100644 index 0000000..3826710 --- /dev/null +++ b/configs/RPXlite_DW_NVRAM_LCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_NVRAM_LCD=y diff --git a/configs/RPXlite_DW_NVRAM_defconfig b/configs/RPXlite_DW_NVRAM_defconfig new file mode 100644 index 0000000..3a8babd --- /dev/null +++ b/configs/RPXlite_DW_NVRAM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW_NVRAM=y diff --git a/configs/RPXlite_DW_defconfig b/configs/RPXlite_DW_defconfig new file mode 100644 index 0000000..033a2b1 --- /dev/null +++ b/configs/RPXlite_DW_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RPXLITE_DW=y diff --git a/configs/RRvision_LCD_defconfig b/configs/RRvision_LCD_defconfig new file mode 100644 index 0000000..75b5ba8 --- /dev/null +++ b/configs/RRvision_LCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RRVISION_LCD=y diff --git a/configs/RRvision_defconfig b/configs/RRvision_defconfig new file mode 100644 index 0000000..80f15ec --- /dev/null +++ b/configs/RRvision_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RRVISION=y diff --git a/configs/Rattler8248_defconfig b/configs/Rattler8248_defconfig new file mode 100644 index 0000000..c22e4d7 --- /dev/null +++ b/configs/Rattler8248_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RATTLER8248=y diff --git a/configs/Rattler_defconfig b/configs/Rattler_defconfig new file mode 100644 index 0000000..8f594db --- /dev/null +++ b/configs/Rattler_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RATTLER=y diff --git a/configs/SIMPC8313_LP_defconfig b/configs/SIMPC8313_LP_defconfig new file mode 100644 index 0000000..9069340 --- /dev/null +++ b/configs/SIMPC8313_LP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SIMPC8313_LP=y diff --git a/configs/SIMPC8313_SP_defconfig b/configs/SIMPC8313_SP_defconfig new file mode 100644 index 0000000..984d8c1 --- /dev/null +++ b/configs/SIMPC8313_SP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SIMPC8313_SP=y diff --git a/configs/SM850_defconfig b/configs/SM850_defconfig new file mode 100644 index 0000000..dc5e3c9 --- /dev/null +++ b/configs/SM850_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SM850=y diff --git a/configs/SPD823TS_defconfig b/configs/SPD823TS_defconfig new file mode 100644 index 0000000..bfb6611 --- /dev/null +++ b/configs/SPD823TS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SPD823TS=y diff --git a/configs/SXNI855T_defconfig b/configs/SXNI855T_defconfig new file mode 100644 index 0000000..c183651 --- /dev/null +++ b/configs/SXNI855T_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SXNI855T=y diff --git a/configs/Sandpoint8240_defconfig b/configs/Sandpoint8240_defconfig new file mode 100644 index 0000000..39e2337 --- /dev/null +++ b/configs/Sandpoint8240_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SANDPOINT8240=y diff --git a/configs/Sandpoint8245_defconfig b/configs/Sandpoint8245_defconfig new file mode 100644 index 0000000..4817509 --- /dev/null +++ b/configs/Sandpoint8245_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SANDPOINT8245=y diff --git a/configs/T1040QDS_defconfig b/configs/T1040QDS_defconfig new file mode 100644 index 0000000..e4799e1 --- /dev/null +++ b/configs/T1040QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T1040QDS=y diff --git a/configs/T1040RDB_defconfig b/configs/T1040RDB_defconfig new file mode 100644 index 0000000..5691bbc --- /dev/null +++ b/configs/T1040RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T1040RDB=y diff --git a/configs/T1042RDB_PI_defconfig b/configs/T1042RDB_PI_defconfig new file mode 100644 index 0000000..d8a7f8e --- /dev/null +++ b/configs/T1042RDB_PI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T1042RDB_PI=y diff --git a/configs/T2080QDS_NAND_defconfig b/configs/T2080QDS_NAND_defconfig new file mode 100644 index 0000000..e4b458a --- /dev/null +++ b/configs/T2080QDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080QDS_NAND=y diff --git a/configs/T2080QDS_SDCARD_defconfig b/configs/T2080QDS_SDCARD_defconfig new file mode 100644 index 0000000..3287abb --- /dev/null +++ b/configs/T2080QDS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080QDS_SDCARD=y diff --git a/configs/T2080QDS_SPIFLASH_defconfig b/configs/T2080QDS_SPIFLASH_defconfig new file mode 100644 index 0000000..f0fe910 --- /dev/null +++ b/configs/T2080QDS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080QDS_SPIFLASH=y diff --git a/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig b/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..5565fbe --- /dev/null +++ b/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080QDS_SRIO_PCIE_BOOT=y diff --git a/configs/T2080QDS_defconfig b/configs/T2080QDS_defconfig new file mode 100644 index 0000000..e2614b0 --- /dev/null +++ b/configs/T2080QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080QDS=y diff --git a/configs/T2080RDB_NAND_defconfig b/configs/T2080RDB_NAND_defconfig new file mode 100644 index 0000000..efe3e53 --- /dev/null +++ b/configs/T2080RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080RDB_NAND=y diff --git a/configs/T2080RDB_SDCARD_defconfig b/configs/T2080RDB_SDCARD_defconfig new file mode 100644 index 0000000..bd535a1 --- /dev/null +++ b/configs/T2080RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080RDB_SDCARD=y diff --git a/configs/T2080RDB_SPIFLASH_defconfig b/configs/T2080RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..bc5ad7b --- /dev/null +++ b/configs/T2080RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080RDB_SPIFLASH=y diff --git a/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig b/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..4c86943 --- /dev/null +++ b/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080RDB_SRIO_PCIE_BOOT=y diff --git a/configs/T2080RDB_defconfig b/configs/T2080RDB_defconfig new file mode 100644 index 0000000..80e02fc --- /dev/null +++ b/configs/T2080RDB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2080RDB=y diff --git a/configs/T2081QDS_NAND_defconfig b/configs/T2081QDS_NAND_defconfig new file mode 100644 index 0000000..286443f --- /dev/null +++ b/configs/T2081QDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2081QDS_NAND=y diff --git a/configs/T2081QDS_SDCARD_defconfig b/configs/T2081QDS_SDCARD_defconfig new file mode 100644 index 0000000..d7cf78e --- /dev/null +++ b/configs/T2081QDS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2081QDS_SDCARD=y diff --git a/configs/T2081QDS_SPIFLASH_defconfig b/configs/T2081QDS_SPIFLASH_defconfig new file mode 100644 index 0000000..70e1460 --- /dev/null +++ b/configs/T2081QDS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2081QDS_SPIFLASH=y diff --git a/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig b/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..17e31a9 --- /dev/null +++ b/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2081QDS_SRIO_PCIE_BOOT=y diff --git a/configs/T2081QDS_defconfig b/configs/T2081QDS_defconfig new file mode 100644 index 0000000..3be24a1 --- /dev/null +++ b/configs/T2081QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T2081QDS=y diff --git a/configs/T4160QDS_SDCARD_defconfig b/configs/T4160QDS_SDCARD_defconfig new file mode 100644 index 0000000..5e22b15 --- /dev/null +++ b/configs/T4160QDS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4160QDS_SDCARD=y diff --git a/configs/T4160QDS_SPIFLASH_defconfig b/configs/T4160QDS_SPIFLASH_defconfig new file mode 100644 index 0000000..70e8a9a --- /dev/null +++ b/configs/T4160QDS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4160QDS_SPIFLASH=y diff --git a/configs/T4160QDS_defconfig b/configs/T4160QDS_defconfig new file mode 100644 index 0000000..eccce5a --- /dev/null +++ b/configs/T4160QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4160QDS=y diff --git a/configs/T4240EMU_defconfig b/configs/T4240EMU_defconfig new file mode 100644 index 0000000..c1c3023 --- /dev/null +++ b/configs/T4240EMU_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4240EMU=y diff --git a/configs/T4240QDS_NAND_defconfig b/configs/T4240QDS_NAND_defconfig new file mode 100644 index 0000000..2d3d0b9 --- /dev/null +++ b/configs/T4240QDS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4240QDS_NAND=y diff --git a/configs/T4240QDS_SDCARD_defconfig b/configs/T4240QDS_SDCARD_defconfig new file mode 100644 index 0000000..194c794 --- /dev/null +++ b/configs/T4240QDS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4240QDS_SDCARD=y diff --git a/configs/T4240QDS_SPIFLASH_defconfig b/configs/T4240QDS_SPIFLASH_defconfig new file mode 100644 index 0000000..26668be --- /dev/null +++ b/configs/T4240QDS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4240QDS_SPIFLASH=y diff --git a/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig b/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig new file mode 100644 index 0000000..c1706d8 --- /dev/null +++ b/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4240QDS_SRIO_PCIE_BOOT=y diff --git a/configs/T4240QDS_defconfig b/configs/T4240QDS_defconfig new file mode 100644 index 0000000..815fa91 --- /dev/null +++ b/configs/T4240QDS_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T4240QDS=y diff --git a/configs/TASREG_defconfig b/configs/TASREG_defconfig new file mode 100644 index 0000000..2bb0421 --- /dev/null +++ b/configs/TASREG_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_TASREG=y diff --git a/configs/TB5200_B_defconfig b/configs/TB5200_B_defconfig new file mode 100644 index 0000000..28dc6f6 --- /dev/null +++ b/configs/TB5200_B_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TB5200_B=y diff --git a/configs/TB5200_defconfig b/configs/TB5200_defconfig new file mode 100644 index 0000000..38be5cc --- /dev/null +++ b/configs/TB5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TB5200=y diff --git a/configs/TK885D_defconfig b/configs/TK885D_defconfig new file mode 100644 index 0000000..0e52319 --- /dev/null +++ b/configs/TK885D_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TK885D=y diff --git a/configs/TOP5200_defconfig b/configs/TOP5200_defconfig new file mode 100644 index 0000000..f210e2c --- /dev/null +++ b/configs/TOP5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TOP5200=y diff --git a/configs/TOP860_defconfig b/configs/TOP860_defconfig new file mode 100644 index 0000000..bc6891b --- /dev/null +++ b/configs/TOP860_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TOP860=y diff --git a/configs/TQM5200S_HIGHBOOT_defconfig b/configs/TQM5200S_HIGHBOOT_defconfig new file mode 100644 index 0000000..0511fe1 --- /dev/null +++ b/configs/TQM5200S_HIGHBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM5200S_HIGHBOOT=y diff --git a/configs/TQM5200S_defconfig b/configs/TQM5200S_defconfig new file mode 100644 index 0000000..31dc318 --- /dev/null +++ b/configs/TQM5200S_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM5200S=y diff --git a/configs/TQM5200_B_HIGHBOOT_defconfig b/configs/TQM5200_B_HIGHBOOT_defconfig new file mode 100644 index 0000000..e669ba1 --- /dev/null +++ b/configs/TQM5200_B_HIGHBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM5200_B_HIGHBOOT=y diff --git a/configs/TQM5200_B_defconfig b/configs/TQM5200_B_defconfig new file mode 100644 index 0000000..d03c079 --- /dev/null +++ b/configs/TQM5200_B_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM5200_B=y diff --git a/configs/TQM5200_STK100_defconfig b/configs/TQM5200_STK100_defconfig new file mode 100644 index 0000000..7d99c7b --- /dev/null +++ b/configs/TQM5200_STK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM5200_STK100=y diff --git a/configs/TQM5200_defconfig b/configs/TQM5200_defconfig new file mode 100644 index 0000000..d876246 --- /dev/null +++ b/configs/TQM5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM5200=y diff --git a/configs/TQM823L_LCD_defconfig b/configs/TQM823L_LCD_defconfig new file mode 100644 index 0000000..2818782 --- /dev/null +++ b/configs/TQM823L_LCD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM823L_LCD=y diff --git a/configs/TQM823L_defconfig b/configs/TQM823L_defconfig new file mode 100644 index 0000000..edd81e1 --- /dev/null +++ b/configs/TQM823L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM823L=y diff --git a/configs/TQM823M_defconfig b/configs/TQM823M_defconfig new file mode 100644 index 0000000..c51d639 --- /dev/null +++ b/configs/TQM823M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM823M=y diff --git a/configs/TQM8255_AA_defconfig b/configs/TQM8255_AA_defconfig new file mode 100644 index 0000000..f57deaa --- /dev/null +++ b/configs/TQM8255_AA_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8255_AA=y diff --git a/configs/TQM8260_AA_defconfig b/configs/TQM8260_AA_defconfig new file mode 100644 index 0000000..1b456da --- /dev/null +++ b/configs/TQM8260_AA_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AA=y diff --git a/configs/TQM8260_AB_defconfig b/configs/TQM8260_AB_defconfig new file mode 100644 index 0000000..654a074 --- /dev/null +++ b/configs/TQM8260_AB_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AB=y diff --git a/configs/TQM8260_AC_defconfig b/configs/TQM8260_AC_defconfig new file mode 100644 index 0000000..cea9624 --- /dev/null +++ b/configs/TQM8260_AC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AC=y diff --git a/configs/TQM8260_AD_defconfig b/configs/TQM8260_AD_defconfig new file mode 100644 index 0000000..ab23423 --- /dev/null +++ b/configs/TQM8260_AD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AD=y diff --git a/configs/TQM8260_AE_defconfig b/configs/TQM8260_AE_defconfig new file mode 100644 index 0000000..25f8822 --- /dev/null +++ b/configs/TQM8260_AE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AE=y diff --git a/configs/TQM8260_AF_defconfig b/configs/TQM8260_AF_defconfig new file mode 100644 index 0000000..2778a26 --- /dev/null +++ b/configs/TQM8260_AF_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AF=y diff --git a/configs/TQM8260_AG_defconfig b/configs/TQM8260_AG_defconfig new file mode 100644 index 0000000..c7faa45 --- /dev/null +++ b/configs/TQM8260_AG_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AG=y diff --git a/configs/TQM8260_AH_defconfig b/configs/TQM8260_AH_defconfig new file mode 100644 index 0000000..d495563 --- /dev/null +++ b/configs/TQM8260_AH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AH=y diff --git a/configs/TQM8260_AI_defconfig b/configs/TQM8260_AI_defconfig new file mode 100644 index 0000000..8415f38 --- /dev/null +++ b/configs/TQM8260_AI_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8260_AI=y diff --git a/configs/TQM8265_AA_defconfig b/configs/TQM8265_AA_defconfig new file mode 100644 index 0000000..a91eda3 --- /dev/null +++ b/configs/TQM8265_AA_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8265_AA=y diff --git a/configs/TQM8272_defconfig b/configs/TQM8272_defconfig new file mode 100644 index 0000000..2489417 --- /dev/null +++ b/configs/TQM8272_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM8272=y diff --git a/configs/TQM834x_defconfig b/configs/TQM834x_defconfig new file mode 100644 index 0000000..8df0e58 --- /dev/null +++ b/configs/TQM834x_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM834X=y diff --git a/configs/TQM850L_defconfig b/configs/TQM850L_defconfig new file mode 100644 index 0000000..c69e43e --- /dev/null +++ b/configs/TQM850L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM850L=y diff --git a/configs/TQM850M_defconfig b/configs/TQM850M_defconfig new file mode 100644 index 0000000..124c32b --- /dev/null +++ b/configs/TQM850M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM850M=y diff --git a/configs/TQM855L_defconfig b/configs/TQM855L_defconfig new file mode 100644 index 0000000..3734231 --- /dev/null +++ b/configs/TQM855L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM855L=y diff --git a/configs/TQM855M_defconfig b/configs/TQM855M_defconfig new file mode 100644 index 0000000..9225a16 --- /dev/null +++ b/configs/TQM855M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM855M=y diff --git a/configs/TQM860L_defconfig b/configs/TQM860L_defconfig new file mode 100644 index 0000000..89a42b7 --- /dev/null +++ b/configs/TQM860L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM860L=y diff --git a/configs/TQM860M_defconfig b/configs/TQM860M_defconfig new file mode 100644 index 0000000..1d1b1fd --- /dev/null +++ b/configs/TQM860M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM860M=y diff --git a/configs/TQM862L_defconfig b/configs/TQM862L_defconfig new file mode 100644 index 0000000..a54c876 --- /dev/null +++ b/configs/TQM862L_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM862L=y diff --git a/configs/TQM862M_defconfig b/configs/TQM862M_defconfig new file mode 100644 index 0000000..94a5413 --- /dev/null +++ b/configs/TQM862M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM862M=y diff --git a/configs/TQM866M_defconfig b/configs/TQM866M_defconfig new file mode 100644 index 0000000..251d93b --- /dev/null +++ b/configs/TQM866M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM866M=y diff --git a/configs/TQM885D_defconfig b/configs/TQM885D_defconfig new file mode 100644 index 0000000..37f5482 --- /dev/null +++ b/configs/TQM885D_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TQM885D=y diff --git a/configs/TTTech_defconfig b/configs/TTTech_defconfig new file mode 100644 index 0000000..380c1a2 --- /dev/null +++ b/configs/TTTech_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TTTECH=y diff --git a/configs/TWR-P1025_defconfig b/configs/TWR-P1025_defconfig new file mode 100644 index 0000000..5dbb374 --- /dev/null +++ b/configs/TWR-P1025_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TWR_P1025=y diff --git a/configs/Total5200_Rev2_defconfig b/configs/Total5200_Rev2_defconfig new file mode 100644 index 0000000..283a351 --- /dev/null +++ b/configs/Total5200_Rev2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TOTAL5200_REV2=y diff --git a/configs/Total5200_Rev2_lowboot_defconfig b/configs/Total5200_Rev2_lowboot_defconfig new file mode 100644 index 0000000..d651e10 --- /dev/null +++ b/configs/Total5200_Rev2_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TOTAL5200_REV2_LOWBOOT=y diff --git a/configs/Total5200_defconfig b/configs/Total5200_defconfig new file mode 100644 index 0000000..17ed8ca --- /dev/null +++ b/configs/Total5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TOTAL5200=y diff --git a/configs/Total5200_lowboot_defconfig b/configs/Total5200_lowboot_defconfig new file mode 100644 index 0000000..2bfaa66 --- /dev/null +++ b/configs/Total5200_lowboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TOTAL5200_LOWBOOT=y diff --git a/configs/VCMA9_defconfig b/configs/VCMA9_defconfig new file mode 100644 index 0000000..6aa8de0 --- /dev/null +++ b/configs/VCMA9_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VCMA9=y diff --git a/configs/VOH405_defconfig b/configs/VOH405_defconfig new file mode 100644 index 0000000..07294ec --- /dev/null +++ b/configs/VOH405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_VOH405=y diff --git a/configs/VOM405_defconfig b/configs/VOM405_defconfig new file mode 100644 index 0000000..964dd26 --- /dev/null +++ b/configs/VOM405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_VOM405=y diff --git a/configs/VoVPN-GW_66MHz_defconfig b/configs/VoVPN-GW_66MHz_defconfig new file mode 100644 index 0000000..99778bc --- /dev/null +++ b/configs/VoVPN-GW_66MHz_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_VOVPN_GW_66MHZ=y diff --git a/configs/W7OLMC_defconfig b/configs/W7OLMC_defconfig new file mode 100644 index 0000000..9e83ff6 --- /dev/null +++ b/configs/W7OLMC_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_W7OLMC=y diff --git a/configs/W7OLMG_defconfig b/configs/W7OLMG_defconfig new file mode 100644 index 0000000..a22fa70 --- /dev/null +++ b/configs/W7OLMG_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_W7OLMG=y diff --git a/configs/WUH405_defconfig b/configs/WUH405_defconfig new file mode 100644 index 0000000..2135adf --- /dev/null +++ b/configs/WUH405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_WUH405=y diff --git a/configs/ZPC1900_defconfig b/configs/ZPC1900_defconfig new file mode 100644 index 0000000..6233982 --- /dev/null +++ b/configs/ZPC1900_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ZPC1900=y diff --git a/configs/ZUMA_defconfig b/configs/ZUMA_defconfig new file mode 100644 index 0000000..07d7c83 --- /dev/null +++ b/configs/ZUMA_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ZUMA=y diff --git a/configs/a320evb_defconfig b/configs/a320evb_defconfig new file mode 100644 index 0000000..5ebf5e6 --- /dev/null +++ b/configs/a320evb_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_A320EVB=y diff --git a/configs/a3m071_defconfig b/configs/a3m071_defconfig new file mode 100644 index 0000000..d5b1061 --- /dev/null +++ b/configs/a3m071_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_A3M071=y diff --git a/configs/a4m072_defconfig b/configs/a4m072_defconfig new file mode 100644 index 0000000..47497b0 --- /dev/null +++ b/configs/a4m072_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_A4M072=y diff --git a/configs/a4m2k_defconfig b/configs/a4m2k_defconfig new file mode 100644 index 0000000..5559800 --- /dev/null +++ b/configs/a4m2k_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_A4M2K=y diff --git a/configs/ac14xx_defconfig b/configs/ac14xx_defconfig new file mode 100644 index 0000000..a0886ac --- /dev/null +++ b/configs/ac14xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_AC14XX=y diff --git a/configs/acadia_defconfig b/configs/acadia_defconfig new file mode 100644 index 0000000..b88fd29 --- /dev/null +++ b/configs/acadia_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ACADIA=y diff --git a/configs/adp-ag101_defconfig b/configs/adp-ag101_defconfig new file mode 100644 index 0000000..2891154 --- /dev/null +++ b/configs/adp-ag101_defconfig @@ -0,0 +1,2 @@ +CONFIG_NDS32=y +CONFIG_TARGET_ADP_AG101=y diff --git a/configs/adp-ag101p_defconfig b/configs/adp-ag101p_defconfig new file mode 100644 index 0000000..0a7a64c --- /dev/null +++ b/configs/adp-ag101p_defconfig @@ -0,0 +1,2 @@ +CONFIG_NDS32=y +CONFIG_TARGET_ADP_AG101P=y diff --git a/configs/adp-ag102_defconfig b/configs/adp-ag102_defconfig new file mode 100644 index 0000000..03f2241 --- /dev/null +++ b/configs/adp-ag102_defconfig @@ -0,0 +1,2 @@ +CONFIG_NDS32=y +CONFIG_TARGET_ADP_AG102=y diff --git a/configs/aev_defconfig b/configs/aev_defconfig new file mode 100644 index 0000000..869cece --- /dev/null +++ b/configs/aev_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_AEV=y diff --git a/configs/afeb9260_defconfig b/configs/afeb9260_defconfig new file mode 100644 index 0000000..2616d2d --- /dev/null +++ b/configs/afeb9260_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AFEB9260=y diff --git a/configs/alpr_defconfig b/configs/alpr_defconfig new file mode 100644 index 0000000..77c8941 --- /dev/null +++ b/configs/alpr_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ALPR=y diff --git a/configs/am335x_boneblack_defconfig b/configs/am335x_boneblack_defconfig new file mode 100644 index 0000000..106f4f9 --- /dev/null +++ b/configs/am335x_boneblack_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_BONEBLACK=y diff --git a/configs/am335x_evm_defconfig b/configs/am335x_evm_defconfig new file mode 100644 index 0000000..e23e8af --- /dev/null +++ b/configs/am335x_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM=y diff --git a/configs/am335x_evm_nor_defconfig b/configs/am335x_evm_nor_defconfig new file mode 100644 index 0000000..5b2f3d2 --- /dev/null +++ b/configs/am335x_evm_nor_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_NOR=y diff --git a/configs/am335x_evm_norboot_defconfig b/configs/am335x_evm_norboot_defconfig new file mode 100644 index 0000000..f568c3c --- /dev/null +++ b/configs/am335x_evm_norboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_NORBOOT=y diff --git a/configs/am335x_evm_spiboot_defconfig b/configs/am335x_evm_spiboot_defconfig new file mode 100644 index 0000000..5787f91 --- /dev/null +++ b/configs/am335x_evm_spiboot_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_SPIBOOT=y diff --git a/configs/am335x_evm_uart1_defconfig b/configs/am335x_evm_uart1_defconfig new file mode 100644 index 0000000..38da83b --- /dev/null +++ b/configs/am335x_evm_uart1_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART1=y diff --git a/configs/am335x_evm_uart2_defconfig b/configs/am335x_evm_uart2_defconfig new file mode 100644 index 0000000..73dc551 --- /dev/null +++ b/configs/am335x_evm_uart2_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART2=y diff --git a/configs/am335x_evm_uart3_defconfig b/configs/am335x_evm_uart3_defconfig new file mode 100644 index 0000000..995b79c --- /dev/null +++ b/configs/am335x_evm_uart3_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART3=y diff --git a/configs/am335x_evm_uart4_defconfig b/configs/am335x_evm_uart4_defconfig new file mode 100644 index 0000000..e161d1c --- /dev/null +++ b/configs/am335x_evm_uart4_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART4=y diff --git a/configs/am335x_evm_uart5_defconfig b/configs/am335x_evm_uart5_defconfig new file mode 100644 index 0000000..d608432 --- /dev/null +++ b/configs/am335x_evm_uart5_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART5=y diff --git a/configs/am335x_evm_usbspl_defconfig b/configs/am335x_evm_usbspl_defconfig new file mode 100644 index 0000000..6cd345e --- /dev/null +++ b/configs/am335x_evm_usbspl_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_USBSPL=y diff --git a/configs/am335x_igep0033_defconfig b/configs/am335x_igep0033_defconfig new file mode 100644 index 0000000..e2d9c10 --- /dev/null +++ b/configs/am335x_igep0033_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM335X_IGEP0033=y diff --git a/configs/am3517_crane_defconfig b/configs/am3517_crane_defconfig new file mode 100644 index 0000000..d4f3de5 --- /dev/null +++ b/configs/am3517_crane_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM3517_CRANE=y diff --git a/configs/am3517_evm_defconfig b/configs/am3517_evm_defconfig new file mode 100644 index 0000000..821e62b --- /dev/null +++ b/configs/am3517_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM3517_EVM=y diff --git a/configs/am43xx_evm_defconfig b/configs/am43xx_evm_defconfig new file mode 100644 index 0000000..6260f7a --- /dev/null +++ b/configs/am43xx_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_AM43XX_EVM=y diff --git a/configs/ap325rxa_defconfig b/configs/ap325rxa_defconfig new file mode 100644 index 0000000..ae2039c --- /dev/null +++ b/configs/ap325rxa_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_AP325RXA=y diff --git a/configs/ap_sh4a_4a_defconfig b/configs/ap_sh4a_4a_defconfig new file mode 100644 index 0000000..f76329b --- /dev/null +++ b/configs/ap_sh4a_4a_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_AP_SH4A_4A=y diff --git a/configs/apf27_defconfig b/configs/apf27_defconfig new file mode 100644 index 0000000..b81fbff --- /dev/null +++ b/configs/apf27_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_APF27=y diff --git a/configs/apx4devkit_defconfig b/configs/apx4devkit_defconfig new file mode 100644 index 0000000..3bb8c48 --- /dev/null +++ b/configs/apx4devkit_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_APX4DEVKIT=y diff --git a/configs/arcangel4-be_defconfig b/configs/arcangel4-be_defconfig new file mode 100644 index 0000000..867fb1f --- /dev/null +++ b/configs/arcangel4-be_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARC=y +CONFIG_TARGET_ARCANGEL4_BE=y diff --git a/configs/arcangel4_defconfig b/configs/arcangel4_defconfig new file mode 100644 index 0000000..82b583e --- /dev/null +++ b/configs/arcangel4_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARC=y +CONFIG_TARGET_ARCANGEL4=y diff --git a/configs/arches_defconfig b/configs/arches_defconfig new file mode 100644 index 0000000..b91816d --- /dev/null +++ b/configs/arches_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ARCHES=y diff --git a/configs/aria_defconfig b/configs/aria_defconfig new file mode 100644 index 0000000..1424186 --- /dev/null +++ b/configs/aria_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ARIA=y diff --git a/configs/armadillo-800eva_defconfig b/configs/armadillo-800eva_defconfig new file mode 100644 index 0000000..081c88a --- /dev/null +++ b/configs/armadillo-800eva_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ARMADILLO_800EVA=y diff --git a/configs/arndale_defconfig b/configs/arndale_defconfig new file mode 100644 index 0000000..0079d58 --- /dev/null +++ b/configs/arndale_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ARNDALE=y diff --git a/configs/aspenite_defconfig b/configs/aspenite_defconfig new file mode 100644 index 0000000..0b341d6 --- /dev/null +++ b/configs/aspenite_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ASPENITE=y diff --git a/configs/astro_mcf5373l_defconfig b/configs/astro_mcf5373l_defconfig new file mode 100644 index 0000000..6807aee --- /dev/null +++ b/configs/astro_mcf5373l_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_ASTRO_MCF5373L=y diff --git a/configs/at91rm9200ek_defconfig b/configs/at91rm9200ek_defconfig new file mode 100644 index 0000000..95b5c27 --- /dev/null +++ b/configs/at91rm9200ek_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91RM9200EK=y diff --git a/configs/at91rm9200ek_ram_defconfig b/configs/at91rm9200ek_ram_defconfig new file mode 100644 index 0000000..365ed94 --- /dev/null +++ b/configs/at91rm9200ek_ram_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91RM9200EK_RAM=y diff --git a/configs/at91sam9260ek_dataflash_cs0_defconfig b/configs/at91sam9260ek_dataflash_cs0_defconfig new file mode 100644 index 0000000..824ee15 --- /dev/null +++ b/configs/at91sam9260ek_dataflash_cs0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9260EK_DATAFLASH_CS0=y diff --git a/configs/at91sam9260ek_dataflash_cs1_defconfig b/configs/at91sam9260ek_dataflash_cs1_defconfig new file mode 100644 index 0000000..5fbda64 --- /dev/null +++ b/configs/at91sam9260ek_dataflash_cs1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9260EK_DATAFLASH_CS1=y diff --git a/configs/at91sam9260ek_nandflash_defconfig b/configs/at91sam9260ek_nandflash_defconfig new file mode 100644 index 0000000..36c38c7 --- /dev/null +++ b/configs/at91sam9260ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9260EK_NANDFLASH=y diff --git a/configs/at91sam9261ek_dataflash_cs0_defconfig b/configs/at91sam9261ek_dataflash_cs0_defconfig new file mode 100644 index 0000000..ada80a6 --- /dev/null +++ b/configs/at91sam9261ek_dataflash_cs0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9261EK_DATAFLASH_CS0=y diff --git a/configs/at91sam9261ek_dataflash_cs3_defconfig b/configs/at91sam9261ek_dataflash_cs3_defconfig new file mode 100644 index 0000000..00605f1 --- /dev/null +++ b/configs/at91sam9261ek_dataflash_cs3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9261EK_DATAFLASH_CS3=y diff --git a/configs/at91sam9261ek_nandflash_defconfig b/configs/at91sam9261ek_nandflash_defconfig new file mode 100644 index 0000000..0789c8d --- /dev/null +++ b/configs/at91sam9261ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9261EK_NANDFLASH=y diff --git a/configs/at91sam9263ek_dataflash_cs0_defconfig b/configs/at91sam9263ek_dataflash_cs0_defconfig new file mode 100644 index 0000000..877cc9e --- /dev/null +++ b/configs/at91sam9263ek_dataflash_cs0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9263EK_DATAFLASH_CS0=y diff --git a/configs/at91sam9263ek_dataflash_defconfig b/configs/at91sam9263ek_dataflash_defconfig new file mode 100644 index 0000000..969bf09 --- /dev/null +++ b/configs/at91sam9263ek_dataflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9263EK_DATAFLASH=y diff --git a/configs/at91sam9263ek_nandflash_defconfig b/configs/at91sam9263ek_nandflash_defconfig new file mode 100644 index 0000000..7f15115 --- /dev/null +++ b/configs/at91sam9263ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9263EK_NANDFLASH=y diff --git a/configs/at91sam9263ek_norflash_boot_defconfig b/configs/at91sam9263ek_norflash_boot_defconfig new file mode 100644 index 0000000..ddcb25b --- /dev/null +++ b/configs/at91sam9263ek_norflash_boot_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9263EK_NORFLASH_BOOT=y diff --git a/configs/at91sam9263ek_norflash_defconfig b/configs/at91sam9263ek_norflash_defconfig new file mode 100644 index 0000000..6245578 --- /dev/null +++ b/configs/at91sam9263ek_norflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9263EK_NORFLASH=y diff --git a/configs/at91sam9g10ek_dataflash_cs0_defconfig b/configs/at91sam9g10ek_dataflash_cs0_defconfig new file mode 100644 index 0000000..d2a1d02 --- /dev/null +++ b/configs/at91sam9g10ek_dataflash_cs0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G10EK_DATAFLASH_CS0=y diff --git a/configs/at91sam9g10ek_dataflash_cs3_defconfig b/configs/at91sam9g10ek_dataflash_cs3_defconfig new file mode 100644 index 0000000..5751065 --- /dev/null +++ b/configs/at91sam9g10ek_dataflash_cs3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G10EK_DATAFLASH_CS3=y diff --git a/configs/at91sam9g10ek_nandflash_defconfig b/configs/at91sam9g10ek_nandflash_defconfig new file mode 100644 index 0000000..0202c3d --- /dev/null +++ b/configs/at91sam9g10ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G10EK_NANDFLASH=y diff --git a/configs/at91sam9g20ek_2mmc_nandflash_defconfig b/configs/at91sam9g20ek_2mmc_nandflash_defconfig new file mode 100644 index 0000000..ca1e62f --- /dev/null +++ b/configs/at91sam9g20ek_2mmc_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G20EK_2MMC_NANDFLASH=y diff --git a/configs/at91sam9g20ek_dataflash_cs0_defconfig b/configs/at91sam9g20ek_dataflash_cs0_defconfig new file mode 100644 index 0000000..97b8ecc --- /dev/null +++ b/configs/at91sam9g20ek_dataflash_cs0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G20EK_DATAFLASH_CS0=y diff --git a/configs/at91sam9g20ek_dataflash_cs1_defconfig b/configs/at91sam9g20ek_dataflash_cs1_defconfig new file mode 100644 index 0000000..3bac2e6 --- /dev/null +++ b/configs/at91sam9g20ek_dataflash_cs1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G20EK_DATAFLASH_CS1=y diff --git a/configs/at91sam9g20ek_mmc_defconfig b/configs/at91sam9g20ek_mmc_defconfig new file mode 100644 index 0000000..35d25ba --- /dev/null +++ b/configs/at91sam9g20ek_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G20EK_MMC=y diff --git a/configs/at91sam9g20ek_nandflash_defconfig b/configs/at91sam9g20ek_nandflash_defconfig new file mode 100644 index 0000000..412ce9d --- /dev/null +++ b/configs/at91sam9g20ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9G20EK_NANDFLASH=y diff --git a/configs/at91sam9m10g45ek_nandflash_defconfig b/configs/at91sam9m10g45ek_nandflash_defconfig new file mode 100644 index 0000000..45bf77e --- /dev/null +++ b/configs/at91sam9m10g45ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9M10G45EK_NANDFLASH=y diff --git a/configs/at91sam9n12ek_mmc_defconfig b/configs/at91sam9n12ek_mmc_defconfig new file mode 100644 index 0000000..6009fda --- /dev/null +++ b/configs/at91sam9n12ek_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9N12EK_MMC=y diff --git a/configs/at91sam9n12ek_nandflash_defconfig b/configs/at91sam9n12ek_nandflash_defconfig new file mode 100644 index 0000000..1d3e964 --- /dev/null +++ b/configs/at91sam9n12ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9N12EK_NANDFLASH=y diff --git a/configs/at91sam9n12ek_spiflash_defconfig b/configs/at91sam9n12ek_spiflash_defconfig new file mode 100644 index 0000000..844506f --- /dev/null +++ b/configs/at91sam9n12ek_spiflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9N12EK_SPIFLASH=y diff --git a/configs/at91sam9rlek_dataflash_defconfig b/configs/at91sam9rlek_dataflash_defconfig new file mode 100644 index 0000000..a0c5648 --- /dev/null +++ b/configs/at91sam9rlek_dataflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9RLEK_DATAFLASH=y diff --git a/configs/at91sam9rlek_nandflash_defconfig b/configs/at91sam9rlek_nandflash_defconfig new file mode 100644 index 0000000..3350f0e --- /dev/null +++ b/configs/at91sam9rlek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9RLEK_NANDFLASH=y diff --git a/configs/at91sam9x5ek_dataflash_defconfig b/configs/at91sam9x5ek_dataflash_defconfig new file mode 100644 index 0000000..e290879 --- /dev/null +++ b/configs/at91sam9x5ek_dataflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9X5EK_DATAFLASH=y diff --git a/configs/at91sam9x5ek_mmc_defconfig b/configs/at91sam9x5ek_mmc_defconfig new file mode 100644 index 0000000..65a2976 --- /dev/null +++ b/configs/at91sam9x5ek_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9X5EK_MMC=y diff --git a/configs/at91sam9x5ek_nandflash_defconfig b/configs/at91sam9x5ek_nandflash_defconfig new file mode 100644 index 0000000..e746a01 --- /dev/null +++ b/configs/at91sam9x5ek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9X5EK_NANDFLASH=y diff --git a/configs/at91sam9x5ek_spiflash_defconfig b/configs/at91sam9x5ek_spiflash_defconfig new file mode 100644 index 0000000..5c6ec8e --- /dev/null +++ b/configs/at91sam9x5ek_spiflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9X5EK_SPIFLASH=y diff --git a/configs/at91sam9xeek_dataflash_cs0_defconfig b/configs/at91sam9xeek_dataflash_cs0_defconfig new file mode 100644 index 0000000..b06b375 --- /dev/null +++ b/configs/at91sam9xeek_dataflash_cs0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9XEEK_DATAFLASH_CS0=y diff --git a/configs/at91sam9xeek_dataflash_cs1_defconfig b/configs/at91sam9xeek_dataflash_cs1_defconfig new file mode 100644 index 0000000..e3fd724 --- /dev/null +++ b/configs/at91sam9xeek_dataflash_cs1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9XEEK_DATAFLASH_CS1=y diff --git a/configs/at91sam9xeek_nandflash_defconfig b/configs/at91sam9xeek_nandflash_defconfig new file mode 100644 index 0000000..bacb18f --- /dev/null +++ b/configs/at91sam9xeek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AT91SAM9XEEK_NANDFLASH=y diff --git a/configs/atc_defconfig b/configs/atc_defconfig new file mode 100644 index 0000000..5716a03 --- /dev/null +++ b/configs/atc_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ATC=y diff --git a/configs/atngw100_defconfig b/configs/atngw100_defconfig new file mode 100644 index 0000000..cd79990 --- /dev/null +++ b/configs/atngw100_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_ATNGW100=y diff --git a/configs/atngw100mkii_defconfig b/configs/atngw100mkii_defconfig new file mode 100644 index 0000000..88b1de2 --- /dev/null +++ b/configs/atngw100mkii_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_ATNGW100MKII=y diff --git a/configs/atstk1002_defconfig b/configs/atstk1002_defconfig new file mode 100644 index 0000000..d6e9a77 --- /dev/null +++ b/configs/atstk1002_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_ATSTK1002=y diff --git a/configs/atstk1003_defconfig b/configs/atstk1003_defconfig new file mode 100644 index 0000000..b704532 --- /dev/null +++ b/configs/atstk1003_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_ATSTK1003=y diff --git a/configs/atstk1004_defconfig b/configs/atstk1004_defconfig new file mode 100644 index 0000000..7650254 --- /dev/null +++ b/configs/atstk1004_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_ATSTK1004=y diff --git a/configs/atstk1006_defconfig b/configs/atstk1006_defconfig new file mode 100644 index 0000000..54beb0b --- /dev/null +++ b/configs/atstk1006_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_ATSTK1006=y diff --git a/configs/axm_defconfig b/configs/axm_defconfig new file mode 100644 index 0000000..e42f881 --- /dev/null +++ b/configs/axm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AXM=y diff --git a/configs/axs101_defconfig b/configs/axs101_defconfig new file mode 100644 index 0000000..bfa314e --- /dev/null +++ b/configs/axs101_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARC=y +CONFIG_TARGET_AXS101=y diff --git a/configs/balloon3_defconfig b/configs/balloon3_defconfig new file mode 100644 index 0000000..a1f4adb --- /dev/null +++ b/configs/balloon3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_BALLOON3=y diff --git a/configs/bamboo_defconfig b/configs/bamboo_defconfig new file mode 100644 index 0000000..0560a7d --- /dev/null +++ b/configs/bamboo_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BAMBOO=y diff --git a/configs/bcm28155_ap_defconfig b/configs/bcm28155_ap_defconfig new file mode 100644 index 0000000..0a1c592 --- /dev/null +++ b/configs/bcm28155_ap_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_BCM28155_AP=y diff --git a/configs/bct-brettl2_defconfig b/configs/bct-brettl2_defconfig new file mode 100644 index 0000000..3676306 --- /dev/null +++ b/configs/bct-brettl2_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BCT_BRETTL2=y diff --git a/configs/beaver_defconfig b/configs/beaver_defconfig new file mode 100644 index 0000000..265567b --- /dev/null +++ b/configs/beaver_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_BEAVER=y diff --git a/configs/bf506f-ezkit_defconfig b/configs/bf506f-ezkit_defconfig new file mode 100644 index 0000000..f81f412 --- /dev/null +++ b/configs/bf506f-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF506F_EZKIT=y diff --git a/configs/bf518f-ezbrd_defconfig b/configs/bf518f-ezbrd_defconfig new file mode 100644 index 0000000..a93eed0 --- /dev/null +++ b/configs/bf518f-ezbrd_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF518F_EZBRD=y diff --git a/configs/bf525-ucr2_defconfig b/configs/bf525-ucr2_defconfig new file mode 100644 index 0000000..692e006 --- /dev/null +++ b/configs/bf525-ucr2_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF525_UCR2=y diff --git a/configs/bf526-ezbrd_defconfig b/configs/bf526-ezbrd_defconfig new file mode 100644 index 0000000..4a45223 --- /dev/null +++ b/configs/bf526-ezbrd_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF526_EZBRD=y diff --git a/configs/bf527-ad7160-eval_defconfig b/configs/bf527-ad7160-eval_defconfig new file mode 100644 index 0000000..d9db715 --- /dev/null +++ b/configs/bf527-ad7160-eval_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF527_AD7160_EVAL=y diff --git a/configs/bf527-ezkit-v2_defconfig b/configs/bf527-ezkit-v2_defconfig new file mode 100644 index 0000000..887d885 --- /dev/null +++ b/configs/bf527-ezkit-v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF527_EZKIT_V2=y diff --git a/configs/bf527-ezkit_defconfig b/configs/bf527-ezkit_defconfig new file mode 100644 index 0000000..3ed77a6 --- /dev/null +++ b/configs/bf527-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF527_EZKIT=y diff --git a/configs/bf527-sdp_defconfig b/configs/bf527-sdp_defconfig new file mode 100644 index 0000000..0f8c28c --- /dev/null +++ b/configs/bf527-sdp_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF527_SDP=y diff --git a/configs/bf533-ezkit_defconfig b/configs/bf533-ezkit_defconfig new file mode 100644 index 0000000..217d4c3 --- /dev/null +++ b/configs/bf533-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF533_EZKIT=y diff --git a/configs/bf533-stamp_defconfig b/configs/bf533-stamp_defconfig new file mode 100644 index 0000000..a99b3c7 --- /dev/null +++ b/configs/bf533-stamp_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF533_STAMP=y diff --git a/configs/bf537-minotaur_defconfig b/configs/bf537-minotaur_defconfig new file mode 100644 index 0000000..e76118f --- /dev/null +++ b/configs/bf537-minotaur_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF537_MINOTAUR=y diff --git a/configs/bf537-pnav_defconfig b/configs/bf537-pnav_defconfig new file mode 100644 index 0000000..ba5eaaa --- /dev/null +++ b/configs/bf537-pnav_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF537_PNAV=y diff --git a/configs/bf537-srv1_defconfig b/configs/bf537-srv1_defconfig new file mode 100644 index 0000000..61ac0e7 --- /dev/null +++ b/configs/bf537-srv1_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF537_SRV1=y diff --git a/configs/bf537-stamp_defconfig b/configs/bf537-stamp_defconfig new file mode 100644 index 0000000..d9daf7e --- /dev/null +++ b/configs/bf537-stamp_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF537_STAMP=y diff --git a/configs/bf538f-ezkit_defconfig b/configs/bf538f-ezkit_defconfig new file mode 100644 index 0000000..0507cb2 --- /dev/null +++ b/configs/bf538f-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF538F_EZKIT=y diff --git a/configs/bf548-ezkit_defconfig b/configs/bf548-ezkit_defconfig new file mode 100644 index 0000000..7bb4064 --- /dev/null +++ b/configs/bf548-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF548_EZKIT=y diff --git a/configs/bf561-acvilon_defconfig b/configs/bf561-acvilon_defconfig new file mode 100644 index 0000000..ba8a418 --- /dev/null +++ b/configs/bf561-acvilon_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF561_ACVILON=y diff --git a/configs/bf561-ezkit_defconfig b/configs/bf561-ezkit_defconfig new file mode 100644 index 0000000..7ceb1d9 --- /dev/null +++ b/configs/bf561-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF561_EZKIT=y diff --git a/configs/bf609-ezkit_defconfig b/configs/bf609-ezkit_defconfig new file mode 100644 index 0000000..2bfb6a5 --- /dev/null +++ b/configs/bf609-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BF609_EZKIT=y diff --git a/configs/bg0900_defconfig b/configs/bg0900_defconfig new file mode 100644 index 0000000..bc873be --- /dev/null +++ b/configs/bg0900_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_BG0900=y diff --git a/configs/blackstamp_defconfig b/configs/blackstamp_defconfig new file mode 100644 index 0000000..d531ffc --- /dev/null +++ b/configs/blackstamp_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BLACKSTAMP=y diff --git a/configs/blackvme_defconfig b/configs/blackvme_defconfig new file mode 100644 index 0000000..1ec2fa9 --- /dev/null +++ b/configs/blackvme_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BLACKVME=y diff --git a/configs/bluestone_defconfig b/configs/bluestone_defconfig new file mode 100644 index 0000000..2cf3201 --- /dev/null +++ b/configs/bluestone_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BLUESTONE=y diff --git a/configs/br4_defconfig b/configs/br4_defconfig new file mode 100644 index 0000000..9d91933 --- /dev/null +++ b/configs/br4_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_BR4=y diff --git a/configs/bubinga_defconfig b/configs/bubinga_defconfig new file mode 100644 index 0000000..8ee3e92 --- /dev/null +++ b/configs/bubinga_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BUBINGA=y diff --git a/configs/caddy2_defconfig b/configs/caddy2_defconfig new file mode 100644 index 0000000..98dcabc --- /dev/null +++ b/configs/caddy2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CADDY2=y diff --git a/configs/calimain_defconfig b/configs/calimain_defconfig new file mode 100644 index 0000000..a808ddf --- /dev/null +++ b/configs/calimain_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CALIMAIN=y diff --git a/configs/cam5200_defconfig b/configs/cam5200_defconfig new file mode 100644 index 0000000..cb24b94 --- /dev/null +++ b/configs/cam5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CAM5200=y diff --git a/configs/cam5200_niosflash_defconfig b/configs/cam5200_niosflash_defconfig new file mode 100644 index 0000000..ae0308a --- /dev/null +++ b/configs/cam5200_niosflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CAM5200_NIOSFLASH=y diff --git a/configs/cam_enc_4xx_defconfig b/configs/cam_enc_4xx_defconfig new file mode 100644 index 0000000..a2d3743 --- /dev/null +++ b/configs/cam_enc_4xx_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_CAM_ENC_4XX=y diff --git a/configs/canmb_defconfig b/configs/canmb_defconfig new file mode 100644 index 0000000..efa207a --- /dev/null +++ b/configs/canmb_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CANMB=y diff --git a/configs/canyonlands_defconfig b/configs/canyonlands_defconfig new file mode 100644 index 0000000..b465e44 --- /dev/null +++ b/configs/canyonlands_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CANYONLANDS=y diff --git a/configs/cardhu_defconfig b/configs/cardhu_defconfig new file mode 100644 index 0000000..5b525bb --- /dev/null +++ b/configs/cardhu_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_CARDHU=y diff --git a/configs/cgtqmx6qeval_defconfig b/configs/cgtqmx6qeval_defconfig new file mode 100644 index 0000000..8e7e865 --- /dev/null +++ b/configs/cgtqmx6qeval_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CGTQMX6QEVAL=y diff --git a/configs/charon_defconfig b/configs/charon_defconfig new file mode 100644 index 0000000..d534a67 --- /dev/null +++ b/configs/charon_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CHARON=y diff --git a/configs/cm-bf527_defconfig b/configs/cm-bf527_defconfig new file mode 100644 index 0000000..cb5110c --- /dev/null +++ b/configs/cm-bf527_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_CM_BF527=y diff --git a/configs/cm-bf533_defconfig b/configs/cm-bf533_defconfig new file mode 100644 index 0000000..aa38d0e --- /dev/null +++ b/configs/cm-bf533_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_CM_BF533=y diff --git a/configs/cm-bf537e_defconfig b/configs/cm-bf537e_defconfig new file mode 100644 index 0000000..b9deaae --- /dev/null +++ b/configs/cm-bf537e_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_CM_BF537E=y diff --git a/configs/cm-bf537u_defconfig b/configs/cm-bf537u_defconfig new file mode 100644 index 0000000..16f7ae1 --- /dev/null +++ b/configs/cm-bf537u_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_CM_BF537U=y diff --git a/configs/cm-bf548_defconfig b/configs/cm-bf548_defconfig new file mode 100644 index 0000000..e60306a --- /dev/null +++ b/configs/cm-bf548_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_CM_BF548=y diff --git a/configs/cm-bf561_defconfig b/configs/cm-bf561_defconfig new file mode 100644 index 0000000..1b9301c --- /dev/null +++ b/configs/cm-bf561_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_CM_BF561=y diff --git a/configs/cm4008_defconfig b/configs/cm4008_defconfig new file mode 100644 index 0000000..487589d --- /dev/null +++ b/configs/cm4008_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CM4008=y diff --git a/configs/cm41xx_defconfig b/configs/cm41xx_defconfig new file mode 100644 index 0000000..15e9362 --- /dev/null +++ b/configs/cm41xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CM41XX=y diff --git a/configs/cm5200_defconfig b/configs/cm5200_defconfig new file mode 100644 index 0000000..e453ed0 --- /dev/null +++ b/configs/cm5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CM5200=y diff --git a/configs/cm_t335_defconfig b/configs/cm_t335_defconfig new file mode 100644 index 0000000..d189799 --- /dev/null +++ b/configs/cm_t335_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_CM_T335=y diff --git a/configs/cm_t35_defconfig b/configs/cm_t35_defconfig new file mode 100644 index 0000000..08b8c8b --- /dev/null +++ b/configs/cm_t35_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_CM_T35=y diff --git a/configs/cmi_mpc5xx_defconfig b/configs/cmi_mpc5xx_defconfig new file mode 100644 index 0000000..2f45c50 --- /dev/null +++ b/configs/cmi_mpc5xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CMI_MPC5XX=y diff --git a/configs/cobra5272_defconfig b/configs/cobra5272_defconfig new file mode 100644 index 0000000..dc1552d --- /dev/null +++ b/configs/cobra5272_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_COBRA5272=y diff --git a/configs/cogent_mpc8260_defconfig b/configs/cogent_mpc8260_defconfig new file mode 100644 index 0000000..8f940fd --- /dev/null +++ b/configs/cogent_mpc8260_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_COGENT_MPC8260=y diff --git a/configs/cogent_mpc8xx_defconfig b/configs/cogent_mpc8xx_defconfig new file mode 100644 index 0000000..ebde323 --- /dev/null +++ b/configs/cogent_mpc8xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_COGENT_MPC8XX=y diff --git a/configs/colibri_pxa270_defconfig b/configs/colibri_pxa270_defconfig new file mode 100644 index 0000000..c8faf0b --- /dev/null +++ b/configs/colibri_pxa270_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_COLIBRI_PXA270=y diff --git a/configs/colibri_t20_iris_defconfig b/configs/colibri_t20_iris_defconfig new file mode 100644 index 0000000..60bd00c --- /dev/null +++ b/configs/colibri_t20_iris_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_COLIBRI_T20_IRIS=y diff --git a/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig b/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig new file mode 100644 index 0000000..3093b34 --- /dev/null +++ b/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CONTROLCENTERD_36BIT_SDCARD_DEVELOP=y diff --git a/configs/controlcenterd_36BIT_SDCARD_defconfig b/configs/controlcenterd_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..6cc6053 --- /dev/null +++ b/configs/controlcenterd_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CONTROLCENTERD_36BIT_SDCARD=y diff --git a/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig b/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig new file mode 100644 index 0000000..7c725bc --- /dev/null +++ b/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CONTROLCENTERD_TRAILBLAZER_DEVELOP=y diff --git a/configs/controlcenterd_TRAILBLAZER_defconfig b/configs/controlcenterd_TRAILBLAZER_defconfig new file mode 100644 index 0000000..6287658 --- /dev/null +++ b/configs/controlcenterd_TRAILBLAZER_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CONTROLCENTERD_TRAILBLAZER=y diff --git a/configs/coreboot-x86_defconfig b/configs/coreboot-x86_defconfig new file mode 100644 index 0000000..39dcdc1 --- /dev/null +++ b/configs/coreboot-x86_defconfig @@ -0,0 +1,2 @@ +CONFIG_X86=y +CONFIG_TARGET_COREBOOT_X86=y diff --git a/configs/corvus_defconfig b/configs/corvus_defconfig new file mode 100644 index 0000000..49451d9 --- /dev/null +++ b/configs/corvus_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CORVUS=y diff --git a/configs/cpci5200_defconfig b/configs/cpci5200_defconfig new file mode 100644 index 0000000..2de2f0b --- /dev/null +++ b/configs/cpci5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CPCI5200=y diff --git a/configs/cpu9260_128M_defconfig b/configs/cpu9260_128M_defconfig new file mode 100644 index 0000000..6ac5978 --- /dev/null +++ b/configs/cpu9260_128M_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9260_128M=y diff --git a/configs/cpu9260_defconfig b/configs/cpu9260_defconfig new file mode 100644 index 0000000..b8c532f --- /dev/null +++ b/configs/cpu9260_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9260=y diff --git a/configs/cpu9260_nand_128M_defconfig b/configs/cpu9260_nand_128M_defconfig new file mode 100644 index 0000000..71777ce --- /dev/null +++ b/configs/cpu9260_nand_128M_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9260_NAND_128M=y diff --git a/configs/cpu9260_nand_defconfig b/configs/cpu9260_nand_defconfig new file mode 100644 index 0000000..d165248 --- /dev/null +++ b/configs/cpu9260_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9260_NAND=y diff --git a/configs/cpu9G20_128M_defconfig b/configs/cpu9G20_128M_defconfig new file mode 100644 index 0000000..d2080d0 --- /dev/null +++ b/configs/cpu9G20_128M_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9G20_128M=y diff --git a/configs/cpu9G20_defconfig b/configs/cpu9G20_defconfig new file mode 100644 index 0000000..be84fae --- /dev/null +++ b/configs/cpu9G20_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9G20=y diff --git a/configs/cpu9G20_nand_128M_defconfig b/configs/cpu9G20_nand_128M_defconfig new file mode 100644 index 0000000..de2ec14 --- /dev/null +++ b/configs/cpu9G20_nand_128M_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9G20_NAND_128M=y diff --git a/configs/cpu9G20_nand_defconfig b/configs/cpu9G20_nand_defconfig new file mode 100644 index 0000000..3735bc5 --- /dev/null +++ b/configs/cpu9G20_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPU9G20_NAND=y diff --git a/configs/cpuat91_defconfig b/configs/cpuat91_defconfig new file mode 100644 index 0000000..d25bd3a --- /dev/null +++ b/configs/cpuat91_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPUAT91=y diff --git a/configs/cpuat91_ram_defconfig b/configs/cpuat91_ram_defconfig new file mode 100644 index 0000000..42c3291 --- /dev/null +++ b/configs/cpuat91_ram_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CPUAT91_RAM=y diff --git a/configs/csb272_defconfig b/configs/csb272_defconfig new file mode 100644 index 0000000..ac426f9 --- /dev/null +++ b/configs/csb272_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CSB272=y diff --git a/configs/csb472_defconfig b/configs/csb472_defconfig new file mode 100644 index 0000000..4031960 --- /dev/null +++ b/configs/csb472_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_CSB472=y diff --git a/configs/d2net_v2_defconfig b/configs/d2net_v2_defconfig new file mode 100644 index 0000000..ee2224c --- /dev/null +++ b/configs/d2net_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_D2NET_V2=y diff --git a/configs/da830evm_defconfig b/configs/da830evm_defconfig new file mode 100644 index 0000000..49e74c3 --- /dev/null +++ b/configs/da830evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DA830EVM=y diff --git a/configs/da850_am18xxevm_defconfig b/configs/da850_am18xxevm_defconfig new file mode 100644 index 0000000..c6b8a5f --- /dev/null +++ b/configs/da850_am18xxevm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DA850_AM18XXEVM=y diff --git a/configs/da850evm_defconfig b/configs/da850evm_defconfig new file mode 100644 index 0000000..2e2d6c8 --- /dev/null +++ b/configs/da850evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DA850EVM=y diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig new file mode 100644 index 0000000..6f5e0c7 --- /dev/null +++ b/configs/da850evm_direct_nor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DA850EVM_DIRECT_NOR=y diff --git a/configs/dalmore_defconfig b/configs/dalmore_defconfig new file mode 100644 index 0000000..15cf709 --- /dev/null +++ b/configs/dalmore_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DALMORE=y diff --git a/configs/davinci_dm355evm_defconfig b/configs/davinci_dm355evm_defconfig new file mode 100644 index 0000000..ef0b854 --- /dev/null +++ b/configs/davinci_dm355evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_DM355EVM=y diff --git a/configs/davinci_dm355leopard_defconfig b/configs/davinci_dm355leopard_defconfig new file mode 100644 index 0000000..22da9f3 --- /dev/null +++ b/configs/davinci_dm355leopard_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_DM355LEOPARD=y diff --git a/configs/davinci_dm365evm_defconfig b/configs/davinci_dm365evm_defconfig new file mode 100644 index 0000000..dfae0b2 --- /dev/null +++ b/configs/davinci_dm365evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_DM365EVM=y diff --git a/configs/davinci_dm6467Tevm_defconfig b/configs/davinci_dm6467Tevm_defconfig new file mode 100644 index 0000000..1cfb3be --- /dev/null +++ b/configs/davinci_dm6467Tevm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_DM6467TEVM=y diff --git a/configs/davinci_dm6467evm_defconfig b/configs/davinci_dm6467evm_defconfig new file mode 100644 index 0000000..791ab8c --- /dev/null +++ b/configs/davinci_dm6467evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_DM6467EVM=y diff --git a/configs/davinci_dvevm_defconfig b/configs/davinci_dvevm_defconfig new file mode 100644 index 0000000..eb53692 --- /dev/null +++ b/configs/davinci_dvevm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_DVEVM=y diff --git a/configs/davinci_schmoogie_defconfig b/configs/davinci_schmoogie_defconfig new file mode 100644 index 0000000..bc166ab --- /dev/null +++ b/configs/davinci_schmoogie_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_SCHMOOGIE=y diff --git a/configs/davinci_sffsdr_defconfig b/configs/davinci_sffsdr_defconfig new file mode 100644 index 0000000..ea9cf88 --- /dev/null +++ b/configs/davinci_sffsdr_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_SFFSDR=y diff --git a/configs/davinci_sonata_defconfig b/configs/davinci_sonata_defconfig new file mode 100644 index 0000000..2c9cd4f --- /dev/null +++ b/configs/davinci_sonata_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DAVINCI_SONATA=y diff --git a/configs/dbau1000_defconfig b/configs/dbau1000_defconfig new file mode 100644 index 0000000..f11a17c --- /dev/null +++ b/configs/dbau1000_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_DBAU1000=y diff --git a/configs/dbau1100_defconfig b/configs/dbau1100_defconfig new file mode 100644 index 0000000..406b981 --- /dev/null +++ b/configs/dbau1100_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_DBAU1100=y diff --git a/configs/dbau1500_defconfig b/configs/dbau1500_defconfig new file mode 100644 index 0000000..45a4e05 --- /dev/null +++ b/configs/dbau1500_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_DBAU1500=y diff --git a/configs/dbau1550_defconfig b/configs/dbau1550_defconfig new file mode 100644 index 0000000..0c30a3d --- /dev/null +++ b/configs/dbau1550_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_DBAU1550=y diff --git a/configs/dbau1550_el_defconfig b/configs/dbau1550_el_defconfig new file mode 100644 index 0000000..a9ecb80 --- /dev/null +++ b/configs/dbau1550_el_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_DBAU1550_EL=y diff --git a/configs/debris_defconfig b/configs/debris_defconfig new file mode 100644 index 0000000..3d55045 --- /dev/null +++ b/configs/debris_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DEBRIS=y diff --git a/configs/devconcenter_defconfig b/configs/devconcenter_defconfig new file mode 100644 index 0000000..76eee0a --- /dev/null +++ b/configs/devconcenter_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DEVCONCENTER=y diff --git a/configs/devkit3250_defconfig b/configs/devkit3250_defconfig new file mode 100644 index 0000000..ba990bc --- /dev/null +++ b/configs/devkit3250_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DEVKIT3250=y diff --git a/configs/devkit8000_defconfig b/configs/devkit8000_defconfig new file mode 100644 index 0000000..608129e --- /dev/null +++ b/configs/devkit8000_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DEVKIT8000=y diff --git a/configs/dig297_defconfig b/configs/dig297_defconfig new file mode 100644 index 0000000..9309ac2 --- /dev/null +++ b/configs/dig297_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DIG297=y diff --git a/configs/digsy_mtc_RAMBOOT_defconfig b/configs/digsy_mtc_RAMBOOT_defconfig new file mode 100644 index 0000000..0f1f83c --- /dev/null +++ b/configs/digsy_mtc_RAMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DIGSY_MTC_RAMBOOT=y diff --git a/configs/digsy_mtc_defconfig b/configs/digsy_mtc_defconfig new file mode 100644 index 0000000..7bc6448 --- /dev/null +++ b/configs/digsy_mtc_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DIGSY_MTC=y diff --git a/configs/digsy_mtc_rev5_RAMBOOT_defconfig b/configs/digsy_mtc_rev5_RAMBOOT_defconfig new file mode 100644 index 0000000..d6a7bfa --- /dev/null +++ b/configs/digsy_mtc_rev5_RAMBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DIGSY_MTC_REV5_RAMBOOT=y diff --git a/configs/digsy_mtc_rev5_defconfig b/configs/digsy_mtc_rev5_defconfig new file mode 100644 index 0000000..f8998e8 --- /dev/null +++ b/configs/digsy_mtc_rev5_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DIGSY_MTC_REV5=y diff --git a/configs/dkb_defconfig b/configs/dkb_defconfig new file mode 100644 index 0000000..0be9578 --- /dev/null +++ b/configs/dkb_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DKB=y diff --git a/configs/dlvision-10g_defconfig b/configs/dlvision-10g_defconfig new file mode 100644 index 0000000..0cd898e --- /dev/null +++ b/configs/dlvision-10g_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DLVISION_10G=y diff --git a/configs/dlvision_defconfig b/configs/dlvision_defconfig new file mode 100644 index 0000000..3576d54 --- /dev/null +++ b/configs/dlvision_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_DLVISION=y diff --git a/configs/dnp5370_defconfig b/configs/dnp5370_defconfig new file mode 100644 index 0000000..0c00087 --- /dev/null +++ b/configs/dnp5370_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_DNP5370=y diff --git a/configs/dns325_defconfig b/configs/dns325_defconfig new file mode 100644 index 0000000..6a18d2a --- /dev/null +++ b/configs/dns325_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DNS325=y diff --git a/configs/dockstar_defconfig b/configs/dockstar_defconfig new file mode 100644 index 0000000..528669e --- /dev/null +++ b/configs/dockstar_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DOCKSTAR=y diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig new file mode 100644 index 0000000..937e46b --- /dev/null +++ b/configs/dra7xx_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DRA7XX_EVM=y diff --git a/configs/dra7xx_evm_uart3_defconfig b/configs/dra7xx_evm_uart3_defconfig new file mode 100644 index 0000000..6cef3b1 --- /dev/null +++ b/configs/dra7xx_evm_uart3_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DRA7XX_EVM_UART3=y diff --git a/configs/dreamplug_defconfig b/configs/dreamplug_defconfig new file mode 100644 index 0000000..49de210 --- /dev/null +++ b/configs/dreamplug_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DREAMPLUG=y diff --git a/configs/dxr2_defconfig b/configs/dxr2_defconfig new file mode 100644 index 0000000..e0f577f --- /dev/null +++ b/configs/dxr2_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_DXR2=y diff --git a/configs/eXalion_defconfig b/configs/eXalion_defconfig new file mode 100644 index 0000000..f738a85 --- /dev/null +++ b/configs/eXalion_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_EXALION=y diff --git a/configs/ea20_defconfig b/configs/ea20_defconfig new file mode 100644 index 0000000..562849d --- /dev/null +++ b/configs/ea20_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_EA20=y diff --git a/configs/eb_cpu5282_defconfig b/configs/eb_cpu5282_defconfig new file mode 100644 index 0000000..0c2c703 --- /dev/null +++ b/configs/eb_cpu5282_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_EB_CPU5282=y diff --git a/configs/eb_cpu5282_internal_defconfig b/configs/eb_cpu5282_internal_defconfig new file mode 100644 index 0000000..e986454 --- /dev/null +++ b/configs/eb_cpu5282_internal_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_EB_CPU5282_INTERNAL=y diff --git a/configs/eb_cpux9k2_defconfig b/configs/eb_cpux9k2_defconfig new file mode 100644 index 0000000..5f0ab44 --- /dev/null +++ b/configs/eb_cpux9k2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_EB_CPUX9K2=y diff --git a/configs/eb_cpux9k2_ram_defconfig b/configs/eb_cpux9k2_ram_defconfig new file mode 100644 index 0000000..6f42169 --- /dev/null +++ b/configs/eb_cpux9k2_ram_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_EB_CPUX9K2_RAM=y diff --git a/configs/ebony_defconfig b/configs/ebony_defconfig new file mode 100644 index 0000000..78abd29 --- /dev/null +++ b/configs/ebony_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_EBONY=y diff --git a/configs/eco5pk_defconfig b/configs/eco5pk_defconfig new file mode 100644 index 0000000..6089cdf --- /dev/null +++ b/configs/eco5pk_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ECO5PK=y diff --git a/configs/ecovec_defconfig b/configs/ecovec_defconfig new file mode 100644 index 0000000..57771e4 --- /dev/null +++ b/configs/ecovec_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_ECOVEC=y diff --git a/configs/edminiv2_defconfig b/configs/edminiv2_defconfig new file mode 100644 index 0000000..82aa684 --- /dev/null +++ b/configs/edminiv2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_EDMINIV2=y diff --git a/configs/enbw_cmc_defconfig b/configs/enbw_cmc_defconfig new file mode 100644 index 0000000..7fe405a --- /dev/null +++ b/configs/enbw_cmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ENBW_CMC=y diff --git a/configs/ep8248_defconfig b/configs/ep8248_defconfig new file mode 100644 index 0000000..e60be38 --- /dev/null +++ b/configs/ep8248_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_EP8248=y diff --git a/configs/ep8260_defconfig b/configs/ep8260_defconfig new file mode 100644 index 0000000..dbe0cc3 --- /dev/null +++ b/configs/ep8260_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_EP8260=y diff --git a/configs/ep82xxm_defconfig b/configs/ep82xxm_defconfig new file mode 100644 index 0000000..70e8d5a --- /dev/null +++ b/configs/ep82xxm_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_EP82XXM=y diff --git a/configs/espt_defconfig b/configs/espt_defconfig new file mode 100644 index 0000000..a50781d --- /dev/null +++ b/configs/espt_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_ESPT=y diff --git a/configs/ethernut5_defconfig b/configs/ethernut5_defconfig new file mode 100644 index 0000000..f6e3567 --- /dev/null +++ b/configs/ethernut5_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ETHERNUT5=y diff --git a/configs/favr-32-ezkit_defconfig b/configs/favr-32-ezkit_defconfig new file mode 100644 index 0000000..941e028 --- /dev/null +++ b/configs/favr-32-ezkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_FAVR_32_EZKIT=y diff --git a/configs/flea3_defconfig b/configs/flea3_defconfig new file mode 100644 index 0000000..ac112cd --- /dev/null +++ b/configs/flea3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_FLEA3=y diff --git a/configs/fo300_defconfig b/configs/fo300_defconfig new file mode 100644 index 0000000..9646a44 --- /dev/null +++ b/configs/fo300_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_FO300=y diff --git a/configs/fx12mm_defconfig b/configs/fx12mm_defconfig new file mode 100644 index 0000000..4309d5e --- /dev/null +++ b/configs/fx12mm_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_FX12MM=y diff --git a/configs/fx12mm_flash_defconfig b/configs/fx12mm_flash_defconfig new file mode 100644 index 0000000..3347e4d --- /dev/null +++ b/configs/fx12mm_flash_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_FX12MM_FLASH=y diff --git a/configs/galaxy5200_LOWBOOT_defconfig b/configs/galaxy5200_LOWBOOT_defconfig new file mode 100644 index 0000000..6a295c1 --- /dev/null +++ b/configs/galaxy5200_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GALAXY5200_LOWBOOT=y diff --git a/configs/galaxy5200_defconfig b/configs/galaxy5200_defconfig new file mode 100644 index 0000000..843257e --- /dev/null +++ b/configs/galaxy5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GALAXY5200=y diff --git a/configs/gdppc440etx_defconfig b/configs/gdppc440etx_defconfig new file mode 100644 index 0000000..5cb96fa --- /dev/null +++ b/configs/gdppc440etx_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GDPPC440ETX=y diff --git a/configs/glacier_defconfig b/configs/glacier_defconfig new file mode 100644 index 0000000..fcf2b5c --- /dev/null +++ b/configs/glacier_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GLACIER=y diff --git a/configs/goflexhome_defconfig b/configs/goflexhome_defconfig new file mode 100644 index 0000000..10fde53 --- /dev/null +++ b/configs/goflexhome_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GOFLEXHOME=y diff --git a/configs/gplugd_defconfig b/configs/gplugd_defconfig new file mode 100644 index 0000000..ec8f45c --- /dev/null +++ b/configs/gplugd_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GPLUGD=y diff --git a/configs/gr_cpci_ax2000_defconfig b/configs/gr_cpci_ax2000_defconfig new file mode 100644 index 0000000..6eb02ad --- /dev/null +++ b/configs/gr_cpci_ax2000_defconfig @@ -0,0 +1,2 @@ +CONFIG_SPARC=y +CONFIG_TARGET_GR_CPCI_AX2000=y diff --git a/configs/gr_ep2s60_defconfig b/configs/gr_ep2s60_defconfig new file mode 100644 index 0000000..6e1eb83 --- /dev/null +++ b/configs/gr_ep2s60_defconfig @@ -0,0 +1,2 @@ +CONFIG_SPARC=y +CONFIG_TARGET_GR_EP2S60=y diff --git a/configs/gr_xc3s_1500_defconfig b/configs/gr_xc3s_1500_defconfig new file mode 100644 index 0000000..da846db --- /dev/null +++ b/configs/gr_xc3s_1500_defconfig @@ -0,0 +1,2 @@ +CONFIG_SPARC=y +CONFIG_TARGET_GR_XC3S_1500=y diff --git a/configs/grasshopper_defconfig b/configs/grasshopper_defconfig new file mode 100644 index 0000000..72013e7 --- /dev/null +++ b/configs/grasshopper_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_GRASSHOPPER=y diff --git a/configs/grsim_defconfig b/configs/grsim_defconfig new file mode 100644 index 0000000..2a7e8e7 --- /dev/null +++ b/configs/grsim_defconfig @@ -0,0 +1,2 @@ +CONFIG_SPARC=y +CONFIG_TARGET_GRSIM=y diff --git a/configs/grsim_leon2_defconfig b/configs/grsim_leon2_defconfig new file mode 100644 index 0000000..e91eb96 --- /dev/null +++ b/configs/grsim_leon2_defconfig @@ -0,0 +1,2 @@ +CONFIG_SPARC=y +CONFIG_TARGET_GRSIM_LEON2=y diff --git a/configs/guruplug_defconfig b/configs/guruplug_defconfig new file mode 100644 index 0000000..f5be577 --- /dev/null +++ b/configs/guruplug_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GURUPLUG=y diff --git a/configs/gw8260_defconfig b/configs/gw8260_defconfig new file mode 100644 index 0000000..9f55095 --- /dev/null +++ b/configs/gw8260_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_GW8260=y diff --git a/configs/gwventanadl1g_defconfig b/configs/gwventanadl1g_defconfig new file mode 100644 index 0000000..dd964c8 --- /dev/null +++ b/configs/gwventanadl1g_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GWVENTANADL1G=y diff --git a/configs/gwventanadl_defconfig b/configs/gwventanadl_defconfig new file mode 100644 index 0000000..668bc3f --- /dev/null +++ b/configs/gwventanadl_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GWVENTANADL=y diff --git a/configs/gwventanaq1g_defconfig b/configs/gwventanaq1g_defconfig new file mode 100644 index 0000000..ced28c1 --- /dev/null +++ b/configs/gwventanaq1g_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GWVENTANAQ1G=y diff --git a/configs/gwventanaq1gspi_defconfig b/configs/gwventanaq1gspi_defconfig new file mode 100644 index 0000000..e36d656 --- /dev/null +++ b/configs/gwventanaq1gspi_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GWVENTANAQ1GSPI=y diff --git a/configs/gwventanaq_defconfig b/configs/gwventanaq_defconfig new file mode 100644 index 0000000..31e4c07 --- /dev/null +++ b/configs/gwventanaq_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_GWVENTANAQ=y diff --git a/configs/h2200_defconfig b/configs/h2200_defconfig new file mode 100644 index 0000000..7040c09 --- /dev/null +++ b/configs/h2200_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_H2200=y diff --git a/configs/haleakala_defconfig b/configs/haleakala_defconfig new file mode 100644 index 0000000..693a5c3 --- /dev/null +++ b/configs/haleakala_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HALEAKALA=y diff --git a/configs/hammerhead_defconfig b/configs/hammerhead_defconfig new file mode 100644 index 0000000..0d69cc6 --- /dev/null +++ b/configs/hammerhead_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_HAMMERHEAD=y diff --git a/configs/harmony_defconfig b/configs/harmony_defconfig new file mode 100644 index 0000000..983e802 --- /dev/null +++ b/configs/harmony_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_HARMONY=y diff --git a/configs/hawkboard_defconfig b/configs/hawkboard_defconfig new file mode 100644 index 0000000..6807970 --- /dev/null +++ b/configs/hawkboard_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_HAWKBOARD=y diff --git a/configs/hawkboard_uart_defconfig b/configs/hawkboard_uart_defconfig new file mode 100644 index 0000000..e3fabb5 --- /dev/null +++ b/configs/hawkboard_uart_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_HAWKBOARD_UART=y diff --git a/configs/hermes_defconfig b/configs/hermes_defconfig new file mode 100644 index 0000000..b348f4b --- /dev/null +++ b/configs/hermes_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HERMES=y diff --git a/configs/highbank_defconfig b/configs/highbank_defconfig new file mode 100644 index 0000000..23fd52d --- /dev/null +++ b/configs/highbank_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_HIGHBANK=y diff --git a/configs/hmi1001_defconfig b/configs/hmi1001_defconfig new file mode 100644 index 0000000..9d2a371 --- /dev/null +++ b/configs/hmi1001_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HMI1001=y diff --git a/configs/hummingboard_solo_defconfig b/configs/hummingboard_solo_defconfig new file mode 100644 index 0000000..2488328 --- /dev/null +++ b/configs/hummingboard_solo_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_HUMMINGBOARD_SOLO=y diff --git a/configs/hymod_defconfig b/configs/hymod_defconfig new file mode 100644 index 0000000..420c63b --- /dev/null +++ b/configs/hymod_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_HYMOD=y diff --git a/configs/ib62x0_defconfig b/configs/ib62x0_defconfig new file mode 100644 index 0000000..d92217e --- /dev/null +++ b/configs/ib62x0_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IB62X0=y diff --git a/configs/ibf-dsp561_defconfig b/configs/ibf-dsp561_defconfig new file mode 100644 index 0000000..41a5c65 --- /dev/null +++ b/configs/ibf-dsp561_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_IBF_DSP561=y diff --git a/configs/icecube_5200_DDR_LOWBOOT08_defconfig b/configs/icecube_5200_DDR_LOWBOOT08_defconfig new file mode 100644 index 0000000..ab46e46 --- /dev/null +++ b/configs/icecube_5200_DDR_LOWBOOT08_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICECUBE_5200_DDR_LOWBOOT08=y diff --git a/configs/icecube_5200_DDR_LOWBOOT_defconfig b/configs/icecube_5200_DDR_LOWBOOT_defconfig new file mode 100644 index 0000000..665f36e --- /dev/null +++ b/configs/icecube_5200_DDR_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICECUBE_5200_DDR_LOWBOOT=y diff --git a/configs/icecube_5200_DDR_defconfig b/configs/icecube_5200_DDR_defconfig new file mode 100644 index 0000000..9165b13 --- /dev/null +++ b/configs/icecube_5200_DDR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICECUBE_5200_DDR=y diff --git a/configs/icecube_5200_LOWBOOT08_defconfig b/configs/icecube_5200_LOWBOOT08_defconfig new file mode 100644 index 0000000..c9b30a2 --- /dev/null +++ b/configs/icecube_5200_LOWBOOT08_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICECUBE_5200_LOWBOOT08=y diff --git a/configs/icecube_5200_LOWBOOT_defconfig b/configs/icecube_5200_LOWBOOT_defconfig new file mode 100644 index 0000000..11a91ab --- /dev/null +++ b/configs/icecube_5200_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICECUBE_5200_LOWBOOT=y diff --git a/configs/icecube_5200_defconfig b/configs/icecube_5200_defconfig new file mode 100644 index 0000000..63b07c9 --- /dev/null +++ b/configs/icecube_5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICECUBE_5200=y diff --git a/configs/icon_defconfig b/configs/icon_defconfig new file mode 100644 index 0000000..85b0e2d --- /dev/null +++ b/configs/icon_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ICON=y diff --git a/configs/iconnect_defconfig b/configs/iconnect_defconfig new file mode 100644 index 0000000..ab83fa6 --- /dev/null +++ b/configs/iconnect_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ICONNECT=y diff --git a/configs/igep0020_defconfig b/configs/igep0020_defconfig new file mode 100644 index 0000000..a3ab513 --- /dev/null +++ b/configs/igep0020_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_IGEP0020=y diff --git a/configs/igep0020_nand_defconfig b/configs/igep0020_nand_defconfig new file mode 100644 index 0000000..af4fc35 --- /dev/null +++ b/configs/igep0020_nand_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_IGEP0020_NAND=y diff --git a/configs/igep0030_defconfig b/configs/igep0030_defconfig new file mode 100644 index 0000000..cfd581f --- /dev/null +++ b/configs/igep0030_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_IGEP0030=y diff --git a/configs/igep0030_nand_defconfig b/configs/igep0030_nand_defconfig new file mode 100644 index 0000000..22330eb --- /dev/null +++ b/configs/igep0030_nand_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_IGEP0030_NAND=y diff --git a/configs/igep0032_defconfig b/configs/igep0032_defconfig new file mode 100644 index 0000000..8d92b4d --- /dev/null +++ b/configs/igep0032_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_IGEP0032=y diff --git a/configs/ima3-mx53_defconfig b/configs/ima3-mx53_defconfig new file mode 100644 index 0000000..268ef1e --- /dev/null +++ b/configs/ima3-mx53_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IMA3_MX53=y diff --git a/configs/imx27lite_defconfig b/configs/imx27lite_defconfig new file mode 100644 index 0000000..03803c6 --- /dev/null +++ b/configs/imx27lite_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IMX27LITE=y diff --git a/configs/imx31_litekit_defconfig b/configs/imx31_litekit_defconfig new file mode 100644 index 0000000..cd41c0e --- /dev/null +++ b/configs/imx31_litekit_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IMX31_LITEKIT=y diff --git a/configs/imx31_phycore_defconfig b/configs/imx31_phycore_defconfig new file mode 100644 index 0000000..563de57 --- /dev/null +++ b/configs/imx31_phycore_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IMX31_PHYCORE=y diff --git a/configs/imx31_phycore_eet_defconfig b/configs/imx31_phycore_eet_defconfig new file mode 100644 index 0000000..0681396 --- /dev/null +++ b/configs/imx31_phycore_eet_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IMX31_PHYCORE_EET=y diff --git a/configs/inetspace_v2_defconfig b/configs/inetspace_v2_defconfig new file mode 100644 index 0000000..78410a0 --- /dev/null +++ b/configs/inetspace_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INETSPACE_V2=y diff --git a/configs/inka4x0_defconfig b/configs/inka4x0_defconfig new file mode 100644 index 0000000..1072980 --- /dev/null +++ b/configs/inka4x0_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_INKA4X0=y diff --git a/configs/integratorap_cm720t_defconfig b/configs/integratorap_cm720t_defconfig new file mode 100644 index 0000000..57c06e5 --- /dev/null +++ b/configs/integratorap_cm720t_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORAP_CM720T=y diff --git a/configs/integratorap_cm920t_defconfig b/configs/integratorap_cm920t_defconfig new file mode 100644 index 0000000..194f4e4 --- /dev/null +++ b/configs/integratorap_cm920t_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORAP_CM920T=y diff --git a/configs/integratorap_cm926ejs_defconfig b/configs/integratorap_cm926ejs_defconfig new file mode 100644 index 0000000..36e86cf --- /dev/null +++ b/configs/integratorap_cm926ejs_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORAP_CM926EJS=y diff --git a/configs/integratorap_cm946es_defconfig b/configs/integratorap_cm946es_defconfig new file mode 100644 index 0000000..6c5a45f --- /dev/null +++ b/configs/integratorap_cm946es_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORAP_CM946ES=y diff --git a/configs/integratorcp_cm1136_defconfig b/configs/integratorcp_cm1136_defconfig new file mode 100644 index 0000000..1078a06 --- /dev/null +++ b/configs/integratorcp_cm1136_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORCP_CM1136=y diff --git a/configs/integratorcp_cm920t_defconfig b/configs/integratorcp_cm920t_defconfig new file mode 100644 index 0000000..8dc814a --- /dev/null +++ b/configs/integratorcp_cm920t_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORCP_CM920T=y diff --git a/configs/integratorcp_cm926ejs_defconfig b/configs/integratorcp_cm926ejs_defconfig new file mode 100644 index 0000000..0713770 --- /dev/null +++ b/configs/integratorcp_cm926ejs_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORCP_CM926EJS=y diff --git a/configs/integratorcp_cm946es_defconfig b/configs/integratorcp_cm946es_defconfig new file mode 100644 index 0000000..93915a1 --- /dev/null +++ b/configs/integratorcp_cm946es_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_INTEGRATORCP_CM946ES=y diff --git a/configs/intip_defconfig b/configs/intip_defconfig new file mode 100644 index 0000000..39a5a47 --- /dev/null +++ b/configs/intip_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_INTIP=y diff --git a/configs/io64_defconfig b/configs/io64_defconfig new file mode 100644 index 0000000..dc59429 --- /dev/null +++ b/configs/io64_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IO64=y diff --git a/configs/io_defconfig b/configs/io_defconfig new file mode 100644 index 0000000..c5396fa --- /dev/null +++ b/configs/io_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IO=y diff --git a/configs/iocon_defconfig b/configs/iocon_defconfig new file mode 100644 index 0000000..b5f1c90 --- /dev/null +++ b/configs/iocon_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IOCON=y diff --git a/configs/ip04_defconfig b/configs/ip04_defconfig new file mode 100644 index 0000000..4f9895a --- /dev/null +++ b/configs/ip04_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_IP04=y diff --git a/configs/ipam390_defconfig b/configs/ipam390_defconfig new file mode 100644 index 0000000..d09eade --- /dev/null +++ b/configs/ipam390_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_IPAM390=y diff --git a/configs/ipek01_defconfig b/configs/ipek01_defconfig new file mode 100644 index 0000000..da34822 --- /dev/null +++ b/configs/ipek01_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_IPEK01=y diff --git a/configs/jadecpu_defconfig b/configs/jadecpu_defconfig new file mode 100644 index 0000000..4348e0e --- /dev/null +++ b/configs/jadecpu_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_JADECPU=y diff --git a/configs/jornada_defconfig b/configs/jornada_defconfig new file mode 100644 index 0000000..ad1c338 --- /dev/null +++ b/configs/jornada_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_JORNADA=y diff --git a/configs/jupiter_defconfig b/configs/jupiter_defconfig new file mode 100644 index 0000000..26358e7 --- /dev/null +++ b/configs/jupiter_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_JUPITER=y diff --git a/configs/katmai_defconfig b/configs/katmai_defconfig new file mode 100644 index 0000000..129d37c --- /dev/null +++ b/configs/katmai_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KATMAI=y diff --git a/configs/kilauea_defconfig b/configs/kilauea_defconfig new file mode 100644 index 0000000..fe22d48 --- /dev/null +++ b/configs/kilauea_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KILAUEA=y diff --git a/configs/km_kirkwood_128m16_defconfig b/configs/km_kirkwood_128m16_defconfig new file mode 100644 index 0000000..55f036c --- /dev/null +++ b/configs/km_kirkwood_128m16_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KM_KIRKWOOD_128M16=y diff --git a/configs/km_kirkwood_defconfig b/configs/km_kirkwood_defconfig new file mode 100644 index 0000000..0d52a81 --- /dev/null +++ b/configs/km_kirkwood_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KM_KIRKWOOD=y diff --git a/configs/km_kirkwood_pci_defconfig b/configs/km_kirkwood_pci_defconfig new file mode 100644 index 0000000..54a04cf --- /dev/null +++ b/configs/km_kirkwood_pci_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KM_KIRKWOOD_PCI=y diff --git a/configs/kmcoge4_defconfig b/configs/kmcoge4_defconfig new file mode 100644 index 0000000..a41261a --- /dev/null +++ b/configs/kmcoge4_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMCOGE4=y diff --git a/configs/kmcoge5ne_defconfig b/configs/kmcoge5ne_defconfig new file mode 100644 index 0000000..915d8f6 --- /dev/null +++ b/configs/kmcoge5ne_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMCOGE5NE=y diff --git a/configs/kmcoge5un_defconfig b/configs/kmcoge5un_defconfig new file mode 100644 index 0000000..4b900e7 --- /dev/null +++ b/configs/kmcoge5un_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KMCOGE5UN=y diff --git a/configs/kmeter1_defconfig b/configs/kmeter1_defconfig new file mode 100644 index 0000000..c995899 --- /dev/null +++ b/configs/kmeter1_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMETER1=y diff --git a/configs/kmlion1_defconfig b/configs/kmlion1_defconfig new file mode 100644 index 0000000..51a3562 --- /dev/null +++ b/configs/kmlion1_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMLION1=y diff --git a/configs/kmnusa_defconfig b/configs/kmnusa_defconfig new file mode 100644 index 0000000..cab037b --- /dev/null +++ b/configs/kmnusa_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KMNUSA=y diff --git a/configs/kmopti2_defconfig b/configs/kmopti2_defconfig new file mode 100644 index 0000000..596df00 --- /dev/null +++ b/configs/kmopti2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMOPTI2=y diff --git a/configs/kmsugp1_defconfig b/configs/kmsugp1_defconfig new file mode 100644 index 0000000..0486a35 --- /dev/null +++ b/configs/kmsugp1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KMSUGP1=y diff --git a/configs/kmsupx5_defconfig b/configs/kmsupx5_defconfig new file mode 100644 index 0000000..37eebbe --- /dev/null +++ b/configs/kmsupx5_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMSUPX5=y diff --git a/configs/kmsuv31_defconfig b/configs/kmsuv31_defconfig new file mode 100644 index 0000000..2910ab1 --- /dev/null +++ b/configs/kmsuv31_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KMSUV31=y diff --git a/configs/kmvect1_defconfig b/configs/kmvect1_defconfig new file mode 100644 index 0000000..d9afaa2 --- /dev/null +++ b/configs/kmvect1_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KMVECT1=y diff --git a/configs/koelsch_defconfig b/configs/koelsch_defconfig new file mode 100644 index 0000000..d63a286 --- /dev/null +++ b/configs/koelsch_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KOELSCH=y diff --git a/configs/koelsch_nor_defconfig b/configs/koelsch_nor_defconfig new file mode 100644 index 0000000..a99ba67 --- /dev/null +++ b/configs/koelsch_nor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KOELSCH_NOR=y diff --git a/configs/korat_defconfig b/configs/korat_defconfig new file mode 100644 index 0000000..018bd82 --- /dev/null +++ b/configs/korat_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KORAT=y diff --git a/configs/korat_perm_defconfig b/configs/korat_perm_defconfig new file mode 100644 index 0000000..650ea48 --- /dev/null +++ b/configs/korat_perm_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KORAT_PERM=y diff --git a/configs/kvme080_defconfig b/configs/kvme080_defconfig new file mode 100644 index 0000000..4bbb13e --- /dev/null +++ b/configs/kvme080_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_KVME080=y diff --git a/configs/kwb_defconfig b/configs/kwb_defconfig new file mode 100644 index 0000000..3a87fd9 --- /dev/null +++ b/configs/kwb_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_KWB=y diff --git a/configs/kzm9g_defconfig b/configs/kzm9g_defconfig new file mode 100644 index 0000000..aaddf82 --- /dev/null +++ b/configs/kzm9g_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KZM9G=y diff --git a/configs/lager_defconfig b/configs/lager_defconfig new file mode 100644 index 0000000..bf1be72 --- /dev/null +++ b/configs/lager_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_LAGER=y diff --git a/configs/lager_nor_defconfig b/configs/lager_nor_defconfig new file mode 100644 index 0000000..ba5fced --- /dev/null +++ b/configs/lager_nor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_LAGER_NOR=y diff --git a/configs/lcd4_lwmon5_defconfig b/configs/lcd4_lwmon5_defconfig new file mode 100644 index 0000000..eb0f1ee --- /dev/null +++ b/configs/lcd4_lwmon5_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_PPC=y +CONFIG_TARGET_LCD4_LWMON5=y diff --git a/configs/lite5200b_LOWBOOT_defconfig b/configs/lite5200b_LOWBOOT_defconfig new file mode 100644 index 0000000..d82aade --- /dev/null +++ b/configs/lite5200b_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LITE5200B_LOWBOOT=y diff --git a/configs/lite5200b_PM_defconfig b/configs/lite5200b_PM_defconfig new file mode 100644 index 0000000..73c440f --- /dev/null +++ b/configs/lite5200b_PM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LITE5200B_PM=y diff --git a/configs/lite5200b_defconfig b/configs/lite5200b_defconfig new file mode 100644 index 0000000..98f9c04 --- /dev/null +++ b/configs/lite5200b_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LITE5200B=y diff --git a/configs/lp8x4x_defconfig b/configs/lp8x4x_defconfig new file mode 100644 index 0000000..2fc2cbc --- /dev/null +++ b/configs/lp8x4x_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_LP8X4X=y diff --git a/configs/lschlv2_defconfig b/configs/lschlv2_defconfig new file mode 100644 index 0000000..fb2192a --- /dev/null +++ b/configs/lschlv2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_LSCHLV2=y diff --git a/configs/lsxhl_defconfig b/configs/lsxhl_defconfig new file mode 100644 index 0000000..a16629e --- /dev/null +++ b/configs/lsxhl_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_LSXHL=y diff --git a/configs/luan_defconfig b/configs/luan_defconfig new file mode 100644 index 0000000..c09fc7b --- /dev/null +++ b/configs/luan_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LUAN=y diff --git a/configs/lwmon5_defconfig b/configs/lwmon5_defconfig new file mode 100644 index 0000000..593cb0f --- /dev/null +++ b/configs/lwmon5_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LWMON5=y diff --git a/configs/lwmon_defconfig b/configs/lwmon_defconfig new file mode 100644 index 0000000..e13a7e8 --- /dev/null +++ b/configs/lwmon_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LWMON=y diff --git a/configs/m28evk_defconfig b/configs/m28evk_defconfig new file mode 100644 index 0000000..d902434 --- /dev/null +++ b/configs/m28evk_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_M28EVK=y diff --git a/configs/m53evk_defconfig b/configs/m53evk_defconfig new file mode 100644 index 0000000..87e8a6f --- /dev/null +++ b/configs/m53evk_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_M53EVK=y diff --git a/configs/magnesium_defconfig b/configs/magnesium_defconfig new file mode 100644 index 0000000..d45cfd7 --- /dev/null +++ b/configs/magnesium_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MAGNESIUM=y diff --git a/configs/makalu_defconfig b/configs/makalu_defconfig new file mode 100644 index 0000000..7bc2be0 --- /dev/null +++ b/configs/makalu_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MAKALU=y diff --git a/configs/malta_defconfig b/configs/malta_defconfig new file mode 100644 index 0000000..1035bd6 --- /dev/null +++ b/configs/malta_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_MALTA=y diff --git a/configs/maltael_defconfig b/configs/maltael_defconfig new file mode 100644 index 0000000..52d49d7 --- /dev/null +++ b/configs/maltael_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_MALTAEL=y diff --git a/configs/mcc200_COM12_SDRAM_defconfig b/configs/mcc200_COM12_SDRAM_defconfig new file mode 100644 index 0000000..5848a71 --- /dev/null +++ b/configs/mcc200_COM12_SDRAM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_COM12_SDRAM=y diff --git a/configs/mcc200_COM12_defconfig b/configs/mcc200_COM12_defconfig new file mode 100644 index 0000000..c31c65c --- /dev/null +++ b/configs/mcc200_COM12_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_COM12=y diff --git a/configs/mcc200_COM12_highboot_SDRAM_defconfig b/configs/mcc200_COM12_highboot_SDRAM_defconfig new file mode 100644 index 0000000..c5049f5 --- /dev/null +++ b/configs/mcc200_COM12_highboot_SDRAM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_COM12_HIGHBOOT_SDRAM=y diff --git a/configs/mcc200_COM12_highboot_defconfig b/configs/mcc200_COM12_highboot_defconfig new file mode 100644 index 0000000..c4e6714 --- /dev/null +++ b/configs/mcc200_COM12_highboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_COM12_HIGHBOOT=y diff --git a/configs/mcc200_SDRAM_defconfig b/configs/mcc200_SDRAM_defconfig new file mode 100644 index 0000000..776e16c --- /dev/null +++ b/configs/mcc200_SDRAM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_SDRAM=y diff --git a/configs/mcc200_defconfig b/configs/mcc200_defconfig new file mode 100644 index 0000000..f372c93 --- /dev/null +++ b/configs/mcc200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200=y diff --git a/configs/mcc200_highboot_SDRAM_defconfig b/configs/mcc200_highboot_SDRAM_defconfig new file mode 100644 index 0000000..d4a9c3a --- /dev/null +++ b/configs/mcc200_highboot_SDRAM_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_HIGHBOOT_SDRAM=y diff --git a/configs/mcc200_highboot_defconfig b/configs/mcc200_highboot_defconfig new file mode 100644 index 0000000..64a3858 --- /dev/null +++ b/configs/mcc200_highboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MCC200_HIGHBOOT=y diff --git a/configs/mcx_defconfig b/configs/mcx_defconfig new file mode 100644 index 0000000..04b3245 --- /dev/null +++ b/configs/mcx_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MCX=y diff --git a/configs/mecp5123_defconfig b/configs/mecp5123_defconfig new file mode 100644 index 0000000..a800794 --- /dev/null +++ b/configs/mecp5123_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MECP5123=y diff --git a/configs/mecp5200_defconfig b/configs/mecp5200_defconfig new file mode 100644 index 0000000..d3c00ad --- /dev/null +++ b/configs/mecp5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MECP5200=y diff --git a/configs/medcom-wide_defconfig b/configs/medcom-wide_defconfig new file mode 100644 index 0000000..ef00c14 --- /dev/null +++ b/configs/medcom-wide_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MEDCOM_WIDE=y diff --git a/configs/meesc_dataflash_defconfig b/configs/meesc_dataflash_defconfig new file mode 100644 index 0000000..10ffa78 --- /dev/null +++ b/configs/meesc_dataflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MEESC_DATAFLASH=y diff --git a/configs/meesc_defconfig b/configs/meesc_defconfig new file mode 100644 index 0000000..0b9bd4b --- /dev/null +++ b/configs/meesc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MEESC=y diff --git a/configs/mgcoge3ne_defconfig b/configs/mgcoge3ne_defconfig new file mode 100644 index 0000000..ecad4f2 --- /dev/null +++ b/configs/mgcoge3ne_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MGCOGE3NE=y diff --git a/configs/mgcoge3un_defconfig b/configs/mgcoge3un_defconfig new file mode 100644 index 0000000..fb48ed5 --- /dev/null +++ b/configs/mgcoge3un_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MGCOGE3UN=y diff --git a/configs/mgcoge_defconfig b/configs/mgcoge_defconfig new file mode 100644 index 0000000..2df6328 --- /dev/null +++ b/configs/mgcoge_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MGCOGE=y diff --git a/configs/microblaze-generic_defconfig b/configs/microblaze-generic_defconfig new file mode 100644 index 0000000..6968a57 --- /dev/null +++ b/configs/microblaze-generic_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_MICROBLAZE=y +CONFIG_TARGET_MICROBLAZE_GENERIC=y diff --git a/configs/mimc200_defconfig b/configs/mimc200_defconfig new file mode 100644 index 0000000..f6edbc7 --- /dev/null +++ b/configs/mimc200_defconfig @@ -0,0 +1,2 @@ +CONFIG_AVR32=y +CONFIG_TARGET_MIMC200=y diff --git a/configs/ml507_defconfig b/configs/ml507_defconfig new file mode 100644 index 0000000..0dc2cdf --- /dev/null +++ b/configs/ml507_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ML507=y diff --git a/configs/ml507_flash_defconfig b/configs/ml507_flash_defconfig new file mode 100644 index 0000000..76e5ae4 --- /dev/null +++ b/configs/ml507_flash_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ML507_FLASH=y diff --git a/configs/motionpro_defconfig b/configs/motionpro_defconfig new file mode 100644 index 0000000..09a11c5 --- /dev/null +++ b/configs/motionpro_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MOTIONPRO=y diff --git a/configs/mpc5121ads_defconfig b/configs/mpc5121ads_defconfig new file mode 100644 index 0000000..3d16541 --- /dev/null +++ b/configs/mpc5121ads_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC5121ADS=y diff --git a/configs/mpc5121ads_rev2_defconfig b/configs/mpc5121ads_rev2_defconfig new file mode 100644 index 0000000..00d87a9 --- /dev/null +++ b/configs/mpc5121ads_rev2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC5121ADS_REV2=y diff --git a/configs/mpc7448hpc2_defconfig b/configs/mpc7448hpc2_defconfig new file mode 100644 index 0000000..30d9afc --- /dev/null +++ b/configs/mpc7448hpc2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC7448HPC2=y diff --git a/configs/mpc8308_p1m_defconfig b/configs/mpc8308_p1m_defconfig new file mode 100644 index 0000000..9cd5646 --- /dev/null +++ b/configs/mpc8308_p1m_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8308_P1M=y diff --git a/configs/mpr2_defconfig b/configs/mpr2_defconfig new file mode 100644 index 0000000..c8be987 --- /dev/null +++ b/configs/mpr2_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_MPR2=y diff --git a/configs/ms7720se_defconfig b/configs/ms7720se_defconfig new file mode 100644 index 0000000..0e3f834 --- /dev/null +++ b/configs/ms7720se_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_MS7720SE=y diff --git a/configs/ms7722se_defconfig b/configs/ms7722se_defconfig new file mode 100644 index 0000000..4acb509 --- /dev/null +++ b/configs/ms7722se_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_MS7722SE=y diff --git a/configs/ms7750se_defconfig b/configs/ms7750se_defconfig new file mode 100644 index 0000000..c23e4c9 --- /dev/null +++ b/configs/ms7750se_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_MS7750SE=y diff --git a/configs/mt_ventoux_defconfig b/configs/mt_ventoux_defconfig new file mode 100644 index 0000000..7397953 --- /dev/null +++ b/configs/mt_ventoux_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MT_VENTOUX=y diff --git a/configs/muas3001_defconfig b/configs/muas3001_defconfig new file mode 100644 index 0000000..0be14f6 --- /dev/null +++ b/configs/muas3001_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MUAS3001=y diff --git a/configs/muas3001_dev_defconfig b/configs/muas3001_dev_defconfig new file mode 100644 index 0000000..e62954c --- /dev/null +++ b/configs/muas3001_dev_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MUAS3001_DEV=y diff --git a/configs/mucmc52_defconfig b/configs/mucmc52_defconfig new file mode 100644 index 0000000..2614722 --- /dev/null +++ b/configs/mucmc52_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MUCMC52=y diff --git a/configs/munices_defconfig b/configs/munices_defconfig new file mode 100644 index 0000000..bb0842e --- /dev/null +++ b/configs/munices_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MUNICES=y diff --git a/configs/mv88f6281gtw_ge_defconfig b/configs/mv88f6281gtw_ge_defconfig new file mode 100644 index 0000000..4e26879 --- /dev/null +++ b/configs/mv88f6281gtw_ge_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MV88F6281GTW_GE=y diff --git a/configs/mx23_olinuxino_defconfig b/configs/mx23_olinuxino_defconfig new file mode 100644 index 0000000..5bb4eb6 --- /dev/null +++ b/configs/mx23_olinuxino_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MX23_OLINUXINO=y diff --git a/configs/mx23evk_defconfig b/configs/mx23evk_defconfig new file mode 100644 index 0000000..a2d2891 --- /dev/null +++ b/configs/mx23evk_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MX23EVK=y diff --git a/configs/mx25pdk_defconfig b/configs/mx25pdk_defconfig new file mode 100644 index 0000000..18bfba9 --- /dev/null +++ b/configs/mx25pdk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX25PDK=y diff --git a/configs/mx28evk_auart_console_defconfig b/configs/mx28evk_auart_console_defconfig new file mode 100644 index 0000000..d7cb24c --- /dev/null +++ b/configs/mx28evk_auart_console_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MX28EVK_AUART_CONSOLE=y diff --git a/configs/mx28evk_defconfig b/configs/mx28evk_defconfig new file mode 100644 index 0000000..0c9b8f0 --- /dev/null +++ b/configs/mx28evk_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MX28EVK=y diff --git a/configs/mx28evk_nand_defconfig b/configs/mx28evk_nand_defconfig new file mode 100644 index 0000000..bedd538 --- /dev/null +++ b/configs/mx28evk_nand_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MX28EVK_NAND=y diff --git a/configs/mx31ads_defconfig b/configs/mx31ads_defconfig new file mode 100644 index 0000000..5105a9a --- /dev/null +++ b/configs/mx31ads_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX31ADS=y diff --git a/configs/mx31pdk_defconfig b/configs/mx31pdk_defconfig new file mode 100644 index 0000000..2d39920 --- /dev/null +++ b/configs/mx31pdk_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_MX31PDK=y diff --git a/configs/mx35pdk_defconfig b/configs/mx35pdk_defconfig new file mode 100644 index 0000000..3d79fe1 --- /dev/null +++ b/configs/mx35pdk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX35PDK=y diff --git a/configs/mx51_efikamx_defconfig b/configs/mx51_efikamx_defconfig new file mode 100644 index 0000000..9c1d720 --- /dev/null +++ b/configs/mx51_efikamx_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX51_EFIKAMX=y diff --git a/configs/mx51_efikasb_defconfig b/configs/mx51_efikasb_defconfig new file mode 100644 index 0000000..4d84748 --- /dev/null +++ b/configs/mx51_efikasb_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX51_EFIKASB=y diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig new file mode 100644 index 0000000..b03abfd --- /dev/null +++ b/configs/mx51evk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX51EVK=y diff --git a/configs/mx53ard_defconfig b/configs/mx53ard_defconfig new file mode 100644 index 0000000..4593bc4 --- /dev/null +++ b/configs/mx53ard_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX53ARD=y diff --git a/configs/mx53evk_defconfig b/configs/mx53evk_defconfig new file mode 100644 index 0000000..ef7873a --- /dev/null +++ b/configs/mx53evk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX53EVK=y diff --git a/configs/mx53loco_defconfig b/configs/mx53loco_defconfig new file mode 100644 index 0000000..6f7e584 --- /dev/null +++ b/configs/mx53loco_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX53LOCO=y diff --git a/configs/mx53smd_defconfig b/configs/mx53smd_defconfig new file mode 100644 index 0000000..25116c0 --- /dev/null +++ b/configs/mx53smd_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX53SMD=y diff --git a/configs/mx6dlsabresd_defconfig b/configs/mx6dlsabresd_defconfig new file mode 100644 index 0000000..b6bf179 --- /dev/null +++ b/configs/mx6dlsabresd_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX6DLSABRESD=y diff --git a/configs/mx6qarm2_defconfig b/configs/mx6qarm2_defconfig new file mode 100644 index 0000000..49c0a7b --- /dev/null +++ b/configs/mx6qarm2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX6QARM2=y diff --git a/configs/mx6qsabreauto_defconfig b/configs/mx6qsabreauto_defconfig new file mode 100644 index 0000000..5b99920 --- /dev/null +++ b/configs/mx6qsabreauto_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX6QSABREAUTO=y diff --git a/configs/mx6qsabrelite_defconfig b/configs/mx6qsabrelite_defconfig new file mode 100644 index 0000000..7d2500e --- /dev/null +++ b/configs/mx6qsabrelite_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX6QSABRELITE=y diff --git a/configs/mx6qsabresd_defconfig b/configs/mx6qsabresd_defconfig new file mode 100644 index 0000000..6027617 --- /dev/null +++ b/configs/mx6qsabresd_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX6QSABRESD=y diff --git a/configs/mx6slevk_defconfig b/configs/mx6slevk_defconfig new file mode 100644 index 0000000..edde042 --- /dev/null +++ b/configs/mx6slevk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX6SLEVK=y diff --git a/configs/neo_defconfig b/configs/neo_defconfig new file mode 100644 index 0000000..2291e2c --- /dev/null +++ b/configs/neo_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_NEO=y diff --git a/configs/net2big_v2_defconfig b/configs/net2big_v2_defconfig new file mode 100644 index 0000000..f7263ba --- /dev/null +++ b/configs/net2big_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NET2BIG_V2=y diff --git a/configs/netspace_lite_v2_defconfig b/configs/netspace_lite_v2_defconfig new file mode 100644 index 0000000..6c8ad4c --- /dev/null +++ b/configs/netspace_lite_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NETSPACE_LITE_V2=y diff --git a/configs/netspace_max_v2_defconfig b/configs/netspace_max_v2_defconfig new file mode 100644 index 0000000..5e56da6 --- /dev/null +++ b/configs/netspace_max_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NETSPACE_MAX_V2=y diff --git a/configs/netspace_mini_v2_defconfig b/configs/netspace_mini_v2_defconfig new file mode 100644 index 0000000..4b1ed36 --- /dev/null +++ b/configs/netspace_mini_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NETSPACE_MINI_V2=y diff --git a/configs/netspace_v2_defconfig b/configs/netspace_v2_defconfig new file mode 100644 index 0000000..cb39029 --- /dev/null +++ b/configs/netspace_v2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NETSPACE_V2=y diff --git a/configs/nhk8815_defconfig b/configs/nhk8815_defconfig new file mode 100644 index 0000000..3d20199 --- /dev/null +++ b/configs/nhk8815_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NHK8815=y diff --git a/configs/nhk8815_onenand_defconfig b/configs/nhk8815_onenand_defconfig new file mode 100644 index 0000000..bdbb9af --- /dev/null +++ b/configs/nhk8815_onenand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NHK8815_ONENAND=y diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig new file mode 100644 index 0000000..f6da884 --- /dev/null +++ b/configs/nios2-generic_defconfig @@ -0,0 +1,2 @@ +CONFIG_NIOS2=y +CONFIG_TARGET_NIOS2_GENERIC=y diff --git a/configs/nitrogen6dl2g_defconfig b/configs/nitrogen6dl2g_defconfig new file mode 100644 index 0000000..bcb2413 --- /dev/null +++ b/configs/nitrogen6dl2g_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NITROGEN6DL2G=y diff --git a/configs/nitrogen6dl_defconfig b/configs/nitrogen6dl_defconfig new file mode 100644 index 0000000..40c6516 --- /dev/null +++ b/configs/nitrogen6dl_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NITROGEN6DL=y diff --git a/configs/nitrogen6q2g_defconfig b/configs/nitrogen6q2g_defconfig new file mode 100644 index 0000000..845b4d2 --- /dev/null +++ b/configs/nitrogen6q2g_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NITROGEN6Q2G=y diff --git a/configs/nitrogen6q_defconfig b/configs/nitrogen6q_defconfig new file mode 100644 index 0000000..72de67f --- /dev/null +++ b/configs/nitrogen6q_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NITROGEN6Q=y diff --git a/configs/nitrogen6s1g_defconfig b/configs/nitrogen6s1g_defconfig new file mode 100644 index 0000000..d1ef213 --- /dev/null +++ b/configs/nitrogen6s1g_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NITROGEN6S1G=y diff --git a/configs/nitrogen6s_defconfig b/configs/nitrogen6s_defconfig new file mode 100644 index 0000000..69a6422 --- /dev/null +++ b/configs/nitrogen6s_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NITROGEN6S=y diff --git a/configs/nokia_rx51_defconfig b/configs/nokia_rx51_defconfig new file mode 100644 index 0000000..055a602 --- /dev/null +++ b/configs/nokia_rx51_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_NOKIA_RX51=y diff --git a/configs/ocotea_defconfig b/configs/ocotea_defconfig new file mode 100644 index 0000000..c4009a0 --- /dev/null +++ b/configs/ocotea_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_OCOTEA=y diff --git a/configs/omap3_beagle_defconfig b/configs/omap3_beagle_defconfig new file mode 100644 index 0000000..dab7348 --- /dev/null +++ b/configs/omap3_beagle_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_BEAGLE=y diff --git a/configs/omap3_evm_defconfig b/configs/omap3_evm_defconfig new file mode 100644 index 0000000..bccaeac --- /dev/null +++ b/configs/omap3_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_EVM=y diff --git a/configs/omap3_evm_quick_mmc_defconfig b/configs/omap3_evm_quick_mmc_defconfig new file mode 100644 index 0000000..1614b59 --- /dev/null +++ b/configs/omap3_evm_quick_mmc_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_EVM_QUICK_MMC=y diff --git a/configs/omap3_evm_quick_nand_defconfig b/configs/omap3_evm_quick_nand_defconfig new file mode 100644 index 0000000..827e9c7 --- /dev/null +++ b/configs/omap3_evm_quick_nand_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_EVM_QUICK_NAND=y diff --git a/configs/omap3_ha_defconfig b/configs/omap3_ha_defconfig new file mode 100644 index 0000000..e8d580b --- /dev/null +++ b/configs/omap3_ha_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_HA=y diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig new file mode 100644 index 0000000..6278554 --- /dev/null +++ b/configs/omap3_logic_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_LOGIC=y diff --git a/configs/omap3_mvblx_defconfig b/configs/omap3_mvblx_defconfig new file mode 100644 index 0000000..b7ddcc8 --- /dev/null +++ b/configs/omap3_mvblx_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_MVBLX=y diff --git a/configs/omap3_overo_defconfig b/configs/omap3_overo_defconfig new file mode 100644 index 0000000..3780b22 --- /dev/null +++ b/configs/omap3_overo_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_OVERO=y diff --git a/configs/omap3_pandora_defconfig b/configs/omap3_pandora_defconfig new file mode 100644 index 0000000..54dab48 --- /dev/null +++ b/configs/omap3_pandora_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_PANDORA=y diff --git a/configs/omap3_sdp3430_defconfig b/configs/omap3_sdp3430_defconfig new file mode 100644 index 0000000..9672956 --- /dev/null +++ b/configs/omap3_sdp3430_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_SDP3430=y diff --git a/configs/omap3_zoom1_defconfig b/configs/omap3_zoom1_defconfig new file mode 100644 index 0000000..f4c8ed9 --- /dev/null +++ b/configs/omap3_zoom1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_ZOOM1=y diff --git a/configs/omap4_panda_defconfig b/configs/omap4_panda_defconfig new file mode 100644 index 0000000..cae460e --- /dev/null +++ b/configs/omap4_panda_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP4_PANDA=y diff --git a/configs/omap4_sdp4430_defconfig b/configs/omap4_sdp4430_defconfig new file mode 100644 index 0000000..647fcb1 --- /dev/null +++ b/configs/omap4_sdp4430_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP4_SDP4430=y diff --git a/configs/omap5912osk_defconfig b/configs/omap5912osk_defconfig new file mode 100644 index 0000000..5aeb097 --- /dev/null +++ b/configs/omap5912osk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP5912OSK=y diff --git a/configs/omap5_uevm_defconfig b/configs/omap5_uevm_defconfig new file mode 100644 index 0000000..14dc91b --- /dev/null +++ b/configs/omap5_uevm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_OMAP5_UEVM=y diff --git a/configs/openrd_base_defconfig b/configs/openrd_base_defconfig new file mode 100644 index 0000000..c876b0c --- /dev/null +++ b/configs/openrd_base_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OPENRD_BASE=y diff --git a/configs/openrd_client_defconfig b/configs/openrd_client_defconfig new file mode 100644 index 0000000..901ed79 --- /dev/null +++ b/configs/openrd_client_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OPENRD_CLIENT=y diff --git a/configs/openrd_ultimate_defconfig b/configs/openrd_ultimate_defconfig new file mode 100644 index 0000000..c8a63a5 --- /dev/null +++ b/configs/openrd_ultimate_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OPENRD_ULTIMATE=y diff --git a/configs/openrisc-generic_defconfig b/configs/openrisc-generic_defconfig new file mode 100644 index 0000000..e422974 --- /dev/null +++ b/configs/openrisc-generic_defconfig @@ -0,0 +1,2 @@ +CONFIG_OPENRISC=y +CONFIG_TARGET_OPENRISC_GENERIC=y diff --git a/configs/origen_defconfig b/configs/origen_defconfig new file mode 100644 index 0000000..373eb32 --- /dev/null +++ b/configs/origen_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ORIGEN=y diff --git a/configs/otc570_dataflash_defconfig b/configs/otc570_dataflash_defconfig new file mode 100644 index 0000000..fb8ca72 --- /dev/null +++ b/configs/otc570_dataflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OTC570_DATAFLASH=y diff --git a/configs/otc570_defconfig b/configs/otc570_defconfig new file mode 100644 index 0000000..ffb8956 --- /dev/null +++ b/configs/otc570_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OTC570=y diff --git a/configs/p3m7448_defconfig b/configs/p3m7448_defconfig new file mode 100644 index 0000000..8874d81 --- /dev/null +++ b/configs/p3m7448_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3M7448=y diff --git a/configs/p3m750_defconfig b/configs/p3m750_defconfig new file mode 100644 index 0000000..f7ae6a3 --- /dev/null +++ b/configs/p3m750_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3M750=y diff --git a/configs/p3p440_defconfig b/configs/p3p440_defconfig new file mode 100644 index 0000000..0fc866c --- /dev/null +++ b/configs/p3p440_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P3P440=y diff --git a/configs/palmld_defconfig b/configs/palmld_defconfig new file mode 100644 index 0000000..599acc3 --- /dev/null +++ b/configs/palmld_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PALMLD=y diff --git a/configs/palmtc_defconfig b/configs/palmtc_defconfig new file mode 100644 index 0000000..91cb76d --- /dev/null +++ b/configs/palmtc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PALMTC=y diff --git a/configs/palmtreo680_defconfig b/configs/palmtreo680_defconfig new file mode 100644 index 0000000..998f89b --- /dev/null +++ b/configs/palmtreo680_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PALMTREO680=y diff --git a/configs/paz00_defconfig b/configs/paz00_defconfig new file mode 100644 index 0000000..ed3886a --- /dev/null +++ b/configs/paz00_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PAZ00=y diff --git a/configs/pb1000_defconfig b/configs/pb1000_defconfig new file mode 100644 index 0000000..fa48a32 --- /dev/null +++ b/configs/pb1000_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_PB1000=y diff --git a/configs/pcm030_LOWBOOT_defconfig b/configs/pcm030_LOWBOOT_defconfig new file mode 100644 index 0000000..f3c53c7 --- /dev/null +++ b/configs/pcm030_LOWBOOT_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PCM030_LOWBOOT=y diff --git a/configs/pcm030_defconfig b/configs/pcm030_defconfig new file mode 100644 index 0000000..33746ef --- /dev/null +++ b/configs/pcm030_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PCM030=y diff --git a/configs/pcm051_rev1_defconfig b/configs/pcm051_rev1_defconfig new file mode 100644 index 0000000..1802ce5 --- /dev/null +++ b/configs/pcm051_rev1_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PCM051_REV1=y diff --git a/configs/pcm051_rev3_defconfig b/configs/pcm051_rev3_defconfig new file mode 100644 index 0000000..0b4bc8e --- /dev/null +++ b/configs/pcm051_rev3_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PCM051_REV3=y diff --git a/configs/pcs440ep_defconfig b/configs/pcs440ep_defconfig new file mode 100644 index 0000000..eafac41 --- /dev/null +++ b/configs/pcs440ep_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PCS440EP=y diff --git a/configs/pdm360ng_defconfig b/configs/pdm360ng_defconfig new file mode 100644 index 0000000..37b87d0 --- /dev/null +++ b/configs/pdm360ng_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PDM360NG=y diff --git a/configs/pengwyn_defconfig b/configs/pengwyn_defconfig new file mode 100644 index 0000000..6346b57 --- /dev/null +++ b/configs/pengwyn_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PENGWYN=y diff --git a/configs/pf5200_defconfig b/configs/pf5200_defconfig new file mode 100644 index 0000000..d50838a --- /dev/null +++ b/configs/pf5200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PF5200=y diff --git a/configs/plutux_defconfig b/configs/plutux_defconfig new file mode 100644 index 0000000..ae05a90 --- /dev/null +++ b/configs/plutux_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PLUTUX=y diff --git a/configs/pm9261_defconfig b/configs/pm9261_defconfig new file mode 100644 index 0000000..5469e97 --- /dev/null +++ b/configs/pm9261_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PM9261=y diff --git a/configs/pm9263_defconfig b/configs/pm9263_defconfig new file mode 100644 index 0000000..bc63eff --- /dev/null +++ b/configs/pm9263_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PM9263=y diff --git a/configs/pm9g45_defconfig b/configs/pm9g45_defconfig new file mode 100644 index 0000000..c4ae952 --- /dev/null +++ b/configs/pm9g45_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PM9G45=y diff --git a/configs/pogo_e02_defconfig b/configs/pogo_e02_defconfig new file mode 100644 index 0000000..41637e0 --- /dev/null +++ b/configs/pogo_e02_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_POGO_E02=y diff --git a/configs/polaris_defconfig b/configs/polaris_defconfig new file mode 100644 index 0000000..fd9673a --- /dev/null +++ b/configs/polaris_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_POLARIS=y diff --git a/configs/portl2_defconfig b/configs/portl2_defconfig new file mode 100644 index 0000000..22fbdd5 --- /dev/null +++ b/configs/portl2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PORTL2=y diff --git a/configs/portuxg20_defconfig b/configs/portuxg20_defconfig new file mode 100644 index 0000000..28dac78 --- /dev/null +++ b/configs/portuxg20_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PORTUXG20=y diff --git a/configs/ppmc7xx_defconfig b/configs/ppmc7xx_defconfig new file mode 100644 index 0000000..563fa63 --- /dev/null +++ b/configs/ppmc7xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPMC7XX=y diff --git a/configs/ppmc8260_defconfig b/configs/ppmc8260_defconfig new file mode 100644 index 0000000..03c677f --- /dev/null +++ b/configs/ppmc8260_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PPMC8260=y diff --git a/configs/pr1_defconfig b/configs/pr1_defconfig new file mode 100644 index 0000000..a8784c1 --- /dev/null +++ b/configs/pr1_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_PR1=y diff --git a/configs/prs200_DDR_defconfig b/configs/prs200_DDR_defconfig new file mode 100644 index 0000000..2ee717d --- /dev/null +++ b/configs/prs200_DDR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PRS200_DDR=y diff --git a/configs/prs200_defconfig b/configs/prs200_defconfig new file mode 100644 index 0000000..e5fc613 --- /dev/null +++ b/configs/prs200_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PRS200=y diff --git a/configs/prs200_highboot_DDR_defconfig b/configs/prs200_highboot_DDR_defconfig new file mode 100644 index 0000000..7a32563 --- /dev/null +++ b/configs/prs200_highboot_DDR_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PRS200_HIGHBOOT_DDR=y diff --git a/configs/prs200_highboot_defconfig b/configs/prs200_highboot_defconfig new file mode 100644 index 0000000..dea64c0 --- /dev/null +++ b/configs/prs200_highboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_PRS200_HIGHBOOT=y diff --git a/configs/pxa255_idp_defconfig b/configs/pxa255_idp_defconfig new file mode 100644 index 0000000..251d6c4 --- /dev/null +++ b/configs/pxa255_idp_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PXA255_IDP=y diff --git a/configs/pxm2_defconfig b/configs/pxm2_defconfig new file mode 100644 index 0000000..f9e594f --- /dev/null +++ b/configs/pxm2_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_PXM2=y diff --git a/configs/qemu_mips64_defconfig b/configs/qemu_mips64_defconfig new file mode 100644 index 0000000..baf39dc --- /dev/null +++ b/configs/qemu_mips64_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_QEMU_MIPS64=y diff --git a/configs/qemu_mips64el_defconfig b/configs/qemu_mips64el_defconfig new file mode 100644 index 0000000..828c89c --- /dev/null +++ b/configs/qemu_mips64el_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_QEMU_MIPS64EL=y diff --git a/configs/qemu_mips_defconfig b/configs/qemu_mips_defconfig new file mode 100644 index 0000000..2f767d6 --- /dev/null +++ b/configs/qemu_mips_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_QEMU_MIPS=y diff --git a/configs/qemu_mipsel_defconfig b/configs/qemu_mipsel_defconfig new file mode 100644 index 0000000..4efac3d --- /dev/null +++ b/configs/qemu_mipsel_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_QEMU_MIPSEL=y diff --git a/configs/qong_defconfig b/configs/qong_defconfig new file mode 100644 index 0000000..fddd836 --- /dev/null +++ b/configs/qong_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_QONG=y diff --git a/configs/quad100hd_defconfig b/configs/quad100hd_defconfig new file mode 100644 index 0000000..4d0037b --- /dev/null +++ b/configs/quad100hd_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_QUAD100HD=y diff --git a/configs/quantum_defconfig b/configs/quantum_defconfig new file mode 100644 index 0000000..9f0f63f --- /dev/null +++ b/configs/quantum_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_QUANTUM=y diff --git a/configs/r0p7734_defconfig b/configs/r0p7734_defconfig new file mode 100644 index 0000000..2b2d2cd --- /dev/null +++ b/configs/r0p7734_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_R0P7734=y diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig new file mode 100644 index 0000000..87de323 --- /dev/null +++ b/configs/r2dplus_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_R2DPLUS=y diff --git a/configs/r7780mp_defconfig b/configs/r7780mp_defconfig new file mode 100644 index 0000000..7e201f5 --- /dev/null +++ b/configs/r7780mp_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_R7780MP=y diff --git a/configs/rainier_defconfig b/configs/rainier_defconfig new file mode 100644 index 0000000..339481c --- /dev/null +++ b/configs/rainier_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RAINIER=y diff --git a/configs/rainier_ramboot_defconfig b/configs/rainier_ramboot_defconfig new file mode 100644 index 0000000..00500ca --- /dev/null +++ b/configs/rainier_ramboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_RAINIER_RAMBOOT=y diff --git a/configs/rd6281a_defconfig b/configs/rd6281a_defconfig new file mode 100644 index 0000000..d9c3e39 --- /dev/null +++ b/configs/rd6281a_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_RD6281A=y diff --git a/configs/redwood_defconfig b/configs/redwood_defconfig new file mode 100644 index 0000000..eea3ec8 --- /dev/null +++ b/configs/redwood_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_REDWOOD=y diff --git a/configs/rpi_b_defconfig b/configs/rpi_b_defconfig new file mode 100644 index 0000000..9a4705e --- /dev/null +++ b/configs/rpi_b_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_RPI_B=y diff --git a/configs/rsk7203_defconfig b/configs/rsk7203_defconfig new file mode 100644 index 0000000..44c0bc8 --- /dev/null +++ b/configs/rsk7203_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_RSK7203=y diff --git a/configs/rsk7264_defconfig b/configs/rsk7264_defconfig new file mode 100644 index 0000000..aedc333 --- /dev/null +++ b/configs/rsk7264_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_RSK7264=y diff --git a/configs/rsk7269_defconfig b/configs/rsk7269_defconfig new file mode 100644 index 0000000..25fdf80 --- /dev/null +++ b/configs/rsk7269_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_RSK7269=y diff --git a/configs/rut_defconfig b/configs/rut_defconfig new file mode 100644 index 0000000..b7161ba --- /dev/null +++ b/configs/rut_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_RUT=y diff --git a/configs/s5p_goni_defconfig b/configs/s5p_goni_defconfig new file mode 100644 index 0000000..c0c3509 --- /dev/null +++ b/configs/s5p_goni_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_S5P_GONI=y diff --git a/configs/s5pc210_universal_defconfig b/configs/s5pc210_universal_defconfig new file mode 100644 index 0000000..572df1d --- /dev/null +++ b/configs/s5pc210_universal_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_S5PC210_UNIVERSAL=y diff --git a/configs/sacsng_defconfig b/configs/sacsng_defconfig new file mode 100644 index 0000000..f958a48 --- /dev/null +++ b/configs/sacsng_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SACSNG=y diff --git a/configs/sama5d3_xplained_mmc_defconfig b/configs/sama5d3_xplained_mmc_defconfig new file mode 100644 index 0000000..b048652 --- /dev/null +++ b/configs/sama5d3_xplained_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3_XPLAINED_MMC=y diff --git a/configs/sama5d3_xplained_nandflash_defconfig b/configs/sama5d3_xplained_nandflash_defconfig new file mode 100644 index 0000000..564e10b --- /dev/null +++ b/configs/sama5d3_xplained_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3_XPLAINED_NANDFLASH=y diff --git a/configs/sama5d3xek_mmc_defconfig b/configs/sama5d3xek_mmc_defconfig new file mode 100644 index 0000000..8090bcd --- /dev/null +++ b/configs/sama5d3xek_mmc_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3XEK_MMC=y diff --git a/configs/sama5d3xek_nandflash_defconfig b/configs/sama5d3xek_nandflash_defconfig new file mode 100644 index 0000000..027cff3 --- /dev/null +++ b/configs/sama5d3xek_nandflash_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3XEK_NANDFLASH=y diff --git a/configs/sama5d3xek_spiflash_defconfig b/configs/sama5d3xek_spiflash_defconfig new file mode 100644 index 0000000..a7b25b8 --- /dev/null +++ b/configs/sama5d3xek_spiflash_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3XEK_SPIFLASH=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig new file mode 100644 index 0000000..40398e2 --- /dev/null +++ b/configs/sandbox_defconfig @@ -0,0 +1,2 @@ +CONFIG_SANDBOX=y +CONFIG_TARGET_SANDBOX=y diff --git a/configs/sansa_fuze_plus_defconfig b/configs/sansa_fuze_plus_defconfig new file mode 100644 index 0000000..14e0f6a --- /dev/null +++ b/configs/sansa_fuze_plus_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SANSA_FUZE_PLUS=y diff --git a/configs/sbc35_a9g20_eeprom_defconfig b/configs/sbc35_a9g20_eeprom_defconfig new file mode 100644 index 0000000..0f17f5d --- /dev/null +++ b/configs/sbc35_a9g20_eeprom_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SBC35_A9G20_EEPROM=y diff --git a/configs/sbc35_a9g20_nandflash_defconfig b/configs/sbc35_a9g20_nandflash_defconfig new file mode 100644 index 0000000..1cddbad --- /dev/null +++ b/configs/sbc35_a9g20_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SBC35_A9G20_NANDFLASH=y diff --git a/configs/sbc405_defconfig b/configs/sbc405_defconfig new file mode 100644 index 0000000..76ded45 --- /dev/null +++ b/configs/sbc405_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC405=y diff --git a/configs/sbc8349_PCI_33_defconfig b/configs/sbc8349_PCI_33_defconfig new file mode 100644 index 0000000..6790290 --- /dev/null +++ b/configs/sbc8349_PCI_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8349_PCI_33=y diff --git a/configs/sbc8349_PCI_66_defconfig b/configs/sbc8349_PCI_66_defconfig new file mode 100644 index 0000000..91af531 --- /dev/null +++ b/configs/sbc8349_PCI_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8349_PCI_66=y diff --git a/configs/sbc8349_defconfig b/configs/sbc8349_defconfig new file mode 100644 index 0000000..0099596 --- /dev/null +++ b/configs/sbc8349_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8349=y diff --git a/configs/sbc8548_PCI_33_PCIE_defconfig b/configs/sbc8548_PCI_33_PCIE_defconfig new file mode 100644 index 0000000..4767441 --- /dev/null +++ b/configs/sbc8548_PCI_33_PCIE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8548_PCI_33_PCIE=y diff --git a/configs/sbc8548_PCI_33_defconfig b/configs/sbc8548_PCI_33_defconfig new file mode 100644 index 0000000..ece5bff --- /dev/null +++ b/configs/sbc8548_PCI_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8548_PCI_33=y diff --git a/configs/sbc8548_PCI_66_PCIE_defconfig b/configs/sbc8548_PCI_66_PCIE_defconfig new file mode 100644 index 0000000..8a2f739 --- /dev/null +++ b/configs/sbc8548_PCI_66_PCIE_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8548_PCI_66_PCIE=y diff --git a/configs/sbc8548_PCI_66_defconfig b/configs/sbc8548_PCI_66_defconfig new file mode 100644 index 0000000..7054c70 --- /dev/null +++ b/configs/sbc8548_PCI_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8548_PCI_66=y diff --git a/configs/sbc8548_defconfig b/configs/sbc8548_defconfig new file mode 100644 index 0000000..53a3eb2 --- /dev/null +++ b/configs/sbc8548_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8548=y diff --git a/configs/sbc8641d_defconfig b/configs/sbc8641d_defconfig new file mode 100644 index 0000000..eecbfe0 --- /dev/null +++ b/configs/sbc8641d_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SBC8641D=y diff --git a/configs/sc3_defconfig b/configs/sc3_defconfig new file mode 100644 index 0000000..762a97d --- /dev/null +++ b/configs/sc3_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SC3=y diff --git a/configs/sc_sps_1_defconfig b/configs/sc_sps_1_defconfig new file mode 100644 index 0000000..c640125 --- /dev/null +++ b/configs/sc_sps_1_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SC_SPS_1=y diff --git a/configs/scb9328_defconfig b/configs/scb9328_defconfig new file mode 100644 index 0000000..048caeb --- /dev/null +++ b/configs/scb9328_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SCB9328=y diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig new file mode 100644 index 0000000..88819b9 --- /dev/null +++ b/configs/seaboard_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SEABOARD=y diff --git a/configs/sequoia_defconfig b/configs/sequoia_defconfig new file mode 100644 index 0000000..f0da6d8 --- /dev/null +++ b/configs/sequoia_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SEQUOIA=y diff --git a/configs/sequoia_ramboot_defconfig b/configs/sequoia_ramboot_defconfig new file mode 100644 index 0000000..1d80935 --- /dev/null +++ b/configs/sequoia_ramboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SEQUOIA_RAMBOOT=y diff --git a/configs/sh7752evb_defconfig b/configs/sh7752evb_defconfig new file mode 100644 index 0000000..124154c --- /dev/null +++ b/configs/sh7752evb_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SH7752EVB=y diff --git a/configs/sh7753evb_defconfig b/configs/sh7753evb_defconfig new file mode 100644 index 0000000..9ff4121 --- /dev/null +++ b/configs/sh7753evb_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SH7753EVB=y diff --git a/configs/sh7757lcr_defconfig b/configs/sh7757lcr_defconfig new file mode 100644 index 0000000..3066d97 --- /dev/null +++ b/configs/sh7757lcr_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SH7757LCR=y diff --git a/configs/sh7763rdp_defconfig b/configs/sh7763rdp_defconfig new file mode 100644 index 0000000..8857e8a --- /dev/null +++ b/configs/sh7763rdp_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SH7763RDP=y diff --git a/configs/sh7785lcr_32bit_defconfig b/configs/sh7785lcr_32bit_defconfig new file mode 100644 index 0000000..632f912 --- /dev/null +++ b/configs/sh7785lcr_32bit_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SH7785LCR_32BIT=y diff --git a/configs/sh7785lcr_defconfig b/configs/sh7785lcr_defconfig new file mode 100644 index 0000000..31d2c38 --- /dev/null +++ b/configs/sh7785lcr_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SH7785LCR=y diff --git a/configs/sheevaplug_defconfig b/configs/sheevaplug_defconfig new file mode 100644 index 0000000..9e4b9c9 --- /dev/null +++ b/configs/sheevaplug_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SHEEVAPLUG=y diff --git a/configs/shmin_defconfig b/configs/shmin_defconfig new file mode 100644 index 0000000..74c3550 --- /dev/null +++ b/configs/shmin_defconfig @@ -0,0 +1,2 @@ +CONFIG_SH=y +CONFIG_TARGET_SHMIN=y diff --git a/configs/smdk2410_defconfig b/configs/smdk2410_defconfig new file mode 100644 index 0000000..fec4ba6 --- /dev/null +++ b/configs/smdk2410_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SMDK2410=y diff --git a/configs/smdk5250_defconfig b/configs/smdk5250_defconfig new file mode 100644 index 0000000..efff2fd --- /dev/null +++ b/configs/smdk5250_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SMDK5250=y diff --git a/configs/smdk5420_defconfig b/configs/smdk5420_defconfig new file mode 100644 index 0000000..a09fb0b --- /dev/null +++ b/configs/smdk5420_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SMDK5420=y diff --git a/configs/smdkc100_defconfig b/configs/smdkc100_defconfig new file mode 100644 index 0000000..7455235 --- /dev/null +++ b/configs/smdkc100_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SMDKC100=y diff --git a/configs/smdkv310_defconfig b/configs/smdkv310_defconfig new file mode 100644 index 0000000..971d7fa --- /dev/null +++ b/configs/smdkv310_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SMDKV310=y diff --git a/configs/snapper9260_defconfig b/configs/snapper9260_defconfig new file mode 100644 index 0000000..ddb896d --- /dev/null +++ b/configs/snapper9260_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SNAPPER9260=y diff --git a/configs/snapper9g20_defconfig b/configs/snapper9g20_defconfig new file mode 100644 index 0000000..d90a297 --- /dev/null +++ b/configs/snapper9g20_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SNAPPER9G20=y diff --git a/configs/snow_defconfig b/configs/snow_defconfig new file mode 100644 index 0000000..9171ea4 --- /dev/null +++ b/configs/snow_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SNOW=y diff --git a/configs/snowball_defconfig b/configs/snowball_defconfig new file mode 100644 index 0000000..19100c2 --- /dev/null +++ b/configs/snowball_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SNOWBALL=y diff --git a/configs/socfpga_cyclone5_defconfig b/configs/socfpga_cyclone5_defconfig new file mode 100644 index 0000000..0162c90 --- /dev/null +++ b/configs/socfpga_cyclone5_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_SOCFPGA_CYCLONE5=y diff --git a/configs/socrates_defconfig b/configs/socrates_defconfig new file mode 100644 index 0000000..a3e92e4 --- /dev/null +++ b/configs/socrates_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SOCRATES=y diff --git a/configs/spc1920_defconfig b/configs/spc1920_defconfig new file mode 100644 index 0000000..61afb92 --- /dev/null +++ b/configs/spc1920_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SPC1920=y diff --git a/configs/spear300_defconfig b/configs/spear300_defconfig new file mode 100644 index 0000000..847bd36 --- /dev/null +++ b/configs/spear300_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR300=y diff --git a/configs/spear300_nand_defconfig b/configs/spear300_nand_defconfig new file mode 100644 index 0000000..ea06e3a --- /dev/null +++ b/configs/spear300_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR300_NAND=y diff --git a/configs/spear300_usbtty_defconfig b/configs/spear300_usbtty_defconfig new file mode 100644 index 0000000..347ff1c --- /dev/null +++ b/configs/spear300_usbtty_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR300_USBTTY=y diff --git a/configs/spear300_usbtty_nand_defconfig b/configs/spear300_usbtty_nand_defconfig new file mode 100644 index 0000000..8f8b5e5 --- /dev/null +++ b/configs/spear300_usbtty_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR300_USBTTY_NAND=y diff --git a/configs/spear310_defconfig b/configs/spear310_defconfig new file mode 100644 index 0000000..7952bc2 --- /dev/null +++ b/configs/spear310_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR310=y diff --git a/configs/spear310_nand_defconfig b/configs/spear310_nand_defconfig new file mode 100644 index 0000000..c797ec1 --- /dev/null +++ b/configs/spear310_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR310_NAND=y diff --git a/configs/spear310_pnor_defconfig b/configs/spear310_pnor_defconfig new file mode 100644 index 0000000..e397669 --- /dev/null +++ b/configs/spear310_pnor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR310_PNOR=y diff --git a/configs/spear310_usbtty_defconfig b/configs/spear310_usbtty_defconfig new file mode 100644 index 0000000..d193269 --- /dev/null +++ b/configs/spear310_usbtty_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR310_USBTTY=y diff --git a/configs/spear310_usbtty_nand_defconfig b/configs/spear310_usbtty_nand_defconfig new file mode 100644 index 0000000..96d54ae --- /dev/null +++ b/configs/spear310_usbtty_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR310_USBTTY_NAND=y diff --git a/configs/spear310_usbtty_pnor_defconfig b/configs/spear310_usbtty_pnor_defconfig new file mode 100644 index 0000000..f40ba9e --- /dev/null +++ b/configs/spear310_usbtty_pnor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR310_USBTTY_PNOR=y diff --git a/configs/spear320_defconfig b/configs/spear320_defconfig new file mode 100644 index 0000000..a418576 --- /dev/null +++ b/configs/spear320_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR320=y diff --git a/configs/spear320_nand_defconfig b/configs/spear320_nand_defconfig new file mode 100644 index 0000000..018745f --- /dev/null +++ b/configs/spear320_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR320_NAND=y diff --git a/configs/spear320_pnor_defconfig b/configs/spear320_pnor_defconfig new file mode 100644 index 0000000..75f7f5f --- /dev/null +++ b/configs/spear320_pnor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR320_PNOR=y diff --git a/configs/spear320_usbtty_defconfig b/configs/spear320_usbtty_defconfig new file mode 100644 index 0000000..395b60b --- /dev/null +++ b/configs/spear320_usbtty_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR320_USBTTY=y diff --git a/configs/spear320_usbtty_nand_defconfig b/configs/spear320_usbtty_nand_defconfig new file mode 100644 index 0000000..e21788c --- /dev/null +++ b/configs/spear320_usbtty_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR320_USBTTY_NAND=y diff --git a/configs/spear320_usbtty_pnor_defconfig b/configs/spear320_usbtty_pnor_defconfig new file mode 100644 index 0000000..83cd73d --- /dev/null +++ b/configs/spear320_usbtty_pnor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR320_USBTTY_PNOR=y diff --git a/configs/spear600_defconfig b/configs/spear600_defconfig new file mode 100644 index 0000000..92aeff4 --- /dev/null +++ b/configs/spear600_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR600=y diff --git a/configs/spear600_nand_defconfig b/configs/spear600_nand_defconfig new file mode 100644 index 0000000..03653a0 --- /dev/null +++ b/configs/spear600_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR600_NAND=y diff --git a/configs/spear600_usbtty_defconfig b/configs/spear600_usbtty_defconfig new file mode 100644 index 0000000..e8fa4e5 --- /dev/null +++ b/configs/spear600_usbtty_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR600_USBTTY=y diff --git a/configs/spear600_usbtty_nand_defconfig b/configs/spear600_usbtty_nand_defconfig new file mode 100644 index 0000000..46e0e01 --- /dev/null +++ b/configs/spear600_usbtty_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SPEAR600_USBTTY_NAND=y diff --git a/configs/spl/BSC9131RDB_NAND_SYSCLK100_defconfig b/configs/spl/BSC9131RDB_NAND_SYSCLK100_defconfig new file mode 100644 index 0000000..c5b31a0 --- /dev/null +++ b/configs/spl/BSC9131RDB_NAND_SYSCLK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9131RDB_NAND_SYSCLK100=y diff --git a/configs/spl/BSC9131RDB_NAND_defconfig b/configs/spl/BSC9131RDB_NAND_defconfig new file mode 100644 index 0000000..80c05da --- /dev/null +++ b/configs/spl/BSC9131RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9131RDB_NAND=y diff --git a/configs/spl/BSC9132QDS_NAND_DDRCLK100_defconfig b/configs/spl/BSC9132QDS_NAND_DDRCLK100_defconfig new file mode 100644 index 0000000..06a1981 --- /dev/null +++ b/configs/spl/BSC9132QDS_NAND_DDRCLK100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_NAND_DDRCLK100=y diff --git a/configs/spl/BSC9132QDS_NAND_DDRCLK133_defconfig b/configs/spl/BSC9132QDS_NAND_DDRCLK133_defconfig new file mode 100644 index 0000000..5473d3d --- /dev/null +++ b/configs/spl/BSC9132QDS_NAND_DDRCLK133_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_BSC9132QDS_NAND_DDRCLK133=y diff --git a/configs/spl/C29XPCIE_NAND_defconfig b/configs/spl/C29XPCIE_NAND_defconfig new file mode 100644 index 0000000..21d766a --- /dev/null +++ b/configs/spl/C29XPCIE_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_C29XPCIE_NAND=y diff --git a/configs/spl/MPC8313ERDB_NAND_33_defconfig b/configs/spl/MPC8313ERDB_NAND_33_defconfig new file mode 100644 index 0000000..ea3bdd3 --- /dev/null +++ b/configs/spl/MPC8313ERDB_NAND_33_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8313ERDB_NAND_33=y diff --git a/configs/spl/MPC8313ERDB_NAND_66_defconfig b/configs/spl/MPC8313ERDB_NAND_66_defconfig new file mode 100644 index 0000000..da816e0 --- /dev/null +++ b/configs/spl/MPC8313ERDB_NAND_66_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_MPC8313ERDB_NAND_66=y diff --git a/configs/spl/P1010RDB-PA_36BIT_NAND_defconfig b/configs/spl/P1010RDB-PA_36BIT_NAND_defconfig new file mode 100644 index 0000000..ddddd61 --- /dev/null +++ b/configs/spl/P1010RDB-PA_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_NAND=y diff --git a/configs/spl/P1010RDB-PA_36BIT_SDCARD_defconfig b/configs/spl/P1010RDB-PA_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..35b2c1c --- /dev/null +++ b/configs/spl/P1010RDB-PA_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_SDCARD=y diff --git a/configs/spl/P1010RDB-PA_36BIT_SPIFLASH_defconfig b/configs/spl/P1010RDB-PA_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..d36706c --- /dev/null +++ b/configs/spl/P1010RDB-PA_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_SPIFLASH=y diff --git a/configs/spl/P1010RDB-PA_NAND_defconfig b/configs/spl/P1010RDB-PA_NAND_defconfig new file mode 100644 index 0000000..acbd260 --- /dev/null +++ b/configs/spl/P1010RDB-PA_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_NAND=y diff --git a/configs/spl/P1010RDB-PA_SDCARD_defconfig b/configs/spl/P1010RDB-PA_SDCARD_defconfig new file mode 100644 index 0000000..f74f891 --- /dev/null +++ b/configs/spl/P1010RDB-PA_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_SDCARD=y diff --git a/configs/spl/P1010RDB-PA_SPIFLASH_defconfig b/configs/spl/P1010RDB-PA_SPIFLASH_defconfig new file mode 100644 index 0000000..ed66731 --- /dev/null +++ b/configs/spl/P1010RDB-PA_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_SPIFLASH=y diff --git a/configs/spl/P1010RDB-PB_36BIT_NAND_defconfig b/configs/spl/P1010RDB-PB_36BIT_NAND_defconfig new file mode 100644 index 0000000..ed1cd1f --- /dev/null +++ b/configs/spl/P1010RDB-PB_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_NAND=y diff --git a/configs/spl/P1010RDB-PB_36BIT_SDCARD_defconfig b/configs/spl/P1010RDB-PB_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..949223f --- /dev/null +++ b/configs/spl/P1010RDB-PB_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_SDCARD=y diff --git a/configs/spl/P1010RDB-PB_36BIT_SPIFLASH_defconfig b/configs/spl/P1010RDB-PB_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..a2e7c25 --- /dev/null +++ b/configs/spl/P1010RDB-PB_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_SPIFLASH=y diff --git a/configs/spl/P1010RDB-PB_NAND_defconfig b/configs/spl/P1010RDB-PB_NAND_defconfig new file mode 100644 index 0000000..35064dc --- /dev/null +++ b/configs/spl/P1010RDB-PB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_NAND=y diff --git a/configs/spl/P1010RDB-PB_SDCARD_defconfig b/configs/spl/P1010RDB-PB_SDCARD_defconfig new file mode 100644 index 0000000..89d838e --- /dev/null +++ b/configs/spl/P1010RDB-PB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_SDCARD=y diff --git a/configs/spl/P1010RDB-PB_SPIFLASH_defconfig b/configs/spl/P1010RDB-PB_SPIFLASH_defconfig new file mode 100644 index 0000000..0f46faa --- /dev/null +++ b/configs/spl/P1010RDB-PB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_SPIFLASH=y diff --git a/configs/spl/P1020MBG-PC_36BIT_SDCARD_defconfig b/configs/spl/P1020MBG-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..fa1cf21 --- /dev/null +++ b/configs/spl/P1020MBG-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020MBG_PC_36BIT_SDCARD=y diff --git a/configs/spl/P1020MBG-PC_SDCARD_defconfig b/configs/spl/P1020MBG-PC_SDCARD_defconfig new file mode 100644 index 0000000..0a8dbea --- /dev/null +++ b/configs/spl/P1020MBG-PC_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020MBG_PC_SDCARD=y diff --git a/configs/spl/P1020RDB-PC_36BIT_NAND_defconfig b/configs/spl/P1020RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..f94fb66 --- /dev/null +++ b/configs/spl/P1020RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_NAND=y diff --git a/configs/spl/P1020RDB-PC_36BIT_SDCARD_defconfig b/configs/spl/P1020RDB-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..674ebc5 --- /dev/null +++ b/configs/spl/P1020RDB-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_SDCARD=y diff --git a/configs/spl/P1020RDB-PC_36BIT_SPIFLASH_defconfig b/configs/spl/P1020RDB-PC_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..48d8e3f --- /dev/null +++ b/configs/spl/P1020RDB-PC_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_SPIFLASH=y diff --git a/configs/spl/P1020RDB-PC_NAND_defconfig b/configs/spl/P1020RDB-PC_NAND_defconfig new file mode 100644 index 0000000..c9d6169 --- /dev/null +++ b/configs/spl/P1020RDB-PC_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_NAND=y diff --git a/configs/spl/P1020RDB-PC_SDCARD_defconfig b/configs/spl/P1020RDB-PC_SDCARD_defconfig new file mode 100644 index 0000000..a4dcf21 --- /dev/null +++ b/configs/spl/P1020RDB-PC_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_SDCARD=y diff --git a/configs/spl/P1020RDB-PC_SPIFLASH_defconfig b/configs/spl/P1020RDB-PC_SPIFLASH_defconfig new file mode 100644 index 0000000..654ce52 --- /dev/null +++ b/configs/spl/P1020RDB-PC_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_SPIFLASH=y diff --git a/configs/spl/P1020RDB-PD_NAND_defconfig b/configs/spl/P1020RDB-PD_NAND_defconfig new file mode 100644 index 0000000..b77dd75 --- /dev/null +++ b/configs/spl/P1020RDB-PD_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_NAND=y diff --git a/configs/spl/P1020RDB-PD_SDCARD_defconfig b/configs/spl/P1020RDB-PD_SDCARD_defconfig new file mode 100644 index 0000000..5aaf8dd --- /dev/null +++ b/configs/spl/P1020RDB-PD_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_SDCARD=y diff --git a/configs/spl/P1020RDB-PD_SPIFLASH_defconfig b/configs/spl/P1020RDB-PD_SPIFLASH_defconfig new file mode 100644 index 0000000..5fe9b17 --- /dev/null +++ b/configs/spl/P1020RDB-PD_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_SPIFLASH=y diff --git a/configs/spl/P1020UTM-PC_36BIT_SDCARD_defconfig b/configs/spl/P1020UTM-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..5d17526 --- /dev/null +++ b/configs/spl/P1020UTM-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020UTM_PC_36BIT_SDCARD=y diff --git a/configs/spl/P1020UTM-PC_SDCARD_defconfig b/configs/spl/P1020UTM-PC_SDCARD_defconfig new file mode 100644 index 0000000..acd6956 --- /dev/null +++ b/configs/spl/P1020UTM-PC_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020UTM_PC_SDCARD=y diff --git a/configs/spl/P1021RDB-PC_36BIT_NAND_defconfig b/configs/spl/P1021RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..72b6d0b --- /dev/null +++ b/configs/spl/P1021RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_NAND=y diff --git a/configs/spl/P1021RDB-PC_36BIT_SDCARD_defconfig b/configs/spl/P1021RDB-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..0b94401 --- /dev/null +++ b/configs/spl/P1021RDB-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_SDCARD=y diff --git a/configs/spl/P1021RDB-PC_36BIT_SPIFLASH_defconfig b/configs/spl/P1021RDB-PC_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..f1e70dd --- /dev/null +++ b/configs/spl/P1021RDB-PC_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_SPIFLASH=y diff --git a/configs/spl/P1021RDB-PC_NAND_defconfig b/configs/spl/P1021RDB-PC_NAND_defconfig new file mode 100644 index 0000000..2571db3 --- /dev/null +++ b/configs/spl/P1021RDB-PC_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_NAND=y diff --git a/configs/spl/P1021RDB-PC_SDCARD_defconfig b/configs/spl/P1021RDB-PC_SDCARD_defconfig new file mode 100644 index 0000000..f73d40a --- /dev/null +++ b/configs/spl/P1021RDB-PC_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_SDCARD=y diff --git a/configs/spl/P1021RDB-PC_SPIFLASH_defconfig b/configs/spl/P1021RDB-PC_SPIFLASH_defconfig new file mode 100644 index 0000000..d5af2a0 --- /dev/null +++ b/configs/spl/P1021RDB-PC_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_SPIFLASH=y diff --git a/configs/spl/P1022DS_36BIT_NAND_defconfig b/configs/spl/P1022DS_36BIT_NAND_defconfig new file mode 100644 index 0000000..4ca54da --- /dev/null +++ b/configs/spl/P1022DS_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_NAND=y diff --git a/configs/spl/P1022DS_36BIT_SDCARD_defconfig b/configs/spl/P1022DS_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..9519a81 --- /dev/null +++ b/configs/spl/P1022DS_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_SDCARD=y diff --git a/configs/spl/P1022DS_36BIT_SPIFLASH_defconfig b/configs/spl/P1022DS_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..edfea93 --- /dev/null +++ b/configs/spl/P1022DS_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_SPIFLASH=y diff --git a/configs/spl/P1022DS_NAND_defconfig b/configs/spl/P1022DS_NAND_defconfig new file mode 100644 index 0000000..987b1f0 --- /dev/null +++ b/configs/spl/P1022DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_NAND=y diff --git a/configs/spl/P1022DS_SDCARD_defconfig b/configs/spl/P1022DS_SDCARD_defconfig new file mode 100644 index 0000000..56fb465 --- /dev/null +++ b/configs/spl/P1022DS_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_SDCARD=y diff --git a/configs/spl/P1022DS_SPIFLASH_defconfig b/configs/spl/P1022DS_SPIFLASH_defconfig new file mode 100644 index 0000000..43e9902 --- /dev/null +++ b/configs/spl/P1022DS_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_SPIFLASH=y diff --git a/configs/spl/P1024RDB_NAND_defconfig b/configs/spl/P1024RDB_NAND_defconfig new file mode 100644 index 0000000..70509a9 --- /dev/null +++ b/configs/spl/P1024RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_NAND=y diff --git a/configs/spl/P1024RDB_SDCARD_defconfig b/configs/spl/P1024RDB_SDCARD_defconfig new file mode 100644 index 0000000..782824a --- /dev/null +++ b/configs/spl/P1024RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_SDCARD=y diff --git a/configs/spl/P1024RDB_SPIFLASH_defconfig b/configs/spl/P1024RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..847aa77 --- /dev/null +++ b/configs/spl/P1024RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_SPIFLASH=y diff --git a/configs/spl/P1025RDB_NAND_defconfig b/configs/spl/P1025RDB_NAND_defconfig new file mode 100644 index 0000000..ba22ec7 --- /dev/null +++ b/configs/spl/P1025RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_NAND=y diff --git a/configs/spl/P1025RDB_SDCARD_defconfig b/configs/spl/P1025RDB_SDCARD_defconfig new file mode 100644 index 0000000..00ce335 --- /dev/null +++ b/configs/spl/P1025RDB_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_SDCARD=y diff --git a/configs/spl/P1025RDB_SPIFLASH_defconfig b/configs/spl/P1025RDB_SPIFLASH_defconfig new file mode 100644 index 0000000..840995c --- /dev/null +++ b/configs/spl/P1025RDB_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_SPIFLASH=y diff --git a/configs/spl/P2020RDB-PC_36BIT_NAND_defconfig b/configs/spl/P2020RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..1aed4e7 --- /dev/null +++ b/configs/spl/P2020RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_NAND=y diff --git a/configs/spl/P2020RDB-PC_36BIT_SDCARD_defconfig b/configs/spl/P2020RDB-PC_36BIT_SDCARD_defconfig new file mode 100644 index 0000000..ae179d3 --- /dev/null +++ b/configs/spl/P2020RDB-PC_36BIT_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_SDCARD=y diff --git a/configs/spl/P2020RDB-PC_36BIT_SPIFLASH_defconfig b/configs/spl/P2020RDB-PC_36BIT_SPIFLASH_defconfig new file mode 100644 index 0000000..46da75f --- /dev/null +++ b/configs/spl/P2020RDB-PC_36BIT_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_SPIFLASH=y diff --git a/configs/spl/P2020RDB-PC_NAND_defconfig b/configs/spl/P2020RDB-PC_NAND_defconfig new file mode 100644 index 0000000..0fd460c --- /dev/null +++ b/configs/spl/P2020RDB-PC_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_NAND=y diff --git a/configs/spl/P2020RDB-PC_SDCARD_defconfig b/configs/spl/P2020RDB-PC_SDCARD_defconfig new file mode 100644 index 0000000..2711102 --- /dev/null +++ b/configs/spl/P2020RDB-PC_SDCARD_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_SDCARD=y diff --git a/configs/spl/P2020RDB-PC_SPIFLASH_defconfig b/configs/spl/P2020RDB-PC_SPIFLASH_defconfig new file mode 100644 index 0000000..ca91ce7 --- /dev/null +++ b/configs/spl/P2020RDB-PC_SPIFLASH_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_SPIFLASH=y diff --git a/configs/spl/a3m071_defconfig b/configs/spl/a3m071_defconfig new file mode 100644 index 0000000..3ca5cf5 --- /dev/null +++ b/configs/spl/a3m071_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_A3M071=y diff --git a/configs/spl/a4m2k_defconfig b/configs/spl/a4m2k_defconfig new file mode 100644 index 0000000..4409547 --- /dev/null +++ b/configs/spl/a4m2k_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_A4M2K=y diff --git a/configs/spl/am335x_boneblack_defconfig b/configs/spl/am335x_boneblack_defconfig new file mode 100644 index 0000000..064f3f5 --- /dev/null +++ b/configs/spl/am335x_boneblack_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_BONEBLACK=y diff --git a/configs/spl/am335x_evm_defconfig b/configs/spl/am335x_evm_defconfig new file mode 100644 index 0000000..bec0249 --- /dev/null +++ b/configs/spl/am335x_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM=y diff --git a/configs/spl/am335x_evm_nor_defconfig b/configs/spl/am335x_evm_nor_defconfig new file mode 100644 index 0000000..4f80b94 --- /dev/null +++ b/configs/spl/am335x_evm_nor_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_NOR=y diff --git a/configs/spl/am335x_evm_spiboot_defconfig b/configs/spl/am335x_evm_spiboot_defconfig new file mode 100644 index 0000000..a71ba2f --- /dev/null +++ b/configs/spl/am335x_evm_spiboot_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_SPIBOOT=y diff --git a/configs/spl/am335x_evm_uart1_defconfig b/configs/spl/am335x_evm_uart1_defconfig new file mode 100644 index 0000000..2cbf76d --- /dev/null +++ b/configs/spl/am335x_evm_uart1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART1=y diff --git a/configs/spl/am335x_evm_uart2_defconfig b/configs/spl/am335x_evm_uart2_defconfig new file mode 100644 index 0000000..66502dc --- /dev/null +++ b/configs/spl/am335x_evm_uart2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART2=y diff --git a/configs/spl/am335x_evm_uart3_defconfig b/configs/spl/am335x_evm_uart3_defconfig new file mode 100644 index 0000000..cd77e12 --- /dev/null +++ b/configs/spl/am335x_evm_uart3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART3=y diff --git a/configs/spl/am335x_evm_uart4_defconfig b/configs/spl/am335x_evm_uart4_defconfig new file mode 100644 index 0000000..8423949 --- /dev/null +++ b/configs/spl/am335x_evm_uart4_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART4=y diff --git a/configs/spl/am335x_evm_uart5_defconfig b/configs/spl/am335x_evm_uart5_defconfig new file mode 100644 index 0000000..5ed861f --- /dev/null +++ b/configs/spl/am335x_evm_uart5_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_UART5=y diff --git a/configs/spl/am335x_evm_usbspl_defconfig b/configs/spl/am335x_evm_usbspl_defconfig new file mode 100644 index 0000000..5035c33 --- /dev/null +++ b/configs/spl/am335x_evm_usbspl_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_EVM_USBSPL=y diff --git a/configs/spl/am335x_igep0033_defconfig b/configs/spl/am335x_igep0033_defconfig new file mode 100644 index 0000000..8cfea46 --- /dev/null +++ b/configs/spl/am335x_igep0033_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM335X_IGEP0033=y diff --git a/configs/spl/am3517_crane_defconfig b/configs/spl/am3517_crane_defconfig new file mode 100644 index 0000000..83f1310 --- /dev/null +++ b/configs/spl/am3517_crane_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM3517_CRANE=y diff --git a/configs/spl/am3517_evm_defconfig b/configs/spl/am3517_evm_defconfig new file mode 100644 index 0000000..5e6f098 --- /dev/null +++ b/configs/spl/am3517_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM3517_EVM=y diff --git a/configs/spl/am43xx_evm_defconfig b/configs/spl/am43xx_evm_defconfig new file mode 100644 index 0000000..87702b7 --- /dev/null +++ b/configs/spl/am43xx_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_AM43XX_EVM=y diff --git a/configs/spl/apf27_defconfig b/configs/spl/apf27_defconfig new file mode 100644 index 0000000..7b12ddd --- /dev/null +++ b/configs/spl/apf27_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_APF27=y diff --git a/configs/spl/apx4devkit_defconfig b/configs/spl/apx4devkit_defconfig new file mode 100644 index 0000000..4e9b443 --- /dev/null +++ b/configs/spl/apx4devkit_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_APX4DEVKIT=y diff --git a/configs/spl/arndale_defconfig b/configs/spl/arndale_defconfig new file mode 100644 index 0000000..806f7c1 --- /dev/null +++ b/configs/spl/arndale_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ARNDALE=y diff --git a/configs/spl/beaver_defconfig b/configs/spl/beaver_defconfig new file mode 100644 index 0000000..1b16b46 --- /dev/null +++ b/configs/spl/beaver_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_BEAVER=y diff --git a/configs/spl/bg0900_defconfig b/configs/spl/bg0900_defconfig new file mode 100644 index 0000000..063a266 --- /dev/null +++ b/configs/spl/bg0900_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_BG0900=y diff --git a/configs/spl/cam_enc_4xx_defconfig b/configs/spl/cam_enc_4xx_defconfig new file mode 100644 index 0000000..7d049b0 --- /dev/null +++ b/configs/spl/cam_enc_4xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CAM_ENC_4XX=y diff --git a/configs/spl/cardhu_defconfig b/configs/spl/cardhu_defconfig new file mode 100644 index 0000000..676e1f5 --- /dev/null +++ b/configs/spl/cardhu_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CARDHU=y diff --git a/configs/spl/cm_t335_defconfig b/configs/spl/cm_t335_defconfig new file mode 100644 index 0000000..d348679 --- /dev/null +++ b/configs/spl/cm_t335_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CM_T335=y diff --git a/configs/spl/cm_t35_defconfig b/configs/spl/cm_t35_defconfig new file mode 100644 index 0000000..34b836e --- /dev/null +++ b/configs/spl/cm_t35_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_CM_T35=y diff --git a/configs/spl/colibri_t20_iris_defconfig b/configs/spl/colibri_t20_iris_defconfig new file mode 100644 index 0000000..5221d17 --- /dev/null +++ b/configs/spl/colibri_t20_iris_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_COLIBRI_T20_IRIS=y diff --git a/configs/spl/da850_am18xxevm_defconfig b/configs/spl/da850_am18xxevm_defconfig new file mode 100644 index 0000000..b69e875 --- /dev/null +++ b/configs/spl/da850_am18xxevm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DA850_AM18XXEVM=y diff --git a/configs/spl/da850evm_defconfig b/configs/spl/da850evm_defconfig new file mode 100644 index 0000000..5b0c965 --- /dev/null +++ b/configs/spl/da850evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DA850EVM=y diff --git a/configs/spl/dalmore_defconfig b/configs/spl/dalmore_defconfig new file mode 100644 index 0000000..fb8da5b --- /dev/null +++ b/configs/spl/dalmore_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DALMORE=y diff --git a/configs/spl/devkit8000_defconfig b/configs/spl/devkit8000_defconfig new file mode 100644 index 0000000..7141ffb --- /dev/null +++ b/configs/spl/devkit8000_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DEVKIT8000=y diff --git a/configs/spl/dra7xx_evm_defconfig b/configs/spl/dra7xx_evm_defconfig new file mode 100644 index 0000000..28b3c17 --- /dev/null +++ b/configs/spl/dra7xx_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DRA7XX_EVM=y diff --git a/configs/spl/dra7xx_evm_uart3_defconfig b/configs/spl/dra7xx_evm_uart3_defconfig new file mode 100644 index 0000000..829dae4 --- /dev/null +++ b/configs/spl/dra7xx_evm_uart3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DRA7XX_EVM_UART3=y diff --git a/configs/spl/dxr2_defconfig b/configs/spl/dxr2_defconfig new file mode 100644 index 0000000..a39e3a6 --- /dev/null +++ b/configs/spl/dxr2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_DXR2=y diff --git a/configs/spl/eco5pk_defconfig b/configs/spl/eco5pk_defconfig new file mode 100644 index 0000000..b4a9cf2 --- /dev/null +++ b/configs/spl/eco5pk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ECO5PK=y diff --git a/configs/spl/harmony_defconfig b/configs/spl/harmony_defconfig new file mode 100644 index 0000000..1bbc6e0 --- /dev/null +++ b/configs/spl/harmony_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_HARMONY=y diff --git a/configs/spl/hawkboard_defconfig b/configs/spl/hawkboard_defconfig new file mode 100644 index 0000000..f553010 --- /dev/null +++ b/configs/spl/hawkboard_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_HAWKBOARD=y diff --git a/configs/spl/hawkboard_uart_defconfig b/configs/spl/hawkboard_uart_defconfig new file mode 100644 index 0000000..ce9d6c1 --- /dev/null +++ b/configs/spl/hawkboard_uart_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_HAWKBOARD_UART=y diff --git a/configs/spl/igep0020_defconfig b/configs/spl/igep0020_defconfig new file mode 100644 index 0000000..8452a6b --- /dev/null +++ b/configs/spl/igep0020_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IGEP0020=y diff --git a/configs/spl/igep0020_nand_defconfig b/configs/spl/igep0020_nand_defconfig new file mode 100644 index 0000000..dc7e946 --- /dev/null +++ b/configs/spl/igep0020_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IGEP0020_NAND=y diff --git a/configs/spl/igep0030_defconfig b/configs/spl/igep0030_defconfig new file mode 100644 index 0000000..f7d1db9 --- /dev/null +++ b/configs/spl/igep0030_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IGEP0030=y diff --git a/configs/spl/igep0030_nand_defconfig b/configs/spl/igep0030_nand_defconfig new file mode 100644 index 0000000..27c24ea --- /dev/null +++ b/configs/spl/igep0030_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IGEP0030_NAND=y diff --git a/configs/spl/igep0032_defconfig b/configs/spl/igep0032_defconfig new file mode 100644 index 0000000..924f809 --- /dev/null +++ b/configs/spl/igep0032_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IGEP0032=y diff --git a/configs/spl/ipam390_defconfig b/configs/spl/ipam390_defconfig new file mode 100644 index 0000000..a311f3b --- /dev/null +++ b/configs/spl/ipam390_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_IPAM390=y diff --git a/configs/spl/kwb_defconfig b/configs/spl/kwb_defconfig new file mode 100644 index 0000000..bf62e94 --- /dev/null +++ b/configs/spl/kwb_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_KWB=y diff --git a/configs/spl/lcd4_lwmon5_defconfig b/configs/spl/lcd4_lwmon5_defconfig new file mode 100644 index 0000000..343c9cf --- /dev/null +++ b/configs/spl/lcd4_lwmon5_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_LCD4_LWMON5=y diff --git a/configs/spl/m28evk_defconfig b/configs/spl/m28evk_defconfig new file mode 100644 index 0000000..eaddcdb --- /dev/null +++ b/configs/spl/m28evk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_M28EVK=y diff --git a/configs/spl/m53evk_defconfig b/configs/spl/m53evk_defconfig new file mode 100644 index 0000000..9c596eb --- /dev/null +++ b/configs/spl/m53evk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_M53EVK=y diff --git a/configs/spl/mcx_defconfig b/configs/spl/mcx_defconfig new file mode 100644 index 0000000..bc8959c --- /dev/null +++ b/configs/spl/mcx_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MCX=y diff --git a/configs/spl/medcom-wide_defconfig b/configs/spl/medcom-wide_defconfig new file mode 100644 index 0000000..2174b88 --- /dev/null +++ b/configs/spl/medcom-wide_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MEDCOM_WIDE=y diff --git a/configs/spl/microblaze-generic_defconfig b/configs/spl/microblaze-generic_defconfig new file mode 100644 index 0000000..6de0152 --- /dev/null +++ b/configs/spl/microblaze-generic_defconfig @@ -0,0 +1,2 @@ +CONFIG_MICROBLAZE=y +CONFIG_TARGET_MICROBLAZE_GENERIC=y diff --git a/configs/spl/mt_ventoux_defconfig b/configs/spl/mt_ventoux_defconfig new file mode 100644 index 0000000..f79fa8d --- /dev/null +++ b/configs/spl/mt_ventoux_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MT_VENTOUX=y diff --git a/configs/spl/mx23_olinuxino_defconfig b/configs/spl/mx23_olinuxino_defconfig new file mode 100644 index 0000000..33cfa0a --- /dev/null +++ b/configs/spl/mx23_olinuxino_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX23_OLINUXINO=y diff --git a/configs/spl/mx23evk_defconfig b/configs/spl/mx23evk_defconfig new file mode 100644 index 0000000..3f8ecc7 --- /dev/null +++ b/configs/spl/mx23evk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX23EVK=y diff --git a/configs/spl/mx28evk_auart_console_defconfig b/configs/spl/mx28evk_auart_console_defconfig new file mode 100644 index 0000000..aa623b5 --- /dev/null +++ b/configs/spl/mx28evk_auart_console_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX28EVK_AUART_CONSOLE=y diff --git a/configs/spl/mx28evk_defconfig b/configs/spl/mx28evk_defconfig new file mode 100644 index 0000000..432833f --- /dev/null +++ b/configs/spl/mx28evk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX28EVK=y diff --git a/configs/spl/mx28evk_nand_defconfig b/configs/spl/mx28evk_nand_defconfig new file mode 100644 index 0000000..cae7b50 --- /dev/null +++ b/configs/spl/mx28evk_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX28EVK_NAND=y diff --git a/configs/spl/mx31pdk_defconfig b/configs/spl/mx31pdk_defconfig new file mode 100644 index 0000000..c32b3b0 --- /dev/null +++ b/configs/spl/mx31pdk_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_MX31PDK=y diff --git a/configs/spl/omap3_beagle_defconfig b/configs/spl/omap3_beagle_defconfig new file mode 100644 index 0000000..cde768b --- /dev/null +++ b/configs/spl/omap3_beagle_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_BEAGLE=y diff --git a/configs/spl/omap3_evm_defconfig b/configs/spl/omap3_evm_defconfig new file mode 100644 index 0000000..1c445ae --- /dev/null +++ b/configs/spl/omap3_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_EVM=y diff --git a/configs/spl/omap3_evm_quick_mmc_defconfig b/configs/spl/omap3_evm_quick_mmc_defconfig new file mode 100644 index 0000000..53b6058 --- /dev/null +++ b/configs/spl/omap3_evm_quick_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_EVM_QUICK_MMC=y diff --git a/configs/spl/omap3_evm_quick_nand_defconfig b/configs/spl/omap3_evm_quick_nand_defconfig new file mode 100644 index 0000000..e31e22d --- /dev/null +++ b/configs/spl/omap3_evm_quick_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_EVM_QUICK_NAND=y diff --git a/configs/spl/omap3_ha_defconfig b/configs/spl/omap3_ha_defconfig new file mode 100644 index 0000000..7a9f15a --- /dev/null +++ b/configs/spl/omap3_ha_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_HA=y diff --git a/configs/spl/omap3_overo_defconfig b/configs/spl/omap3_overo_defconfig new file mode 100644 index 0000000..1544d1a --- /dev/null +++ b/configs/spl/omap3_overo_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP3_OVERO=y diff --git a/configs/spl/omap4_panda_defconfig b/configs/spl/omap4_panda_defconfig new file mode 100644 index 0000000..2aea70c --- /dev/null +++ b/configs/spl/omap4_panda_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP4_PANDA=y diff --git a/configs/spl/omap4_sdp4430_defconfig b/configs/spl/omap4_sdp4430_defconfig new file mode 100644 index 0000000..96906dc --- /dev/null +++ b/configs/spl/omap4_sdp4430_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP4_SDP4430=y diff --git a/configs/spl/omap5_uevm_defconfig b/configs/spl/omap5_uevm_defconfig new file mode 100644 index 0000000..c2d518f --- /dev/null +++ b/configs/spl/omap5_uevm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_OMAP5_UEVM=y diff --git a/configs/spl/origen_defconfig b/configs/spl/origen_defconfig new file mode 100644 index 0000000..730a636 --- /dev/null +++ b/configs/spl/origen_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ORIGEN=y diff --git a/configs/spl/palmtreo680_defconfig b/configs/spl/palmtreo680_defconfig new file mode 100644 index 0000000..ea8e4e5 --- /dev/null +++ b/configs/spl/palmtreo680_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PALMTREO680=y diff --git a/configs/spl/paz00_defconfig b/configs/spl/paz00_defconfig new file mode 100644 index 0000000..f4f6602 --- /dev/null +++ b/configs/spl/paz00_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PAZ00=y diff --git a/configs/spl/pcm051_rev1_defconfig b/configs/spl/pcm051_rev1_defconfig new file mode 100644 index 0000000..3c90f14 --- /dev/null +++ b/configs/spl/pcm051_rev1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PCM051_REV1=y diff --git a/configs/spl/pcm051_rev3_defconfig b/configs/spl/pcm051_rev3_defconfig new file mode 100644 index 0000000..bafe856 --- /dev/null +++ b/configs/spl/pcm051_rev3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PCM051_REV3=y diff --git a/configs/spl/pengwyn_defconfig b/configs/spl/pengwyn_defconfig new file mode 100644 index 0000000..948d84e --- /dev/null +++ b/configs/spl/pengwyn_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PENGWYN=y diff --git a/configs/spl/plutux_defconfig b/configs/spl/plutux_defconfig new file mode 100644 index 0000000..608818e --- /dev/null +++ b/configs/spl/plutux_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PLUTUX=y diff --git a/configs/spl/pxm2_defconfig b/configs/spl/pxm2_defconfig new file mode 100644 index 0000000..af99d8c --- /dev/null +++ b/configs/spl/pxm2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_PXM2=y diff --git a/configs/spl/rut_defconfig b/configs/spl/rut_defconfig new file mode 100644 index 0000000..6196a2e --- /dev/null +++ b/configs/spl/rut_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_RUT=y diff --git a/configs/spl/sama5d3xek_mmc_defconfig b/configs/spl/sama5d3xek_mmc_defconfig new file mode 100644 index 0000000..f0112f5 --- /dev/null +++ b/configs/spl/sama5d3xek_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3XEK_MMC=y diff --git a/configs/spl/sama5d3xek_nandflash_defconfig b/configs/spl/sama5d3xek_nandflash_defconfig new file mode 100644 index 0000000..848101d --- /dev/null +++ b/configs/spl/sama5d3xek_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3XEK_NANDFLASH=y diff --git a/configs/spl/sama5d3xek_spiflash_defconfig b/configs/spl/sama5d3xek_spiflash_defconfig new file mode 100644 index 0000000..3d98a46 --- /dev/null +++ b/configs/spl/sama5d3xek_spiflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SAMA5D3XEK_SPIFLASH=y diff --git a/configs/spl/sansa_fuze_plus_defconfig b/configs/spl/sansa_fuze_plus_defconfig new file mode 100644 index 0000000..ffadb08 --- /dev/null +++ b/configs/spl/sansa_fuze_plus_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SANSA_FUZE_PLUS=y diff --git a/configs/spl/sc_sps_1_defconfig b/configs/spl/sc_sps_1_defconfig new file mode 100644 index 0000000..4368416 --- /dev/null +++ b/configs/spl/sc_sps_1_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SC_SPS_1=y diff --git a/configs/spl/seaboard_defconfig b/configs/spl/seaboard_defconfig new file mode 100644 index 0000000..bc3eab4 --- /dev/null +++ b/configs/spl/seaboard_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SEABOARD=y diff --git a/configs/spl/smdk5250_defconfig b/configs/spl/smdk5250_defconfig new file mode 100644 index 0000000..c90b5ac --- /dev/null +++ b/configs/spl/smdk5250_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SMDK5250=y diff --git a/configs/spl/smdk5420_defconfig b/configs/spl/smdk5420_defconfig new file mode 100644 index 0000000..88c8bf1 --- /dev/null +++ b/configs/spl/smdk5420_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SMDK5420=y diff --git a/configs/spl/smdkv310_defconfig b/configs/spl/smdkv310_defconfig new file mode 100644 index 0000000..6d08fe1 --- /dev/null +++ b/configs/spl/smdkv310_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SMDKV310=y diff --git a/configs/spl/snow_defconfig b/configs/spl/snow_defconfig new file mode 100644 index 0000000..9089f7c --- /dev/null +++ b/configs/spl/snow_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SNOW=y diff --git a/configs/spl/socfpga_cyclone5_defconfig b/configs/spl/socfpga_cyclone5_defconfig new file mode 100644 index 0000000..d5b4730 --- /dev/null +++ b/configs/spl/socfpga_cyclone5_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_SOCFPGA_CYCLONE5=y diff --git a/configs/spl/tao3530_defconfig b/configs/spl/tao3530_defconfig new file mode 100644 index 0000000..5530ec1 --- /dev/null +++ b/configs/spl/tao3530_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TAO3530=y diff --git a/configs/spl/tec-ng_defconfig b/configs/spl/tec-ng_defconfig new file mode 100644 index 0000000..23372ef --- /dev/null +++ b/configs/spl/tec-ng_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TEC_NG=y diff --git a/configs/spl/tec_defconfig b/configs/spl/tec_defconfig new file mode 100644 index 0000000..b131147 --- /dev/null +++ b/configs/spl/tec_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TEC=y diff --git a/configs/spl/ti814x_evm_defconfig b/configs/spl/ti814x_evm_defconfig new file mode 100644 index 0000000..f49bb13 --- /dev/null +++ b/configs/spl/ti814x_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TI814X_EVM=y diff --git a/configs/spl/ti816x_evm_defconfig b/configs/spl/ti816x_evm_defconfig new file mode 100644 index 0000000..b3e30c1 --- /dev/null +++ b/configs/spl/ti816x_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TI816X_EVM=y diff --git a/configs/spl/tricorder_defconfig b/configs/spl/tricorder_defconfig new file mode 100644 index 0000000..817ca17 --- /dev/null +++ b/configs/spl/tricorder_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TRICORDER=y diff --git a/configs/spl/tricorder_flash_defconfig b/configs/spl/tricorder_flash_defconfig new file mode 100644 index 0000000..44f8e07 --- /dev/null +++ b/configs/spl/tricorder_flash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TRICORDER_FLASH=y diff --git a/configs/spl/trimslice_defconfig b/configs/spl/trimslice_defconfig new file mode 100644 index 0000000..980a9f0 --- /dev/null +++ b/configs/spl/trimslice_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TRIMSLICE=y diff --git a/configs/spl/tseries_mmc_defconfig b/configs/spl/tseries_mmc_defconfig new file mode 100644 index 0000000..630bd6d --- /dev/null +++ b/configs/spl/tseries_mmc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TSERIES_MMC=y diff --git a/configs/spl/tseries_nand_defconfig b/configs/spl/tseries_nand_defconfig new file mode 100644 index 0000000..f3efa4d --- /dev/null +++ b/configs/spl/tseries_nand_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TSERIES_NAND=y diff --git a/configs/spl/tseries_spi_defconfig b/configs/spl/tseries_spi_defconfig new file mode 100644 index 0000000..84778a9 --- /dev/null +++ b/configs/spl/tseries_spi_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TSERIES_SPI=y diff --git a/configs/spl/twister_defconfig b/configs/spl/twister_defconfig new file mode 100644 index 0000000..2652739 --- /dev/null +++ b/configs/spl/twister_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TWISTER=y diff --git a/configs/spl/tx25_defconfig b/configs/spl/tx25_defconfig new file mode 100644 index 0000000..93d85d6 --- /dev/null +++ b/configs/spl/tx25_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TX25=y diff --git a/configs/spl/venice2_defconfig b/configs/spl/venice2_defconfig new file mode 100644 index 0000000..649a64a --- /dev/null +++ b/configs/spl/venice2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VENICE2=y diff --git a/configs/spl/ventana_defconfig b/configs/spl/ventana_defconfig new file mode 100644 index 0000000..1c15607 --- /dev/null +++ b/configs/spl/ventana_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VENTANA=y diff --git a/configs/spl/vpac270_ond_256_defconfig b/configs/spl/vpac270_ond_256_defconfig new file mode 100644 index 0000000..090825a --- /dev/null +++ b/configs/spl/vpac270_ond_256_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VPAC270_OND_256=y diff --git a/configs/spl/whistler_defconfig b/configs/spl/whistler_defconfig new file mode 100644 index 0000000..a8a8b67 --- /dev/null +++ b/configs/spl/whistler_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WHISTLER=y diff --git a/configs/spl/woodburn_sd_defconfig b/configs/spl/woodburn_sd_defconfig new file mode 100644 index 0000000..c156979 --- /dev/null +++ b/configs/spl/woodburn_sd_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WOODBURN_SD=y diff --git a/configs/spl/x600_defconfig b/configs/spl/x600_defconfig new file mode 100644 index 0000000..36a6027 --- /dev/null +++ b/configs/spl/x600_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_X600=y diff --git a/configs/spl/xfi3_defconfig b/configs/spl/xfi3_defconfig new file mode 100644 index 0000000..8b9954a --- /dev/null +++ b/configs/spl/xfi3_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_XFI3=y diff --git a/configs/spl/zynq_microzed_defconfig b/configs/spl/zynq_microzed_defconfig new file mode 100644 index 0000000..29d2134 --- /dev/null +++ b/configs/spl/zynq_microzed_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_MICROZED=y diff --git a/configs/spl/zynq_zc70x_defconfig b/configs/spl/zynq_zc70x_defconfig new file mode 100644 index 0000000..fc1405f --- /dev/null +++ b/configs/spl/zynq_zc70x_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC70X=y diff --git a/configs/spl/zynq_zc770_xm010_defconfig b/configs/spl/zynq_zc770_xm010_defconfig new file mode 100644 index 0000000..b6bd3b2 --- /dev/null +++ b/configs/spl/zynq_zc770_xm010_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC770_XM010=y diff --git a/configs/spl/zynq_zc770_xm012_defconfig b/configs/spl/zynq_zc770_xm012_defconfig new file mode 100644 index 0000000..68e7e27 --- /dev/null +++ b/configs/spl/zynq_zc770_xm012_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC770_XM012=y diff --git a/configs/spl/zynq_zc770_xm013_defconfig b/configs/spl/zynq_zc770_xm013_defconfig new file mode 100644 index 0000000..dfc06c8 --- /dev/null +++ b/configs/spl/zynq_zc770_xm013_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC770_XM013=y diff --git a/configs/spl/zynq_zed_defconfig b/configs/spl/zynq_zed_defconfig new file mode 100644 index 0000000..42f0b73 --- /dev/null +++ b/configs/spl/zynq_zed_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZED=y diff --git a/configs/stamp9g20_defconfig b/configs/stamp9g20_defconfig new file mode 100644 index 0000000..04a67ed --- /dev/null +++ b/configs/stamp9g20_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_STAMP9G20=y diff --git a/configs/stxgp3_defconfig b/configs/stxgp3_defconfig new file mode 100644 index 0000000..bd53255 --- /dev/null +++ b/configs/stxgp3_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_STXGP3=y diff --git a/configs/stxssa_4M_defconfig b/configs/stxssa_4M_defconfig new file mode 100644 index 0000000..e3d592f --- /dev/null +++ b/configs/stxssa_4M_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_STXSSA_4M=y diff --git a/configs/stxssa_defconfig b/configs/stxssa_defconfig new file mode 100644 index 0000000..17882c4 --- /dev/null +++ b/configs/stxssa_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_STXSSA=y diff --git a/configs/stxxtc_defconfig b/configs/stxxtc_defconfig new file mode 100644 index 0000000..13ea175 --- /dev/null +++ b/configs/stxxtc_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_STXXTC=y diff --git a/configs/suvd3_defconfig b/configs/suvd3_defconfig new file mode 100644 index 0000000..acea868 --- /dev/null +++ b/configs/suvd3_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SUVD3=y diff --git a/configs/svm_sc8xx_defconfig b/configs/svm_sc8xx_defconfig new file mode 100644 index 0000000..7104dc6 --- /dev/null +++ b/configs/svm_sc8xx_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SVM_SC8XX=y diff --git a/configs/sycamore_defconfig b/configs/sycamore_defconfig new file mode 100644 index 0000000..9066f38 --- /dev/null +++ b/configs/sycamore_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_SYCAMORE=y diff --git a/configs/t3corp_defconfig b/configs/t3corp_defconfig new file mode 100644 index 0000000..2da078f --- /dev/null +++ b/configs/t3corp_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_T3CORP=y diff --git a/configs/taihu_defconfig b/configs/taihu_defconfig new file mode 100644 index 0000000..69577c6 --- /dev/null +++ b/configs/taihu_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TAIHU=y diff --git a/configs/taishan_defconfig b/configs/taishan_defconfig new file mode 100644 index 0000000..2c889e6 --- /dev/null +++ b/configs/taishan_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TAISHAN=y diff --git a/configs/tao3530_defconfig b/configs/tao3530_defconfig new file mode 100644 index 0000000..8042832 --- /dev/null +++ b/configs/tao3530_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TAO3530=y diff --git a/configs/taurus_defconfig b/configs/taurus_defconfig new file mode 100644 index 0000000..3feef8a --- /dev/null +++ b/configs/taurus_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TAURUS=y diff --git a/configs/tcm-bf518_defconfig b/configs/tcm-bf518_defconfig new file mode 100644 index 0000000..a9d5da0 --- /dev/null +++ b/configs/tcm-bf518_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_TCM_BF518=y diff --git a/configs/tcm-bf537_defconfig b/configs/tcm-bf537_defconfig new file mode 100644 index 0000000..fe9de13 --- /dev/null +++ b/configs/tcm-bf537_defconfig @@ -0,0 +1,2 @@ +CONFIG_BLACKFIN=y +CONFIG_TARGET_TCM_BF537=y diff --git a/configs/tec-ng_defconfig b/configs/tec-ng_defconfig new file mode 100644 index 0000000..4513be1 --- /dev/null +++ b/configs/tec-ng_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TEC_NG=y diff --git a/configs/tec_defconfig b/configs/tec_defconfig new file mode 100644 index 0000000..d4c1db3 --- /dev/null +++ b/configs/tec_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TEC=y diff --git a/configs/ti814x_evm_defconfig b/configs/ti814x_evm_defconfig new file mode 100644 index 0000000..6f1325b --- /dev/null +++ b/configs/ti814x_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TI814X_EVM=y diff --git a/configs/ti816x_evm_defconfig b/configs/ti816x_evm_defconfig new file mode 100644 index 0000000..4661f3c --- /dev/null +++ b/configs/ti816x_evm_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TI816X_EVM=y diff --git a/configs/titanium_defconfig b/configs/titanium_defconfig new file mode 100644 index 0000000..757fdbc --- /dev/null +++ b/configs/titanium_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TITANIUM=y diff --git a/configs/tk71_defconfig b/configs/tk71_defconfig new file mode 100644 index 0000000..ffff874 --- /dev/null +++ b/configs/tk71_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TK71=y diff --git a/configs/tnetv107x_evm_defconfig b/configs/tnetv107x_evm_defconfig new file mode 100644 index 0000000..b0915d2 --- /dev/null +++ b/configs/tnetv107x_evm_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TNETV107X_EVM=y diff --git a/configs/tny_a9260_eeprom_defconfig b/configs/tny_a9260_eeprom_defconfig new file mode 100644 index 0000000..4c51e0e --- /dev/null +++ b/configs/tny_a9260_eeprom_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TNY_A9260_EEPROM=y diff --git a/configs/tny_a9260_nandflash_defconfig b/configs/tny_a9260_nandflash_defconfig new file mode 100644 index 0000000..4e9e386 --- /dev/null +++ b/configs/tny_a9260_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TNY_A9260_NANDFLASH=y diff --git a/configs/tny_a9g20_eeprom_defconfig b/configs/tny_a9g20_eeprom_defconfig new file mode 100644 index 0000000..cf24df0 --- /dev/null +++ b/configs/tny_a9g20_eeprom_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TNY_A9G20_EEPROM=y diff --git a/configs/tny_a9g20_nandflash_defconfig b/configs/tny_a9g20_nandflash_defconfig new file mode 100644 index 0000000..6caa242 --- /dev/null +++ b/configs/tny_a9g20_nandflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TNY_A9G20_NANDFLASH=y diff --git a/configs/top9000eval_xe_defconfig b/configs/top9000eval_xe_defconfig new file mode 100644 index 0000000..d500422 --- /dev/null +++ b/configs/top9000eval_xe_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TOP9000EVAL_XE=y diff --git a/configs/top9000su_xe_defconfig b/configs/top9000su_xe_defconfig new file mode 100644 index 0000000..b8ea524 --- /dev/null +++ b/configs/top9000su_xe_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TOP9000SU_XE=y diff --git a/configs/tpl/C29XPCIE_NAND_defconfig b/configs/tpl/C29XPCIE_NAND_defconfig new file mode 100644 index 0000000..21d766a --- /dev/null +++ b/configs/tpl/C29XPCIE_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_C29XPCIE_NAND=y diff --git a/configs/tpl/P1010RDB-PA_36BIT_NAND_defconfig b/configs/tpl/P1010RDB-PA_36BIT_NAND_defconfig new file mode 100644 index 0000000..ddddd61 --- /dev/null +++ b/configs/tpl/P1010RDB-PA_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_36BIT_NAND=y diff --git a/configs/tpl/P1010RDB-PA_NAND_defconfig b/configs/tpl/P1010RDB-PA_NAND_defconfig new file mode 100644 index 0000000..acbd260 --- /dev/null +++ b/configs/tpl/P1010RDB-PA_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PA_NAND=y diff --git a/configs/tpl/P1010RDB-PB_36BIT_NAND_defconfig b/configs/tpl/P1010RDB-PB_36BIT_NAND_defconfig new file mode 100644 index 0000000..ed1cd1f --- /dev/null +++ b/configs/tpl/P1010RDB-PB_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_36BIT_NAND=y diff --git a/configs/tpl/P1010RDB-PB_NAND_defconfig b/configs/tpl/P1010RDB-PB_NAND_defconfig new file mode 100644 index 0000000..35064dc --- /dev/null +++ b/configs/tpl/P1010RDB-PB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1010RDB_PB_NAND=y diff --git a/configs/tpl/P1020RDB-PC_36BIT_NAND_defconfig b/configs/tpl/P1020RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..f94fb66 --- /dev/null +++ b/configs/tpl/P1020RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_36BIT_NAND=y diff --git a/configs/tpl/P1020RDB-PC_NAND_defconfig b/configs/tpl/P1020RDB-PC_NAND_defconfig new file mode 100644 index 0000000..c9d6169 --- /dev/null +++ b/configs/tpl/P1020RDB-PC_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PC_NAND=y diff --git a/configs/tpl/P1020RDB-PD_NAND_defconfig b/configs/tpl/P1020RDB-PD_NAND_defconfig new file mode 100644 index 0000000..b77dd75 --- /dev/null +++ b/configs/tpl/P1020RDB-PD_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1020RDB_PD_NAND=y diff --git a/configs/tpl/P1021RDB-PC_36BIT_NAND_defconfig b/configs/tpl/P1021RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..72b6d0b --- /dev/null +++ b/configs/tpl/P1021RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_36BIT_NAND=y diff --git a/configs/tpl/P1021RDB-PC_NAND_defconfig b/configs/tpl/P1021RDB-PC_NAND_defconfig new file mode 100644 index 0000000..2571db3 --- /dev/null +++ b/configs/tpl/P1021RDB-PC_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1021RDB_PC_NAND=y diff --git a/configs/tpl/P1022DS_36BIT_NAND_defconfig b/configs/tpl/P1022DS_36BIT_NAND_defconfig new file mode 100644 index 0000000..4ca54da --- /dev/null +++ b/configs/tpl/P1022DS_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_36BIT_NAND=y diff --git a/configs/tpl/P1022DS_NAND_defconfig b/configs/tpl/P1022DS_NAND_defconfig new file mode 100644 index 0000000..987b1f0 --- /dev/null +++ b/configs/tpl/P1022DS_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1022DS_NAND=y diff --git a/configs/tpl/P1024RDB_NAND_defconfig b/configs/tpl/P1024RDB_NAND_defconfig new file mode 100644 index 0000000..70509a9 --- /dev/null +++ b/configs/tpl/P1024RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1024RDB_NAND=y diff --git a/configs/tpl/P1025RDB_NAND_defconfig b/configs/tpl/P1025RDB_NAND_defconfig new file mode 100644 index 0000000..ba22ec7 --- /dev/null +++ b/configs/tpl/P1025RDB_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P1025RDB_NAND=y diff --git a/configs/tpl/P2020RDB-PC_36BIT_NAND_defconfig b/configs/tpl/P2020RDB-PC_36BIT_NAND_defconfig new file mode 100644 index 0000000..1aed4e7 --- /dev/null +++ b/configs/tpl/P2020RDB-PC_36BIT_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_36BIT_NAND=y diff --git a/configs/tpl/P2020RDB-PC_NAND_defconfig b/configs/tpl/P2020RDB-PC_NAND_defconfig new file mode 100644 index 0000000..0fd460c --- /dev/null +++ b/configs/tpl/P2020RDB-PC_NAND_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_P2020RDB_PC_NAND=y diff --git a/configs/trats2_defconfig b/configs/trats2_defconfig new file mode 100644 index 0000000..0a53f09 --- /dev/null +++ b/configs/trats2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TRATS2=y diff --git a/configs/trats_defconfig b/configs/trats_defconfig new file mode 100644 index 0000000..93b94c0 --- /dev/null +++ b/configs/trats_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TRATS=y diff --git a/configs/tricorder_defconfig b/configs/tricorder_defconfig new file mode 100644 index 0000000..811fa33 --- /dev/null +++ b/configs/tricorder_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TRICORDER=y diff --git a/configs/tricorder_flash_defconfig b/configs/tricorder_flash_defconfig new file mode 100644 index 0000000..25b599d --- /dev/null +++ b/configs/tricorder_flash_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TRICORDER_FLASH=y diff --git a/configs/trimslice_defconfig b/configs/trimslice_defconfig new file mode 100644 index 0000000..d782562 --- /dev/null +++ b/configs/trimslice_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TRIMSLICE=y diff --git a/configs/trizepsiv_defconfig b/configs/trizepsiv_defconfig new file mode 100644 index 0000000..444d3bb --- /dev/null +++ b/configs/trizepsiv_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TRIZEPSIV=y diff --git a/configs/tseries_mmc_defconfig b/configs/tseries_mmc_defconfig new file mode 100644 index 0000000..c1c13e4 --- /dev/null +++ b/configs/tseries_mmc_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TSERIES_MMC=y diff --git a/configs/tseries_nand_defconfig b/configs/tseries_nand_defconfig new file mode 100644 index 0000000..f456fe4 --- /dev/null +++ b/configs/tseries_nand_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TSERIES_NAND=y diff --git a/configs/tseries_spi_defconfig b/configs/tseries_spi_defconfig new file mode 100644 index 0000000..59d7c30 --- /dev/null +++ b/configs/tseries_spi_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TSERIES_SPI=y diff --git a/configs/tt01_defconfig b/configs/tt01_defconfig new file mode 100644 index 0000000..a0e6664 --- /dev/null +++ b/configs/tt01_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_TT01=y diff --git a/configs/tuge1_defconfig b/configs/tuge1_defconfig new file mode 100644 index 0000000..9f89001 --- /dev/null +++ b/configs/tuge1_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TUGE1=y diff --git a/configs/tuxx1_defconfig b/configs/tuxx1_defconfig new file mode 100644 index 0000000..cf51411 --- /dev/null +++ b/configs/tuxx1_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_TUXX1=y diff --git a/configs/twister_defconfig b/configs/twister_defconfig new file mode 100644 index 0000000..f91dfda --- /dev/null +++ b/configs/twister_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TWISTER=y diff --git a/configs/tx25_defconfig b/configs/tx25_defconfig new file mode 100644 index 0000000..dfa5c30 --- /dev/null +++ b/configs/tx25_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_TX25=y diff --git a/configs/u8500_href_defconfig b/configs/u8500_href_defconfig new file mode 100644 index 0000000..fef179f --- /dev/null +++ b/configs/u8500_href_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_U8500_HREF=y diff --git a/configs/uc100_defconfig b/configs/uc100_defconfig new file mode 100644 index 0000000..96c0d76 --- /dev/null +++ b/configs/uc100_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_UC100=y diff --git a/configs/uc101_defconfig b/configs/uc101_defconfig new file mode 100644 index 0000000..f4e174b --- /dev/null +++ b/configs/uc101_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_UC101=y diff --git a/configs/udoo_quad_defconfig b/configs/udoo_quad_defconfig new file mode 100644 index 0000000..e287e52 --- /dev/null +++ b/configs/udoo_quad_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_UDOO_QUAD=y diff --git a/configs/usb_a9263_dataflash_defconfig b/configs/usb_a9263_dataflash_defconfig new file mode 100644 index 0000000..f19ec83 --- /dev/null +++ b/configs/usb_a9263_dataflash_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_USB_A9263_DATAFLASH=y diff --git a/configs/utx8245_defconfig b/configs/utx8245_defconfig new file mode 100644 index 0000000..2539fe3 --- /dev/null +++ b/configs/utx8245_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_UTX8245=y diff --git a/configs/v37_defconfig b/configs/v37_defconfig new file mode 100644 index 0000000..d805845 --- /dev/null +++ b/configs/v37_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_V37=y diff --git a/configs/v38b_defconfig b/configs/v38b_defconfig new file mode 100644 index 0000000..7e4c3f6 --- /dev/null +++ b/configs/v38b_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_V38B=y diff --git a/configs/v5fx30teval_defconfig b/configs/v5fx30teval_defconfig new file mode 100644 index 0000000..b3c6a65 --- /dev/null +++ b/configs/v5fx30teval_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_V5FX30TEVAL=y diff --git a/configs/v5fx30teval_flash_defconfig b/configs/v5fx30teval_flash_defconfig new file mode 100644 index 0000000..e8f93c3 --- /dev/null +++ b/configs/v5fx30teval_flash_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_V5FX30TEVAL_FLASH=y diff --git a/configs/vct_platinum_defconfig b/configs/vct_platinum_defconfig new file mode 100644 index 0000000..cd962c5 --- /dev/null +++ b/configs/vct_platinum_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUM=y diff --git a/configs/vct_platinum_onenand_defconfig b/configs/vct_platinum_onenand_defconfig new file mode 100644 index 0000000..c6af7d2 --- /dev/null +++ b/configs/vct_platinum_onenand_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUM_ONENAND=y diff --git a/configs/vct_platinum_onenand_small_defconfig b/configs/vct_platinum_onenand_small_defconfig new file mode 100644 index 0000000..bd2efb3 --- /dev/null +++ b/configs/vct_platinum_onenand_small_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUM_ONENAND_SMALL=y diff --git a/configs/vct_platinum_small_defconfig b/configs/vct_platinum_small_defconfig new file mode 100644 index 0000000..4e47ddb --- /dev/null +++ b/configs/vct_platinum_small_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUM_SMALL=y diff --git a/configs/vct_platinumavc_defconfig b/configs/vct_platinumavc_defconfig new file mode 100644 index 0000000..8c6ea2a --- /dev/null +++ b/configs/vct_platinumavc_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUMAVC=y diff --git a/configs/vct_platinumavc_onenand_defconfig b/configs/vct_platinumavc_onenand_defconfig new file mode 100644 index 0000000..c967f6e --- /dev/null +++ b/configs/vct_platinumavc_onenand_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUMAVC_ONENAND=y diff --git a/configs/vct_platinumavc_onenand_small_defconfig b/configs/vct_platinumavc_onenand_small_defconfig new file mode 100644 index 0000000..1430c58 --- /dev/null +++ b/configs/vct_platinumavc_onenand_small_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUMAVC_ONENAND_SMALL=y diff --git a/configs/vct_platinumavc_small_defconfig b/configs/vct_platinumavc_small_defconfig new file mode 100644 index 0000000..916e22a --- /dev/null +++ b/configs/vct_platinumavc_small_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PLATINUMAVC_SMALL=y diff --git a/configs/vct_premium_defconfig b/configs/vct_premium_defconfig new file mode 100644 index 0000000..a508df1 --- /dev/null +++ b/configs/vct_premium_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PREMIUM=y diff --git a/configs/vct_premium_onenand_defconfig b/configs/vct_premium_onenand_defconfig new file mode 100644 index 0000000..c7b0ce1 --- /dev/null +++ b/configs/vct_premium_onenand_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PREMIUM_ONENAND=y diff --git a/configs/vct_premium_onenand_small_defconfig b/configs/vct_premium_onenand_small_defconfig new file mode 100644 index 0000000..989d01b --- /dev/null +++ b/configs/vct_premium_onenand_small_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PREMIUM_ONENAND_SMALL=y diff --git a/configs/vct_premium_small_defconfig b/configs/vct_premium_small_defconfig new file mode 100644 index 0000000..5249a8e --- /dev/null +++ b/configs/vct_premium_small_defconfig @@ -0,0 +1,2 @@ +CONFIG_MIPS=y +CONFIG_TARGET_VCT_PREMIUM_SMALL=y diff --git a/configs/ve8313_defconfig b/configs/ve8313_defconfig new file mode 100644 index 0000000..aeb8c17 --- /dev/null +++ b/configs/ve8313_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_VE8313=y diff --git a/configs/venice2_defconfig b/configs/venice2_defconfig new file mode 100644 index 0000000..ec6269a --- /dev/null +++ b/configs/venice2_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_VENICE2=y diff --git a/configs/ventana_defconfig b/configs/ventana_defconfig new file mode 100644 index 0000000..c20c8e7 --- /dev/null +++ b/configs/ventana_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_VENTANA=y diff --git a/configs/versatileab_defconfig b/configs/versatileab_defconfig new file mode 100644 index 0000000..1b07a34 --- /dev/null +++ b/configs/versatileab_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VERSATILEAB=y diff --git a/configs/versatilepb_defconfig b/configs/versatilepb_defconfig new file mode 100644 index 0000000..86c3820 --- /dev/null +++ b/configs/versatilepb_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VERSATILEPB=y diff --git a/configs/versatileqemu_defconfig b/configs/versatileqemu_defconfig new file mode 100644 index 0000000..6ad149b --- /dev/null +++ b/configs/versatileqemu_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VERSATILEQEMU=y diff --git a/configs/vexpress_aemv8a_defconfig b/configs/vexpress_aemv8a_defconfig new file mode 100644 index 0000000..9e0a175 --- /dev/null +++ b/configs/vexpress_aemv8a_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VEXPRESS_AEMV8A=y diff --git a/configs/vexpress_ca15_tc2_defconfig b/configs/vexpress_ca15_tc2_defconfig new file mode 100644 index 0000000..ee5b351 --- /dev/null +++ b/configs/vexpress_ca15_tc2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VEXPRESS_CA15_TC2=y diff --git a/configs/vexpress_ca5x2_defconfig b/configs/vexpress_ca5x2_defconfig new file mode 100644 index 0000000..fafed03 --- /dev/null +++ b/configs/vexpress_ca5x2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VEXPRESS_CA5X2=y diff --git a/configs/vexpress_ca9x4_defconfig b/configs/vexpress_ca9x4_defconfig new file mode 100644 index 0000000..1ff2ebf --- /dev/null +++ b/configs/vexpress_ca9x4_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VEXPRESS_CA9X4=y diff --git a/configs/vf610twr_defconfig b/configs/vf610twr_defconfig new file mode 100644 index 0000000..1695dc3 --- /dev/null +++ b/configs/vf610twr_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VF610TWR=y diff --git a/configs/virtlab2_defconfig b/configs/virtlab2_defconfig new file mode 100644 index 0000000..a19c3f3 --- /dev/null +++ b/configs/virtlab2_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_VIRTLAB2=y diff --git a/configs/vision2_defconfig b/configs/vision2_defconfig new file mode 100644 index 0000000..6324fa2 --- /dev/null +++ b/configs/vision2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VISION2=y diff --git a/configs/vl_ma2sc_defconfig b/configs/vl_ma2sc_defconfig new file mode 100644 index 0000000..39cd725 --- /dev/null +++ b/configs/vl_ma2sc_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VL_MA2SC=y diff --git a/configs/vl_ma2sc_ram_defconfig b/configs/vl_ma2sc_ram_defconfig new file mode 100644 index 0000000..c3641bd --- /dev/null +++ b/configs/vl_ma2sc_ram_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VL_MA2SC_RAM=y diff --git a/configs/vme8349_defconfig b/configs/vme8349_defconfig new file mode 100644 index 0000000..aa8f7e2 --- /dev/null +++ b/configs/vme8349_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_VME8349=y diff --git a/configs/vpac270_nor_128_defconfig b/configs/vpac270_nor_128_defconfig new file mode 100644 index 0000000..ee59b4b --- /dev/null +++ b/configs/vpac270_nor_128_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VPAC270_NOR_128=y diff --git a/configs/vpac270_nor_256_defconfig b/configs/vpac270_nor_256_defconfig new file mode 100644 index 0000000..781b284 --- /dev/null +++ b/configs/vpac270_nor_256_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_VPAC270_NOR_256=y diff --git a/configs/vpac270_ond_256_defconfig b/configs/vpac270_ond_256_defconfig new file mode 100644 index 0000000..c068176 --- /dev/null +++ b/configs/vpac270_ond_256_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_VPAC270_OND_256=y diff --git a/configs/walnut_defconfig b/configs/walnut_defconfig new file mode 100644 index 0000000..39c504a --- /dev/null +++ b/configs/walnut_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_WALNUT=y diff --git a/configs/wandboard_dl_defconfig b/configs/wandboard_dl_defconfig new file mode 100644 index 0000000..448c269 --- /dev/null +++ b/configs/wandboard_dl_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WANDBOARD_DL=y diff --git a/configs/wandboard_quad_defconfig b/configs/wandboard_quad_defconfig new file mode 100644 index 0000000..adbd153 --- /dev/null +++ b/configs/wandboard_quad_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WANDBOARD_QUAD=y diff --git a/configs/wandboard_solo_defconfig b/configs/wandboard_solo_defconfig new file mode 100644 index 0000000..91aeb6b --- /dev/null +++ b/configs/wandboard_solo_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WANDBOARD_SOLO=y diff --git a/configs/whistler_defconfig b/configs/whistler_defconfig new file mode 100644 index 0000000..c627de0 --- /dev/null +++ b/configs/whistler_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_WHISTLER=y diff --git a/configs/wireless_space_defconfig b/configs/wireless_space_defconfig new file mode 100644 index 0000000..6c78548 --- /dev/null +++ b/configs/wireless_space_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WIRELESS_SPACE=y diff --git a/configs/woodburn_defconfig b/configs/woodburn_defconfig new file mode 100644 index 0000000..9f96bd9 --- /dev/null +++ b/configs/woodburn_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_WOODBURN=y diff --git a/configs/woodburn_sd_defconfig b/configs/woodburn_sd_defconfig new file mode 100644 index 0000000..c641a20 --- /dev/null +++ b/configs/woodburn_sd_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_WOODBURN_SD=y diff --git a/configs/wtk_defconfig b/configs/wtk_defconfig new file mode 100644 index 0000000..8b0b8cf --- /dev/null +++ b/configs/wtk_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_WTK=y diff --git a/configs/x600_defconfig b/configs/x600_defconfig new file mode 100644 index 0000000..c8bec67 --- /dev/null +++ b/configs/x600_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_X600=y diff --git a/configs/xaeniax_defconfig b/configs/xaeniax_defconfig new file mode 100644 index 0000000..52e301c --- /dev/null +++ b/configs/xaeniax_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_XAENIAX=y diff --git a/configs/xfi3_defconfig b/configs/xfi3_defconfig new file mode 100644 index 0000000..7537567 --- /dev/null +++ b/configs/xfi3_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_XFI3=y diff --git a/configs/xilinx-ppc405-generic_defconfig b/configs/xilinx-ppc405-generic_defconfig new file mode 100644 index 0000000..45020d4 --- /dev/null +++ b/configs/xilinx-ppc405-generic_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XILINX_PPC405_GENERIC=y diff --git a/configs/xilinx-ppc405-generic_flash_defconfig b/configs/xilinx-ppc405-generic_flash_defconfig new file mode 100644 index 0000000..129cf93 --- /dev/null +++ b/configs/xilinx-ppc405-generic_flash_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XILINX_PPC405_GENERIC_FLASH=y diff --git a/configs/xilinx-ppc440-generic_defconfig b/configs/xilinx-ppc440-generic_defconfig new file mode 100644 index 0000000..f039b82 --- /dev/null +++ b/configs/xilinx-ppc440-generic_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XILINX_PPC440_GENERIC=y diff --git a/configs/xilinx-ppc440-generic_flash_defconfig b/configs/xilinx-ppc440-generic_flash_defconfig new file mode 100644 index 0000000..618e4f8 --- /dev/null +++ b/configs/xilinx-ppc440-generic_flash_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XILINX_PPC440_GENERIC_FLASH=y diff --git a/configs/xpedite1000_defconfig b/configs/xpedite1000_defconfig new file mode 100644 index 0000000..5656963 --- /dev/null +++ b/configs/xpedite1000_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XPEDITE1000=y diff --git a/configs/xpedite517x_defconfig b/configs/xpedite517x_defconfig new file mode 100644 index 0000000..9c403de --- /dev/null +++ b/configs/xpedite517x_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XPEDITE517X=y diff --git a/configs/xpedite520x_defconfig b/configs/xpedite520x_defconfig new file mode 100644 index 0000000..90e8fd7 --- /dev/null +++ b/configs/xpedite520x_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XPEDITE520X=y diff --git a/configs/xpedite537x_defconfig b/configs/xpedite537x_defconfig new file mode 100644 index 0000000..5db0b3a --- /dev/null +++ b/configs/xpedite537x_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XPEDITE537X=y diff --git a/configs/xpedite550x_defconfig b/configs/xpedite550x_defconfig new file mode 100644 index 0000000..bf572af --- /dev/null +++ b/configs/xpedite550x_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_XPEDITE550X=y diff --git a/configs/yellowstone_defconfig b/configs/yellowstone_defconfig new file mode 100644 index 0000000..af894a9 --- /dev/null +++ b/configs/yellowstone_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_YELLOWSTONE=y diff --git a/configs/yosemite_defconfig b/configs/yosemite_defconfig new file mode 100644 index 0000000..090989b --- /dev/null +++ b/configs/yosemite_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_YOSEMITE=y diff --git a/configs/yucca_defconfig b/configs/yucca_defconfig new file mode 100644 index 0000000..06f8e1b --- /dev/null +++ b/configs/yucca_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_YUCCA=y diff --git a/configs/zeus_defconfig b/configs/zeus_defconfig new file mode 100644 index 0000000..9486f01 --- /dev/null +++ b/configs/zeus_defconfig @@ -0,0 +1,2 @@ +CONFIG_PPC=y +CONFIG_TARGET_ZEUS=y diff --git a/configs/zipitz2_defconfig b/configs/zipitz2_defconfig new file mode 100644 index 0000000..8d921a0 --- /dev/null +++ b/configs/zipitz2_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZIPITZ2=y diff --git a/configs/zmx25_defconfig b/configs/zmx25_defconfig new file mode 100644 index 0000000..80a66d0 --- /dev/null +++ b/configs/zmx25_defconfig @@ -0,0 +1,2 @@ +CONFIG_ARM=y +CONFIG_TARGET_ZMX25=y diff --git a/configs/zynq_microzed_defconfig b/configs/zynq_microzed_defconfig new file mode 100644 index 0000000..bf7826f --- /dev/null +++ b/configs/zynq_microzed_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_MICROZED=y diff --git a/configs/zynq_zc70x_defconfig b/configs/zynq_zc70x_defconfig new file mode 100644 index 0000000..b4d20e6 --- /dev/null +++ b/configs/zynq_zc70x_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC70X=y diff --git a/configs/zynq_zc770_xm010_defconfig b/configs/zynq_zc770_xm010_defconfig new file mode 100644 index 0000000..ab1889f --- /dev/null +++ b/configs/zynq_zc770_xm010_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC770_XM010=y diff --git a/configs/zynq_zc770_xm012_defconfig b/configs/zynq_zc770_xm012_defconfig new file mode 100644 index 0000000..14b4de7 --- /dev/null +++ b/configs/zynq_zc770_xm012_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC770_XM012=y diff --git a/configs/zynq_zc770_xm013_defconfig b/configs/zynq_zc770_xm013_defconfig new file mode 100644 index 0000000..a14c661 --- /dev/null +++ b/configs/zynq_zc770_xm013_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZC770_XM013=y diff --git a/configs/zynq_zed_defconfig b/configs/zynq_zed_defconfig new file mode 100644 index 0000000..aa8cf74 --- /dev/null +++ b/configs/zynq_zed_defconfig @@ -0,0 +1,3 @@ +CONFIG_SPL=y +CONFIG_ARM=y +CONFIG_TARGET_ZYNQ_ZED=y