U-Boot
Threads by month
- ----- 2025 -----
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2005 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2004 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2003 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2002 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2001 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2000 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
May 2014
- 181 participants
- 552 discussions

Re: [U-Boot] [PATCH v2] Prevent a buffer overflow in mkimage when signing with SHA256
by Simon Glass 27 May '14
by Simon Glass 27 May '14
27 May '14
On 26 May 2014 06:27, Michael van der Westhuizen
<michael.vanderwesthuizen(a)smart-africa.com> wrote:
> Due to the FIT_MAX_HASH_LEN constant not having been updated
> to support SHA256 signatures one will always see a buffer
> overflow in fit_image_process_hash when signing images that
> use this larger hash. This is exposed by vboot_test.sh.
>
> Signed-off-by: Michael van der Westhuizen <michael(a)smart-africa.com>
Acked-by: Simon Glass <sjg(a)chromium.org>
1
0

Re: [U-Boot] [PATCH v2 1/2] Exynos5420: Introduce support for the Peach-Pit board
by Akshay Saraswat 27 May '14
by Akshay Saraswat 27 May '14
27 May '14
Hi Simon,
>Hi Akshay,
>
>On 26 May 2014 03:33, Akshay Saraswat <akshay.s(a)samsung.com> wrote:
>> Hi Simon,
>>
>>>Hi Akshay,
>>>
>>>On 21 May 2014 23:23, Akshay Saraswat <akshay.s(a)samsung.com> wrote:
>>>> While the Exynos5420 chip is used in both Smdk5420 and in the Peach-Pit
>>>> line of devices, there could be other boards using the same chip, so a
>>>> common configuration file is being added (exynos5420.h) as well
>>>> as two common device tree files (exynos54xx.dtsi & exynos5420.dtsi).
>>>>
>>>> The peach board as declared in boards.cfg is a copy of smdk5420
>>>> declaration. The configuration files are similar, but define different
>>>> default device trees, console serial ports and prompts.
>>>>
>>>> The device tree files for smdk5420 and peach-pit inherit from the same
>>>> common file.
>>>>
>>>> Signed-off-by: Vadim Bendebury <vbendeb(a)chromium.org>
>>>> Signed-off-by: Akshay Saraswat <akshay.s(a)samsung.com>
>>>> Acked-by: Simon Glass <sjg(a)chromium.org>
>>>
>>>This looks good to me. I think you might have an extra space in the
>>>last column of your boards.cfg addition, and CONFIG_CHROMEOS_PEACH
>>>might not be needed.
>>>
>>
>> Will fix these in the next version.
>>
>>>
>>>But I can't get pit to boot with these patches - it hangs in SPL. Do
>>>you know what is going on?
>>>
>>
>> For me, these patches are working fine. I have tested them over three different pit boards.
>> I am not sure what could be wrong. I will try over more of those boards, if I witness
>> something like this I will update.
>
>I am not actually using the latest Pit hardware, although what I have
>works fine with the Chromium tree. I suppose it could be a BL1
>problems, also I am using 'crosfw' (and thus cros_bundle_firmware) to
>write to the board. If you have any ideas let me know, but it
>shouldn't hold up your patches. It just prevents me from adding
>'Tested-by' to your patches.
>
I tested over variety of pit boards. And also, I am using the same BL1 what we
used for chromebooks. Definitely, this abnormal boot behaviour is not because
of that. But yes I am not doing emerge and I am not using 'crosfw' because I
think it will need few other changes. So probably, this is why these patches
are not booting.
I just did "make peach-pit_config" & "make -j32".
>
>Regards,
>Simon
>
Regards,
Akshay Saraswat
1
0

27 May '14
Hello,
I want to execute a an OS (either Linux or Android) on the Arndale exynos
5250 board. The board features 2 GB of RAM. However, I want to statically
alloacate a specifc region of RAM (e.g. 1 GB) to be used by the OS, While
the other 1 GB is reserved for other purposes.
What is the best way to achieve this goal? do I need to change the FDT to
reflect only the region of memory that I want to be visible by the OS? or
can it be done througth the bootargs passed from uboot to the kernel?
Please share your ideas.
Many thanks.
--
View this message in context: http://u-boot.10912.n7.nabble.com/Statically-allocate-a-range-of-physical-m…
Sent from the U-Boot mailing list archive at Nabble.com.
2
4

27 May '14
To add the Denali NAND driver support into U-Boot. It required
information such as register base address from configuration
header file within include/configs folder.
Signed-off-by: Chin Liang See <clsee(a)altera.com>
Cc: Artem Bityutskiy <artem.bityutskiy(a)linux.intel.com>
Cc: David Woodhouse <David.Woodhouse(a)intel.com>
Cc: Brian Norris <computersforpeace(a)gmail.com>
Cc: Scott Wood <scottwood(a)freescale.com>
Cc: Masahiro Yamada <yamada.m(a)jp.panasonic.com>
---
Changes for v7
- Adding Masahiro's code to support 64bit version controller
- Removed unused stub functions
- Enhanced the ECC calculation
Changes for v6
- Remove chip_delay as its unused
- Remove ECC bit assignment in nand_para functions
Changes for v5
- Rename denali_nand to denali only
- Rename the macro for ctrl and data address
Changes for v4
- Added cache flush to handle dcache enabled
- Used standard return where 0 for pass
- Removed unnecessary casting
- Used standard readl and writel
Changes for v3
- Fixed coding style
Changes for v2
- Enable this driver support for SOCFPGA
---
drivers/mtd/nand/Makefile | 1 +
drivers/mtd/nand/denali.c | 1122 +++++++++++++++++++++++++++++++++++++++++++++
drivers/mtd/nand/denali.h | 490 ++++++++++++++++++++
3 files changed, 1613 insertions(+)
create mode 100644 drivers/mtd/nand/denali.c
create mode 100644 drivers/mtd/nand/denali.h
diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile
index 02b149c..76ae105 100644
--- a/drivers/mtd/nand/Makefile
+++ b/drivers/mtd/nand/Makefile
@@ -39,6 +39,7 @@ obj-$(CONFIG_NAND_ECC_BCH) += nand_bch.o
obj-$(CONFIG_NAND_ATMEL) += atmel_nand.o
obj-$(CONFIG_DRIVER_NAND_BFIN) += bfin_nand.o
obj-$(CONFIG_NAND_DAVINCI) += davinci_nand.o
+obj-$(CONFIG_NAND_DENALI) += denali.o
obj-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_nand.o
obj-$(CONFIG_NAND_FSL_IFC) += fsl_ifc_nand.o
obj-$(CONFIG_NAND_FSL_UPM) += fsl_upm.o
diff --git a/drivers/mtd/nand/denali.c b/drivers/mtd/nand/denali.c
new file mode 100644
index 0000000..348e244
--- /dev/null
+++ b/drivers/mtd/nand/denali.c
@@ -0,0 +1,1122 @@
+/*
+ * Copyright (C) 2014 Panasonic Corporation
+ * Copyright (C) 2013-2014, Altera Corporation <www.altera.com>
+ * Copyright (C) 2009-2010, Intel Corporation and its suppliers.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <common.h>
+#include <nand.h>
+#include <asm/errno.h>
+#include <asm/io.h>
+
+#include "denali.h"
+
+#define NAND_DEFAULT_TIMINGS -1
+
+static struct denali_nand_info denali;
+static int onfi_timing_mode = NAND_DEFAULT_TIMINGS;
+
+/* We define a macro here that combines all interrupts this driver uses into
+ * a single constant value, for convenience. */
+#define DENALI_IRQ_ALL (INTR_STATUS__DMA_CMD_COMP | \
+ INTR_STATUS__ECC_TRANSACTION_DONE | \
+ INTR_STATUS__ECC_ERR | \
+ INTR_STATUS__PROGRAM_FAIL | \
+ INTR_STATUS__LOAD_COMP | \
+ INTR_STATUS__PROGRAM_COMP | \
+ INTR_STATUS__TIME_OUT | \
+ INTR_STATUS__ERASE_FAIL | \
+ INTR_STATUS__RST_COMP | \
+ INTR_STATUS__ERASE_COMP | \
+ INTR_STATUS__ECC_UNCOR_ERR | \
+ INTR_STATUS__INT_ACT | \
+ INTR_STATUS__LOCKED_BLK)
+
+/* indicates whether or not the internal value for the flash bank is
+ * valid or not */
+#define CHIP_SELECT_INVALID -1
+
+#define SUPPORT_8BITECC 1
+
+/* These constants are defined by the driver to enable common driver
+ * configuration options. */
+#define SPARE_ACCESS 0x41
+#define MAIN_ACCESS 0x42
+#define MAIN_SPARE_ACCESS 0x43
+
+#define DENALI_UNLOCK_START 0x10
+#define DENALI_UNLOCK_END 0x11
+#define DENALI_LOCK 0x21
+#define DENALI_LOCK_TIGHT 0x31
+#define DENALI_BUFFER_LOAD 0x60
+#define DENALI_BUFFER_WRITE 0x62
+
+#define DENALI_READ 0
+#define DENALI_WRITE 0x100
+
+/* types of device accesses. We can issue commands and get status */
+#define COMMAND_CYCLE 0
+#define ADDR_CYCLE 1
+#define STATUS_CYCLE 2
+
+/* this is a helper macro that allows us to
+ * format the bank into the proper bits for the controller */
+#define BANK(x) ((x) << 24)
+
+/* Interrupts are cleared by writing a 1 to the appropriate status bit */
+static inline void clear_interrupt(uint32_t irq_mask)
+{
+ uint32_t intr_status_reg = 0;
+ intr_status_reg = INTR_STATUS(denali.flash_bank);
+ writel(irq_mask, denali.flash_reg + intr_status_reg);
+}
+
+static uint32_t read_interrupt_status(void)
+{
+ uint32_t intr_status_reg = 0;
+ intr_status_reg = INTR_STATUS(denali.flash_bank);
+ return readl(denali.flash_reg + intr_status_reg);
+}
+
+static void clear_interrupts(void)
+{
+ uint32_t status = 0;
+ status = read_interrupt_status();
+ clear_interrupt(status);
+ denali.irq_status = 0;
+}
+
+static void denali_irq_enable(uint32_t int_mask)
+{
+ int i;
+ for (i = 0; i < denali.max_banks; ++i)
+ writel(int_mask, denali.flash_reg + INTR_EN(i));
+}
+
+static uint32_t wait_for_irq(uint32_t irq_mask)
+{
+ unsigned long timeout = 1000000;
+ uint32_t intr_status;
+
+ do {
+ intr_status = read_interrupt_status() & DENALI_IRQ_ALL;
+ if (intr_status & irq_mask) {
+ denali.irq_status &= ~irq_mask;
+ /* our interrupt was detected */
+ break;
+ }
+ udelay(1);
+ timeout--;
+ } while (timeout != 0);
+
+ if (timeout == 0) {
+ /* timeout */
+ printf("Denali timeout with interrupt status %08x\n",
+ read_interrupt_status());
+ intr_status = 0;
+ }
+ return intr_status;
+}
+
+/*
+ * Certain operations for the denali NAND controller use an indexed mode to
+ * read/write data. The operation is performed by writing the address value
+ * of the command to the device memory followed by the data. This function
+ * abstracts this common operation.
+*/
+static void index_addr(uint32_t address, uint32_t data)
+{
+ writel(address, denali.flash_mem + INDEX_CTRL_REG);
+ writel(data, denali.flash_mem + INDEX_DATA_REG);
+}
+
+/* Perform an indexed read of the device */
+static void index_addr_read_data(uint32_t address, uint32_t *pdata)
+{
+ writel(address, denali.flash_mem + INDEX_CTRL_REG);
+ *pdata = readl(denali.flash_mem + INDEX_DATA_REG);
+}
+
+/* We need to buffer some data for some of the NAND core routines.
+ * The operations manage buffering that data. */
+static void reset_buf(void)
+{
+ denali.buf.head = 0;
+ denali.buf.tail = 0;
+}
+
+static void write_byte_to_buf(uint8_t byte)
+{
+ BUG_ON(denali.buf.tail >= sizeof(denali.buf.buf));
+ denali.buf.buf[denali.buf.tail++] = byte;
+}
+
+/* resets a specific device connected to the core */
+static void reset_bank(void)
+{
+ uint32_t irq_status;
+ uint32_t irq_mask = INTR_STATUS__RST_COMP |
+ INTR_STATUS__TIME_OUT;
+
+ clear_interrupts();
+
+ writel(1 << denali.flash_bank, denali.flash_reg + DEVICE_RESET);
+
+ irq_status = wait_for_irq(irq_mask);
+ if (irq_status & INTR_STATUS__TIME_OUT)
+ debug(KERN_ERR "reset bank failed.\n");
+}
+
+/* Reset the flash controller */
+static uint32_t denali_nand_reset(void)
+{
+ uint32_t i;
+
+ for (i = 0; i < denali.max_banks; i++)
+ writel(INTR_STATUS__RST_COMP | INTR_STATUS__TIME_OUT,
+ denali.flash_reg + INTR_STATUS(i));
+
+ for (i = 0; i < denali.max_banks; i++) {
+ writel(1 << i, denali.flash_reg + DEVICE_RESET);
+ while (!(readl(denali.flash_reg + INTR_STATUS(i)) &
+ (INTR_STATUS__RST_COMP | INTR_STATUS__TIME_OUT)))
+ if (readl(denali.flash_reg + INTR_STATUS(i)) &
+ INTR_STATUS__TIME_OUT)
+ debug(KERN_DEBUG "NAND Reset operation "
+ "timed out on bank %d\n", i);
+ }
+
+ for (i = 0; i < denali.max_banks; i++)
+ writel(INTR_STATUS__RST_COMP | INTR_STATUS__TIME_OUT,
+ denali.flash_reg + INTR_STATUS(i));
+
+ return 0;
+}
+
+/* this routine calculates the ONFI timing values for a given mode and
+ * programs the clocking register accordingly. The mode is determined by
+ * the get_onfi_nand_para routine.
+ */
+static void nand_onfi_timing_set(uint32_t mode)
+{
+ uint32_t trea[6] = {40, 30, 25, 20, 20, 16};
+ uint32_t trp[6] = {50, 25, 17, 15, 12, 10};
+ uint32_t treh[6] = {30, 15, 15, 10, 10, 7};
+ uint32_t trc[6] = {100, 50, 35, 30, 25, 20};
+ uint32_t trhoh[6] = {0, 15, 15, 15, 15, 15};
+ uint32_t trloh[6] = {0, 0, 0, 0, 5, 5};
+ uint32_t tcea[6] = {100, 45, 30, 25, 25, 25};
+ uint32_t tadl[6] = {200, 100, 100, 100, 70, 70};
+ uint32_t trhw[6] = {200, 100, 100, 100, 100, 100};
+ uint32_t trhz[6] = {200, 100, 100, 100, 100, 100};
+ uint32_t twhr[6] = {120, 80, 80, 60, 60, 60};
+ uint32_t tcs[6] = {70, 35, 25, 25, 20, 15};
+
+ uint32_t tclsrising = 1;
+ uint32_t data_invalid_rhoh, data_invalid_rloh, data_invalid;
+ uint32_t dv_window = 0;
+ uint32_t en_lo, en_hi;
+ uint32_t acc_clks;
+ uint32_t addr_2_data, re_2_we, re_2_re, we_2_re, cs_cnt;
+
+ en_lo = DIV_ROUND_UP(trp[mode], CLK_X);
+ en_hi = DIV_ROUND_UP(treh[mode], CLK_X);
+#if ONFI_BLOOM_TIME
+ if ((en_hi * CLK_X) < (treh[mode] + 2))
+ en_hi++;
+#endif
+
+ if ((en_lo + en_hi) * CLK_X < trc[mode])
+ en_lo += DIV_ROUND_UP((trc[mode] - (en_lo + en_hi) * CLK_X),
+ CLK_X);
+
+ if ((en_lo + en_hi) < CLK_MULTI)
+ en_lo += CLK_MULTI - en_lo - en_hi;
+
+ while (dv_window < 8) {
+ data_invalid_rhoh = en_lo * CLK_X + trhoh[mode];
+
+ data_invalid_rloh = (en_lo + en_hi) * CLK_X + trloh[mode];
+
+ data_invalid =
+ data_invalid_rhoh <
+ data_invalid_rloh ? data_invalid_rhoh : data_invalid_rloh;
+
+ dv_window = data_invalid - trea[mode];
+
+ if (dv_window < 8)
+ en_lo++;
+ }
+
+ acc_clks = DIV_ROUND_UP(trea[mode], CLK_X);
+
+ while (((acc_clks * CLK_X) - trea[mode]) < 3)
+ acc_clks++;
+
+ if ((data_invalid - acc_clks * CLK_X) < 2)
+ debug(KERN_WARNING "%s, Line %d: Warning!\n",
+ __FILE__, __LINE__);
+
+ addr_2_data = DIV_ROUND_UP(tadl[mode], CLK_X);
+ re_2_we = DIV_ROUND_UP(trhw[mode], CLK_X);
+ re_2_re = DIV_ROUND_UP(trhz[mode], CLK_X);
+ we_2_re = DIV_ROUND_UP(twhr[mode], CLK_X);
+ cs_cnt = DIV_ROUND_UP((tcs[mode] - trp[mode]), CLK_X);
+ if (!tclsrising)
+ cs_cnt = DIV_ROUND_UP(tcs[mode], CLK_X);
+ if (cs_cnt == 0)
+ cs_cnt = 1;
+
+ if (tcea[mode]) {
+ while (((cs_cnt * CLK_X) + trea[mode]) < tcea[mode])
+ cs_cnt++;
+ }
+
+#if MODE5_WORKAROUND
+ if (mode == 5)
+ acc_clks = 5;
+#endif
+
+ /* Sighting 3462430: Temporary hack for MT29F128G08CJABAWP:B */
+ if ((readl(denali.flash_reg + MANUFACTURER_ID) == 0) &&
+ (readl(denali.flash_reg + DEVICE_ID) == 0x88))
+ acc_clks = 6;
+
+ writel(acc_clks, denali.flash_reg + ACC_CLKS);
+ writel(re_2_we, denali.flash_reg + RE_2_WE);
+ writel(re_2_re, denali.flash_reg + RE_2_RE);
+ writel(we_2_re, denali.flash_reg + WE_2_RE);
+ writel(addr_2_data, denali.flash_reg + ADDR_2_DATA);
+ writel(en_lo, denali.flash_reg + RDWR_EN_LO_CNT);
+ writel(en_hi, denali.flash_reg + RDWR_EN_HI_CNT);
+ writel(cs_cnt, denali.flash_reg + CS_SETUP_CNT);
+}
+
+/* queries the NAND device to see what ONFI modes it supports. */
+static uint32_t get_onfi_nand_para(void)
+{
+ int i;
+ /* we needn't to do a reset here because driver has already
+ * reset all the banks before
+ * */
+ if (!(readl(denali.flash_reg + ONFI_TIMING_MODE) &
+ ONFI_TIMING_MODE__VALUE))
+ return -EIO;
+
+ for (i = 5; i > 0; i--) {
+ if (readl(denali.flash_reg + ONFI_TIMING_MODE) &
+ (0x01 << i))
+ break;
+ }
+
+ nand_onfi_timing_set(i);
+
+ /* By now, all the ONFI devices we know support the page cache */
+ /* rw feature. So here we enable the pipeline_rw_ahead feature */
+ return 0;
+}
+
+static void get_samsung_nand_para(uint8_t device_id)
+{
+ if (device_id == 0xd3) { /* Samsung K9WAG08U1A */
+ /* Set timing register values according to datasheet */
+ writel(5, denali.flash_reg + ACC_CLKS);
+ writel(20, denali.flash_reg + RE_2_WE);
+ writel(12, denali.flash_reg + WE_2_RE);
+ writel(14, denali.flash_reg + ADDR_2_DATA);
+ writel(3, denali.flash_reg + RDWR_EN_LO_CNT);
+ writel(2, denali.flash_reg + RDWR_EN_HI_CNT);
+ writel(2, denali.flash_reg + CS_SETUP_CNT);
+ }
+}
+
+static void get_toshiba_nand_para(void)
+{
+ uint32_t tmp;
+
+ /* Workaround to fix a controller bug which reports a wrong */
+ /* spare area size for some kind of Toshiba NAND device */
+ if ((readl(denali.flash_reg + DEVICE_MAIN_AREA_SIZE) == 4096) &&
+ (readl(denali.flash_reg + DEVICE_SPARE_AREA_SIZE)
+ == 64)){
+ writel(216, denali.flash_reg + DEVICE_SPARE_AREA_SIZE);
+ tmp = readl(denali.flash_reg + DEVICES_CONNECTED) *
+ readl(denali.flash_reg + DEVICE_SPARE_AREA_SIZE);
+ writel(tmp, denali.flash_reg + LOGICAL_PAGE_SPARE_SIZE);
+ }
+}
+
+static void get_hynix_nand_para(uint8_t device_id)
+{
+ uint32_t main_size, spare_size;
+
+ switch (device_id) {
+ case 0xD5: /* Hynix H27UAG8T2A, H27UBG8U5A or H27UCG8VFA */
+ case 0xD7: /* Hynix H27UDG8VEM, H27UCG8UDM or H27UCG8V5A */
+ writel(128, denali.flash_reg + PAGES_PER_BLOCK);
+ writel(4096, denali.flash_reg + DEVICE_MAIN_AREA_SIZE);
+ writel(224, denali.flash_reg + DEVICE_SPARE_AREA_SIZE);
+ main_size = 4096 *
+ readl(denali.flash_reg + DEVICES_CONNECTED);
+ spare_size = 224 *
+ readl(denali.flash_reg + DEVICES_CONNECTED);
+ writel(main_size, denali.flash_reg + LOGICAL_PAGE_DATA_SIZE);
+ writel(spare_size, denali.flash_reg + LOGICAL_PAGE_SPARE_SIZE);
+ writel(0, denali.flash_reg + DEVICE_WIDTH);
+ break;
+ default:
+ debug(KERN_WARNING
+ "Spectra: Unknown Hynix NAND (Device ID: 0x%x)."
+ "Will use default parameter values instead.\n",
+ device_id);
+ }
+}
+
+/* determines how many NAND chips are connected to the controller. Note for
+ * Intel CE4100 devices we don't support more than one device.
+ */
+static void find_valid_banks(void)
+{
+ uint32_t id[denali.max_banks];
+ int i;
+
+ denali.total_used_banks = 1;
+ for (i = 0; i < denali.max_banks; i++) {
+ index_addr((uint32_t)(MODE_11 | (i << 24) | 0), 0x90);
+ index_addr((uint32_t)(MODE_11 | (i << 24) | 1), 0);
+ index_addr_read_data((uint32_t)(MODE_11 | (i << 24) | 2),
+ &id[i]);
+
+ if (i == 0) {
+ if (!(id[i] & 0x0ff))
+ break;
+ } else {
+ if ((id[i] & 0x0ff) == (id[0] & 0x0ff))
+ denali.total_used_banks++;
+ else
+ break;
+ }
+ }
+}
+
+/*
+ * Use the configuration feature register to determine the maximum number of
+ * banks that the hardware supports.
+ */
+static void detect_max_banks(void)
+{
+ uint32_t features = readl(denali.flash_reg + FEATURES);
+ denali.max_banks = 2 << (features & FEATURES__N_BANKS);
+}
+
+static void detect_partition_feature(void)
+{
+ /* For MRST platform, denali.fwblks represent the
+ * number of blocks firmware is taken,
+ * FW is in protect partition and MTD driver has no
+ * permission to access it. So let driver know how many
+ * blocks it can't touch.
+ * */
+ if (readl(denali.flash_reg + FEATURES) & FEATURES__PARTITION) {
+ if ((readl(denali.flash_reg + PERM_SRC_ID(1)) &
+ PERM_SRC_ID__SRCID) == SPECTRA_PARTITION_ID) {
+ denali.fwblks =
+ ((readl(denali.flash_reg + MIN_MAX_BANK(1)) &
+ MIN_MAX_BANK__MIN_VALUE) *
+ denali.blksperchip)
+ +
+ (readl(denali.flash_reg + MIN_BLK_ADDR(1)) &
+ MIN_BLK_ADDR__VALUE);
+ } else {
+ denali.fwblks = SPECTRA_START_BLOCK;
+ }
+ } else {
+ denali.fwblks = SPECTRA_START_BLOCK;
+ }
+}
+
+static uint32_t denali_nand_timing_set(void)
+{
+ uint32_t id_bytes[5], addr;
+ uint8_t i, maf_id, device_id;
+
+ /* Use read id method to get device ID and other
+ * params. For some NAND chips, controller can't
+ * report the correct device ID by reading from
+ * DEVICE_ID register
+ * */
+ addr = (uint32_t)MODE_11 | BANK(denali.flash_bank);
+ index_addr((uint32_t)addr | 0, 0x90);
+ index_addr((uint32_t)addr | 1, 0);
+ for (i = 0; i < 5; i++)
+ index_addr_read_data(addr | 2, &id_bytes[i]);
+ maf_id = id_bytes[0];
+ device_id = id_bytes[1];
+
+ if (readl(denali.flash_reg + ONFI_DEVICE_NO_OF_LUNS) &
+ ONFI_DEVICE_NO_OF_LUNS__ONFI_DEVICE) { /* ONFI 1.0 NAND */
+ if (get_onfi_nand_para())
+ return -EIO;
+ } else if (maf_id == 0xEC) { /* Samsung NAND */
+ get_samsung_nand_para(device_id);
+ } else if (maf_id == 0x98) { /* Toshiba NAND */
+ get_toshiba_nand_para();
+ } else if (maf_id == 0xAD) { /* Hynix NAND */
+ get_hynix_nand_para(device_id);
+ }
+
+ find_valid_banks();
+
+ detect_partition_feature();
+
+ /* If the user specified to override the default timings
+ * with a specific ONFI mode, we apply those changes here.
+ */
+ if (onfi_timing_mode != NAND_DEFAULT_TIMINGS)
+ nand_onfi_timing_set(onfi_timing_mode);
+
+ return 0;
+}
+
+/* validation function to verify that the controlling software is making
+ * a valid request
+ */
+static inline bool is_flash_bank_valid(int flash_bank)
+{
+ return (flash_bank >= 0 && flash_bank < 4);
+}
+
+static void denali_irq_init(void)
+{
+ uint32_t int_mask = 0;
+ int i;
+
+ /* Disable global interrupts */
+ writel(0, denali.flash_reg + GLOBAL_INT_ENABLE);
+
+ int_mask = DENALI_IRQ_ALL;
+
+ /* Clear all status bits */
+ for (i = 0; i < denali.max_banks; ++i)
+ writel(0xFFFF, denali.flash_reg + INTR_STATUS(i));
+
+ denali_irq_enable(int_mask);
+}
+
+/* This helper function setups the registers for ECC and whether or not
+ * the spare area will be transferred. */
+static void setup_ecc_for_xfer(bool ecc_en, bool transfer_spare)
+{
+ int ecc_en_flag = 0, transfer_spare_flag = 0;
+
+ /* set ECC, transfer spare bits if needed */
+ ecc_en_flag = ecc_en ? ECC_ENABLE__FLAG : 0;
+ transfer_spare_flag = transfer_spare ? TRANSFER_SPARE_REG__FLAG : 0;
+
+ /* Enable spare area/ECC per user's request. */
+ writel(ecc_en_flag, denali.flash_reg + ECC_ENABLE);
+ /* applicable for MAP01 only */
+ writel(transfer_spare_flag, denali.flash_reg + TRANSFER_SPARE_REG);
+}
+
+/* sends a pipeline command operation to the controller. See the Denali NAND
+ * controller's user guide for more information (section 4.2.3.6).
+ */
+static int denali_send_pipeline_cmd(bool ecc_en, bool transfer_spare,
+ int access_type, int op)
+{
+ uint32_t addr = 0x0, cmd = 0x0, irq_status = 0, irq_mask = 0;
+ uint32_t page_count = 1; /* always read a page */
+
+ if (op == DENALI_READ)
+ irq_mask = INTR_STATUS__LOAD_COMP;
+ else if (op == DENALI_WRITE)
+ irq_mask = INTR_STATUS__PROGRAM_COMP |
+ INTR_STATUS__PROGRAM_FAIL;
+ else
+ BUG();
+
+ /* clear interrupts */
+ clear_interrupts();
+
+ /* setup ECC and transfer spare reg */
+ setup_ecc_for_xfer(ecc_en, transfer_spare);
+
+ addr = BANK(denali.flash_bank) | denali.page;
+
+ /* setup the acccess type */
+ cmd = MODE_10 | addr;
+ index_addr((uint32_t)cmd, access_type);
+
+ /* setup the pipeline command */
+ if (access_type == SPARE_ACCESS && op == DENALI_WRITE)
+ index_addr((uint32_t)cmd, DENALI_BUFFER_WRITE);
+ else if (access_type == SPARE_ACCESS && op == DENALI_READ)
+ index_addr((uint32_t)cmd, DENALI_BUFFER_LOAD);
+ else
+ index_addr((uint32_t)cmd, 0x2000 | op | page_count);
+
+ /* wait for command to be accepted */
+ irq_status = wait_for_irq(irq_mask);
+ if ((irq_status & irq_mask) != irq_mask)
+ return -EIO;
+
+ if (access_type != SPARE_ACCESS) {
+ cmd = MODE_01 | addr;
+ writel(cmd, denali.flash_mem + INDEX_CTRL_REG);
+ }
+ return 0;
+}
+
+/* helper function that simply writes a buffer to the flash */
+static int write_data_to_flash_mem(const void *buf, int len)
+{
+ uint32_t i = 0, *buf32;
+
+ /* verify that the len is a multiple of 4. see comment in
+ * read_data_from_flash_mem() */
+ BUG_ON((len % 4) != 0);
+
+ /* write the data to the flash memory */
+ buf32 = (uint32_t *)buf;
+ for (i = 0; i < len / 4; i++)
+ writel(*buf32++, denali.flash_mem + INDEX_DATA_REG);
+ return i * 4; /* intent is to return the number of bytes read */
+}
+
+static void denali_mode_main_access(void)
+{
+ uint32_t addr, cmd;
+ addr = BANK(denali.flash_bank) | denali.page;
+ cmd = MODE_10 | addr;
+ index_addr(cmd, MAIN_ACCESS);
+}
+
+static void denali_mode_main_spare_access(void)
+{
+ uint32_t addr, cmd;
+ addr = BANK(denali.flash_bank) | denali.page;
+ cmd = MODE_10 | addr;
+ index_addr(cmd, MAIN_SPARE_ACCESS);
+}
+
+/* Writes OOB data to the device.
+ * This code unused under normal U-Boot console as normally page write raw
+ * to be used for write oob data with main data.
+ */
+static int write_oob_data(struct mtd_info *mtd, uint8_t *buf, int page)
+{
+ uint32_t cmd;
+
+ denali.page = page;
+ debug("* write_oob_data *\n");
+
+ /* We need to write to buffer first through MAP00 command */
+ cmd = MODE_00 | BANK(denali.flash_bank);
+ writel(cmd, denali.flash_mem + INDEX_CTRL_REG);
+
+ /* send the data into flash buffer */
+ write_data_to_flash_mem(buf, mtd->oobsize);
+
+ /* activate the write through MAP10 commands */
+ if (denali_send_pipeline_cmd(false, false, SPARE_ACCESS, DENALI_WRITE))
+ return -EIO;
+
+ return 0;
+}
+
+/* this function examines buffers to see if they contain data that
+ * indicate that the buffer is part of an erased region of flash.
+ */
+bool is_erased(uint8_t *buf, int len)
+{
+ int i = 0;
+ for (i = 0; i < len; i++)
+ if (buf[i] != 0xFF)
+ return false;
+ return true;
+}
+
+
+/* programs the controller to either enable/disable DMA transfers */
+static void denali_enable_dma(bool en)
+{
+ uint32_t reg_val = 0x0;
+
+ if (en)
+ reg_val = DMA_ENABLE__FLAG;
+
+ writel(reg_val, denali.flash_reg + DMA_ENABLE);
+ readl(denali.flash_reg + DMA_ENABLE);
+}
+
+/* setups the HW to perform the data DMA */
+static void denali_setup_dma(int op)
+{
+ const int page_count = 1;
+ uint32_t mode;
+ uint32_t addr = (uint32_t)denali.buf.dma_buf;
+
+ flush_dcache_range(addr, addr + sizeof(denali.buf.dma_buf));
+
+#ifdef CONFIG_NAND_DENALI_64BIT
+ mode = MODE_10 | BANK(denali.flash_bank) | denali.page;
+
+ /* DMA is a three step process */
+
+ /* 1. setup transfer type, interrupt when complete,
+ burst len = 64 bytes, the number of pages */
+ index_addr(mode, 0x01002000 | (64 << 16) | op | page_count);
+
+ /* 2. set memory low address bits 31:0 */
+ index_addr(mode, addr);
+
+ /* 3. set memory high address bits 64:32 */
+ index_addr(mode, 0);
+#else
+ mode = MODE_10 | BANK(denali.flash_bank);
+
+ /* DMA is a four step process */
+
+ /* 1. setup transfer type and # of pages */
+ index_addr(mode | denali.page, 0x2000 | op | page_count);
+
+ /* 2. set memory high address bits 23:8 */
+ index_addr(mode | ((uint32_t)(addr >> 16) << 8), 0x2200);
+
+ /* 3. set memory low address bits 23:8 */
+ index_addr(mode | ((uint32_t)addr << 8), 0x2300);
+
+ /* 4. interrupt when complete, burst len = 64 bytes*/
+ index_addr(mode | 0x14000, 0x2400);
+#endif
+}
+
+/* Common DMA function */
+static uint32_t denali_dma_configuration(uint32_t ops, bool raw_xfer,
+ uint32_t irq_mask, int oob_required)
+{
+ uint32_t irq_status = 0;
+ /* setup_ecc_for_xfer(bool ecc_en, bool transfer_spare) */
+ setup_ecc_for_xfer(!raw_xfer, oob_required);
+
+ /* clear any previous interrupt flags */
+ clear_interrupts();
+
+ /* enable the DMA */
+ denali_enable_dma(true);
+
+ /* setup the DMA */
+ denali_setup_dma(ops);
+
+ /* wait for operation to complete */
+ irq_status = wait_for_irq(irq_mask);
+
+ /* if ECC fault happen, seems we need delay before turning off DMA.
+ * If not, the controller will go into non responsive condition */
+ if (irq_status & INTR_STATUS__ECC_UNCOR_ERR)
+ udelay(100);
+
+ /* disable the DMA */
+ denali_enable_dma(false);
+
+ return irq_status;
+}
+
+static int write_page(struct mtd_info *mtd, struct nand_chip *chip,
+ const uint8_t *buf, bool raw_xfer, int oob_required)
+{
+ uint32_t irq_status = 0;
+ uint32_t irq_mask = INTR_STATUS__DMA_CMD_COMP;
+
+ denali.status = 0;
+
+ /* copy buffer into DMA buffer */
+ memcpy((void *)denali.buf.dma_buf, buf, mtd->writesize);
+
+ /* need extra memcpoy for raw transfer */
+ if (raw_xfer)
+ memcpy((void *)denali.buf.dma_buf + mtd->writesize,
+ chip->oob_poi, mtd->oobsize);
+
+ /* setting up DMA */
+ irq_status = denali_dma_configuration(DENALI_WRITE, raw_xfer, irq_mask,
+ oob_required);
+
+ /* if timeout happen, error out */
+ if (!(irq_status & INTR_STATUS__DMA_CMD_COMP)) {
+ debug("DMA timeout for denali write_page\n");
+ denali.status = NAND_STATUS_FAIL;
+ return -EIO;
+ }
+
+ if (irq_status & INTR_STATUS__LOCKED_BLK) {
+ debug("Failed as write to locked block\n");
+ denali.status = NAND_STATUS_FAIL;
+ return -EIO;
+ }
+ return 0;
+}
+
+/* NAND core entry points */
+
+/*
+ * this is the callback that the NAND core calls to write a page. Since
+ * writing a page with ECC or without is similar, all the work is done
+ * by write_page above.
+ */
+static int denali_write_page(struct mtd_info *mtd, struct nand_chip *chip,
+ const uint8_t *buf, int oob_required)
+{
+ /*
+ * for regular page writes, we let HW handle all the ECC
+ * data written to the device.
+ */
+ debug("denali_write_page at page %08x\n", denali.page);
+
+ if (oob_required)
+ /* switch to main + spare access */
+ denali_mode_main_spare_access();
+ else
+ /* switch to main access only */
+ denali_mode_main_access();
+
+ return write_page(mtd, chip, buf, false, oob_required);
+}
+
+/*
+ * This is the callback that the NAND core calls to write a page without ECC.
+ * raw access is similar to ECC page writes, so all the work is done in the
+ * write_page() function above.
+ */
+static int denali_write_page_raw(struct mtd_info *mtd, struct nand_chip *chip,
+ const uint8_t *buf, int oob_required)
+{
+ /*
+ * for raw page writes, we want to disable ECC and simply write
+ * whatever data is in the buffer.
+ */
+ debug("denali_write_page_raw at page %08x\n", denali.page);
+
+ if (oob_required)
+ /* switch to main + spare access */
+ denali_mode_main_spare_access();
+ else
+ /* switch to main access only */
+ denali_mode_main_access();
+
+ return write_page(mtd, chip, buf, true, oob_required);
+}
+
+static int denali_write_oob(struct mtd_info *mtd, struct nand_chip *chip,
+ int page)
+{
+ return write_oob_data(mtd, chip->oob_poi, page);
+}
+
+/* raw include ECC value and all the spare area */
+static int denali_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip,
+ uint8_t *buf, int oob_required, int page)
+{
+ uint32_t irq_status, irq_mask = INTR_STATUS__DMA_CMD_COMP;
+
+ debug("denali_read_page_raw at page %08x\n", page);
+ if (denali.page != page) {
+ debug("Missing NAND_CMD_READ0 command\n");
+ return -EIO;
+ }
+
+ if (oob_required)
+ /* switch to main + spare access */
+ denali_mode_main_spare_access();
+ else
+ /* switch to main access only */
+ denali_mode_main_access();
+
+ /* setting up the DMA where ecc_enable is false */
+ irq_status = denali_dma_configuration(DENALI_READ, true, irq_mask,
+ oob_required);
+
+ /* if timeout happen, error out */
+ if (!(irq_status & INTR_STATUS__DMA_CMD_COMP)) {
+ debug("DMA timeout for denali_read_page_raw\n");
+ return -EIO;
+ }
+
+ /* splitting the content to destination buffer holder */
+ memcpy(chip->oob_poi, (denali.buf.dma_buf + mtd->writesize),
+ mtd->oobsize);
+ memcpy(buf, denali.buf.dma_buf, mtd->writesize);
+ debug("buf %02x %02x\n", buf[0], buf[1]);
+ debug("chip->oob_poi %02x %02x\n", chip->oob_poi[0], chip->oob_poi[1]);
+ return 0;
+}
+
+static int denali_read_page(struct mtd_info *mtd, struct nand_chip *chip,
+ uint8_t *buf, int oob_required, int page)
+{
+ uint32_t irq_status, irq_mask = INTR_STATUS__DMA_CMD_COMP;
+
+ debug("denali_read_page at page %08x\n", page);
+ if (denali.page != page) {
+ debug("Missing NAND_CMD_READ0 command\n");
+ return -EIO;
+ }
+
+ if (oob_required)
+ /* switch to main + spare access */
+ denali_mode_main_spare_access();
+ else
+ /* switch to main access only */
+ denali_mode_main_access();
+
+ /* setting up the DMA where ecc_enable is true */
+ irq_status = denali_dma_configuration(DENALI_READ, false, irq_mask,
+ oob_required);
+
+ memcpy(buf, (const void *)denali.buf.dma_buf, mtd->writesize);
+ debug("buf %02x %02x\n", buf[0], buf[1]);
+
+ /* check whether any ECC error */
+ if (irq_status & INTR_STATUS__ECC_UNCOR_ERR) {
+ /* is the ECC cause by erase page, check using read_page_raw */
+ debug(" Uncorrected ECC detected\n");
+ denali_read_page_raw(mtd, chip, buf, oob_required, denali.page);
+
+ if (is_erased(buf, mtd->writesize) == true &&
+ is_erased(chip->oob_poi, mtd->oobsize) == true) {
+ debug(" ECC error cause by erased block\n");
+ /* false alarm, return the 0xFF */
+ } else {
+ return -EIO;
+ }
+ }
+ memcpy(buf, (const void *)denali.buf.dma_buf, mtd->writesize);
+ return 0;
+}
+
+static uint8_t denali_read_byte(struct mtd_info *mtd)
+{
+ uint32_t addr, result;
+ addr = (uint32_t)MODE_11 | BANK(denali.flash_bank);
+ index_addr_read_data((uint32_t)addr | 2, &result);
+ return (uint8_t)result & 0xFF;
+}
+
+static int denali_read_oob(struct mtd_info *mtd, struct nand_chip *chip,
+ int page)
+{
+ debug("denali_read_oob at page %08x\n", page);
+ denali.page = page;
+ return denali_read_page_raw(mtd, chip, denali.buf.buf, 1, page);
+}
+
+static void denali_read_buf(struct mtd_info *mtd, uint8_t *buf, int len)
+{
+ uint32_t i, addr, result;
+
+ /* delay for tR (data transfer from Flash array to data register) */
+ udelay(25);
+
+ /* ensure device completed else additional delay and polling */
+ wait_for_irq(INTR_STATUS__INT_ACT);
+
+ addr = (uint32_t)MODE_11 | BANK(denali.flash_bank);
+ for (i = 0; i < len; i++) {
+ index_addr_read_data((uint32_t)addr | 2, &result);
+ write_byte_to_buf(result);
+ }
+ memcpy(buf, denali.buf.buf, len);
+}
+
+static void denali_select_chip(struct mtd_info *mtd, int chip)
+{
+ denali.flash_bank = chip;
+}
+
+static int denali_waitfunc(struct mtd_info *mtd, struct nand_chip *chip)
+{
+ int status = denali.status;
+ denali.status = 0;
+
+ return status;
+}
+
+static void denali_erase(struct mtd_info *mtd, int page)
+{
+ uint32_t cmd = 0x0, irq_status = 0;
+
+ debug("denali_erase at page %08x\n", page);
+
+ /* clear interrupts */
+ clear_interrupts();
+
+ /* setup page read request for access type */
+ cmd = MODE_10 | BANK(denali.flash_bank) | page;
+ index_addr((uint32_t)cmd, 0x1);
+
+ /* wait for erase to complete or failure to occur */
+ irq_status = wait_for_irq(INTR_STATUS__ERASE_COMP |
+ INTR_STATUS__ERASE_FAIL);
+
+ if (irq_status & INTR_STATUS__ERASE_FAIL ||
+ irq_status & INTR_STATUS__LOCKED_BLK)
+ denali.status = NAND_STATUS_FAIL;
+ else
+ denali.status = 0;
+}
+
+static void denali_cmdfunc(struct mtd_info *mtd, unsigned int cmd, int col,
+ int page)
+{
+ uint32_t addr;
+
+ switch (cmd) {
+ case NAND_CMD_PAGEPROG:
+ break;
+ case NAND_CMD_STATUS:
+ addr = MODE_11 | BANK(denali.flash_bank);
+ index_addr(addr | 0, cmd);
+ break;
+ case NAND_CMD_PARAM:
+ clear_interrupts();
+ case NAND_CMD_READID:
+ reset_buf();
+ /* sometimes ManufactureId read from register is not right
+ * e.g. some of Micron MT29F32G08QAA MLC NAND chips
+ * So here we send READID cmd to NAND insteand
+ * */
+ addr = MODE_11 | BANK(denali.flash_bank);
+ index_addr(addr | 0, cmd);
+ index_addr(addr | 1, col & 0xFF);
+ break;
+ case NAND_CMD_READ0:
+ case NAND_CMD_SEQIN:
+ denali.page = page;
+ break;
+ case NAND_CMD_RESET:
+ reset_bank();
+ break;
+ case NAND_CMD_READOOB:
+ /* TODO: Read OOB data */
+ break;
+ case NAND_CMD_ERASE1:
+ /*
+ * supporting block erase only, not multiblock erase as
+ * it will cross plane and software need complex calculation
+ * to identify the block count for the cross plane
+ */
+ denali_erase(mtd, page);
+ break;
+ case NAND_CMD_ERASE2:
+ /* nothing to do here as it was done during NAND_CMD_ERASE1 */
+ break;
+ case NAND_CMD_UNLOCK1:
+ addr = MODE_10 | BANK(denali.flash_bank) | page;
+ index_addr(addr | 0, DENALI_UNLOCK_START);
+ break;
+ case NAND_CMD_UNLOCK2:
+ addr = MODE_10 | BANK(denali.flash_bank) | page;
+ index_addr(addr | 0, DENALI_UNLOCK_END);
+ break;
+ case NAND_CMD_LOCK:
+ addr = MODE_10 | BANK(denali.flash_bank);
+ index_addr(addr | 0, DENALI_LOCK);
+ break;
+ case NAND_CMD_LOCK_TIGHT:
+ addr = MODE_10 | BANK(denali.flash_bank);
+ index_addr(addr | 0, DENALI_LOCK_TIGHT);
+ break;
+ default:
+ printf(": unsupported command received 0x%x\n", cmd);
+ break;
+ }
+}
+/* end NAND core entry points */
+
+/* Initialization code to bring the device up to a known good state */
+static void denali_hw_init(void)
+{
+ /*
+ * tell driver how many bit controller will skip before writing
+ * ECC code in OOB. This is normally used for bad block marker
+ */
+ writel(CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES,
+ denali.flash_reg + SPARE_AREA_SKIP_BYTES);
+ detect_max_banks();
+ denali_nand_reset();
+ writel(0x0F, denali.flash_reg + RB_PIN_ENABLED);
+ writel(CHIP_EN_DONT_CARE__FLAG,
+ denali.flash_reg + CHIP_ENABLE_DONT_CARE);
+ writel(0xffff, denali.flash_reg + SPARE_AREA_MARKER);
+
+ /* Should set value for these registers when init */
+ writel(0, denali.flash_reg + TWO_ROW_ADDR_CYCLES);
+ writel(1, denali.flash_reg + ECC_ENABLE);
+ denali_nand_timing_set();
+ denali_irq_init();
+}
+
+static struct nand_ecclayout nand_oob;
+
+static int denali_nand_init(struct nand_chip *nand)
+{
+ denali.flash_reg = (void __iomem *)CONFIG_SYS_NAND_REGS_BASE;
+ denali.flash_mem = (void __iomem *)CONFIG_SYS_NAND_DATA_BASE;
+
+#ifdef CONFIG_SYS_NAND_USE_FLASH_BBT
+ /* check whether flash got BBT table (located at end of flash). As we
+ * use NAND_BBT_NO_OOB, the BBT page will start with
+ * bbt_pattern. We will have mirror pattern too */
+ nand->options |= NAND_BBT_USE_FLASH;
+ /*
+ * We are using main + spare with ECC support. As BBT need ECC support,
+ * we need to ensure BBT code don't write to OOB for the BBT pattern.
+ * All BBT info will be stored into data area with ECC support.
+ */
+ nand->options |= NAND_BBT_NO_OOB;
+#endif
+
+ nand->ecc.mode = NAND_ECC_HW;
+ nand->ecc.size = CONFIG_NAND_DENALI_ECC_SIZE;
+ nand->ecc.read_oob = denali_read_oob;
+ nand->ecc.write_oob = denali_write_oob;
+ nand->ecc.read_page = denali_read_page;
+ nand->ecc.read_page_raw = denali_read_page_raw;
+ nand->ecc.write_page = denali_write_page;
+ nand->ecc.write_page_raw = denali_write_page_raw;
+ /*
+ * Tell driver the ecc strength. This register may be already set
+ * correctly. So we read this value out.
+ */
+ nand->ecc.strength = readl(denali.flash_reg + ECC_CORRECTION);
+ switch (nand->ecc.size) {
+ case 512:
+ nand->ecc.bytes = (nand->ecc.strength * 13 + 15) / 16 * 2;
+ break;
+ case 1024:
+ nand->ecc.bytes = (nand->ecc.strength * 14 + 15) / 16 * 2;
+ break;
+ default:
+ pr_err("Unsupported ECC size\n");
+ return -EINVAL;
+ }
+ nand_oob.eccbytes = nand->ecc.bytes;
+ nand->ecc.layout = &nand_oob;
+
+ /* Set address of hardware control function */
+ nand->cmdfunc = denali_cmdfunc;
+ nand->read_byte = denali_read_byte;
+ nand->read_buf = denali_read_buf;
+ nand->select_chip = denali_select_chip;
+ nand->waitfunc = denali_waitfunc;
+ denali_hw_init();
+ return 0;
+}
+
+int board_nand_init(struct nand_chip *chip)
+{
+ return denali_nand_init(chip);
+}
diff --git a/drivers/mtd/nand/denali.h b/drivers/mtd/nand/denali.h
new file mode 100644
index 0000000..50a109d
--- /dev/null
+++ b/drivers/mtd/nand/denali.h
@@ -0,0 +1,490 @@
+/*
+ * Copyright (C) 2013-2014 Altera Corporation <www.altera.com>
+ * Copyright (C) 2009-2010, Intel Corporation and its suppliers.
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <linux/mtd/nand.h>
+
+#define DEVICE_RESET 0x0
+#define DEVICE_RESET__BANK0 0x0001
+#define DEVICE_RESET__BANK1 0x0002
+#define DEVICE_RESET__BANK2 0x0004
+#define DEVICE_RESET__BANK3 0x0008
+
+#define TRANSFER_SPARE_REG 0x10
+#define TRANSFER_SPARE_REG__FLAG 0x0001
+
+#define LOAD_WAIT_CNT 0x20
+#define LOAD_WAIT_CNT__VALUE 0xffff
+
+#define PROGRAM_WAIT_CNT 0x30
+#define PROGRAM_WAIT_CNT__VALUE 0xffff
+
+#define ERASE_WAIT_CNT 0x40
+#define ERASE_WAIT_CNT__VALUE 0xffff
+
+#define INT_MON_CYCCNT 0x50
+#define INT_MON_CYCCNT__VALUE 0xffff
+
+#define RB_PIN_ENABLED 0x60
+#define RB_PIN_ENABLED__BANK0 0x0001
+#define RB_PIN_ENABLED__BANK1 0x0002
+#define RB_PIN_ENABLED__BANK2 0x0004
+#define RB_PIN_ENABLED__BANK3 0x0008
+
+#define MULTIPLANE_OPERATION 0x70
+#define MULTIPLANE_OPERATION__FLAG 0x0001
+
+#define MULTIPLANE_READ_ENABLE 0x80
+#define MULTIPLANE_READ_ENABLE__FLAG 0x0001
+
+#define COPYBACK_DISABLE 0x90
+#define COPYBACK_DISABLE__FLAG 0x0001
+
+#define CACHE_WRITE_ENABLE 0xa0
+#define CACHE_WRITE_ENABLE__FLAG 0x0001
+
+#define CACHE_READ_ENABLE 0xb0
+#define CACHE_READ_ENABLE__FLAG 0x0001
+
+#define PREFETCH_MODE 0xc0
+#define PREFETCH_MODE__PREFETCH_EN 0x0001
+#define PREFETCH_MODE__PREFETCH_BURST_LENGTH 0xfff0
+
+#define CHIP_ENABLE_DONT_CARE 0xd0
+#define CHIP_EN_DONT_CARE__FLAG 0x01
+
+#define ECC_ENABLE 0xe0
+#define ECC_ENABLE__FLAG 0x0001
+
+#define GLOBAL_INT_ENABLE 0xf0
+#define GLOBAL_INT_EN_FLAG 0x01
+
+#define WE_2_RE 0x100
+#define WE_2_RE__VALUE 0x003f
+
+#define ADDR_2_DATA 0x110
+#define ADDR_2_DATA__VALUE 0x003f
+
+#define RE_2_WE 0x120
+#define RE_2_WE__VALUE 0x003f
+
+#define ACC_CLKS 0x130
+#define ACC_CLKS__VALUE 0x000f
+
+#define NUMBER_OF_PLANES 0x140
+#define NUMBER_OF_PLANES__VALUE 0x0007
+
+#define PAGES_PER_BLOCK 0x150
+#define PAGES_PER_BLOCK__VALUE 0xffff
+
+#define DEVICE_WIDTH 0x160
+#define DEVICE_WIDTH__VALUE 0x0003
+
+#define DEVICE_MAIN_AREA_SIZE 0x170
+#define DEVICE_MAIN_AREA_SIZE__VALUE 0xffff
+
+#define DEVICE_SPARE_AREA_SIZE 0x180
+#define DEVICE_SPARE_AREA_SIZE__VALUE 0xffff
+
+#define TWO_ROW_ADDR_CYCLES 0x190
+#define TWO_ROW_ADDR_CYCLES__FLAG 0x0001
+
+#define MULTIPLANE_ADDR_RESTRICT 0x1a0
+#define MULTIPLANE_ADDR_RESTRICT__FLAG 0x0001
+
+#define ECC_CORRECTION 0x1b0
+#define ECC_CORRECTION__VALUE 0x001f
+
+#define READ_MODE 0x1c0
+#define READ_MODE__VALUE 0x000f
+
+#define WRITE_MODE 0x1d0
+#define WRITE_MODE__VALUE 0x000f
+
+#define COPYBACK_MODE 0x1e0
+#define COPYBACK_MODE__VALUE 0x000f
+
+#define RDWR_EN_LO_CNT 0x1f0
+#define RDWR_EN_LO_CNT__VALUE 0x001f
+
+#define RDWR_EN_HI_CNT 0x200
+#define RDWR_EN_HI_CNT__VALUE 0x001f
+
+#define MAX_RD_DELAY 0x210
+#define MAX_RD_DELAY__VALUE 0x000f
+
+#define CS_SETUP_CNT 0x220
+#define CS_SETUP_CNT__VALUE 0x001f
+
+#define SPARE_AREA_SKIP_BYTES 0x230
+#define SPARE_AREA_SKIP_BYTES__VALUE 0x003f
+
+#define SPARE_AREA_MARKER 0x240
+#define SPARE_AREA_MARKER__VALUE 0xffff
+
+#define DEVICES_CONNECTED 0x250
+#define DEVICES_CONNECTED__VALUE 0x0007
+
+#define DIE_MASK 0x260
+#define DIE_MASK__VALUE 0x00ff
+
+#define FIRST_BLOCK_OF_NEXT_PLANE 0x270
+#define FIRST_BLOCK_OF_NEXT_PLANE__VALUE 0xffff
+
+#define WRITE_PROTECT 0x280
+#define WRITE_PROTECT__FLAG 0x0001
+
+#define RE_2_RE 0x290
+#define RE_2_RE__VALUE 0x003f
+
+#define MANUFACTURER_ID 0x300
+#define MANUFACTURER_ID__VALUE 0x00ff
+
+#define DEVICE_ID 0x310
+#define DEVICE_ID__VALUE 0x00ff
+
+#define DEVICE_PARAM_0 0x320
+#define DEVICE_PARAM_0__VALUE 0x00ff
+
+#define DEVICE_PARAM_1 0x330
+#define DEVICE_PARAM_1__VALUE 0x00ff
+
+#define DEVICE_PARAM_2 0x340
+#define DEVICE_PARAM_2__VALUE 0x00ff
+
+#define LOGICAL_PAGE_DATA_SIZE 0x350
+#define LOGICAL_PAGE_DATA_SIZE__VALUE 0xffff
+
+#define LOGICAL_PAGE_SPARE_SIZE 0x360
+#define LOGICAL_PAGE_SPARE_SIZE__VALUE 0xffff
+
+#define REVISION 0x370
+#define REVISION__VALUE 0xffff
+
+#define ONFI_DEVICE_FEATURES 0x380
+#define ONFI_DEVICE_FEATURES__VALUE 0x003f
+
+#define ONFI_OPTIONAL_COMMANDS 0x390
+#define ONFI_OPTIONAL_COMMANDS__VALUE 0x003f
+
+#define ONFI_TIMING_MODE 0x3a0
+#define ONFI_TIMING_MODE__VALUE 0x003f
+
+#define ONFI_PGM_CACHE_TIMING_MODE 0x3b0
+#define ONFI_PGM_CACHE_TIMING_MODE__VALUE 0x003f
+
+#define ONFI_DEVICE_NO_OF_LUNS 0x3c0
+#define ONFI_DEVICE_NO_OF_LUNS__NO_OF_LUNS 0x00ff
+#define ONFI_DEVICE_NO_OF_LUNS__ONFI_DEVICE 0x0100
+
+#define ONFI_DEVICE_NO_OF_BLOCKS_PER_LUN_L 0x3d0
+#define ONFI_DEVICE_NO_OF_BLOCKS_PER_LUN_L__VALUE 0xffff
+
+#define ONFI_DEVICE_NO_OF_BLOCKS_PER_LUN_U 0x3e0
+#define ONFI_DEVICE_NO_OF_BLOCKS_PER_LUN_U__VALUE 0xffff
+
+#define FEATURES 0x3f0
+#define FEATURES__N_BANKS 0x0003
+#define FEATURES__ECC_MAX_ERR 0x003c
+#define FEATURES__DMA 0x0040
+#define FEATURES__CMD_DMA 0x0080
+#define FEATURES__PARTITION 0x0100
+#define FEATURES__XDMA_SIDEBAND 0x0200
+#define FEATURES__GPREG 0x0400
+#define FEATURES__INDEX_ADDR 0x0800
+
+#define TRANSFER_MODE 0x400
+#define TRANSFER_MODE__VALUE 0x0003
+
+#define INTR_STATUS(__bank) (0x410 + ((__bank) * 0x50))
+#define INTR_EN(__bank) (0x420 + ((__bank) * 0x50))
+
+/*
+ * Some versions of the IP have the ECC fixup handled in hardware. In this
+ * configuration we only get interrupted when the error is uncorrectable.
+ * Unfortunately this bit replaces INTR_STATUS__ECC_TRANSACTION_DONE from the
+ * old IP.
+ */
+#define INTR_STATUS__ECC_UNCOR_ERR 0x0001
+#define INTR_STATUS__ECC_TRANSACTION_DONE 0x0001
+#define INTR_STATUS__ECC_ERR 0x0002
+#define INTR_STATUS__DMA_CMD_COMP 0x0004
+#define INTR_STATUS__TIME_OUT 0x0008
+#define INTR_STATUS__PROGRAM_FAIL 0x0010
+#define INTR_STATUS__ERASE_FAIL 0x0020
+#define INTR_STATUS__LOAD_COMP 0x0040
+#define INTR_STATUS__PROGRAM_COMP 0x0080
+#define INTR_STATUS__ERASE_COMP 0x0100
+#define INTR_STATUS__PIPE_CPYBCK_CMD_COMP 0x0200
+#define INTR_STATUS__LOCKED_BLK 0x0400
+#define INTR_STATUS__UNSUP_CMD 0x0800
+#define INTR_STATUS__INT_ACT 0x1000
+#define INTR_STATUS__RST_COMP 0x2000
+#define INTR_STATUS__PIPE_CMD_ERR 0x4000
+#define INTR_STATUS__PAGE_XFER_INC 0x8000
+
+#define INTR_EN__ECC_TRANSACTION_DONE 0x0001
+#define INTR_EN__ECC_ERR 0x0002
+#define INTR_EN__DMA_CMD_COMP 0x0004
+#define INTR_EN__TIME_OUT 0x0008
+#define INTR_EN__PROGRAM_FAIL 0x0010
+#define INTR_EN__ERASE_FAIL 0x0020
+#define INTR_EN__LOAD_COMP 0x0040
+#define INTR_EN__PROGRAM_COMP 0x0080
+#define INTR_EN__ERASE_COMP 0x0100
+#define INTR_EN__PIPE_CPYBCK_CMD_COMP 0x0200
+#define INTR_EN__LOCKED_BLK 0x0400
+#define INTR_EN__UNSUP_CMD 0x0800
+#define INTR_EN__INT_ACT 0x1000
+#define INTR_EN__RST_COMP 0x2000
+#define INTR_EN__PIPE_CMD_ERR 0x4000
+#define INTR_EN__PAGE_XFER_INC 0x8000
+
+#define PAGE_CNT(__bank) (0x430 + ((__bank) * 0x50))
+#define ERR_PAGE_ADDR(__bank) (0x440 + ((__bank) * 0x50))
+#define ERR_BLOCK_ADDR(__bank) (0x450 + ((__bank) * 0x50))
+
+#define DATA_INTR 0x550
+#define DATA_INTR__WRITE_SPACE_AV 0x0001
+#define DATA_INTR__READ_DATA_AV 0x0002
+
+#define DATA_INTR_EN 0x560
+#define DATA_INTR_EN__WRITE_SPACE_AV 0x0001
+#define DATA_INTR_EN__READ_DATA_AV 0x0002
+
+#define GPREG_0 0x570
+#define GPREG_0__VALUE 0xffff
+
+#define GPREG_1 0x580
+#define GPREG_1__VALUE 0xffff
+
+#define GPREG_2 0x590
+#define GPREG_2__VALUE 0xffff
+
+#define GPREG_3 0x5a0
+#define GPREG_3__VALUE 0xffff
+
+#define ECC_THRESHOLD 0x600
+#define ECC_THRESHOLD__VALUE 0x03ff
+
+#define ECC_ERROR_BLOCK_ADDRESS 0x610
+#define ECC_ERROR_BLOCK_ADDRESS__VALUE 0xffff
+
+#define ECC_ERROR_PAGE_ADDRESS 0x620
+#define ECC_ERROR_PAGE_ADDRESS__VALUE 0x0fff
+#define ECC_ERROR_PAGE_ADDRESS__BANK 0xf000
+
+#define ECC_ERROR_ADDRESS 0x630
+#define ECC_ERROR_ADDRESS__OFFSET 0x0fff
+#define ECC_ERROR_ADDRESS__SECTOR_NR 0xf000
+
+#define ERR_CORRECTION_INFO 0x640
+#define ERR_CORRECTION_INFO__BYTEMASK 0x00ff
+#define ERR_CORRECTION_INFO__DEVICE_NR 0x0f00
+#define ERR_CORRECTION_INFO__ERROR_TYPE 0x4000
+#define ERR_CORRECTION_INFO__LAST_ERR_INFO 0x8000
+
+#define DMA_ENABLE 0x700
+#define DMA_ENABLE__FLAG 0x0001
+
+#define IGNORE_ECC_DONE 0x710
+#define IGNORE_ECC_DONE__FLAG 0x0001
+
+#define DMA_INTR 0x720
+#define DMA_INTR__TARGET_ERROR 0x0001
+#define DMA_INTR__DESC_COMP_CHANNEL0 0x0002
+#define DMA_INTR__DESC_COMP_CHANNEL1 0x0004
+#define DMA_INTR__DESC_COMP_CHANNEL2 0x0008
+#define DMA_INTR__DESC_COMP_CHANNEL3 0x0010
+#define DMA_INTR__MEMCOPY_DESC_COMP 0x0020
+
+#define DMA_INTR_EN 0x730
+#define DMA_INTR_EN__TARGET_ERROR 0x0001
+#define DMA_INTR_EN__DESC_COMP_CHANNEL0 0x0002
+#define DMA_INTR_EN__DESC_COMP_CHANNEL1 0x0004
+#define DMA_INTR_EN__DESC_COMP_CHANNEL2 0x0008
+#define DMA_INTR_EN__DESC_COMP_CHANNEL3 0x0010
+#define DMA_INTR_EN__MEMCOPY_DESC_COMP 0x0020
+
+#define TARGET_ERR_ADDR_LO 0x740
+#define TARGET_ERR_ADDR_LO__VALUE 0xffff
+
+#define TARGET_ERR_ADDR_HI 0x750
+#define TARGET_ERR_ADDR_HI__VALUE 0xffff
+
+#define CHNL_ACTIVE 0x760
+#define CHNL_ACTIVE__CHANNEL0 0x0001
+#define CHNL_ACTIVE__CHANNEL1 0x0002
+#define CHNL_ACTIVE__CHANNEL2 0x0004
+#define CHNL_ACTIVE__CHANNEL3 0x0008
+
+#define ACTIVE_SRC_ID 0x800
+#define ACTIVE_SRC_ID__VALUE 0x00ff
+
+#define PTN_INTR 0x810
+#define PTN_INTR__CONFIG_ERROR 0x0001
+#define PTN_INTR__ACCESS_ERROR_BANK0 0x0002
+#define PTN_INTR__ACCESS_ERROR_BANK1 0x0004
+#define PTN_INTR__ACCESS_ERROR_BANK2 0x0008
+#define PTN_INTR__ACCESS_ERROR_BANK3 0x0010
+#define PTN_INTR__REG_ACCESS_ERROR 0x0020
+
+#define PTN_INTR_EN 0x820
+#define PTN_INTR_EN__CONFIG_ERROR 0x0001
+#define PTN_INTR_EN__ACCESS_ERROR_BANK0 0x0002
+#define PTN_INTR_EN__ACCESS_ERROR_BANK1 0x0004
+#define PTN_INTR_EN__ACCESS_ERROR_BANK2 0x0008
+#define PTN_INTR_EN__ACCESS_ERROR_BANK3 0x0010
+#define PTN_INTR_EN__REG_ACCESS_ERROR 0x0020
+
+#define PERM_SRC_ID(__bank) (0x830 + ((__bank) * 0x40))
+#define PERM_SRC_ID__SRCID 0x00ff
+#define PERM_SRC_ID__DIRECT_ACCESS_ACTIVE 0x0800
+#define PERM_SRC_ID__WRITE_ACTIVE 0x2000
+#define PERM_SRC_ID__READ_ACTIVE 0x4000
+#define PERM_SRC_ID__PARTITION_VALID 0x8000
+
+#define MIN_BLK_ADDR(__bank) (0x840 + ((__bank) * 0x40))
+#define MIN_BLK_ADDR__VALUE 0xffff
+
+#define MAX_BLK_ADDR(__bank) (0x850 + ((__bank) * 0x40))
+#define MAX_BLK_ADDR__VALUE 0xffff
+
+#define MIN_MAX_BANK(__bank) (0x860 + ((__bank) * 0x40))
+#define MIN_MAX_BANK__MIN_VALUE 0x0003
+#define MIN_MAX_BANK__MAX_VALUE 0x000c
+
+/* lld.h */
+#define GOOD_BLOCK 0
+#define DEFECTIVE_BLOCK 1
+#define READ_ERROR 2
+
+#define CLK_X 5
+#define CLK_MULTI 4
+
+/* spectraswconfig.h */
+#define CMD_DMA 0
+
+#define SPECTRA_PARTITION_ID 0
+/**** Block Table and Reserved Block Parameters *****/
+#define SPECTRA_START_BLOCK 3
+#define NUM_FREE_BLOCKS_GATE 30
+
+/* KBV - Updated to LNW scratch register address */
+#define SCRATCH_REG_ADDR CONFIG_MTD_NAND_DENALI_SCRATCH_REG_ADDR
+#define SCRATCH_REG_SIZE 64
+
+#define GLOB_HWCTL_DEFAULT_BLKS 2048
+
+#define CUSTOM_CONF_PARAMS 0
+
+#define ONFI_BLOOM_TIME 1
+#define MODE5_WORKAROUND 0
+
+/* lld_nand.h */
+/*
+ * NAND Flash Controller Device Driver
+ * Copyright (c) 2009, Intel Corporation and its suppliers.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ * more details.
+ *
+ * You should have received a copy of the GNU General Public License along with
+ * this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ */
+
+#ifndef _LLD_NAND_
+#define _LLD_NAND_
+
+#define INDEX_CTRL_REG 0x0
+#define INDEX_DATA_REG 0x10
+
+#define MODE_00 0x00000000
+#define MODE_01 0x04000000
+#define MODE_10 0x08000000
+#define MODE_11 0x0C000000
+
+
+#define DATA_TRANSFER_MODE 0
+#define PROTECTION_PER_BLOCK 1
+#define LOAD_WAIT_COUNT 2
+#define PROGRAM_WAIT_COUNT 3
+#define ERASE_WAIT_COUNT 4
+#define INT_MONITOR_CYCLE_COUNT 5
+#define READ_BUSY_PIN_ENABLED 6
+#define MULTIPLANE_OPERATION_SUPPORT 7
+#define PRE_FETCH_MODE 8
+#define CE_DONT_CARE_SUPPORT 9
+#define COPYBACK_SUPPORT 10
+#define CACHE_WRITE_SUPPORT 11
+#define CACHE_READ_SUPPORT 12
+#define NUM_PAGES_IN_BLOCK 13
+#define ECC_ENABLE_SELECT 14
+#define WRITE_ENABLE_2_READ_ENABLE 15
+#define ADDRESS_2_DATA 16
+#define READ_ENABLE_2_WRITE_ENABLE 17
+#define TWO_ROW_ADDRESS_CYCLES 18
+#define MULTIPLANE_ADDRESS_RESTRICT 19
+#define ACC_CLOCKS 20
+#define READ_WRITE_ENABLE_LOW_COUNT 21
+#define READ_WRITE_ENABLE_HIGH_COUNT 22
+
+#define ECC_SECTOR_SIZE 512
+
+#define DENALI_BUF_SIZE (NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE)
+
+struct nand_buf {
+ int head;
+ int tail;
+ /* seprating dma_buf as buf can be used for status read purpose */
+ uint8_t dma_buf[DENALI_BUF_SIZE] __aligned(64);
+ uint8_t buf[DENALI_BUF_SIZE];
+};
+
+#define INTEL_CE4100 1
+#define INTEL_MRST 2
+#define DT 3
+
+struct denali_nand_info {
+ struct mtd_info mtd;
+ struct nand_chip *nand;
+
+ int flash_bank; /* currently selected chip */
+ int status;
+ int platform;
+ struct nand_buf buf;
+ struct device *dev;
+ int total_used_banks;
+ uint32_t block; /* stored for future use */
+ uint32_t page;
+ void __iomem *flash_reg; /* Mapped io reg base address */
+ void __iomem *flash_mem; /* Mapped io reg base address */
+
+ /* elements used by ISR */
+ /*struct completion complete;*/
+
+ uint32_t irq_status;
+ int irq_debug_array[32];
+ int idx;
+ int irq;
+
+ uint32_t devnum; /* represent how many nands connected */
+ uint32_t fwblks; /* represent how many blocks FW used */
+ uint32_t totalblks;
+ uint32_t blksperchip;
+ uint32_t bbtskipbytes;
+ uint32_t max_banks;
+};
+
+#endif /*_LLD_NAND_*/
--
1.7.9.5
3
10
Hi.
Do you think it is a good idea to move all boards
whose maintainer field is empty ('-')
to Orphan ?
Best Regards
Masahiro Yamada
1
0
This series introduces Kconfig.
Besides Linux Kernel, Kconfig is used in some projects,
such as, BusyBox, Buildroot.
But our situation is a little more complicated.
For one board, we need to generate 3 images at most:
Full image, SPL and TPL.
In the previous version, each image has its own defconfig.
For example, C29XPCIE_NAND board has:
- configs/C29XPCIE_NAND_defconfig (For full U-boot)
- configs/spl/C29XPCIE_NAND_defconfig (For SPL)
- configs/tpl/C29XPCIE_NAND_defconfig (For TPL)
Pros for this approach are:
(1) Maximum flexibility
Each binary image can be configured independently.
(2) More generic approach to each image
ifdef CONFIG_SPL_BUILD is sprinkled everywhere in C sources
and makefiles. By treating full image, SPL and TPL as
generic cases, we could clean-up the code.
Cons are:
(1) Multiple configuration
"make config/menuconfig" must be invoked multiple times.
This is painful.
(2) Duplicated CONFIG macros
Some macros such as CONFIG_ARM=y are defined in
all of the three defconfigs. This seems stupid.
In this version, contrast to v1, I tried to port Kconfig
in a totally different way:
Full image, SPL and TPL share a single defconfig.
Only one ".config" file is created by "make defconfig" based on
configs/<board_name>_defconfig.
But the next step is special.
Multiple auto.conf is generated by "make silentoldconfig" from a
single .config.
- include/config/auto.config (for Full image)
- spl/include/config/auto.config (for SPL)
- tpl/include/config/auto.config (for TPL)
This approach loses flexibility to some extent.
But in return, we get one-shot configuration and a single defconfig.
How does it work?
-----------------
Case 1. Boolean macros only for Full U-Boot image
Some macros make sense only in the full U-boot image.
For example, CONFIG_SYS_HUSH_PARSER.
In such a case, We can describe it as follows:
config CONFIG_SYS_HUSH_PARSER
bool "Hush perser"
depends on !SPL_BUILD
CONFIG_SYS_HUSH_PARSER will appear in
include/config/auto.conf but be concealed in
{spl,tpl}/include/config/auto.conf
because CONFIG_SPL_BUILD is only defined in SPL and TPL build.
Case 2. Boolean macros which might be used in SPL too
Most boards enable serial only in the full image.
But some boards use it in SPL image too.
In such a case, CONFIG_SPL_SERIAL_SUPPORT should be defined.
You can see many configs prefixed with CONFIG_SPL_ in spl/Makefile
Now CONFIG_OF_CONTROL is supported only in the full image.
If we want to expand it to SPL, we will have to prepare a new
option, CONFIG_SPL_OF_CONTROL.
Case 3. Hex or integer values
In this case, we must define different macros.
For example, include/configs/C29XPCIE.h defines CONFIG_SPL_TEXT_BASE
like this:
#ifdef CONFIG_TPL_BUILD
#define CONFIG_SPL_TEXT_BASE 0xf8f81000
#elif defined(CONFIG_SPL_BUILD)
#define CONFIG_SPL_TEXT_BASE 0xff800000
#endif
But defconfig cannot use conditionals.
We have to rename the former CONFIG_SPL_TEXT_BASE
to CONFIG_TPL_TEXT_BASE.
CONFIG_SPL_TEXT_BASE=0xff800000
CONFIG_TPL_TEXT_BASE=0xf8f81000
Comments are welcome
--------------------
This series is really exmperimental.
When I was writing this patch set, I started wondering,
"Does this approach really work?"
I think it would be very painful to duplicate many config macros
for SPL and TPL.
Build Test
----------
I built all boards excepts some already broken ones.
I also checked MD5SUM of output binaries for all of them.
I believe this series should not break any boards.
But if you notice something got broken, please let me know.
Besides, I confirmed out-of-tree build, parallel build (-j make option)
works correctly.
How to apply this series
------------------------
I confirmed this series can be applied on commit 9665fa8f.
Masahiro Yamada (14):
kconfig: import Kconfig files from Linux v3.15-rc7
Do not apply: tools: add genkconfig
kconfig: add board Kconfig and defconfig files
kconfig: add basic Kconfig files
include: define CONFIG_SPL and CONFIG_TPL as 1
kconfig: switch to Kconfig
MAKEALL: adjust for Kconfig
buildman: adjust for Kconfig
kconfig: delete redundant CONFIG_${ARCH} definition
kbuild: remove CONFIG_SPL/CONFIG_TPL definition in config headers
kconfig: remove old script
split CONFIG_SPL_TEXT_BASE and CONFIG_TPL_TEXT_BASE
move CONFIG_{SPL,TPL}_TEXT_BASE to defconfig
remove CONFIG_{SPL,TPL}_TEXT_BASE from config headers
.gitignore | 2 -
Kconfig | 57 +
MAKEALL | 14 +-
Makefile | 154 +-
arch/arc/Kconfig | 24 +
arch/arc/config.mk | 2 +-
arch/arc/configs/arcangel4-be_defconfig | 1 +
arch/arc/configs/arcangel4_defconfig | 1 +
arch/arc/configs/axs101_defconfig | 1 +
arch/arm/Kconfig | 1363 +++++++++++
arch/arm/config.mk | 2 +-
arch/arm/configs/VCMA9_defconfig | 1 +
arch/arm/configs/a320evb_defconfig | 1 +
arch/arm/configs/afeb9260_defconfig | 1 +
arch/arm/configs/am335x_boneblack_defconfig | 3 +
arch/arm/configs/am335x_evm_defconfig | 3 +
arch/arm/configs/am335x_evm_nor_defconfig | 3 +
arch/arm/configs/am335x_evm_norboot_defconfig | 1 +
arch/arm/configs/am335x_evm_spiboot_defconfig | 3 +
arch/arm/configs/am335x_evm_uart1_defconfig | 3 +
arch/arm/configs/am335x_evm_uart2_defconfig | 3 +
arch/arm/configs/am335x_evm_uart3_defconfig | 3 +
arch/arm/configs/am335x_evm_uart4_defconfig | 3 +
arch/arm/configs/am335x_evm_uart5_defconfig | 3 +
arch/arm/configs/am335x_evm_usbspl_defconfig | 3 +
arch/arm/configs/am335x_igep0033_defconfig | 3 +
arch/arm/configs/am3517_crane_defconfig | 3 +
arch/arm/configs/am3517_evm_defconfig | 3 +
arch/arm/configs/am43xx_evm_defconfig | 3 +
arch/arm/configs/apf27_defconfig | 3 +
arch/arm/configs/apx4devkit_defconfig | 3 +
arch/arm/configs/armadillo-800eva_defconfig | 1 +
arch/arm/configs/arndale_defconfig | 3 +
arch/arm/configs/aspenite_defconfig | 1 +
arch/arm/configs/at91rm9200ek_defconfig | 1 +
arch/arm/configs/at91rm9200ek_ram_defconfig | 1 +
.../configs/at91sam9260ek_dataflash_cs0_defconfig | 1 +
.../configs/at91sam9260ek_dataflash_cs1_defconfig | 1 +
arch/arm/configs/at91sam9260ek_nandflash_defconfig | 1 +
.../configs/at91sam9261ek_dataflash_cs0_defconfig | 1 +
.../configs/at91sam9261ek_dataflash_cs3_defconfig | 1 +
arch/arm/configs/at91sam9261ek_nandflash_defconfig | 1 +
.../configs/at91sam9263ek_dataflash_cs0_defconfig | 1 +
arch/arm/configs/at91sam9263ek_dataflash_defconfig | 1 +
arch/arm/configs/at91sam9263ek_nandflash_defconfig | 1 +
.../configs/at91sam9263ek_norflash_boot_defconfig | 1 +
arch/arm/configs/at91sam9263ek_norflash_defconfig | 1 +
.../configs/at91sam9g10ek_dataflash_cs0_defconfig | 1 +
.../configs/at91sam9g10ek_dataflash_cs3_defconfig | 1 +
arch/arm/configs/at91sam9g10ek_nandflash_defconfig | 1 +
.../configs/at91sam9g20ek_2mmc_nandflash_defconfig | 1 +
.../configs/at91sam9g20ek_dataflash_cs0_defconfig | 1 +
.../configs/at91sam9g20ek_dataflash_cs1_defconfig | 1 +
arch/arm/configs/at91sam9g20ek_mmc_defconfig | 1 +
arch/arm/configs/at91sam9g20ek_nandflash_defconfig | 1 +
.../configs/at91sam9m10g45ek_nandflash_defconfig | 1 +
arch/arm/configs/at91sam9n12ek_mmc_defconfig | 1 +
arch/arm/configs/at91sam9n12ek_nandflash_defconfig | 1 +
arch/arm/configs/at91sam9n12ek_spiflash_defconfig | 1 +
arch/arm/configs/at91sam9rlek_dataflash_defconfig | 1 +
arch/arm/configs/at91sam9rlek_nandflash_defconfig | 1 +
arch/arm/configs/at91sam9x5ek_dataflash_defconfig | 1 +
arch/arm/configs/at91sam9x5ek_mmc_defconfig | 1 +
arch/arm/configs/at91sam9x5ek_nandflash_defconfig | 1 +
arch/arm/configs/at91sam9x5ek_spiflash_defconfig | 1 +
.../configs/at91sam9xeek_dataflash_cs0_defconfig | 1 +
.../configs/at91sam9xeek_dataflash_cs1_defconfig | 1 +
arch/arm/configs/at91sam9xeek_nandflash_defconfig | 1 +
arch/arm/configs/axm_defconfig | 1 +
arch/arm/configs/balloon3_defconfig | 1 +
arch/arm/configs/bcm28155_ap_defconfig | 1 +
arch/arm/configs/beaver_defconfig | 3 +
arch/arm/configs/bg0900_defconfig | 3 +
arch/arm/configs/calimain_defconfig | 1 +
arch/arm/configs/cam_enc_4xx_defconfig | 3 +
arch/arm/configs/cardhu_defconfig | 3 +
arch/arm/configs/cgtqmx6qeval_defconfig | 1 +
arch/arm/configs/cm4008_defconfig | 1 +
arch/arm/configs/cm41xx_defconfig | 1 +
arch/arm/configs/cm_t335_defconfig | 3 +
arch/arm/configs/cm_t35_defconfig | 3 +
arch/arm/configs/cm_t54_defconfig | 3 +
arch/arm/configs/colibri_pxa270_defconfig | 1 +
arch/arm/configs/colibri_t20_iris_defconfig | 3 +
arch/arm/configs/corvus_defconfig | 1 +
arch/arm/configs/cpu9260_128M_defconfig | 1 +
arch/arm/configs/cpu9260_defconfig | 1 +
arch/arm/configs/cpu9260_nand_128M_defconfig | 1 +
arch/arm/configs/cpu9260_nand_defconfig | 1 +
arch/arm/configs/cpu9G20_128M_defconfig | 1 +
arch/arm/configs/cpu9G20_defconfig | 1 +
arch/arm/configs/cpu9G20_nand_128M_defconfig | 1 +
arch/arm/configs/cpu9G20_nand_defconfig | 1 +
arch/arm/configs/cpuat91_defconfig | 1 +
arch/arm/configs/cpuat91_ram_defconfig | 1 +
arch/arm/configs/d2net_v2_defconfig | 1 +
arch/arm/configs/da830evm_defconfig | 1 +
arch/arm/configs/da850_am18xxevm_defconfig | 3 +
arch/arm/configs/da850evm_defconfig | 3 +
arch/arm/configs/da850evm_direct_nor_defconfig | 1 +
arch/arm/configs/dalmore_defconfig | 3 +
arch/arm/configs/davinci_dm355evm_defconfig | 1 +
arch/arm/configs/davinci_dm355leopard_defconfig | 1 +
arch/arm/configs/davinci_dm365evm_defconfig | 1 +
arch/arm/configs/davinci_dm6467Tevm_defconfig | 1 +
arch/arm/configs/davinci_dm6467evm_defconfig | 1 +
arch/arm/configs/davinci_dvevm_defconfig | 1 +
arch/arm/configs/davinci_schmoogie_defconfig | 1 +
arch/arm/configs/davinci_sffsdr_defconfig | 1 +
arch/arm/configs/davinci_sonata_defconfig | 1 +
arch/arm/configs/devkit3250_defconfig | 1 +
arch/arm/configs/devkit8000_defconfig | 3 +
arch/arm/configs/dig297_defconfig | 1 +
arch/arm/configs/dkb_defconfig | 1 +
arch/arm/configs/dns325_defconfig | 1 +
arch/arm/configs/dockstar_defconfig | 1 +
arch/arm/configs/dra7xx_evm_defconfig | 3 +
arch/arm/configs/dra7xx_evm_qspiboot_defconfig | 3 +
arch/arm/configs/dra7xx_evm_uart3_defconfig | 3 +
arch/arm/configs/draco_defconfig | 3 +
arch/arm/configs/dreamplug_defconfig | 1 +
arch/arm/configs/duovero_defconfig | 3 +
arch/arm/configs/dxr2_defconfig | 3 +
arch/arm/configs/ea20_defconfig | 1 +
arch/arm/configs/eb_cpux9k2_defconfig | 1 +
arch/arm/configs/eb_cpux9k2_ram_defconfig | 1 +
arch/arm/configs/eco5pk_defconfig | 3 +
arch/arm/configs/edminiv2_defconfig | 1 +
arch/arm/configs/enbw_cmc_defconfig | 1 +
arch/arm/configs/ethernut5_defconfig | 1 +
arch/arm/configs/flea3_defconfig | 1 +
arch/arm/configs/goflexhome_defconfig | 1 +
arch/arm/configs/gplugd_defconfig | 1 +
arch/arm/configs/guruplug_defconfig | 1 +
arch/arm/configs/gwventanadl1g_defconfig | 1 +
arch/arm/configs/gwventanadl_defconfig | 1 +
arch/arm/configs/gwventanaq1g_defconfig | 1 +
arch/arm/configs/gwventanaq1gspi_defconfig | 1 +
arch/arm/configs/gwventanaq_defconfig | 1 +
arch/arm/configs/h2200_defconfig | 1 +
arch/arm/configs/harmony_defconfig | 3 +
arch/arm/configs/hawkboard_defconfig | 3 +
arch/arm/configs/hawkboard_uart_defconfig | 3 +
arch/arm/configs/highbank_defconfig | 1 +
arch/arm/configs/hummingboard_solo_defconfig | 1 +
arch/arm/configs/ib62x0_defconfig | 1 +
arch/arm/configs/iconnect_defconfig | 1 +
arch/arm/configs/igep0020_defconfig | 3 +
arch/arm/configs/igep0020_nand_defconfig | 3 +
arch/arm/configs/igep0030_defconfig | 3 +
arch/arm/configs/igep0030_nand_defconfig | 3 +
arch/arm/configs/igep0032_defconfig | 3 +
arch/arm/configs/ima3-mx53_defconfig | 1 +
arch/arm/configs/imx27lite_defconfig | 1 +
arch/arm/configs/imx31_litekit_defconfig | 1 +
arch/arm/configs/imx31_phycore_defconfig | 1 +
arch/arm/configs/imx31_phycore_eet_defconfig | 1 +
arch/arm/configs/inetspace_v2_defconfig | 1 +
arch/arm/configs/integratorap_cm720t_defconfig | 1 +
arch/arm/configs/integratorap_cm920t_defconfig | 1 +
arch/arm/configs/integratorap_cm926ejs_defconfig | 1 +
arch/arm/configs/integratorap_cm946es_defconfig | 1 +
arch/arm/configs/integratorcp_cm1136_defconfig | 1 +
arch/arm/configs/integratorcp_cm920t_defconfig | 1 +
arch/arm/configs/integratorcp_cm926ejs_defconfig | 1 +
arch/arm/configs/integratorcp_cm946es_defconfig | 1 +
arch/arm/configs/ipam390_defconfig | 3 +
arch/arm/configs/jadecpu_defconfig | 1 +
arch/arm/configs/jetson-tk1_defconfig | 3 +
arch/arm/configs/jornada_defconfig | 1 +
arch/arm/configs/k2hk_evm_defconfig | 1 +
arch/arm/configs/km_kirkwood_128m16_defconfig | 1 +
arch/arm/configs/km_kirkwood_defconfig | 1 +
arch/arm/configs/km_kirkwood_pci_defconfig | 1 +
arch/arm/configs/kmcoge5un_defconfig | 1 +
arch/arm/configs/kmnusa_defconfig | 1 +
arch/arm/configs/kmsugp1_defconfig | 1 +
arch/arm/configs/kmsuv31_defconfig | 1 +
arch/arm/configs/koelsch_defconfig | 1 +
arch/arm/configs/koelsch_nor_defconfig | 1 +
arch/arm/configs/kwb_defconfig | 3 +
arch/arm/configs/kzm9g_defconfig | 1 +
arch/arm/configs/lager_defconfig | 1 +
arch/arm/configs/lager_nor_defconfig | 1 +
arch/arm/configs/lp8x4x_defconfig | 1 +
arch/arm/configs/lschlv2_defconfig | 1 +
arch/arm/configs/lsxhl_defconfig | 1 +
arch/arm/configs/m28evk_defconfig | 3 +
arch/arm/configs/m53evk_defconfig | 3 +
arch/arm/configs/magnesium_defconfig | 1 +
arch/arm/configs/marsboard_defconfig | 1 +
arch/arm/configs/mcx_defconfig | 3 +
arch/arm/configs/medcom-wide_defconfig | 3 +
arch/arm/configs/meesc_dataflash_defconfig | 1 +
arch/arm/configs/meesc_defconfig | 1 +
arch/arm/configs/mgcoge3un_defconfig | 1 +
arch/arm/configs/mt_ventoux_defconfig | 3 +
arch/arm/configs/mv88f6281gtw_ge_defconfig | 1 +
arch/arm/configs/mx23_olinuxino_defconfig | 3 +
arch/arm/configs/mx23evk_defconfig | 3 +
arch/arm/configs/mx25pdk_defconfig | 1 +
arch/arm/configs/mx28evk_auart_console_defconfig | 3 +
arch/arm/configs/mx28evk_defconfig | 3 +
arch/arm/configs/mx28evk_nand_defconfig | 3 +
arch/arm/configs/mx31ads_defconfig | 1 +
arch/arm/configs/mx31pdk_defconfig | 3 +
arch/arm/configs/mx35pdk_defconfig | 1 +
arch/arm/configs/mx51_efikamx_defconfig | 1 +
arch/arm/configs/mx51_efikasb_defconfig | 1 +
arch/arm/configs/mx51evk_defconfig | 1 +
arch/arm/configs/mx53ard_defconfig | 1 +
arch/arm/configs/mx53evk_defconfig | 1 +
arch/arm/configs/mx53loco_defconfig | 1 +
arch/arm/configs/mx53smd_defconfig | 1 +
arch/arm/configs/mx6dlsabresd_defconfig | 1 +
arch/arm/configs/mx6qarm2_defconfig | 1 +
arch/arm/configs/mx6qsabreauto_defconfig | 1 +
arch/arm/configs/mx6qsabrelite_defconfig | 1 +
arch/arm/configs/mx6qsabresd_defconfig | 1 +
arch/arm/configs/mx6slevk_defconfig | 1 +
arch/arm/configs/net2big_v2_defconfig | 1 +
arch/arm/configs/netspace_lite_v2_defconfig | 1 +
arch/arm/configs/netspace_max_v2_defconfig | 1 +
arch/arm/configs/netspace_mini_v2_defconfig | 1 +
arch/arm/configs/netspace_v2_defconfig | 1 +
arch/arm/configs/nhk8815_defconfig | 1 +
arch/arm/configs/nhk8815_onenand_defconfig | 1 +
arch/arm/configs/nitrogen6dl2g_defconfig | 1 +
arch/arm/configs/nitrogen6dl_defconfig | 1 +
arch/arm/configs/nitrogen6q2g_defconfig | 1 +
arch/arm/configs/nitrogen6q_defconfig | 1 +
arch/arm/configs/nitrogen6s1g_defconfig | 1 +
arch/arm/configs/nitrogen6s_defconfig | 1 +
arch/arm/configs/nokia_rx51_defconfig | 1 +
arch/arm/configs/omap3_beagle_defconfig | 3 +
arch/arm/configs/omap3_evm_defconfig | 3 +
arch/arm/configs/omap3_evm_quick_mmc_defconfig | 3 +
arch/arm/configs/omap3_evm_quick_nand_defconfig | 3 +
arch/arm/configs/omap3_ha_defconfig | 3 +
arch/arm/configs/omap3_logic_defconfig | 1 +
arch/arm/configs/omap3_mvblx_defconfig | 1 +
arch/arm/configs/omap3_overo_defconfig | 3 +
arch/arm/configs/omap3_pandora_defconfig | 1 +
arch/arm/configs/omap3_sdp3430_defconfig | 1 +
arch/arm/configs/omap3_zoom1_defconfig | 1 +
arch/arm/configs/omap4_panda_defconfig | 3 +
arch/arm/configs/omap4_sdp4430_defconfig | 3 +
arch/arm/configs/omap5912osk_defconfig | 1 +
arch/arm/configs/omap5_uevm_defconfig | 3 +
arch/arm/configs/openrd_base_defconfig | 1 +
arch/arm/configs/openrd_client_defconfig | 1 +
arch/arm/configs/openrd_ultimate_defconfig | 1 +
arch/arm/configs/origen_defconfig | 3 +
arch/arm/configs/otc570_dataflash_defconfig | 1 +
arch/arm/configs/otc570_defconfig | 1 +
arch/arm/configs/palmld_defconfig | 1 +
arch/arm/configs/palmtc_defconfig | 1 +
arch/arm/configs/palmtreo680_defconfig | 3 +
arch/arm/configs/paz00_defconfig | 3 +
arch/arm/configs/pcm051_rev1_defconfig | 3 +
arch/arm/configs/pcm051_rev3_defconfig | 3 +
arch/arm/configs/pengwyn_defconfig | 3 +
arch/arm/configs/pepper_defconfig | 3 +
arch/arm/configs/plutux_defconfig | 3 +
arch/arm/configs/pm9261_defconfig | 1 +
arch/arm/configs/pm9263_defconfig | 1 +
arch/arm/configs/pm9g45_defconfig | 1 +
arch/arm/configs/pogo_e02_defconfig | 1 +
arch/arm/configs/polaris_defconfig | 1 +
arch/arm/configs/portl2_defconfig | 1 +
arch/arm/configs/portuxg20_defconfig | 1 +
arch/arm/configs/pxa255_idp_defconfig | 1 +
arch/arm/configs/pxm2_defconfig | 3 +
arch/arm/configs/qong_defconfig | 1 +
arch/arm/configs/rd6281a_defconfig | 1 +
arch/arm/configs/riotboard_defconfig | 1 +
arch/arm/configs/rpi_b_defconfig | 1 +
arch/arm/configs/rut_defconfig | 3 +
arch/arm/configs/s5p_goni_defconfig | 1 +
arch/arm/configs/s5pc210_universal_defconfig | 1 +
arch/arm/configs/sama5d3_xplained_mmc_defconfig | 1 +
.../configs/sama5d3_xplained_nandflash_defconfig | 1 +
arch/arm/configs/sama5d3xek_mmc_defconfig | 3 +
arch/arm/configs/sama5d3xek_nandflash_defconfig | 3 +
arch/arm/configs/sama5d3xek_spiflash_defconfig | 3 +
arch/arm/configs/sansa_fuze_plus_defconfig | 3 +
arch/arm/configs/sbc35_a9g20_eeprom_defconfig | 1 +
arch/arm/configs/sbc35_a9g20_nandflash_defconfig | 1 +
arch/arm/configs/sc_sps_1_defconfig | 3 +
arch/arm/configs/scb9328_defconfig | 1 +
arch/arm/configs/seaboard_defconfig | 3 +
arch/arm/configs/sheevaplug_defconfig | 1 +
arch/arm/configs/smdk2410_defconfig | 1 +
arch/arm/configs/smdk5250_defconfig | 3 +
arch/arm/configs/smdk5420_defconfig | 3 +
arch/arm/configs/smdkc100_defconfig | 1 +
arch/arm/configs/smdkv310_defconfig | 3 +
arch/arm/configs/snapper9260_defconfig | 1 +
arch/arm/configs/snapper9g20_defconfig | 1 +
arch/arm/configs/snow_defconfig | 3 +
arch/arm/configs/snowball_defconfig | 1 +
arch/arm/configs/socfpga_cyclone5_defconfig | 3 +
arch/arm/configs/spear300_defconfig | 1 +
arch/arm/configs/spear300_nand_defconfig | 1 +
arch/arm/configs/spear300_usbtty_defconfig | 1 +
arch/arm/configs/spear300_usbtty_nand_defconfig | 1 +
arch/arm/configs/spear310_defconfig | 1 +
arch/arm/configs/spear310_nand_defconfig | 1 +
arch/arm/configs/spear310_pnor_defconfig | 1 +
arch/arm/configs/spear310_usbtty_defconfig | 1 +
arch/arm/configs/spear310_usbtty_nand_defconfig | 1 +
arch/arm/configs/spear310_usbtty_pnor_defconfig | 1 +
arch/arm/configs/spear320_defconfig | 1 +
arch/arm/configs/spear320_nand_defconfig | 1 +
arch/arm/configs/spear320_pnor_defconfig | 1 +
arch/arm/configs/spear320_usbtty_defconfig | 1 +
arch/arm/configs/spear320_usbtty_nand_defconfig | 1 +
arch/arm/configs/spear320_usbtty_pnor_defconfig | 1 +
arch/arm/configs/spear600_defconfig | 1 +
arch/arm/configs/spear600_nand_defconfig | 1 +
arch/arm/configs/spear600_usbtty_defconfig | 1 +
arch/arm/configs/spear600_usbtty_nand_defconfig | 1 +
arch/arm/configs/stamp9g20_defconfig | 1 +
arch/arm/configs/tao3530_defconfig | 3 +
arch/arm/configs/taurus_defconfig | 1 +
arch/arm/configs/tec-ng_defconfig | 3 +
arch/arm/configs/tec_defconfig | 3 +
arch/arm/configs/ti814x_evm_defconfig | 3 +
arch/arm/configs/ti816x_evm_defconfig | 3 +
arch/arm/configs/titanium_defconfig | 1 +
arch/arm/configs/tk71_defconfig | 1 +
arch/arm/configs/tnetv107x_evm_defconfig | 1 +
arch/arm/configs/tny_a9260_eeprom_defconfig | 1 +
arch/arm/configs/tny_a9260_nandflash_defconfig | 1 +
arch/arm/configs/tny_a9g20_eeprom_defconfig | 1 +
arch/arm/configs/tny_a9g20_nandflash_defconfig | 1 +
arch/arm/configs/top9000eval_xe_defconfig | 1 +
arch/arm/configs/top9000su_xe_defconfig | 1 +
arch/arm/configs/trats2_defconfig | 1 +
arch/arm/configs/trats_defconfig | 1 +
arch/arm/configs/tricorder_defconfig | 3 +
arch/arm/configs/tricorder_flash_defconfig | 3 +
arch/arm/configs/trimslice_defconfig | 3 +
arch/arm/configs/trizepsiv_defconfig | 1 +
arch/arm/configs/tseries_mmc_defconfig | 3 +
arch/arm/configs/tseries_nand_defconfig | 3 +
arch/arm/configs/tseries_spi_defconfig | 3 +
arch/arm/configs/tt01_defconfig | 1 +
arch/arm/configs/twister_defconfig | 3 +
arch/arm/configs/tx25_defconfig | 3 +
arch/arm/configs/u8500_href_defconfig | 1 +
arch/arm/configs/udoo_quad_defconfig | 1 +
arch/arm/configs/usb_a9263_dataflash_defconfig | 1 +
arch/arm/configs/venice2_defconfig | 3 +
arch/arm/configs/ventana_defconfig | 3 +
arch/arm/configs/versatileab_defconfig | 1 +
arch/arm/configs/versatilepb_defconfig | 1 +
arch/arm/configs/versatileqemu_defconfig | 1 +
arch/arm/configs/vexpress_aemv8a_defconfig | 1 +
arch/arm/configs/vexpress_ca15_tc2_defconfig | 1 +
arch/arm/configs/vexpress_ca5x2_defconfig | 1 +
arch/arm/configs/vexpress_ca9x4_defconfig | 1 +
arch/arm/configs/vf610twr_defconfig | 1 +
arch/arm/configs/vision2_defconfig | 1 +
arch/arm/configs/vl_ma2sc_defconfig | 1 +
arch/arm/configs/vl_ma2sc_ram_defconfig | 1 +
arch/arm/configs/vpac270_nor_128_defconfig | 1 +
arch/arm/configs/vpac270_nor_256_defconfig | 1 +
arch/arm/configs/vpac270_ond_256_defconfig | 3 +
arch/arm/configs/wandboard_dl_defconfig | 1 +
arch/arm/configs/wandboard_quad_defconfig | 1 +
arch/arm/configs/wandboard_solo_defconfig | 1 +
arch/arm/configs/whistler_defconfig | 3 +
arch/arm/configs/wireless_space_defconfig | 1 +
arch/arm/configs/woodburn_defconfig | 1 +
arch/arm/configs/woodburn_sd_defconfig | 3 +
arch/arm/configs/x600_defconfig | 3 +
arch/arm/configs/xaeniax_defconfig | 1 +
arch/arm/configs/xfi3_defconfig | 3 +
arch/arm/configs/zipitz2_defconfig | 1 +
arch/arm/configs/zmx25_defconfig | 1 +
arch/arm/configs/zynq_microzed_defconfig | 2 +
arch/arm/configs/zynq_zc70x_defconfig | 2 +
arch/arm/configs/zynq_zc770_xm010_defconfig | 2 +
arch/arm/configs/zynq_zc770_xm012_defconfig | 2 +
arch/arm/configs/zynq_zc770_xm013_defconfig | 2 +
arch/arm/configs/zynq_zed_defconfig | 2 +
arch/avr32/Kconfig | 50 +
arch/avr32/config.mk | 1 -
arch/avr32/configs/atngw100_defconfig | 1 +
arch/avr32/configs/atngw100mkii_defconfig | 1 +
arch/avr32/configs/atstk1002_defconfig | 1 +
arch/avr32/configs/atstk1003_defconfig | 1 +
arch/avr32/configs/atstk1004_defconfig | 1 +
arch/avr32/configs/atstk1006_defconfig | 1 +
arch/avr32/configs/favr-32-ezkit_defconfig | 1 +
arch/avr32/configs/grasshopper_defconfig | 1 +
arch/avr32/configs/hammerhead_defconfig | 1 +
arch/avr32/configs/mimc200_defconfig | 1 +
arch/blackfin/Kconfig | 152 ++
arch/blackfin/config.mk | 3 +-
arch/blackfin/configs/bct-brettl2_defconfig | 1 +
arch/blackfin/configs/bf506f-ezkit_defconfig | 1 +
arch/blackfin/configs/bf518f-ezbrd_defconfig | 1 +
arch/blackfin/configs/bf525-ucr2_defconfig | 1 +
arch/blackfin/configs/bf526-ezbrd_defconfig | 1 +
arch/blackfin/configs/bf527-ad7160-eval_defconfig | 1 +
arch/blackfin/configs/bf527-ezkit-v2_defconfig | 1 +
arch/blackfin/configs/bf527-ezkit_defconfig | 1 +
arch/blackfin/configs/bf527-sdp_defconfig | 1 +
arch/blackfin/configs/bf533-ezkit_defconfig | 1 +
arch/blackfin/configs/bf533-stamp_defconfig | 1 +
arch/blackfin/configs/bf537-minotaur_defconfig | 1 +
arch/blackfin/configs/bf537-pnav_defconfig | 1 +
arch/blackfin/configs/bf537-srv1_defconfig | 1 +
arch/blackfin/configs/bf537-stamp_defconfig | 1 +
arch/blackfin/configs/bf538f-ezkit_defconfig | 1 +
arch/blackfin/configs/bf548-ezkit_defconfig | 1 +
arch/blackfin/configs/bf561-acvilon_defconfig | 1 +
arch/blackfin/configs/bf561-ezkit_defconfig | 1 +
arch/blackfin/configs/bf609-ezkit_defconfig | 1 +
arch/blackfin/configs/blackstamp_defconfig | 1 +
arch/blackfin/configs/blackvme_defconfig | 1 +
arch/blackfin/configs/br4_defconfig | 1 +
arch/blackfin/configs/cm-bf527_defconfig | 1 +
arch/blackfin/configs/cm-bf533_defconfig | 1 +
arch/blackfin/configs/cm-bf537e_defconfig | 1 +
arch/blackfin/configs/cm-bf537u_defconfig | 1 +
arch/blackfin/configs/cm-bf548_defconfig | 1 +
arch/blackfin/configs/cm-bf561_defconfig | 1 +
arch/blackfin/configs/dnp5370_defconfig | 1 +
arch/blackfin/configs/ibf-dsp561_defconfig | 1 +
arch/blackfin/configs/ip04_defconfig | 1 +
arch/blackfin/configs/pr1_defconfig | 1 +
arch/blackfin/configs/tcm-bf518_defconfig | 1 +
arch/blackfin/configs/tcm-bf537_defconfig | 1 +
arch/m68k/Kconfig | 178 ++
arch/m68k/config.mk | 2 +-
arch/m68k/configs/M5208EVBE_defconfig | 1 +
arch/m68k/configs/M52277EVB_defconfig | 1 +
arch/m68k/configs/M52277EVB_stmicro_defconfig | 1 +
arch/m68k/configs/M5235EVB_Flash32_defconfig | 1 +
arch/m68k/configs/M5235EVB_defconfig | 1 +
arch/m68k/configs/M5249EVB_defconfig | 1 +
arch/m68k/configs/M5253DEMO_defconfig | 1 +
arch/m68k/configs/M5253EVBE_defconfig | 1 +
arch/m68k/configs/M5272C3_defconfig | 1 +
arch/m68k/configs/M5275EVB_defconfig | 1 +
arch/m68k/configs/M5282EVB_defconfig | 1 +
arch/m68k/configs/M53017EVB_defconfig | 1 +
arch/m68k/configs/M5329AFEE_defconfig | 1 +
arch/m68k/configs/M5329BFEE_defconfig | 1 +
arch/m68k/configs/M5373EVB_defconfig | 1 +
arch/m68k/configs/M54418TWR_defconfig | 1 +
arch/m68k/configs/M54418TWR_nand_mii_defconfig | 1 +
arch/m68k/configs/M54418TWR_nand_rmii_defconfig | 1 +
.../configs/M54418TWR_nand_rmii_lowfreq_defconfig | 1 +
arch/m68k/configs/M54418TWR_serial_mii_defconfig | 1 +
arch/m68k/configs/M54418TWR_serial_rmii_defconfig | 1 +
arch/m68k/configs/M54451EVB_defconfig | 1 +
arch/m68k/configs/M54451EVB_stmicro_defconfig | 1 +
arch/m68k/configs/M54455EVB_a66_defconfig | 1 +
arch/m68k/configs/M54455EVB_defconfig | 1 +
arch/m68k/configs/M54455EVB_i66_defconfig | 1 +
arch/m68k/configs/M54455EVB_intel_defconfig | 1 +
arch/m68k/configs/M54455EVB_stm33_defconfig | 1 +
arch/m68k/configs/M5475AFE_defconfig | 1 +
arch/m68k/configs/M5475BFE_defconfig | 1 +
arch/m68k/configs/M5475CFE_defconfig | 1 +
arch/m68k/configs/M5475DFE_defconfig | 1 +
arch/m68k/configs/M5475EFE_defconfig | 1 +
arch/m68k/configs/M5475FFE_defconfig | 1 +
arch/m68k/configs/M5475GFE_defconfig | 1 +
arch/m68k/configs/M5485AFE_defconfig | 1 +
arch/m68k/configs/M5485BFE_defconfig | 1 +
arch/m68k/configs/M5485CFE_defconfig | 1 +
arch/m68k/configs/M5485DFE_defconfig | 1 +
arch/m68k/configs/M5485EFE_defconfig | 1 +
arch/m68k/configs/M5485FFE_defconfig | 1 +
arch/m68k/configs/M5485GFE_defconfig | 1 +
arch/m68k/configs/M5485HFE_defconfig | 1 +
arch/m68k/configs/TASREG_defconfig | 1 +
arch/m68k/configs/astro_mcf5373l_defconfig | 1 +
arch/m68k/configs/cobra5272_defconfig | 1 +
arch/m68k/configs/eb_cpu5282_defconfig | 1 +
arch/m68k/configs/eb_cpu5282_internal_defconfig | 1 +
arch/m68k/cpu/mcf52x2/config.mk | 16 +-
arch/m68k/cpu/mcf532x/config.mk | 6 +-
arch/m68k/cpu/mcf5445x/config.mk | 4 +-
arch/microblaze/Kconfig | 17 +
.../configs/microblaze-generic_defconfig | 2 +
arch/mips/Kconfig | 90 +
arch/mips/config.mk | 2 +-
arch/mips/configs/dbau1000_defconfig | 1 +
arch/mips/configs/dbau1100_defconfig | 1 +
arch/mips/configs/dbau1500_defconfig | 1 +
arch/mips/configs/dbau1550_defconfig | 1 +
arch/mips/configs/dbau1550_el_defconfig | 1 +
arch/mips/configs/malta_defconfig | 1 +
arch/mips/configs/maltael_defconfig | 1 +
arch/mips/configs/pb1000_defconfig | 1 +
arch/mips/configs/qemu_mips64_defconfig | 1 +
arch/mips/configs/qemu_mips64el_defconfig | 1 +
arch/mips/configs/qemu_mips_defconfig | 1 +
arch/mips/configs/qemu_mipsel_defconfig | 1 +
arch/mips/configs/vct_platinum_defconfig | 1 +
arch/mips/configs/vct_platinum_onenand_defconfig | 1 +
.../configs/vct_platinum_onenand_small_defconfig | 1 +
arch/mips/configs/vct_platinum_small_defconfig | 1 +
arch/mips/configs/vct_platinumavc_defconfig | 1 +
.../mips/configs/vct_platinumavc_onenand_defconfig | 1 +
.../vct_platinumavc_onenand_small_defconfig | 1 +
arch/mips/configs/vct_platinumavc_small_defconfig | 1 +
arch/mips/configs/vct_premium_defconfig | 1 +
arch/mips/configs/vct_premium_onenand_defconfig | 1 +
.../configs/vct_premium_onenand_small_defconfig | 1 +
arch/mips/configs/vct_premium_small_defconfig | 1 +
arch/nds32/Kconfig | 25 +
arch/nds32/config.mk | 2 +-
arch/nds32/configs/adp-ag101_defconfig | 1 +
arch/nds32/configs/adp-ag101p_defconfig | 1 +
arch/nds32/configs/adp-ag102_defconfig | 1 +
arch/nios2/Kconfig | 25 +
arch/nios2/config.mk | 2 +-
arch/nios2/configs/PCI5441_defconfig | 1 +
arch/nios2/configs/PK1C20_defconfig | 1 +
arch/nios2/configs/nios2-generic_defconfig | 1 +
arch/openrisc/Kconfig | 17 +
arch/openrisc/config.mk | 2 +-
arch/openrisc/configs/openrisc-generic_defconfig | 1 +
arch/powerpc/Kconfig | 2348 ++++++++++++++++++
arch/powerpc/config.mk | 2 +-
arch/powerpc/configs/A3000_defconfig | 1 +
arch/powerpc/configs/APC405_defconfig | 1 +
arch/powerpc/configs/AR405_defconfig | 1 +
arch/powerpc/configs/ASH405_defconfig | 1 +
arch/powerpc/configs/AdderII_defconfig | 1 +
arch/powerpc/configs/Adder_defconfig | 1 +
arch/powerpc/configs/B4420QDS_NAND_defconfig | 3 +
arch/powerpc/configs/B4420QDS_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/B4420QDS_defconfig | 1 +
arch/powerpc/configs/B4860QDS_NAND_defconfig | 3 +
.../powerpc/configs/B4860QDS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/B4860QDS_SPIFLASH_defconfig | 1 +
.../configs/B4860QDS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/B4860QDS_defconfig | 1 +
arch/powerpc/configs/BC3450_defconfig | 1 +
.../configs/BSC9131RDB_NAND_SYSCLK100_defconfig | 3 +
arch/powerpc/configs/BSC9131RDB_NAND_defconfig | 3 +
.../BSC9131RDB_SPIFLASH_SYSCLK100_defconfig | 1 +
arch/powerpc/configs/BSC9131RDB_SPIFLASH_defconfig | 1 +
.../BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig | 1 +
.../configs/BSC9132QDS_NAND_DDRCLK100_defconfig | 3 +
.../BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig | 1 +
.../configs/BSC9132QDS_NAND_DDRCLK133_defconfig | 3 +
.../BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig | 1 +
.../configs/BSC9132QDS_NOR_DDRCLK100_defconfig | 1 +
.../BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig | 1 +
.../configs/BSC9132QDS_NOR_DDRCLK133_defconfig | 1 +
.../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig | 1 +
.../configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig | 1 +
.../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig | 1 +
.../configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig | 1 +
.../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig | 1 +
.../BSC9132QDS_SPIFLASH_DDRCLK100_defconfig | 1 +
.../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig | 1 +
.../BSC9132QDS_SPIFLASH_DDRCLK133_defconfig | 1 +
arch/powerpc/configs/C29XPCIE_NAND_defconfig | 5 +
arch/powerpc/configs/C29XPCIE_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/C29XPCIE_defconfig | 1 +
arch/powerpc/configs/CATcenter_25_defconfig | 1 +
arch/powerpc/configs/CATcenter_33_defconfig | 1 +
arch/powerpc/configs/CATcenter_defconfig | 1 +
arch/powerpc/configs/CMS700_defconfig | 1 +
arch/powerpc/configs/CPC45_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/CPC45_defconfig | 1 +
arch/powerpc/configs/CPCI2DP_defconfig | 1 +
arch/powerpc/configs/CPCI4052_defconfig | 1 +
arch/powerpc/configs/CPCI405AB_defconfig | 1 +
arch/powerpc/configs/CPCI405DT_defconfig | 1 +
arch/powerpc/configs/CPCI405_defconfig | 1 +
arch/powerpc/configs/CPCI750_defconfig | 1 +
arch/powerpc/configs/CPCIISER4_defconfig | 1 +
arch/powerpc/configs/CPU86_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/CPU86_defconfig | 1 +
arch/powerpc/configs/CPU87_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/CPU87_defconfig | 1 +
arch/powerpc/configs/CRAYL1_defconfig | 1 +
arch/powerpc/configs/CU824_defconfig | 1 +
arch/powerpc/configs/DB64360_defconfig | 1 +
arch/powerpc/configs/DB64460_defconfig | 1 +
arch/powerpc/configs/DP405_defconfig | 1 +
arch/powerpc/configs/DU405_defconfig | 1 +
arch/powerpc/configs/DU440_defconfig | 1 +
arch/powerpc/configs/ELPPC_defconfig | 1 +
arch/powerpc/configs/ELPT860_defconfig | 1 +
arch/powerpc/configs/ESTEEM192E_defconfig | 1 +
arch/powerpc/configs/EVAL5200_defconfig | 1 +
arch/powerpc/configs/FLAGADM_defconfig | 1 +
arch/powerpc/configs/FPS850L_defconfig | 1 +
arch/powerpc/configs/FPS860L_defconfig | 1 +
arch/powerpc/configs/G2000_defconfig | 1 +
arch/powerpc/configs/GEN860T_SC_defconfig | 1 +
arch/powerpc/configs/GEN860T_defconfig | 1 +
arch/powerpc/configs/HH405_defconfig | 1 +
arch/powerpc/configs/HIDDEN_DRAGON_defconfig | 1 +
arch/powerpc/configs/HUB405_defconfig | 1 +
arch/powerpc/configs/HWW1U1A_defconfig | 1 +
arch/powerpc/configs/ICU862_100MHz_defconfig | 1 +
arch/powerpc/configs/ICU862_defconfig | 1 +
arch/powerpc/configs/IDS8247_defconfig | 1 +
arch/powerpc/configs/IP860_defconfig | 1 +
arch/powerpc/configs/IPHASE4539_defconfig | 1 +
arch/powerpc/configs/ISPAN_REVB_defconfig | 1 +
arch/powerpc/configs/ISPAN_defconfig | 1 +
arch/powerpc/configs/IVML24_128_defconfig | 1 +
arch/powerpc/configs/IVML24_256_defconfig | 1 +
arch/powerpc/configs/IVML24_defconfig | 1 +
arch/powerpc/configs/IVMS8_128_defconfig | 1 +
arch/powerpc/configs/IVMS8_256_defconfig | 1 +
arch/powerpc/configs/IVMS8_defconfig | 1 +
arch/powerpc/configs/JSE_defconfig | 1 +
arch/powerpc/configs/KAREF_defconfig | 1 +
arch/powerpc/configs/KUP4K_defconfig | 1 +
arch/powerpc/configs/KUP4X_defconfig | 1 +
arch/powerpc/configs/Lite5200_LOWBOOT08_defconfig | 1 +
arch/powerpc/configs/Lite5200_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/Lite5200_defconfig | 1 +
arch/powerpc/configs/MERGERBOX_defconfig | 1 +
arch/powerpc/configs/METROBOX_defconfig | 1 +
arch/powerpc/configs/MHPC_defconfig | 1 +
arch/powerpc/configs/MINI5200_defconfig | 1 +
arch/powerpc/configs/MIP405T_defconfig | 1 +
arch/powerpc/configs/MIP405_defconfig | 1 +
arch/powerpc/configs/MPC8260ADS_33MHz_defconfig | 1 +
.../configs/MPC8260ADS_33MHz_lowboot_defconfig | 1 +
arch/powerpc/configs/MPC8260ADS_40MHz_defconfig | 1 +
.../configs/MPC8260ADS_40MHz_lowboot_defconfig | 1 +
arch/powerpc/configs/MPC8260ADS_defconfig | 1 +
arch/powerpc/configs/MPC8260ADS_lowboot_defconfig | 1 +
arch/powerpc/configs/MPC8266ADS_defconfig | 1 +
arch/powerpc/configs/MPC8272ADS_defconfig | 1 +
arch/powerpc/configs/MPC8272ADS_lowboot_defconfig | 1 +
arch/powerpc/configs/MPC8308RDB_defconfig | 1 +
arch/powerpc/configs/MPC8313ERDB_33_defconfig | 1 +
arch/powerpc/configs/MPC8313ERDB_66_defconfig | 1 +
arch/powerpc/configs/MPC8313ERDB_NAND_33_defconfig | 2 +
arch/powerpc/configs/MPC8313ERDB_NAND_66_defconfig | 2 +
arch/powerpc/configs/MPC8315ERDB_NAND_defconfig | 1 +
arch/powerpc/configs/MPC8315ERDB_defconfig | 1 +
arch/powerpc/configs/MPC8323ERDB_defconfig | 1 +
arch/powerpc/configs/MPC832XEMDS_ATM_defconfig | 1 +
arch/powerpc/configs/MPC832XEMDS_HOST_33_defconfig | 1 +
arch/powerpc/configs/MPC832XEMDS_HOST_66_defconfig | 1 +
arch/powerpc/configs/MPC832XEMDS_SLAVE_defconfig | 1 +
arch/powerpc/configs/MPC832XEMDS_defconfig | 1 +
arch/powerpc/configs/MPC8349EMDS_defconfig | 1 +
arch/powerpc/configs/MPC8349ITXGP_defconfig | 1 +
arch/powerpc/configs/MPC8349ITX_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/MPC8349ITX_defconfig | 1 +
arch/powerpc/configs/MPC8360EMDS_33_ATM_defconfig | 1 +
.../configs/MPC8360EMDS_33_HOST_33_defconfig | 1 +
.../configs/MPC8360EMDS_33_HOST_66_defconfig | 1 +
.../powerpc/configs/MPC8360EMDS_33_SLAVE_defconfig | 1 +
arch/powerpc/configs/MPC8360EMDS_33_defconfig | 1 +
arch/powerpc/configs/MPC8360EMDS_66_ATM_defconfig | 1 +
.../configs/MPC8360EMDS_66_HOST_33_defconfig | 1 +
.../configs/MPC8360EMDS_66_HOST_66_defconfig | 1 +
.../powerpc/configs/MPC8360EMDS_66_SLAVE_defconfig | 1 +
arch/powerpc/configs/MPC8360EMDS_66_defconfig | 1 +
arch/powerpc/configs/MPC8360ERDK_33_defconfig | 1 +
arch/powerpc/configs/MPC8360ERDK_defconfig | 1 +
arch/powerpc/configs/MPC837XEMDS_HOST_defconfig | 1 +
arch/powerpc/configs/MPC837XEMDS_defconfig | 1 +
arch/powerpc/configs/MPC837XERDB_defconfig | 1 +
arch/powerpc/configs/MPC8536DS_36BIT_defconfig | 1 +
arch/powerpc/configs/MPC8536DS_NAND_defconfig | 1 +
arch/powerpc/configs/MPC8536DS_SDCARD_defconfig | 1 +
arch/powerpc/configs/MPC8536DS_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/MPC8536DS_defconfig | 1 +
arch/powerpc/configs/MPC8540ADS_defconfig | 1 +
arch/powerpc/configs/MPC8541CDS_defconfig | 1 +
arch/powerpc/configs/MPC8541CDS_legacy_defconfig | 1 +
arch/powerpc/configs/MPC8544DS_defconfig | 1 +
arch/powerpc/configs/MPC8548CDS_36BIT_defconfig | 1 +
arch/powerpc/configs/MPC8548CDS_defconfig | 1 +
arch/powerpc/configs/MPC8548CDS_legacy_defconfig | 1 +
arch/powerpc/configs/MPC8555CDS_defconfig | 1 +
arch/powerpc/configs/MPC8555CDS_legacy_defconfig | 1 +
arch/powerpc/configs/MPC8560ADS_defconfig | 1 +
arch/powerpc/configs/MPC8568MDS_defconfig | 1 +
arch/powerpc/configs/MPC8569MDS_ATM_defconfig | 1 +
arch/powerpc/configs/MPC8569MDS_NAND_defconfig | 1 +
arch/powerpc/configs/MPC8569MDS_defconfig | 1 +
arch/powerpc/configs/MPC8572DS_36BIT_defconfig | 1 +
arch/powerpc/configs/MPC8572DS_NAND_defconfig | 1 +
arch/powerpc/configs/MPC8572DS_defconfig | 1 +
arch/powerpc/configs/MPC8610HPCD_defconfig | 1 +
arch/powerpc/configs/MPC8641HPCN_36BIT_defconfig | 1 +
arch/powerpc/configs/MPC8641HPCN_defconfig | 1 +
arch/powerpc/configs/MPC86xADS_defconfig | 1 +
arch/powerpc/configs/MPC885ADS_defconfig | 1 +
arch/powerpc/configs/MUSENKI_defconfig | 1 +
arch/powerpc/configs/MVBC_P_defconfig | 1 +
arch/powerpc/configs/MVBLM7_defconfig | 1 +
arch/powerpc/configs/MVBLUE_defconfig | 1 +
arch/powerpc/configs/MVSMR_defconfig | 1 +
arch/powerpc/configs/MiniFAP_defconfig | 1 +
arch/powerpc/configs/NETPHONE_V2_defconfig | 1 +
arch/powerpc/configs/NETPHONE_defconfig | 1 +
arch/powerpc/configs/NETTA2_V2_defconfig | 1 +
arch/powerpc/configs/NETTA2_defconfig | 1 +
arch/powerpc/configs/NETTA_6412_SWAPHOOK_defconfig | 1 +
arch/powerpc/configs/NETTA_6412_defconfig | 1 +
.../configs/NETTA_ISDN_6412_SWAPHOOK_defconfig | 1 +
arch/powerpc/configs/NETTA_ISDN_6412_defconfig | 1 +
arch/powerpc/configs/NETTA_ISDN_SWAPHOOK_defconfig | 1 +
arch/powerpc/configs/NETTA_ISDN_defconfig | 1 +
arch/powerpc/configs/NETTA_SWAPHOOK_defconfig | 1 +
arch/powerpc/configs/NETTA_defconfig | 1 +
arch/powerpc/configs/NETVIA_V2_defconfig | 1 +
arch/powerpc/configs/NETVIA_defconfig | 1 +
arch/powerpc/configs/NSCU_defconfig | 1 +
arch/powerpc/configs/O2D300_defconfig | 1 +
arch/powerpc/configs/O2DNT2_RAMBOOT_defconfig | 1 +
arch/powerpc/configs/O2DNT2_defconfig | 1 +
arch/powerpc/configs/O2D_defconfig | 1 +
arch/powerpc/configs/O2I_defconfig | 1 +
arch/powerpc/configs/O2MNT_O2M110_defconfig | 1 +
arch/powerpc/configs/O2MNT_O2M112_defconfig | 1 +
arch/powerpc/configs/O2MNT_O2M113_defconfig | 1 +
arch/powerpc/configs/O2MNT_defconfig | 1 +
arch/powerpc/configs/O3DNT_defconfig | 1 +
arch/powerpc/configs/OCRTC_defconfig | 1 +
.../P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig | 1 +
.../configs/P1010RDB-PA_36BIT_NAND_defconfig | 5 +
.../P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig | 1 +
.../configs/P1010RDB-PA_36BIT_NOR_defconfig | 1 +
.../configs/P1010RDB-PA_36BIT_SDCARD_defconfig | 3 +
.../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig | 1 +
.../configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 3 +
.../configs/P1010RDB-PA_NAND_SECBOOT_defconfig | 1 +
arch/powerpc/configs/P1010RDB-PA_NAND_defconfig | 5 +
.../configs/P1010RDB-PA_NOR_SECBOOT_defconfig | 1 +
arch/powerpc/configs/P1010RDB-PA_NOR_defconfig | 1 +
arch/powerpc/configs/P1010RDB-PA_SDCARD_defconfig | 3 +
.../configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig | 1 +
.../powerpc/configs/P1010RDB-PA_SPIFLASH_defconfig | 3 +
.../P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig | 1 +
.../configs/P1010RDB-PB_36BIT_NAND_defconfig | 5 +
.../P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig | 1 +
.../configs/P1010RDB-PB_36BIT_NOR_defconfig | 1 +
.../configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 3 +
.../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig | 1 +
.../configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 3 +
.../configs/P1010RDB-PB_NAND_SECBOOT_defconfig | 1 +
arch/powerpc/configs/P1010RDB-PB_NAND_defconfig | 5 +
.../configs/P1010RDB-PB_NOR_SECBOOT_defconfig | 1 +
arch/powerpc/configs/P1010RDB-PB_NOR_defconfig | 1 +
arch/powerpc/configs/P1010RDB-PB_SDCARD_defconfig | 3 +
.../configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig | 1 +
.../powerpc/configs/P1010RDB-PB_SPIFLASH_defconfig | 3 +
.../configs/P1011RDB_36BIT_SDCARD_defconfig | 3 +
.../configs/P1011RDB_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1011RDB_36BIT_defconfig | 1 +
arch/powerpc/configs/P1011RDB_NAND_defconfig | 5 +
arch/powerpc/configs/P1011RDB_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1011RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1011RDB_defconfig | 1 +
.../configs/P1020MBG-PC_36BIT_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1020MBG-PC_36BIT_defconfig | 1 +
arch/powerpc/configs/P1020MBG-PC_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1020MBG-PC_defconfig | 1 +
.../configs/P1020RDB-PC_36BIT_NAND_defconfig | 5 +
.../configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 3 +
.../configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1020RDB-PC_36BIT_defconfig | 1 +
arch/powerpc/configs/P1020RDB-PC_NAND_defconfig | 5 +
arch/powerpc/configs/P1020RDB-PC_SDCARD_defconfig | 3 +
.../powerpc/configs/P1020RDB-PC_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1020RDB-PC_defconfig | 1 +
arch/powerpc/configs/P1020RDB-PD_NAND_defconfig | 5 +
arch/powerpc/configs/P1020RDB-PD_SDCARD_defconfig | 3 +
.../powerpc/configs/P1020RDB-PD_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1020RDB-PD_defconfig | 1 +
.../configs/P1020RDB_36BIT_SDCARD_defconfig | 3 +
.../configs/P1020RDB_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1020RDB_36BIT_defconfig | 1 +
arch/powerpc/configs/P1020RDB_NAND_defconfig | 5 +
arch/powerpc/configs/P1020RDB_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1020RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1020RDB_defconfig | 1 +
.../configs/P1020UTM-PC_36BIT_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1020UTM-PC_36BIT_defconfig | 1 +
arch/powerpc/configs/P1020UTM-PC_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1020UTM-PC_defconfig | 1 +
.../configs/P1021RDB-PC_36BIT_NAND_defconfig | 5 +
.../configs/P1021RDB-PC_36BIT_SDCARD_defconfig | 3 +
.../configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1021RDB-PC_36BIT_defconfig | 1 +
arch/powerpc/configs/P1021RDB-PC_NAND_defconfig | 5 +
arch/powerpc/configs/P1021RDB-PC_SDCARD_defconfig | 3 +
.../powerpc/configs/P1021RDB-PC_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1021RDB-PC_defconfig | 1 +
arch/powerpc/configs/P1022DS_36BIT_NAND_defconfig | 5 +
.../powerpc/configs/P1022DS_36BIT_SDCARD_defconfig | 3 +
.../configs/P1022DS_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1022DS_36BIT_defconfig | 1 +
arch/powerpc/configs/P1022DS_NAND_defconfig | 5 +
arch/powerpc/configs/P1022DS_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1022DS_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1022DS_defconfig | 1 +
arch/powerpc/configs/P1023RDB_defconfig | 1 +
arch/powerpc/configs/P1023RDS_NAND_defconfig | 1 +
arch/powerpc/configs/P1023RDS_defconfig | 1 +
arch/powerpc/configs/P1024RDB_36BIT_defconfig | 1 +
arch/powerpc/configs/P1024RDB_NAND_defconfig | 5 +
arch/powerpc/configs/P1024RDB_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1024RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1024RDB_defconfig | 1 +
arch/powerpc/configs/P1025RDB_36BIT_defconfig | 1 +
arch/powerpc/configs/P1025RDB_NAND_defconfig | 5 +
arch/powerpc/configs/P1025RDB_SDCARD_defconfig | 3 +
arch/powerpc/configs/P1025RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P1025RDB_defconfig | 1 +
.../configs/P2010RDB_36BIT_SDCARD_defconfig | 3 +
.../configs/P2010RDB_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P2010RDB_36BIT_defconfig | 1 +
arch/powerpc/configs/P2010RDB_NAND_defconfig | 5 +
arch/powerpc/configs/P2010RDB_SDCARD_defconfig | 3 +
arch/powerpc/configs/P2010RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P2010RDB_defconfig | 1 +
arch/powerpc/configs/P2020COME_SDCARD_defconfig | 1 +
arch/powerpc/configs/P2020COME_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/P2020DS_36BIT_defconfig | 1 +
arch/powerpc/configs/P2020DS_DDR2_defconfig | 1 +
arch/powerpc/configs/P2020DS_SDCARD_defconfig | 1 +
arch/powerpc/configs/P2020DS_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/P2020DS_defconfig | 1 +
.../configs/P2020RDB-PC_36BIT_NAND_defconfig | 5 +
.../configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 3 +
.../configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P2020RDB-PC_36BIT_defconfig | 1 +
arch/powerpc/configs/P2020RDB-PC_NAND_defconfig | 5 +
arch/powerpc/configs/P2020RDB-PC_SDCARD_defconfig | 3 +
.../powerpc/configs/P2020RDB-PC_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P2020RDB-PC_defconfig | 1 +
.../configs/P2020RDB_36BIT_SDCARD_defconfig | 3 +
.../configs/P2020RDB_36BIT_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P2020RDB_36BIT_defconfig | 1 +
arch/powerpc/configs/P2020RDB_NAND_defconfig | 5 +
arch/powerpc/configs/P2020RDB_SDCARD_defconfig | 3 +
arch/powerpc/configs/P2020RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/P2020RDB_defconfig | 1 +
arch/powerpc/configs/P2041RDB_NAND_defconfig | 1 +
arch/powerpc/configs/P2041RDB_SDCARD_defconfig | 1 +
.../powerpc/configs/P2041RDB_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/P2041RDB_SPIFLASH_defconfig | 1 +
.../configs/P2041RDB_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/P2041RDB_defconfig | 1 +
arch/powerpc/configs/P3041DS_NAND_defconfig | 1 +
arch/powerpc/configs/P3041DS_SDCARD_defconfig | 1 +
arch/powerpc/configs/P3041DS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/P3041DS_SPIFLASH_defconfig | 1 +
.../configs/P3041DS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/P3041DS_defconfig | 1 +
arch/powerpc/configs/P3G4_defconfig | 1 +
arch/powerpc/configs/P4080DS_SDCARD_defconfig | 1 +
arch/powerpc/configs/P4080DS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/P4080DS_SPIFLASH_defconfig | 1 +
.../configs/P4080DS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/P4080DS_defconfig | 1 +
arch/powerpc/configs/P5020DS_NAND_defconfig | 1 +
arch/powerpc/configs/P5020DS_SDCARD_defconfig | 1 +
arch/powerpc/configs/P5020DS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/P5020DS_SPIFLASH_defconfig | 1 +
.../configs/P5020DS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/P5020DS_defconfig | 1 +
arch/powerpc/configs/P5040DS_NAND_defconfig | 1 +
arch/powerpc/configs/P5040DS_SDCARD_defconfig | 1 +
arch/powerpc/configs/P5040DS_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/P5040DS_defconfig | 1 +
arch/powerpc/configs/PATI_defconfig | 1 +
arch/powerpc/configs/PCI405_defconfig | 1 +
arch/powerpc/configs/PIP405_defconfig | 1 +
arch/powerpc/configs/PLU405_defconfig | 1 +
arch/powerpc/configs/PM520_DDR_defconfig | 1 +
arch/powerpc/configs/PM520_ROMBOOT_DDR_defconfig | 1 +
arch/powerpc/configs/PM520_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/PM520_defconfig | 1 +
arch/powerpc/configs/PM825_BIGFLASH_defconfig | 1 +
.../configs/PM825_ROMBOOT_BIGFLASH_defconfig | 1 +
arch/powerpc/configs/PM825_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/PM825_defconfig | 1 +
arch/powerpc/configs/PM826_BIGFLASH_defconfig | 1 +
.../configs/PM826_ROMBOOT_BIGFLASH_defconfig | 1 +
arch/powerpc/configs/PM826_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/PM826_defconfig | 1 +
arch/powerpc/configs/PM828_PCI_defconfig | 1 +
arch/powerpc/configs/PM828_ROMBOOT_PCI_defconfig | 1 +
arch/powerpc/configs/PM828_ROMBOOT_defconfig | 1 +
arch/powerpc/configs/PM828_defconfig | 1 +
arch/powerpc/configs/PMC405DE_defconfig | 1 +
arch/powerpc/configs/PMC405_defconfig | 1 +
arch/powerpc/configs/PMC440_defconfig | 1 +
.../powerpc/configs/PPChameleonEVB_BA_25_defconfig | 1 +
.../powerpc/configs/PPChameleonEVB_BA_33_defconfig | 1 +
.../powerpc/configs/PPChameleonEVB_HI_25_defconfig | 1 +
.../powerpc/configs/PPChameleonEVB_HI_33_defconfig | 1 +
.../powerpc/configs/PPChameleonEVB_ME_25_defconfig | 1 +
.../powerpc/configs/PPChameleonEVB_ME_33_defconfig | 1 +
arch/powerpc/configs/PPChameleonEVB_defconfig | 1 +
arch/powerpc/configs/PQ2FADS-VR_defconfig | 1 +
arch/powerpc/configs/PQ2FADS-VR_lowboot_defconfig | 1 +
arch/powerpc/configs/PQ2FADS-ZU_66MHz_defconfig | 1 +
.../configs/PQ2FADS-ZU_66MHz_lowboot_defconfig | 1 +
arch/powerpc/configs/PQ2FADS-ZU_defconfig | 1 +
arch/powerpc/configs/PQ2FADS-ZU_lowboot_defconfig | 1 +
arch/powerpc/configs/PQ2FADS_defconfig | 1 +
arch/powerpc/configs/PQ2FADS_lowboot_defconfig | 1 +
arch/powerpc/configs/QS823_defconfig | 1 +
arch/powerpc/configs/QS850_defconfig | 1 +
arch/powerpc/configs/QS860T_defconfig | 1 +
arch/powerpc/configs/R360MPI_defconfig | 1 +
arch/powerpc/configs/RBC823_defconfig | 1 +
arch/powerpc/configs/RPXlite_DW_64_LCD_defconfig | 1 +
arch/powerpc/configs/RPXlite_DW_64_defconfig | 1 +
arch/powerpc/configs/RPXlite_DW_LCD_defconfig | 1 +
.../configs/RPXlite_DW_NVRAM_64_LCD_defconfig | 1 +
arch/powerpc/configs/RPXlite_DW_NVRAM_64_defconfig | 1 +
.../powerpc/configs/RPXlite_DW_NVRAM_LCD_defconfig | 1 +
arch/powerpc/configs/RPXlite_DW_NVRAM_defconfig | 1 +
arch/powerpc/configs/RPXlite_DW_defconfig | 1 +
arch/powerpc/configs/RRvision_LCD_defconfig | 1 +
arch/powerpc/configs/RRvision_defconfig | 1 +
arch/powerpc/configs/Rattler8248_defconfig | 1 +
arch/powerpc/configs/Rattler_defconfig | 1 +
arch/powerpc/configs/SIMPC8313_LP_defconfig | 1 +
arch/powerpc/configs/SIMPC8313_SP_defconfig | 1 +
arch/powerpc/configs/SM850_defconfig | 1 +
arch/powerpc/configs/SPD823TS_defconfig | 1 +
arch/powerpc/configs/SXNI855T_defconfig | 1 +
arch/powerpc/configs/Sandpoint8240_defconfig | 1 +
arch/powerpc/configs/Sandpoint8245_defconfig | 1 +
arch/powerpc/configs/T1040QDS_D4_defconfig | 1 +
.../powerpc/configs/T1040QDS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/T1040QDS_defconfig | 1 +
arch/powerpc/configs/T1040RDB_NAND_defconfig | 3 +
arch/powerpc/configs/T1040RDB_SDCARD_defconfig | 3 +
.../powerpc/configs/T1040RDB_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/T1040RDB_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/T1040RDB_defconfig | 1 +
arch/powerpc/configs/T1042RDB_PI_NAND_defconfig | 3 +
arch/powerpc/configs/T1042RDB_PI_SDCARD_defconfig | 3 +
.../powerpc/configs/T1042RDB_PI_SPIFLASH_defconfig | 3 +
arch/powerpc/configs/T1042RDB_PI_defconfig | 1 +
arch/powerpc/configs/T2080QDS_NAND_defconfig | 3 +
arch/powerpc/configs/T2080QDS_SDCARD_defconfig | 3 +
.../powerpc/configs/T2080QDS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/T2080QDS_SPIFLASH_defconfig | 3 +
.../configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/T2080QDS_defconfig | 1 +
arch/powerpc/configs/T2080RDB_NAND_defconfig | 3 +
arch/powerpc/configs/T2080RDB_SDCARD_defconfig | 3 +
.../powerpc/configs/T2080RDB_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/T2080RDB_SPIFLASH_defconfig | 3 +
.../configs/T2080RDB_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/T2080RDB_defconfig | 1 +
arch/powerpc/configs/T2081QDS_NAND_defconfig | 3 +
arch/powerpc/configs/T2081QDS_SDCARD_defconfig | 3 +
arch/powerpc/configs/T2081QDS_SPIFLASH_defconfig | 3 +
.../configs/T2081QDS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/T2081QDS_defconfig | 1 +
arch/powerpc/configs/T4160QDS_NAND_defconfig | 3 +
arch/powerpc/configs/T4160QDS_SDCARD_defconfig | 3 +
.../powerpc/configs/T4160QDS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/T4160QDS_SPIFLASH_defconfig | 1 +
arch/powerpc/configs/T4160QDS_defconfig | 1 +
arch/powerpc/configs/T4160RDB_defconfig | 1 +
arch/powerpc/configs/T4240EMU_defconfig | 1 +
arch/powerpc/configs/T4240QDS_NAND_defconfig | 3 +
arch/powerpc/configs/T4240QDS_SDCARD_defconfig | 3 +
.../powerpc/configs/T4240QDS_SECURE_BOOT_defconfig | 1 +
arch/powerpc/configs/T4240QDS_SPIFLASH_defconfig | 1 +
.../configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | 1 +
arch/powerpc/configs/T4240QDS_defconfig | 1 +
arch/powerpc/configs/T4240RDB_defconfig | 1 +
arch/powerpc/configs/TB5200_B_defconfig | 1 +
arch/powerpc/configs/TB5200_defconfig | 1 +
arch/powerpc/configs/TK885D_defconfig | 1 +
arch/powerpc/configs/TOP5200_defconfig | 1 +
arch/powerpc/configs/TOP860_defconfig | 1 +
arch/powerpc/configs/TQM5200S_HIGHBOOT_defconfig | 1 +
arch/powerpc/configs/TQM5200S_defconfig | 1 +
arch/powerpc/configs/TQM5200_B_HIGHBOOT_defconfig | 1 +
arch/powerpc/configs/TQM5200_B_defconfig | 1 +
arch/powerpc/configs/TQM5200_STK100_defconfig | 1 +
arch/powerpc/configs/TQM5200_defconfig | 1 +
arch/powerpc/configs/TQM823L_LCD_defconfig | 1 +
arch/powerpc/configs/TQM823L_defconfig | 1 +
arch/powerpc/configs/TQM823M_defconfig | 1 +
arch/powerpc/configs/TQM8255_AA_defconfig | 1 +
arch/powerpc/configs/TQM8260_AA_defconfig | 1 +
arch/powerpc/configs/TQM8260_AB_defconfig | 1 +
arch/powerpc/configs/TQM8260_AC_defconfig | 1 +
arch/powerpc/configs/TQM8260_AD_defconfig | 1 +
arch/powerpc/configs/TQM8260_AE_defconfig | 1 +
arch/powerpc/configs/TQM8260_AF_defconfig | 1 +
arch/powerpc/configs/TQM8260_AG_defconfig | 1 +
arch/powerpc/configs/TQM8260_AH_defconfig | 1 +
arch/powerpc/configs/TQM8260_AI_defconfig | 1 +
arch/powerpc/configs/TQM8265_AA_defconfig | 1 +
arch/powerpc/configs/TQM8272_defconfig | 1 +
arch/powerpc/configs/TQM834x_defconfig | 1 +
arch/powerpc/configs/TQM850L_defconfig | 1 +
arch/powerpc/configs/TQM850M_defconfig | 1 +
arch/powerpc/configs/TQM855L_defconfig | 1 +
arch/powerpc/configs/TQM855M_defconfig | 1 +
arch/powerpc/configs/TQM860L_defconfig | 1 +
arch/powerpc/configs/TQM860M_defconfig | 1 +
arch/powerpc/configs/TQM862L_defconfig | 1 +
arch/powerpc/configs/TQM862M_defconfig | 1 +
arch/powerpc/configs/TQM866M_defconfig | 1 +
arch/powerpc/configs/TQM885D_defconfig | 1 +
arch/powerpc/configs/TTTech_defconfig | 1 +
arch/powerpc/configs/TWR-P1025_defconfig | 1 +
arch/powerpc/configs/Total5200_Rev2_defconfig | 1 +
.../configs/Total5200_Rev2_lowboot_defconfig | 1 +
arch/powerpc/configs/Total5200_defconfig | 1 +
arch/powerpc/configs/Total5200_lowboot_defconfig | 1 +
arch/powerpc/configs/VOH405_defconfig | 1 +
arch/powerpc/configs/VOM405_defconfig | 1 +
arch/powerpc/configs/VoVPN-GW_66MHz_defconfig | 1 +
arch/powerpc/configs/W7OLMC_defconfig | 1 +
arch/powerpc/configs/W7OLMG_defconfig | 1 +
arch/powerpc/configs/WUH405_defconfig | 1 +
arch/powerpc/configs/ZPC1900_defconfig | 1 +
arch/powerpc/configs/ZUMA_defconfig | 1 +
arch/powerpc/configs/a3m071_defconfig | 3 +
arch/powerpc/configs/a4m072_defconfig | 1 +
arch/powerpc/configs/a4m2k_defconfig | 3 +
arch/powerpc/configs/ac14xx_defconfig | 1 +
arch/powerpc/configs/acadia_defconfig | 1 +
arch/powerpc/configs/aev_defconfig | 1 +
arch/powerpc/configs/alpr_defconfig | 1 +
arch/powerpc/configs/arches_defconfig | 1 +
arch/powerpc/configs/aria_defconfig | 1 +
arch/powerpc/configs/atc_defconfig | 1 +
arch/powerpc/configs/bamboo_defconfig | 1 +
arch/powerpc/configs/bluestone_defconfig | 1 +
arch/powerpc/configs/bubinga_defconfig | 1 +
arch/powerpc/configs/caddy2_defconfig | 1 +
arch/powerpc/configs/cam5200_defconfig | 1 +
arch/powerpc/configs/cam5200_niosflash_defconfig | 1 +
arch/powerpc/configs/canmb_defconfig | 1 +
arch/powerpc/configs/canyonlands_defconfig | 1 +
arch/powerpc/configs/charon_defconfig | 1 +
arch/powerpc/configs/cm5200_defconfig | 1 +
arch/powerpc/configs/cmi_mpc5xx_defconfig | 1 +
arch/powerpc/configs/cogent_mpc8260_defconfig | 1 +
arch/powerpc/configs/cogent_mpc8xx_defconfig | 1 +
.../controlcenterd_36BIT_SDCARD_DEVELOP_defconfig | 1 +
.../configs/controlcenterd_36BIT_SDCARD_defconfig | 1 +
.../controlcenterd_TRAILBLAZER_DEVELOP_defconfig | 1 +
.../configs/controlcenterd_TRAILBLAZER_defconfig | 1 +
arch/powerpc/configs/cpci5200_defconfig | 1 +
arch/powerpc/configs/csb272_defconfig | 1 +
arch/powerpc/configs/csb472_defconfig | 1 +
arch/powerpc/configs/debris_defconfig | 1 +
arch/powerpc/configs/devconcenter_defconfig | 1 +
arch/powerpc/configs/digsy_mtc_RAMBOOT_defconfig | 1 +
arch/powerpc/configs/digsy_mtc_defconfig | 1 +
.../configs/digsy_mtc_rev5_RAMBOOT_defconfig | 1 +
arch/powerpc/configs/digsy_mtc_rev5_defconfig | 1 +
arch/powerpc/configs/dlvision-10g_defconfig | 1 +
arch/powerpc/configs/dlvision_defconfig | 1 +
arch/powerpc/configs/eXalion_defconfig | 1 +
arch/powerpc/configs/ebony_defconfig | 1 +
arch/powerpc/configs/ep8248_defconfig | 1 +
arch/powerpc/configs/ep8260_defconfig | 1 +
arch/powerpc/configs/ep82xxm_defconfig | 1 +
arch/powerpc/configs/fo300_defconfig | 1 +
arch/powerpc/configs/fx12mm_defconfig | 1 +
arch/powerpc/configs/fx12mm_flash_defconfig | 1 +
arch/powerpc/configs/galaxy5200_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/galaxy5200_defconfig | 1 +
arch/powerpc/configs/gdppc440etx_defconfig | 1 +
arch/powerpc/configs/glacier_defconfig | 1 +
arch/powerpc/configs/gw8260_defconfig | 1 +
arch/powerpc/configs/haleakala_defconfig | 1 +
arch/powerpc/configs/hermes_defconfig | 1 +
arch/powerpc/configs/hmi1001_defconfig | 1 +
arch/powerpc/configs/hymod_defconfig | 1 +
.../configs/icecube_5200_DDR_LOWBOOT08_defconfig | 1 +
.../configs/icecube_5200_DDR_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/icecube_5200_DDR_defconfig | 1 +
.../configs/icecube_5200_LOWBOOT08_defconfig | 1 +
.../powerpc/configs/icecube_5200_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/icecube_5200_defconfig | 1 +
arch/powerpc/configs/icon_defconfig | 1 +
arch/powerpc/configs/ids8313_defconfig | 1 +
arch/powerpc/configs/inka4x0_defconfig | 1 +
arch/powerpc/configs/intip_defconfig | 1 +
arch/powerpc/configs/io64_defconfig | 1 +
arch/powerpc/configs/io_defconfig | 1 +
arch/powerpc/configs/iocon_defconfig | 1 +
arch/powerpc/configs/ipek01_defconfig | 1 +
arch/powerpc/configs/jupiter_defconfig | 1 +
arch/powerpc/configs/katmai_defconfig | 1 +
arch/powerpc/configs/kilauea_defconfig | 1 +
arch/powerpc/configs/kmcoge4_defconfig | 1 +
arch/powerpc/configs/kmcoge5ne_defconfig | 1 +
arch/powerpc/configs/kmeter1_defconfig | 1 +
arch/powerpc/configs/kmlion1_defconfig | 1 +
arch/powerpc/configs/kmopti2_defconfig | 1 +
arch/powerpc/configs/kmsupx5_defconfig | 1 +
arch/powerpc/configs/kmvect1_defconfig | 1 +
arch/powerpc/configs/korat_defconfig | 1 +
arch/powerpc/configs/korat_perm_defconfig | 1 +
arch/powerpc/configs/kvme080_defconfig | 1 +
arch/powerpc/configs/lcd4_lwmon5_defconfig | 3 +
arch/powerpc/configs/lite5200b_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/lite5200b_PM_defconfig | 1 +
arch/powerpc/configs/lite5200b_defconfig | 1 +
arch/powerpc/configs/luan_defconfig | 1 +
arch/powerpc/configs/lwmon5_defconfig | 1 +
arch/powerpc/configs/lwmon_defconfig | 1 +
arch/powerpc/configs/makalu_defconfig | 1 +
arch/powerpc/configs/mcc200_COM12_SDRAM_defconfig | 1 +
arch/powerpc/configs/mcc200_COM12_defconfig | 1 +
.../configs/mcc200_COM12_highboot_SDRAM_defconfig | 1 +
.../configs/mcc200_COM12_highboot_defconfig | 1 +
arch/powerpc/configs/mcc200_SDRAM_defconfig | 1 +
arch/powerpc/configs/mcc200_defconfig | 1 +
.../configs/mcc200_highboot_SDRAM_defconfig | 1 +
arch/powerpc/configs/mcc200_highboot_defconfig | 1 +
arch/powerpc/configs/mecp5123_defconfig | 1 +
arch/powerpc/configs/mecp5200_defconfig | 1 +
arch/powerpc/configs/mgcoge3ne_defconfig | 1 +
arch/powerpc/configs/mgcoge_defconfig | 1 +
arch/powerpc/configs/ml507_defconfig | 1 +
arch/powerpc/configs/ml507_flash_defconfig | 1 +
arch/powerpc/configs/motionpro_defconfig | 1 +
arch/powerpc/configs/mpc5121ads_defconfig | 1 +
arch/powerpc/configs/mpc5121ads_rev2_defconfig | 1 +
arch/powerpc/configs/mpc7448hpc2_defconfig | 1 +
arch/powerpc/configs/mpc8308_p1m_defconfig | 1 +
arch/powerpc/configs/muas3001_defconfig | 1 +
arch/powerpc/configs/muas3001_dev_defconfig | 1 +
arch/powerpc/configs/mucmc52_defconfig | 1 +
arch/powerpc/configs/munices_defconfig | 1 +
arch/powerpc/configs/neo_defconfig | 1 +
arch/powerpc/configs/ocotea_defconfig | 1 +
arch/powerpc/configs/p3m7448_defconfig | 1 +
arch/powerpc/configs/p3m750_defconfig | 1 +
arch/powerpc/configs/p3p440_defconfig | 1 +
arch/powerpc/configs/pcm030_LOWBOOT_defconfig | 1 +
arch/powerpc/configs/pcm030_defconfig | 1 +
arch/powerpc/configs/pcs440ep_defconfig | 1 +
arch/powerpc/configs/pdm360ng_defconfig | 1 +
arch/powerpc/configs/pf5200_defconfig | 1 +
arch/powerpc/configs/ppmc7xx_defconfig | 1 +
arch/powerpc/configs/ppmc8260_defconfig | 1 +
arch/powerpc/configs/prs200_DDR_defconfig | 1 +
arch/powerpc/configs/prs200_defconfig | 1 +
arch/powerpc/configs/prs200_highboot_DDR_defconfig | 1 +
arch/powerpc/configs/prs200_highboot_defconfig | 1 +
arch/powerpc/configs/qemu-ppce500_defconfig | 1 +
arch/powerpc/configs/quad100hd_defconfig | 1 +
arch/powerpc/configs/quantum_defconfig | 1 +
arch/powerpc/configs/rainier_defconfig | 1 +
arch/powerpc/configs/rainier_ramboot_defconfig | 1 +
arch/powerpc/configs/redwood_defconfig | 1 +
arch/powerpc/configs/sacsng_defconfig | 1 +
arch/powerpc/configs/sbc405_defconfig | 1 +
arch/powerpc/configs/sbc8349_PCI_33_defconfig | 1 +
arch/powerpc/configs/sbc8349_PCI_66_defconfig | 1 +
arch/powerpc/configs/sbc8349_defconfig | 1 +
arch/powerpc/configs/sbc8548_PCI_33_PCIE_defconfig | 1 +
arch/powerpc/configs/sbc8548_PCI_33_defconfig | 1 +
arch/powerpc/configs/sbc8548_PCI_66_PCIE_defconfig | 1 +
arch/powerpc/configs/sbc8548_PCI_66_defconfig | 1 +
arch/powerpc/configs/sbc8548_defconfig | 1 +
arch/powerpc/configs/sbc8641d_defconfig | 1 +
arch/powerpc/configs/sc3_defconfig | 1 +
arch/powerpc/configs/sequoia_defconfig | 1 +
arch/powerpc/configs/sequoia_ramboot_defconfig | 1 +
arch/powerpc/configs/socrates_defconfig | 1 +
arch/powerpc/configs/spc1920_defconfig | 1 +
arch/powerpc/configs/stxgp3_defconfig | 1 +
arch/powerpc/configs/stxssa_4M_defconfig | 1 +
arch/powerpc/configs/stxssa_defconfig | 1 +
arch/powerpc/configs/stxxtc_defconfig | 1 +
arch/powerpc/configs/suvd3_defconfig | 1 +
arch/powerpc/configs/svm_sc8xx_defconfig | 1 +
arch/powerpc/configs/sycamore_defconfig | 1 +
arch/powerpc/configs/t3corp_defconfig | 1 +
arch/powerpc/configs/taihu_defconfig | 1 +
arch/powerpc/configs/taishan_defconfig | 1 +
arch/powerpc/configs/tuge1_defconfig | 1 +
arch/powerpc/configs/tuxx1_defconfig | 1 +
arch/powerpc/configs/uc100_defconfig | 1 +
arch/powerpc/configs/uc101_defconfig | 1 +
arch/powerpc/configs/utx8245_defconfig | 1 +
arch/powerpc/configs/v37_defconfig | 1 +
arch/powerpc/configs/v38b_defconfig | 1 +
arch/powerpc/configs/v5fx30teval_defconfig | 1 +
arch/powerpc/configs/v5fx30teval_flash_defconfig | 1 +
arch/powerpc/configs/ve8313_defconfig | 1 +
arch/powerpc/configs/virtlab2_defconfig | 1 +
arch/powerpc/configs/vme8349_defconfig | 1 +
arch/powerpc/configs/walnut_defconfig | 1 +
arch/powerpc/configs/wtk_defconfig | 1 +
.../configs/xilinx-ppc405-generic_defconfig | 1 +
.../configs/xilinx-ppc405-generic_flash_defconfig | 1 +
.../configs/xilinx-ppc440-generic_defconfig | 1 +
.../configs/xilinx-ppc440-generic_flash_defconfig | 1 +
arch/powerpc/configs/xpedite1000_defconfig | 1 +
arch/powerpc/configs/xpedite517x_defconfig | 1 +
arch/powerpc/configs/xpedite520x_defconfig | 1 +
arch/powerpc/configs/xpedite537x_defconfig | 1 +
arch/powerpc/configs/xpedite550x_defconfig | 1 +
arch/powerpc/configs/yellowstone_defconfig | 1 +
arch/powerpc/configs/yosemite_defconfig | 1 +
arch/powerpc/configs/yucca_defconfig | 1 +
arch/powerpc/configs/zeus_defconfig | 1 +
arch/powerpc/cpu/ppc4xx/config.mk | 4 +-
arch/sandbox/Kconfig | 19 +
arch/sandbox/config.mk | 2 +-
arch/sandbox/configs/sandbox_defconfig | 0
arch/sh/Kconfig | 100 +
arch/sh/configs/MigoR_defconfig | 1 +
arch/sh/configs/ap325rxa_defconfig | 1 +
arch/sh/configs/ap_sh4a_4a_defconfig | 1 +
arch/sh/configs/ecovec_defconfig | 1 +
arch/sh/configs/espt_defconfig | 1 +
arch/sh/configs/mpr2_defconfig | 1 +
arch/sh/configs/ms7720se_defconfig | 1 +
arch/sh/configs/ms7722se_defconfig | 1 +
arch/sh/configs/ms7750se_defconfig | 1 +
arch/sh/configs/r0p7734_defconfig | 1 +
arch/sh/configs/r2dplus_defconfig | 1 +
arch/sh/configs/r7780mp_defconfig | 1 +
arch/sh/configs/rsk7203_defconfig | 1 +
arch/sh/configs/rsk7264_defconfig | 1 +
arch/sh/configs/rsk7269_defconfig | 1 +
arch/sh/configs/sh7752evb_defconfig | 1 +
arch/sh/configs/sh7753evb_defconfig | 1 +
arch/sh/configs/sh7757lcr_defconfig | 1 +
arch/sh/configs/sh7763rdp_defconfig | 1 +
arch/sh/configs/sh7785lcr_32bit_defconfig | 1 +
arch/sh/configs/sh7785lcr_defconfig | 1 +
arch/sh/configs/shmin_defconfig | 1 +
arch/sparc/Kconfig | 33 +
arch/sparc/config.mk | 2 +-
arch/sparc/configs/gr_cpci_ax2000_defconfig | 1 +
arch/sparc/configs/gr_ep2s60_defconfig | 1 +
arch/sparc/configs/gr_xc3s_1500_defconfig | 1 +
arch/sparc/configs/grsim_defconfig | 1 +
arch/sparc/configs/grsim_leon2_defconfig | 1 +
arch/x86/Kconfig | 17 +
arch/x86/configs/coreboot-x86_defconfig | 1 +
arch/x86/cpu/config.mk | 2 +-
board/8dtech/eco5pk/Kconfig | 23 +
board/AndesTech/adp-ag101/Kconfig | 23 +
board/AndesTech/adp-ag101p/Kconfig | 23 +
board/AndesTech/adp-ag102/Kconfig | 23 +
board/Barix/ipam390/Kconfig | 23 +
board/BuR/kwb/Kconfig | 27 +
board/BuR/tseries/Kconfig | 83 +
board/BuS/eb_cpu5282/Kconfig | 47 +
board/BuS/eb_cpux9k2/Kconfig | 51 +
board/BuS/vl_ma2sc/Kconfig | 51 +
board/CarMediaLab/flea3/Kconfig | 23 +
board/LEOX/elpt860/Kconfig | 19 +
board/LaCie/edminiv2/Kconfig | 23 +
board/LaCie/net2big_v2/Kconfig | 55 +
board/LaCie/netspace_v2/Kconfig | 139 ++
board/LaCie/wireless_space/Kconfig | 23 +
board/Marvell/aspenite/Kconfig | 23 +
board/Marvell/db64360/Kconfig | 19 +
board/Marvell/db64460/Kconfig | 19 +
board/Marvell/dkb/Kconfig | 23 +
board/Marvell/dreamplug/Kconfig | 23 +
board/Marvell/gplugd/Kconfig | 23 +
board/Marvell/guruplug/Kconfig | 23 +
board/Marvell/mv88f6281gtw_ge/Kconfig | 23 +
board/Marvell/openrd/Kconfig | 83 +
board/Marvell/rd6281a/Kconfig | 23 +
board/Marvell/sheevaplug/Kconfig | 23 +
board/RPXlite_dw/Kconfig | 155 ++
board/RRvision/Kconfig | 35 +
board/Seagate/dockstar/Kconfig | 23 +
board/Seagate/goflexhome/Kconfig | 23 +
board/a3000/Kconfig | 15 +
board/a3m071/Kconfig | 35 +
board/a4m072/Kconfig | 15 +
board/adder/Kconfig | 35 +
board/afeb9260/Kconfig | 19 +
board/ait/cam_enc_4xx/Kconfig | 23 +
board/alphaproject/ap_sh4a_4a/Kconfig | 19 +
board/altera/nios2-generic/Kconfig | 19 +
board/altera/socfpga/Kconfig | 23 +
board/amcc/acadia/Kconfig | 19 +
board/amcc/bamboo/Kconfig | 19 +
board/amcc/bluestone/Kconfig | 19 +
board/amcc/bubinga/Kconfig | 19 +
board/amcc/canyonlands/Kconfig | 71 +
board/amcc/ebony/Kconfig | 19 +
board/amcc/katmai/Kconfig | 19 +
board/amcc/kilauea/Kconfig | 47 +
board/amcc/luan/Kconfig | 19 +
board/amcc/makalu/Kconfig | 19 +
board/amcc/ocotea/Kconfig | 19 +
board/amcc/redwood/Kconfig | 19 +
board/amcc/sequoia/Kconfig | 95 +
board/amcc/taihu/Kconfig | 19 +
board/amcc/taishan/Kconfig | 19 +
board/amcc/walnut/Kconfig | 39 +
board/amcc/yosemite/Kconfig | 47 +
board/amcc/yucca/Kconfig | 19 +
board/armadeus/apf27/Kconfig | 23 +
board/armltd/integrator/Kconfig | 191 ++
board/armltd/versatile/Kconfig | 83 +
board/armltd/vexpress/Kconfig | 59 +
board/armltd/vexpress64/Kconfig | 23 +
board/astro/mcf5373l/Kconfig | 19 +
board/atc/Kconfig | 15 +
board/atmark-techno/armadillo-800eva/Kconfig | 23 +
board/atmel/at91rm9200ek/Kconfig | 51 +
board/atmel/at91sam9260ek/Kconfig | 307 +++
board/atmel/at91sam9261ek/Kconfig | 167 ++
board/atmel/at91sam9263ek/Kconfig | 139 ++
board/atmel/at91sam9m10g45ek/Kconfig | 27 +
board/atmel/at91sam9n12ek/Kconfig | 83 +
board/atmel/at91sam9rlek/Kconfig | 55 +
board/atmel/at91sam9x5ek/Kconfig | 111 +
board/atmel/atngw100/Kconfig | 23 +
board/atmel/atngw100mkii/Kconfig | 23 +
board/atmel/atstk1000/Kconfig | 95 +
board/atmel/sama5d3_xplained/Kconfig | 55 +
board/atmel/sama5d3xek/Kconfig | 83 +
board/avionic-design/medcom-wide/Kconfig | 24 +
board/avionic-design/plutux/Kconfig | 24 +
board/avionic-design/tec-ng/Kconfig | 24 +
board/avionic-design/tec/Kconfig | 24 +
board/avnet/fx12mm/Kconfig | 47 +
board/avnet/v5fx30teval/Kconfig | 47 +
board/balloon3/Kconfig | 15 +
board/barco/titanium/Kconfig | 27 +
board/bc3450/Kconfig | 15 +
board/bct-brettl2/Kconfig | 15 +
board/bf506f-ezkit/Kconfig | 15 +
board/bf518f-ezbrd/Kconfig | 15 +
board/bf525-ucr2/Kconfig | 15 +
board/bf526-ezbrd/Kconfig | 15 +
board/bf527-ad7160-eval/Kconfig | 15 +
board/bf527-ezkit/Kconfig | 35 +
board/bf527-sdp/Kconfig | 15 +
board/bf533-ezkit/Kconfig | 15 +
board/bf533-stamp/Kconfig | 15 +
board/bf537-minotaur/Kconfig | 15 +
board/bf537-pnav/Kconfig | 15 +
board/bf537-srv1/Kconfig | 15 +
board/bf537-stamp/Kconfig | 15 +
board/bf538f-ezkit/Kconfig | 15 +
board/bf548-ezkit/Kconfig | 15 +
board/bf561-acvilon/Kconfig | 15 +
board/bf561-ezkit/Kconfig | 15 +
board/bf609-ezkit/Kconfig | 15 +
board/blackstamp/Kconfig | 15 +
board/blackvme/Kconfig | 15 +
board/bluegiga/apx4devkit/Kconfig | 23 +
board/bluewater/snapper9260/Kconfig | 55 +
board/boundary/nitrogen6x/Kconfig | 195 ++
board/br4/Kconfig | 15 +
board/broadcom/bcm28155_ap/Kconfig | 23 +
board/buffalo/lsxl/Kconfig | 55 +
board/calao/sbc35_a9g20/Kconfig | 55 +
board/calao/tny_a9260/Kconfig | 111 +
board/calao/usb_a9263/Kconfig | 27 +
board/canmb/Kconfig | 15 +
board/chromebook-x86/coreboot/Kconfig | 27 +
board/cloudengines/pogo_e02/Kconfig | 23 +
board/cm-bf527/Kconfig | 15 +
board/cm-bf533/Kconfig | 15 +
board/cm-bf537e/Kconfig | 15 +
board/cm-bf537u/Kconfig | 15 +
board/cm-bf548/Kconfig | 15 +
board/cm-bf561/Kconfig | 15 +
board/cm4008/Kconfig | 19 +
board/cm41xx/Kconfig | 19 +
board/cm5200/Kconfig | 15 +
board/cmi/Kconfig | 15 +
board/cobra5272/Kconfig | 15 +
board/cogent/Kconfig | 31 +
board/comelit/dig297/Kconfig | 23 +
board/compal/paz00/Kconfig | 24 +
board/compulab/cm_t335/Kconfig | 23 +
board/compulab/cm_t35/Kconfig | 23 +
board/compulab/cm_t54/Kconfig | 23 +
board/compulab/trimslice/Kconfig | 24 +
board/congatec/cgtqmx6eval/Kconfig | 27 +
board/corscience/tricorder/Kconfig | 51 +
board/cpc45/Kconfig | 35 +
board/cpu86/Kconfig | 35 +
board/cpu87/Kconfig | 35 +
board/cray/L1/Kconfig | 19 +
board/creative/xfi3/Kconfig | 23 +
board/csb272/Kconfig | 15 +
board/csb472/Kconfig | 15 +
board/cu824/Kconfig | 15 +
board/d-link/dns325/Kconfig | 23 +
board/dave/PPChameleonEVB/Kconfig | 235 ++
board/davedenx/aria/Kconfig | 19 +
board/davedenx/qong/Kconfig | 23 +
board/davinci/da8xxevm/Kconfig | 159 ++
board/davinci/dm355evm/Kconfig | 23 +
board/davinci/dm355leopard/Kconfig | 23 +
board/davinci/dm365evm/Kconfig | 23 +
board/davinci/dm6467evm/Kconfig | 55 +
board/davinci/dvevm/Kconfig | 23 +
board/davinci/ea20/Kconfig | 23 +
board/davinci/schmoogie/Kconfig | 23 +
board/davinci/sffsdr/Kconfig | 23 +
board/davinci/sonata/Kconfig | 23 +
board/dbau1x00/Kconfig | 119 +
board/denx/m28evk/Kconfig | 23 +
board/denx/m53evk/Kconfig | 27 +
board/dnp5370/Kconfig | 15 +
board/eXalion/Kconfig | 15 +
board/earthlcd/favr-32-ezkit/Kconfig | 23 +
board/egnite/ethernut5/Kconfig | 27 +
board/eltec/elppc/Kconfig | 19 +
board/eltec/mhpc/Kconfig | 19 +
board/embest/mx6boards/Kconfig | 55 +
board/emk/top5200/Kconfig | 71 +
board/emk/top860/Kconfig | 19 +
board/emk/top9000/Kconfig | 55 +
board/enbw/enbw_cmc/Kconfig | 23 +
board/ep8248/Kconfig | 15 +
board/ep8260/Kconfig | 15 +
board/ep82xxm/Kconfig | 15 +
board/esd/apc405/Kconfig | 19 +
board/esd/ar405/Kconfig | 19 +
board/esd/ash405/Kconfig | 19 +
board/esd/cms700/Kconfig | 19 +
board/esd/cpci2dp/Kconfig | 19 +
board/esd/cpci405/Kconfig | 79 +
board/esd/cpci5200/Kconfig | 19 +
board/esd/cpci750/Kconfig | 19 +
board/esd/cpciiser4/Kconfig | 19 +
board/esd/dp405/Kconfig | 19 +
board/esd/du405/Kconfig | 19 +
board/esd/du440/Kconfig | 19 +
board/esd/hh405/Kconfig | 19 +
board/esd/hub405/Kconfig | 19 +
board/esd/mecp5123/Kconfig | 19 +
board/esd/mecp5200/Kconfig | 19 +
board/esd/meesc/Kconfig | 55 +
board/esd/ocrtc/Kconfig | 19 +
board/esd/otc570/Kconfig | 55 +
board/esd/pci405/Kconfig | 19 +
board/esd/pf5200/Kconfig | 19 +
board/esd/plu405/Kconfig | 19 +
board/esd/pmc405/Kconfig | 19 +
board/esd/pmc405de/Kconfig | 19 +
board/esd/pmc440/Kconfig | 19 +
board/esd/tasreg/Kconfig | 19 +
board/esd/vme8349/Kconfig | 43 +
board/esd/voh405/Kconfig | 19 +
board/esd/vom405/Kconfig | 19 +
board/esd/wuh405/Kconfig | 19 +
board/esg/ima3-mx53/Kconfig | 27 +
board/espt/Kconfig | 15 +
board/esteem192e/Kconfig | 15 +
board/etin/debris/Kconfig | 19 +
board/etin/kvme080/Kconfig | 19 +
board/eukrea/cpu9260/Kconfig | 223 ++
board/eukrea/cpuat91/Kconfig | 51 +
board/evb64260/Kconfig | 31 +
board/exmeritus/hww1u1a/Kconfig | 19 +
board/fads/Kconfig | 31 +
board/faraday/a320evb/Kconfig | 23 +
board/flagadm/Kconfig | 15 +
board/freescale/b4860qds/Kconfig | 191 ++
board/freescale/bsc9131rdb/Kconfig | 95 +
board/freescale/bsc9132qds/Kconfig | 383 +++
board/freescale/c29xpcie/Kconfig | 71 +
board/freescale/corenet_ds/Kconfig | 487 ++++
board/freescale/m5208evbe/Kconfig | 19 +
board/freescale/m52277evb/Kconfig | 47 +
board/freescale/m5235evb/Kconfig | 47 +
board/freescale/m5249evb/Kconfig | 19 +
board/freescale/m5253demo/Kconfig | 19 +
board/freescale/m5253evbe/Kconfig | 19 +
board/freescale/m5272c3/Kconfig | 19 +
board/freescale/m5275evb/Kconfig | 19 +
board/freescale/m5282evb/Kconfig | 19 +
board/freescale/m53017evb/Kconfig | 19 +
board/freescale/m5329evb/Kconfig | 47 +
board/freescale/m5373evb/Kconfig | 23 +
board/freescale/m54418twr/Kconfig | 143 ++
board/freescale/m54451evb/Kconfig | 47 +
board/freescale/m54455evb/Kconfig | 119 +
board/freescale/m547xevb/Kconfig | 167 ++
board/freescale/m548xevb/Kconfig | 191 ++
board/freescale/mpc5121ads/Kconfig | 43 +
board/freescale/mpc7448hpc2/Kconfig | 19 +
board/freescale/mpc8260ads/Kconfig | 383 +++
board/freescale/mpc8266ads/Kconfig | 19 +
board/freescale/mpc8308rdb/Kconfig | 19 +
board/freescale/mpc8313erdb/Kconfig | 95 +
board/freescale/mpc8315erdb/Kconfig | 43 +
board/freescale/mpc8323erdb/Kconfig | 19 +
board/freescale/mpc832xemds/Kconfig | 115 +
board/freescale/mpc8349emds/Kconfig | 19 +
board/freescale/mpc8349itx/Kconfig | 71 +
board/freescale/mpc8360emds/Kconfig | 239 ++
board/freescale/mpc8360erdk/Kconfig | 43 +
board/freescale/mpc837xemds/Kconfig | 43 +
board/freescale/mpc837xerdb/Kconfig | 19 +
board/freescale/mpc8536ds/Kconfig | 115 +
board/freescale/mpc8540ads/Kconfig | 19 +
board/freescale/mpc8541cds/Kconfig | 43 +
board/freescale/mpc8544ds/Kconfig | 19 +
board/freescale/mpc8548cds/Kconfig | 67 +
board/freescale/mpc8555cds/Kconfig | 43 +
board/freescale/mpc8560ads/Kconfig | 19 +
board/freescale/mpc8568mds/Kconfig | 19 +
board/freescale/mpc8569mds/Kconfig | 67 +
board/freescale/mpc8572ds/Kconfig | 67 +
board/freescale/mpc8610hpcd/Kconfig | 19 +
board/freescale/mpc8641hpcn/Kconfig | 43 +
board/freescale/mx23evk/Kconfig | 23 +
board/freescale/mx25pdk/Kconfig | 27 +
board/freescale/mx28evk/Kconfig | 83 +
board/freescale/mx31ads/Kconfig | 23 +
board/freescale/mx31pdk/Kconfig | 23 +
board/freescale/mx35pdk/Kconfig | 23 +
board/freescale/mx51evk/Kconfig | 27 +
board/freescale/mx53ard/Kconfig | 27 +
board/freescale/mx53evk/Kconfig | 27 +
board/freescale/mx53loco/Kconfig | 27 +
board/freescale/mx53smd/Kconfig | 27 +
board/freescale/mx6qarm2/Kconfig | 27 +
board/freescale/mx6qsabreauto/Kconfig | 27 +
board/freescale/mx6sabresd/Kconfig | 55 +
board/freescale/mx6slevk/Kconfig | 27 +
board/freescale/p1010rdb/Kconfig | 671 ++++++
board/freescale/p1022ds/Kconfig | 187 ++
board/freescale/p1023rdb/Kconfig | 19 +
board/freescale/p1023rds/Kconfig | 43 +
board/freescale/p1_p2_rdb/Kconfig | 671 ++++++
board/freescale/p1_p2_rdb_pc/Kconfig | 1103 +++++++++
board/freescale/p1_twr/Kconfig | 23 +
board/freescale/p2020come/Kconfig | 47 +
board/freescale/p2020ds/Kconfig | 115 +
board/freescale/p2041rdb/Kconfig | 139 ++
board/freescale/qemu-ppce500/Kconfig | 19 +
board/freescale/t1040qds/Kconfig | 71 +
board/freescale/t104xrdb/Kconfig | 215 ++
board/freescale/t208xqds/Kconfig | 263 ++
board/freescale/t208xrdb/Kconfig | 143 ++
board/freescale/t4qds/Kconfig | 287 +++
board/freescale/t4rdb/Kconfig | 47 +
board/freescale/vf610twr/Kconfig | 27 +
board/funkwerk/vovpn-gw/Kconfig | 23 +
board/g2000/Kconfig | 15 +
board/gaisler/gr_cpci_ax2000/Kconfig | 19 +
board/gaisler/gr_ep2s60/Kconfig | 19 +
board/gaisler/gr_xc3s_1500/Kconfig | 19 +
board/gaisler/grsim/Kconfig | 19 +
board/gaisler/grsim_leon2/Kconfig | 19 +
board/galaxy5200/Kconfig | 39 +
board/gateworks/gw_ventana/Kconfig | 139 ++
board/gdsys/405ep/Kconfig | 79 +
board/gdsys/405ex/Kconfig | 19 +
board/gdsys/dlvision/Kconfig | 19 +
board/gdsys/gdppc440etx/Kconfig | 19 +
board/gdsys/intip/Kconfig | 47 +
board/gdsys/p1022/Kconfig | 95 +
board/gen860t/Kconfig | 35 +
board/genesi/mx51_efikamx/Kconfig | 55 +
board/gumstix/duovero/Kconfig | 23 +
board/gumstix/pepper/Kconfig | 23 +
board/gw8260/Kconfig | 15 +
board/h2200/Kconfig | 15 +
board/hale/tt01/Kconfig | 23 +
board/hermes/Kconfig | 15 +
board/hidden_dragon/Kconfig | 15 +
board/highbank/Kconfig | 19 +
board/htkw/mcx/Kconfig | 23 +
board/hymod/Kconfig | 15 +
board/ibf-dsp561/Kconfig | 15 +
board/icecube/Kconfig | 231 ++
board/icpdas/lp8x4x/Kconfig | 19 +
board/icu862/Kconfig | 35 +
board/ids/ids8247/Kconfig | 19 +
board/ids/ids8313/Kconfig | 23 +
board/ifm/ac14xx/Kconfig | 19 +
board/ifm/o2dnt2/Kconfig | 215 ++
board/imgtec/malta/Kconfig | 47 +
board/imx31_phycore/Kconfig | 43 +
board/in-circuit/grasshopper/Kconfig | 23 +
board/inka4x0/Kconfig | 15 +
board/intercontrol/digsy_mtc/Kconfig | 91 +
board/iomega/iconnect/Kconfig | 23 +
board/ip04/Kconfig | 15 +
board/ip860/Kconfig | 15 +
board/ipek01/Kconfig | 15 +
board/iphase4539/Kconfig | 15 +
board/isee/igep0033/Kconfig | 23 +
board/isee/igep00x0/Kconfig | 139 ++
board/ispan/Kconfig | 35 +
board/ivm/Kconfig | 119 +
board/jornada/Kconfig | 15 +
board/jse/Kconfig | 15 +
board/jupiter/Kconfig | 15 +
board/karo/tk71/Kconfig | 23 +
board/karo/tx25/Kconfig | 23 +
board/keymile/km82xx/Kconfig | 47 +
board/keymile/km83xx/Kconfig | 191 ++
board/keymile/km_arm/Kconfig | 251 ++
board/keymile/kmp204x/Kconfig | 47 +
board/kmc/kzm9g/Kconfig | 23 +
board/korat/Kconfig | 35 +
board/kup/kup4k/Kconfig | 19 +
board/kup/kup4x/Kconfig | 19 +
board/logicpd/am3517evm/Kconfig | 23 +
board/logicpd/imx27lite/Kconfig | 47 +
board/logicpd/imx31_litekit/Kconfig | 23 +
board/logicpd/omap3som/Kconfig | 23 +
board/logicpd/zoom1/Kconfig | 23 +
board/lwmon/Kconfig | 15 +
board/lwmon5/Kconfig | 35 +
board/manroland/hmi1001/Kconfig | 19 +
board/manroland/mucmc52/Kconfig | 19 +
board/manroland/uc100/Kconfig | 19 +
board/manroland/uc101/Kconfig | 19 +
board/matrix_vision/mergerbox/Kconfig | 19 +
board/matrix_vision/mvbc_p/Kconfig | 23 +
board/matrix_vision/mvblm7/Kconfig | 19 +
board/matrix_vision/mvblx/Kconfig | 23 +
board/matrix_vision/mvsmr/Kconfig | 19 +
board/mcc200/Kconfig | 235 ++
board/micronas/vct/Kconfig | 287 +++
board/mimc/mimc200/Kconfig | 23 +
board/miromico/hammerhead/Kconfig | 23 +
board/mosaixtech/icon/Kconfig | 19 +
board/motionpro/Kconfig | 15 +
board/mpc8308_p1m/Kconfig | 15 +
board/mpl/mip405/Kconfig | 43 +
board/mpl/pati/Kconfig | 19 +
board/mpl/pip405/Kconfig | 19 +
board/mpl/vcma9/Kconfig | 23 +
board/mpr2/Kconfig | 15 +
board/ms7720se/Kconfig | 15 +
board/ms7722se/Kconfig | 15 +
board/ms7750se/Kconfig | 15 +
board/muas3001/Kconfig | 35 +
board/munices/Kconfig | 15 +
board/musenki/Kconfig | 15 +
board/mvblue/Kconfig | 15 +
board/netphone/Kconfig | 39 +
board/netta/Kconfig | 155 ++
board/netta2/Kconfig | 39 +
board/netvia/Kconfig | 39 +
board/nokia/rx51/Kconfig | 23 +
board/nvidia/beaver/Kconfig | 24 +
board/nvidia/cardhu/Kconfig | 24 +
board/nvidia/dalmore/Kconfig | 24 +
board/nvidia/harmony/Kconfig | 24 +
board/nvidia/jetson-tk1/Kconfig | 28 +
board/nvidia/seaboard/Kconfig | 24 +
board/nvidia/venice2/Kconfig | 24 +
board/nvidia/ventana/Kconfig | 24 +
board/nvidia/whistler/Kconfig | 24 +
board/olimex/mx23_olinuxino/Kconfig | 23 +
board/omicron/calimain/Kconfig | 23 +
board/openrisc/openrisc-generic/Kconfig | 19 +
board/overo/Kconfig | 19 +
board/palmld/Kconfig | 15 +
board/palmtc/Kconfig | 15 +
board/palmtreo680/Kconfig | 15 +
board/pandora/Kconfig | 19 +
board/pb1x00/Kconfig | 23 +
board/pcs440ep/Kconfig | 15 +
board/pdm360ng/Kconfig | 15 +
board/phytec/pcm030/Kconfig | 43 +
board/phytec/pcm051/Kconfig | 55 +
board/pm520/Kconfig | 75 +
board/pm826/Kconfig | 159 ++
board/pm828/Kconfig | 75 +
board/ppcag/bg0900/Kconfig | 23 +
board/ppmc7xx/Kconfig | 15 +
board/ppmc8260/Kconfig | 15 +
board/pr1/Kconfig | 15 +
board/prodrive/alpr/Kconfig | 19 +
board/prodrive/p3mx/Kconfig | 47 +
board/prodrive/p3p440/Kconfig | 19 +
board/psyent/pci5441/Kconfig | 19 +
board/psyent/pk1c20/Kconfig | 19 +
board/pxa255_idp/Kconfig | 15 +
board/qemu-mips/Kconfig | 79 +
board/quad100hd/Kconfig | 15 +
board/quantum/Kconfig | 15 +
board/r360mpi/Kconfig | 15 +
board/raidsonic/ib62x0/Kconfig | 23 +
board/raspberrypi/rpi_b/Kconfig | 23 +
board/rattler/Kconfig | 35 +
board/rbc823/Kconfig | 15 +
board/renesas/MigoR/Kconfig | 19 +
board/renesas/ap325rxa/Kconfig | 19 +
board/renesas/ecovec/Kconfig | 19 +
board/renesas/koelsch/Kconfig | 51 +
board/renesas/lager/Kconfig | 51 +
board/renesas/r0p7734/Kconfig | 19 +
board/renesas/r2dplus/Kconfig | 19 +
board/renesas/r7780mp/Kconfig | 19 +
board/renesas/rsk7203/Kconfig | 19 +
board/renesas/rsk7264/Kconfig | 19 +
board/renesas/rsk7269/Kconfig | 19 +
board/renesas/sh7752evb/Kconfig | 19 +
board/renesas/sh7753evb/Kconfig | 19 +
board/renesas/sh7757lcr/Kconfig | 19 +
board/renesas/sh7763rdp/Kconfig | 19 +
board/renesas/sh7785lcr/Kconfig | 43 +
board/ronetix/pm9261/Kconfig | 27 +
board/ronetix/pm9263/Kconfig | 27 +
board/ronetix/pm9g45/Kconfig | 27 +
board/sacsng/Kconfig | 15 +
board/samsung/arndale/Kconfig | 23 +
board/samsung/goni/Kconfig | 23 +
board/samsung/origen/Kconfig | 23 +
board/samsung/smdk2410/Kconfig | 23 +
board/samsung/smdk5250/Kconfig | 47 +
board/samsung/smdk5420/Kconfig | 23 +
board/samsung/smdkc100/Kconfig | 23 +
board/samsung/smdkv310/Kconfig | 23 +
board/samsung/trats/Kconfig | 23 +
board/samsung/trats2/Kconfig | 23 +
board/samsung/universal_c210/Kconfig | 23 +
board/sandburst/karef/Kconfig | 19 +
board/sandburst/metrobox/Kconfig | 19 +
board/sandisk/sansa_fuze_plus/Kconfig | 23 +
board/sandpoint/Kconfig | 31 +
board/sbc405/Kconfig | 15 +
board/sbc8349/Kconfig | 55 +
board/sbc8548/Kconfig | 95 +
board/sbc8641d/Kconfig | 15 +
board/sc3/Kconfig | 15 +
board/scb9328/Kconfig | 19 +
board/schulercontrol/sc_sps_1/Kconfig | 23 +
board/sheldon/simpc8313/Kconfig | 47 +
board/shmin/Kconfig | 15 +
board/siemens/corvus/Kconfig | 27 +
board/siemens/draco/Kconfig | 47 +
board/siemens/pxm2/Kconfig | 23 +
board/siemens/rut/Kconfig | 23 +
board/siemens/taurus/Kconfig | 55 +
board/silica/pengwyn/Kconfig | 23 +
board/sixnet/Kconfig | 15 +
board/snmc/qs850/Kconfig | 39 +
board/snmc/qs860t/Kconfig | 19 +
board/socrates/Kconfig | 15 +
board/solidrun/hummingboard/Kconfig | 27 +
board/spc1920/Kconfig | 15 +
board/spd8xx/Kconfig | 15 +
board/spear/spear300/Kconfig | 111 +
board/spear/spear310/Kconfig | 167 ++
board/spear/spear320/Kconfig | 167 ++
board/spear/spear600/Kconfig | 111 +
board/spear/x600/Kconfig | 23 +
board/st-ericsson/snowball/Kconfig | 23 +
board/st-ericsson/u8500/Kconfig | 23 +
board/st/nhk8815/Kconfig | 51 +
board/stx/stxgp3/Kconfig | 19 +
board/stx/stxssa/Kconfig | 43 +
board/stx/stxxtc/Kconfig | 19 +
board/svm_sc8xx/Kconfig | 15 +
board/synopsys/Kconfig | 39 +
board/synopsys/axs101/Kconfig | 19 +
board/syteco/jadecpu/Kconfig | 23 +
board/syteco/zmx25/Kconfig | 23 +
board/t3corp/Kconfig | 15 +
board/taskit/stamp9g20/Kconfig | 55 +
board/tcm-bf518/Kconfig | 15 +
board/tcm-bf537/Kconfig | 15 +
board/technexion/tao3530/Kconfig | 51 +
board/technexion/twister/Kconfig | 23 +
board/teejet/mt_ventoux/Kconfig | 23 +
board/ti/am335x/Kconfig | 307 +++
board/ti/am3517crane/Kconfig | 23 +
board/ti/am43xx/Kconfig | 27 +
board/ti/beagle/Kconfig | 27 +
board/ti/dra7xx/Kconfig | 83 +
board/ti/evm/Kconfig | 71 +
board/ti/k2hk_evm/Kconfig | 23 +
board/ti/omap5912osk/Kconfig | 23 +
board/ti/omap5_uevm/Kconfig | 23 +
board/ti/panda/Kconfig | 23 +
board/ti/sdp3430/Kconfig | 23 +
board/ti/sdp4430/Kconfig | 23 +
board/ti/ti814x/Kconfig | 23 +
board/ti/ti816x/Kconfig | 23 +
board/ti/tnetv107xevm/Kconfig | 23 +
board/timll/devkit3250/Kconfig | 23 +
board/timll/devkit8000/Kconfig | 23 +
board/toradex/colibri_pxa270/Kconfig | 19 +
board/toradex/colibri_t20_iris/Kconfig | 24 +
board/total5200/Kconfig | 79 +
board/tqc/tqm5200/Kconfig | 319 +++
board/tqc/tqm8260/Kconfig | 263 ++
board/tqc/tqm8272/Kconfig | 19 +
board/tqc/tqm834x/Kconfig | 19 +
board/tqc/tqm8xx/Kconfig | 431 ++++
board/trizepsiv/Kconfig | 35 +
board/ttcontrol/vision2/Kconfig | 27 +
board/udoo/Kconfig | 23 +
board/utx8245/Kconfig | 15 +
board/v37/Kconfig | 15 +
board/v38b/Kconfig | 15 +
board/ve8313/Kconfig | 15 +
board/vpac270/Kconfig | 59 +
board/w7o/Kconfig | 31 +
board/wandboard/Kconfig | 71 +
board/woodburn/Kconfig | 43 +
board/xaeniax/Kconfig | 15 +
board/xes/xpedite1000/Kconfig | 19 +
board/xes/xpedite517x/Kconfig | 19 +
board/xes/xpedite520x/Kconfig | 19 +
board/xes/xpedite537x/Kconfig | 19 +
board/xes/xpedite550x/Kconfig | 19 +
board/xilinx/microblaze-generic/Kconfig | 19 +
board/xilinx/ml507/Kconfig | 47 +
board/xilinx/ppc405-generic/Kconfig | 47 +
board/xilinx/ppc440-generic/Kconfig | 47 +
board/xilinx/zynq/Kconfig | 155 ++
board/zeus/Kconfig | 15 +
board/zipitz2/Kconfig | 15 +
board/zpc1900/Kconfig | 15 +
config.mk | 23 +-
doc/README.SPL | 2 +-
include/.gitignore | 1 -
include/configs/B4860QDS.h | 2 -
include/configs/BSC9131RDB.h | 2 -
include/configs/BSC9132QDS.h | 2 -
include/configs/C29XPCIE.h | 4 -
include/configs/MPC8313ERDB.h | 1 -
include/configs/P1010RDB.h | 9 -
include/configs/P1022DS.h | 8 -
include/configs/P1_P2_RDB.h | 6 +-
include/configs/T104xRDB.h | 2 -
include/configs/T208xQDS.h | 2 -
include/configs/T208xRDB.h | 2 -
include/configs/T4240QDS.h | 2 -
include/configs/a3m071.h | 2 -
include/configs/am335x_igep0033.h | 2 -
include/configs/am3517_crane.h | 2 -
include/configs/am3517_evm.h | 2 -
include/configs/am43xx_evm.h | 1 -
include/configs/apf27.h | 2 -
include/configs/arndale.h | 2 -
include/configs/bur_am335x_common.h | 2 -
include/configs/cam_enc_4xx.h | 2 -
include/configs/cm_t35.h | 2 -
include/configs/da850evm.h | 2 -
include/configs/devkit8000.h | 2 -
include/configs/exynos5-dt.h | 1 -
include/configs/exynos5250-dt.h | 1 -
include/configs/hawkboard.h | 2 -
include/configs/ipam390.h | 2 -
include/configs/k2hk_evm.h | 1 -
include/configs/lwmon5.h | 2 -
include/configs/m53evk.h | 2 -
include/configs/mcx.h | 2 -
include/configs/microblaze-generic.h | 2 -
include/configs/mx31pdk.h | 2 -
include/configs/mxs.h | 2 -
include/configs/omap3_evm_common.h | 2 -
include/configs/origen.h | 2 -
include/configs/p1_p2_rdb_pc.h | 8 -
include/configs/palmtreo680.h | 2 -
include/configs/pcm051.h | 2 -
include/configs/sama5d3xek.h | 2 -
include/configs/siemens-am33x-common.h | 2 -
include/configs/smdk5420.h | 6 -
include/configs/smdkv310.h | 2 -
include/configs/socfpga_cyclone5.h | 4 -
include/configs/tam3517-common.h | 2 -
include/configs/tao3530.h | 2 -
include/configs/tegra-common.h | 1 -
include/configs/tegra114-common.h | 1 -
include/configs/tegra124-common.h | 1 -
include/configs/tegra20-common.h | 1 -
include/configs/tegra30-common.h | 1 -
include/configs/ti814x_evm.h | 2 -
include/configs/ti816x_evm.h | 2 -
include/configs/ti_am335x_common.h | 1 -
include/configs/ti_armv7_common.h | 1 -
include/configs/ti_omap3_common.h | 1 -
include/configs/ti_omap4_common.h | 1 -
include/configs/ti_omap5_common.h | 1 -
include/configs/tricorder.h | 2 -
include/configs/tx25.h | 2 -
include/configs/vpac270.h | 2 -
include/configs/woodburn_sd.h | 2 -
include/configs/x600.h | 2 -
include/configs/zynq-common.h | 4 -
include/linux/kconfig.h | 46 +
mkconfig | 192 --
scripts/Makefile | 2 +-
scripts/Makefile.autoconf | 100 +
scripts/Makefile.build | 31 +-
scripts/basic/fixdep.c | 6 +-
scripts/kconfig/.gitignore | 22 +
scripts/kconfig/Makefile | 326 +++
scripts/kconfig/POTFILES.in | 12 +
scripts/kconfig/check.sh | 14 +
scripts/kconfig/conf.c | 718 ++++++
scripts/kconfig/confdata.c | 1250 ++++++++++
scripts/kconfig/expr.c | 1168 +++++++++
scripts/kconfig/expr.h | 241 ++
scripts/kconfig/gconf.c | 1542 ++++++++++++
scripts/kconfig/gconf.glade | 661 +++++
scripts/kconfig/images.c | 326 +++
scripts/kconfig/kxgettext.c | 235 ++
scripts/kconfig/list.h | 131 +
scripts/kconfig/lkc.h | 200 ++
scripts/kconfig/lkc_proto.h | 57 +
scripts/kconfig/lxdialog/.gitignore | 4 +
scripts/kconfig/lxdialog/BIG.FAT.WARNING | 4 +
scripts/kconfig/lxdialog/check-lxdialog.sh | 87 +
scripts/kconfig/lxdialog/checklist.c | 332 +++
scripts/kconfig/lxdialog/dialog.h | 257 ++
scripts/kconfig/lxdialog/inputbox.c | 301 +++
scripts/kconfig/lxdialog/menubox.c | 437 ++++
scripts/kconfig/lxdialog/textbox.c | 408 ++++
scripts/kconfig/lxdialog/util.c | 713 ++++++
scripts/kconfig/lxdialog/yesno.c | 114 +
scripts/kconfig/mconf.c | 1037 ++++++++
scripts/kconfig/menu.c | 697 ++++++
scripts/kconfig/merge_config.sh | 150 ++
scripts/kconfig/nconf.c | 1557 ++++++++++++
scripts/kconfig/nconf.gui.c | 656 +++++
scripts/kconfig/nconf.h | 96 +
scripts/kconfig/qconf.cc | 1795 ++++++++++++++
scripts/kconfig/qconf.h | 338 +++
scripts/kconfig/streamline_config.pl | 647 +++++
scripts/kconfig/symbol.c | 1373 +++++++++++
scripts/kconfig/util.c | 159 ++
scripts/kconfig/zconf.gperf | 48 +
scripts/kconfig/zconf.hash.c_shipped | 289 +++
scripts/kconfig/zconf.l | 363 +++
scripts/kconfig/zconf.lex.c_shipped | 2420 +++++++++++++++++++
scripts/kconfig/zconf.tab.c_shipped | 2538 ++++++++++++++++++++
scripts/kconfig/zconf.y | 733 ++++++
scripts/silentoldconfig.sh | 71 +
spl/Makefile | 31 +-
tools/Makefile | 2 +-
tools/buildman/board.py | 2 +-
tools/buildman/builder.py | 6 +-
tools/env/Makefile | 2 +-
tools/genkconfig | 239 ++
tools/print_allconfigs | 77 +
1966 files changed, 58665 insertions(+), 505 deletions(-)
create mode 100644 Kconfig
create mode 100644 arch/arc/Kconfig
create mode 100644 arch/arc/configs/arcangel4-be_defconfig
create mode 100644 arch/arc/configs/arcangel4_defconfig
create mode 100644 arch/arc/configs/axs101_defconfig
create mode 100644 arch/arm/Kconfig
create mode 100644 arch/arm/configs/VCMA9_defconfig
create mode 100644 arch/arm/configs/a320evb_defconfig
create mode 100644 arch/arm/configs/afeb9260_defconfig
create mode 100644 arch/arm/configs/am335x_boneblack_defconfig
create mode 100644 arch/arm/configs/am335x_evm_defconfig
create mode 100644 arch/arm/configs/am335x_evm_nor_defconfig
create mode 100644 arch/arm/configs/am335x_evm_norboot_defconfig
create mode 100644 arch/arm/configs/am335x_evm_spiboot_defconfig
create mode 100644 arch/arm/configs/am335x_evm_uart1_defconfig
create mode 100644 arch/arm/configs/am335x_evm_uart2_defconfig
create mode 100644 arch/arm/configs/am335x_evm_uart3_defconfig
create mode 100644 arch/arm/configs/am335x_evm_uart4_defconfig
create mode 100644 arch/arm/configs/am335x_evm_uart5_defconfig
create mode 100644 arch/arm/configs/am335x_evm_usbspl_defconfig
create mode 100644 arch/arm/configs/am335x_igep0033_defconfig
create mode 100644 arch/arm/configs/am3517_crane_defconfig
create mode 100644 arch/arm/configs/am3517_evm_defconfig
create mode 100644 arch/arm/configs/am43xx_evm_defconfig
create mode 100644 arch/arm/configs/apf27_defconfig
create mode 100644 arch/arm/configs/apx4devkit_defconfig
create mode 100644 arch/arm/configs/armadillo-800eva_defconfig
create mode 100644 arch/arm/configs/arndale_defconfig
create mode 100644 arch/arm/configs/aspenite_defconfig
create mode 100644 arch/arm/configs/at91rm9200ek_defconfig
create mode 100644 arch/arm/configs/at91rm9200ek_ram_defconfig
create mode 100644 arch/arm/configs/at91sam9260ek_dataflash_cs0_defconfig
create mode 100644 arch/arm/configs/at91sam9260ek_dataflash_cs1_defconfig
create mode 100644 arch/arm/configs/at91sam9260ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9261ek_dataflash_cs0_defconfig
create mode 100644 arch/arm/configs/at91sam9261ek_dataflash_cs3_defconfig
create mode 100644 arch/arm/configs/at91sam9261ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9263ek_dataflash_cs0_defconfig
create mode 100644 arch/arm/configs/at91sam9263ek_dataflash_defconfig
create mode 100644 arch/arm/configs/at91sam9263ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9263ek_norflash_boot_defconfig
create mode 100644 arch/arm/configs/at91sam9263ek_norflash_defconfig
create mode 100644 arch/arm/configs/at91sam9g10ek_dataflash_cs0_defconfig
create mode 100644 arch/arm/configs/at91sam9g10ek_dataflash_cs3_defconfig
create mode 100644 arch/arm/configs/at91sam9g10ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9g20ek_2mmc_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9g20ek_dataflash_cs0_defconfig
create mode 100644 arch/arm/configs/at91sam9g20ek_dataflash_cs1_defconfig
create mode 100644 arch/arm/configs/at91sam9g20ek_mmc_defconfig
create mode 100644 arch/arm/configs/at91sam9g20ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9m10g45ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9n12ek_mmc_defconfig
create mode 100644 arch/arm/configs/at91sam9n12ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9n12ek_spiflash_defconfig
create mode 100644 arch/arm/configs/at91sam9rlek_dataflash_defconfig
create mode 100644 arch/arm/configs/at91sam9rlek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9x5ek_dataflash_defconfig
create mode 100644 arch/arm/configs/at91sam9x5ek_mmc_defconfig
create mode 100644 arch/arm/configs/at91sam9x5ek_nandflash_defconfig
create mode 100644 arch/arm/configs/at91sam9x5ek_spiflash_defconfig
create mode 100644 arch/arm/configs/at91sam9xeek_dataflash_cs0_defconfig
create mode 100644 arch/arm/configs/at91sam9xeek_dataflash_cs1_defconfig
create mode 100644 arch/arm/configs/at91sam9xeek_nandflash_defconfig
create mode 100644 arch/arm/configs/axm_defconfig
create mode 100644 arch/arm/configs/balloon3_defconfig
create mode 100644 arch/arm/configs/bcm28155_ap_defconfig
create mode 100644 arch/arm/configs/beaver_defconfig
create mode 100644 arch/arm/configs/bg0900_defconfig
create mode 100644 arch/arm/configs/calimain_defconfig
create mode 100644 arch/arm/configs/cam_enc_4xx_defconfig
create mode 100644 arch/arm/configs/cardhu_defconfig
create mode 100644 arch/arm/configs/cgtqmx6qeval_defconfig
create mode 100644 arch/arm/configs/cm4008_defconfig
create mode 100644 arch/arm/configs/cm41xx_defconfig
create mode 100644 arch/arm/configs/cm_t335_defconfig
create mode 100644 arch/arm/configs/cm_t35_defconfig
create mode 100644 arch/arm/configs/cm_t54_defconfig
create mode 100644 arch/arm/configs/colibri_pxa270_defconfig
create mode 100644 arch/arm/configs/colibri_t20_iris_defconfig
create mode 100644 arch/arm/configs/corvus_defconfig
create mode 100644 arch/arm/configs/cpu9260_128M_defconfig
create mode 100644 arch/arm/configs/cpu9260_defconfig
create mode 100644 arch/arm/configs/cpu9260_nand_128M_defconfig
create mode 100644 arch/arm/configs/cpu9260_nand_defconfig
create mode 100644 arch/arm/configs/cpu9G20_128M_defconfig
create mode 100644 arch/arm/configs/cpu9G20_defconfig
create mode 100644 arch/arm/configs/cpu9G20_nand_128M_defconfig
create mode 100644 arch/arm/configs/cpu9G20_nand_defconfig
create mode 100644 arch/arm/configs/cpuat91_defconfig
create mode 100644 arch/arm/configs/cpuat91_ram_defconfig
create mode 100644 arch/arm/configs/d2net_v2_defconfig
create mode 100644 arch/arm/configs/da830evm_defconfig
create mode 100644 arch/arm/configs/da850_am18xxevm_defconfig
create mode 100644 arch/arm/configs/da850evm_defconfig
create mode 100644 arch/arm/configs/da850evm_direct_nor_defconfig
create mode 100644 arch/arm/configs/dalmore_defconfig
create mode 100644 arch/arm/configs/davinci_dm355evm_defconfig
create mode 100644 arch/arm/configs/davinci_dm355leopard_defconfig
create mode 100644 arch/arm/configs/davinci_dm365evm_defconfig
create mode 100644 arch/arm/configs/davinci_dm6467Tevm_defconfig
create mode 100644 arch/arm/configs/davinci_dm6467evm_defconfig
create mode 100644 arch/arm/configs/davinci_dvevm_defconfig
create mode 100644 arch/arm/configs/davinci_schmoogie_defconfig
create mode 100644 arch/arm/configs/davinci_sffsdr_defconfig
create mode 100644 arch/arm/configs/davinci_sonata_defconfig
create mode 100644 arch/arm/configs/devkit3250_defconfig
create mode 100644 arch/arm/configs/devkit8000_defconfig
create mode 100644 arch/arm/configs/dig297_defconfig
create mode 100644 arch/arm/configs/dkb_defconfig
create mode 100644 arch/arm/configs/dns325_defconfig
create mode 100644 arch/arm/configs/dockstar_defconfig
create mode 100644 arch/arm/configs/dra7xx_evm_defconfig
create mode 100644 arch/arm/configs/dra7xx_evm_qspiboot_defconfig
create mode 100644 arch/arm/configs/dra7xx_evm_uart3_defconfig
create mode 100644 arch/arm/configs/draco_defconfig
create mode 100644 arch/arm/configs/dreamplug_defconfig
create mode 100644 arch/arm/configs/duovero_defconfig
create mode 100644 arch/arm/configs/dxr2_defconfig
create mode 100644 arch/arm/configs/ea20_defconfig
create mode 100644 arch/arm/configs/eb_cpux9k2_defconfig
create mode 100644 arch/arm/configs/eb_cpux9k2_ram_defconfig
create mode 100644 arch/arm/configs/eco5pk_defconfig
create mode 100644 arch/arm/configs/edminiv2_defconfig
create mode 100644 arch/arm/configs/enbw_cmc_defconfig
create mode 100644 arch/arm/configs/ethernut5_defconfig
create mode 100644 arch/arm/configs/flea3_defconfig
create mode 100644 arch/arm/configs/goflexhome_defconfig
create mode 100644 arch/arm/configs/gplugd_defconfig
create mode 100644 arch/arm/configs/guruplug_defconfig
create mode 100644 arch/arm/configs/gwventanadl1g_defconfig
create mode 100644 arch/arm/configs/gwventanadl_defconfig
create mode 100644 arch/arm/configs/gwventanaq1g_defconfig
create mode 100644 arch/arm/configs/gwventanaq1gspi_defconfig
create mode 100644 arch/arm/configs/gwventanaq_defconfig
create mode 100644 arch/arm/configs/h2200_defconfig
create mode 100644 arch/arm/configs/harmony_defconfig
create mode 100644 arch/arm/configs/hawkboard_defconfig
create mode 100644 arch/arm/configs/hawkboard_uart_defconfig
create mode 100644 arch/arm/configs/highbank_defconfig
create mode 100644 arch/arm/configs/hummingboard_solo_defconfig
create mode 100644 arch/arm/configs/ib62x0_defconfig
create mode 100644 arch/arm/configs/iconnect_defconfig
create mode 100644 arch/arm/configs/igep0020_defconfig
create mode 100644 arch/arm/configs/igep0020_nand_defconfig
create mode 100644 arch/arm/configs/igep0030_defconfig
create mode 100644 arch/arm/configs/igep0030_nand_defconfig
create mode 100644 arch/arm/configs/igep0032_defconfig
create mode 100644 arch/arm/configs/ima3-mx53_defconfig
create mode 100644 arch/arm/configs/imx27lite_defconfig
create mode 100644 arch/arm/configs/imx31_litekit_defconfig
create mode 100644 arch/arm/configs/imx31_phycore_defconfig
create mode 100644 arch/arm/configs/imx31_phycore_eet_defconfig
create mode 100644 arch/arm/configs/inetspace_v2_defconfig
create mode 100644 arch/arm/configs/integratorap_cm720t_defconfig
create mode 100644 arch/arm/configs/integratorap_cm920t_defconfig
create mode 100644 arch/arm/configs/integratorap_cm926ejs_defconfig
create mode 100644 arch/arm/configs/integratorap_cm946es_defconfig
create mode 100644 arch/arm/configs/integratorcp_cm1136_defconfig
create mode 100644 arch/arm/configs/integratorcp_cm920t_defconfig
create mode 100644 arch/arm/configs/integratorcp_cm926ejs_defconfig
create mode 100644 arch/arm/configs/integratorcp_cm946es_defconfig
create mode 100644 arch/arm/configs/ipam390_defconfig
create mode 100644 arch/arm/configs/jadecpu_defconfig
create mode 100644 arch/arm/configs/jetson-tk1_defconfig
create mode 100644 arch/arm/configs/jornada_defconfig
create mode 100644 arch/arm/configs/k2hk_evm_defconfig
create mode 100644 arch/arm/configs/km_kirkwood_128m16_defconfig
create mode 100644 arch/arm/configs/km_kirkwood_defconfig
create mode 100644 arch/arm/configs/km_kirkwood_pci_defconfig
create mode 100644 arch/arm/configs/kmcoge5un_defconfig
create mode 100644 arch/arm/configs/kmnusa_defconfig
create mode 100644 arch/arm/configs/kmsugp1_defconfig
create mode 100644 arch/arm/configs/kmsuv31_defconfig
create mode 100644 arch/arm/configs/koelsch_defconfig
create mode 100644 arch/arm/configs/koelsch_nor_defconfig
create mode 100644 arch/arm/configs/kwb_defconfig
create mode 100644 arch/arm/configs/kzm9g_defconfig
create mode 100644 arch/arm/configs/lager_defconfig
create mode 100644 arch/arm/configs/lager_nor_defconfig
create mode 100644 arch/arm/configs/lp8x4x_defconfig
create mode 100644 arch/arm/configs/lschlv2_defconfig
create mode 100644 arch/arm/configs/lsxhl_defconfig
create mode 100644 arch/arm/configs/m28evk_defconfig
create mode 100644 arch/arm/configs/m53evk_defconfig
create mode 100644 arch/arm/configs/magnesium_defconfig
create mode 100644 arch/arm/configs/marsboard_defconfig
create mode 100644 arch/arm/configs/mcx_defconfig
create mode 100644 arch/arm/configs/medcom-wide_defconfig
create mode 100644 arch/arm/configs/meesc_dataflash_defconfig
create mode 100644 arch/arm/configs/meesc_defconfig
create mode 100644 arch/arm/configs/mgcoge3un_defconfig
create mode 100644 arch/arm/configs/mt_ventoux_defconfig
create mode 100644 arch/arm/configs/mv88f6281gtw_ge_defconfig
create mode 100644 arch/arm/configs/mx23_olinuxino_defconfig
create mode 100644 arch/arm/configs/mx23evk_defconfig
create mode 100644 arch/arm/configs/mx25pdk_defconfig
create mode 100644 arch/arm/configs/mx28evk_auart_console_defconfig
create mode 100644 arch/arm/configs/mx28evk_defconfig
create mode 100644 arch/arm/configs/mx28evk_nand_defconfig
create mode 100644 arch/arm/configs/mx31ads_defconfig
create mode 100644 arch/arm/configs/mx31pdk_defconfig
create mode 100644 arch/arm/configs/mx35pdk_defconfig
create mode 100644 arch/arm/configs/mx51_efikamx_defconfig
create mode 100644 arch/arm/configs/mx51_efikasb_defconfig
create mode 100644 arch/arm/configs/mx51evk_defconfig
create mode 100644 arch/arm/configs/mx53ard_defconfig
create mode 100644 arch/arm/configs/mx53evk_defconfig
create mode 100644 arch/arm/configs/mx53loco_defconfig
create mode 100644 arch/arm/configs/mx53smd_defconfig
create mode 100644 arch/arm/configs/mx6dlsabresd_defconfig
create mode 100644 arch/arm/configs/mx6qarm2_defconfig
create mode 100644 arch/arm/configs/mx6qsabreauto_defconfig
create mode 100644 arch/arm/configs/mx6qsabrelite_defconfig
create mode 100644 arch/arm/configs/mx6qsabresd_defconfig
create mode 100644 arch/arm/configs/mx6slevk_defconfig
create mode 100644 arch/arm/configs/net2big_v2_defconfig
create mode 100644 arch/arm/configs/netspace_lite_v2_defconfig
create mode 100644 arch/arm/configs/netspace_max_v2_defconfig
create mode 100644 arch/arm/configs/netspace_mini_v2_defconfig
create mode 100644 arch/arm/configs/netspace_v2_defconfig
create mode 100644 arch/arm/configs/nhk8815_defconfig
create mode 100644 arch/arm/configs/nhk8815_onenand_defconfig
create mode 100644 arch/arm/configs/nitrogen6dl2g_defconfig
create mode 100644 arch/arm/configs/nitrogen6dl_defconfig
create mode 100644 arch/arm/configs/nitrogen6q2g_defconfig
create mode 100644 arch/arm/configs/nitrogen6q_defconfig
create mode 100644 arch/arm/configs/nitrogen6s1g_defconfig
create mode 100644 arch/arm/configs/nitrogen6s_defconfig
create mode 100644 arch/arm/configs/nokia_rx51_defconfig
create mode 100644 arch/arm/configs/omap3_beagle_defconfig
create mode 100644 arch/arm/configs/omap3_evm_defconfig
create mode 100644 arch/arm/configs/omap3_evm_quick_mmc_defconfig
create mode 100644 arch/arm/configs/omap3_evm_quick_nand_defconfig
create mode 100644 arch/arm/configs/omap3_ha_defconfig
create mode 100644 arch/arm/configs/omap3_logic_defconfig
create mode 100644 arch/arm/configs/omap3_mvblx_defconfig
create mode 100644 arch/arm/configs/omap3_overo_defconfig
create mode 100644 arch/arm/configs/omap3_pandora_defconfig
create mode 100644 arch/arm/configs/omap3_sdp3430_defconfig
create mode 100644 arch/arm/configs/omap3_zoom1_defconfig
create mode 100644 arch/arm/configs/omap4_panda_defconfig
create mode 100644 arch/arm/configs/omap4_sdp4430_defconfig
create mode 100644 arch/arm/configs/omap5912osk_defconfig
create mode 100644 arch/arm/configs/omap5_uevm_defconfig
create mode 100644 arch/arm/configs/openrd_base_defconfig
create mode 100644 arch/arm/configs/openrd_client_defconfig
create mode 100644 arch/arm/configs/openrd_ultimate_defconfig
create mode 100644 arch/arm/configs/origen_defconfig
create mode 100644 arch/arm/configs/otc570_dataflash_defconfig
create mode 100644 arch/arm/configs/otc570_defconfig
create mode 100644 arch/arm/configs/palmld_defconfig
create mode 100644 arch/arm/configs/palmtc_defconfig
create mode 100644 arch/arm/configs/palmtreo680_defconfig
create mode 100644 arch/arm/configs/paz00_defconfig
create mode 100644 arch/arm/configs/pcm051_rev1_defconfig
create mode 100644 arch/arm/configs/pcm051_rev3_defconfig
create mode 100644 arch/arm/configs/pengwyn_defconfig
create mode 100644 arch/arm/configs/pepper_defconfig
create mode 100644 arch/arm/configs/plutux_defconfig
create mode 100644 arch/arm/configs/pm9261_defconfig
create mode 100644 arch/arm/configs/pm9263_defconfig
create mode 100644 arch/arm/configs/pm9g45_defconfig
create mode 100644 arch/arm/configs/pogo_e02_defconfig
create mode 100644 arch/arm/configs/polaris_defconfig
create mode 100644 arch/arm/configs/portl2_defconfig
create mode 100644 arch/arm/configs/portuxg20_defconfig
create mode 100644 arch/arm/configs/pxa255_idp_defconfig
create mode 100644 arch/arm/configs/pxm2_defconfig
create mode 100644 arch/arm/configs/qong_defconfig
create mode 100644 arch/arm/configs/rd6281a_defconfig
create mode 100644 arch/arm/configs/riotboard_defconfig
create mode 100644 arch/arm/configs/rpi_b_defconfig
create mode 100644 arch/arm/configs/rut_defconfig
create mode 100644 arch/arm/configs/s5p_goni_defconfig
create mode 100644 arch/arm/configs/s5pc210_universal_defconfig
create mode 100644 arch/arm/configs/sama5d3_xplained_mmc_defconfig
create mode 100644 arch/arm/configs/sama5d3_xplained_nandflash_defconfig
create mode 100644 arch/arm/configs/sama5d3xek_mmc_defconfig
create mode 100644 arch/arm/configs/sama5d3xek_nandflash_defconfig
create mode 100644 arch/arm/configs/sama5d3xek_spiflash_defconfig
create mode 100644 arch/arm/configs/sansa_fuze_plus_defconfig
create mode 100644 arch/arm/configs/sbc35_a9g20_eeprom_defconfig
create mode 100644 arch/arm/configs/sbc35_a9g20_nandflash_defconfig
create mode 100644 arch/arm/configs/sc_sps_1_defconfig
create mode 100644 arch/arm/configs/scb9328_defconfig
create mode 100644 arch/arm/configs/seaboard_defconfig
create mode 100644 arch/arm/configs/sheevaplug_defconfig
create mode 100644 arch/arm/configs/smdk2410_defconfig
create mode 100644 arch/arm/configs/smdk5250_defconfig
create mode 100644 arch/arm/configs/smdk5420_defconfig
create mode 100644 arch/arm/configs/smdkc100_defconfig
create mode 100644 arch/arm/configs/smdkv310_defconfig
create mode 100644 arch/arm/configs/snapper9260_defconfig
create mode 100644 arch/arm/configs/snapper9g20_defconfig
create mode 100644 arch/arm/configs/snow_defconfig
create mode 100644 arch/arm/configs/snowball_defconfig
create mode 100644 arch/arm/configs/socfpga_cyclone5_defconfig
create mode 100644 arch/arm/configs/spear300_defconfig
create mode 100644 arch/arm/configs/spear300_nand_defconfig
create mode 100644 arch/arm/configs/spear300_usbtty_defconfig
create mode 100644 arch/arm/configs/spear300_usbtty_nand_defconfig
create mode 100644 arch/arm/configs/spear310_defconfig
create mode 100644 arch/arm/configs/spear310_nand_defconfig
create mode 100644 arch/arm/configs/spear310_pnor_defconfig
create mode 100644 arch/arm/configs/spear310_usbtty_defconfig
create mode 100644 arch/arm/configs/spear310_usbtty_nand_defconfig
create mode 100644 arch/arm/configs/spear310_usbtty_pnor_defconfig
create mode 100644 arch/arm/configs/spear320_defconfig
create mode 100644 arch/arm/configs/spear320_nand_defconfig
create mode 100644 arch/arm/configs/spear320_pnor_defconfig
create mode 100644 arch/arm/configs/spear320_usbtty_defconfig
create mode 100644 arch/arm/configs/spear320_usbtty_nand_defconfig
create mode 100644 arch/arm/configs/spear320_usbtty_pnor_defconfig
create mode 100644 arch/arm/configs/spear600_defconfig
create mode 100644 arch/arm/configs/spear600_nand_defconfig
create mode 100644 arch/arm/configs/spear600_usbtty_defconfig
create mode 100644 arch/arm/configs/spear600_usbtty_nand_defconfig
create mode 100644 arch/arm/configs/stamp9g20_defconfig
create mode 100644 arch/arm/configs/tao3530_defconfig
create mode 100644 arch/arm/configs/taurus_defconfig
create mode 100644 arch/arm/configs/tec-ng_defconfig
create mode 100644 arch/arm/configs/tec_defconfig
create mode 100644 arch/arm/configs/ti814x_evm_defconfig
create mode 100644 arch/arm/configs/ti816x_evm_defconfig
create mode 100644 arch/arm/configs/titanium_defconfig
create mode 100644 arch/arm/configs/tk71_defconfig
create mode 100644 arch/arm/configs/tnetv107x_evm_defconfig
create mode 100644 arch/arm/configs/tny_a9260_eeprom_defconfig
create mode 100644 arch/arm/configs/tny_a9260_nandflash_defconfig
create mode 100644 arch/arm/configs/tny_a9g20_eeprom_defconfig
create mode 100644 arch/arm/configs/tny_a9g20_nandflash_defconfig
create mode 100644 arch/arm/configs/top9000eval_xe_defconfig
create mode 100644 arch/arm/configs/top9000su_xe_defconfig
create mode 100644 arch/arm/configs/trats2_defconfig
create mode 100644 arch/arm/configs/trats_defconfig
create mode 100644 arch/arm/configs/tricorder_defconfig
create mode 100644 arch/arm/configs/tricorder_flash_defconfig
create mode 100644 arch/arm/configs/trimslice_defconfig
create mode 100644 arch/arm/configs/trizepsiv_defconfig
create mode 100644 arch/arm/configs/tseries_mmc_defconfig
create mode 100644 arch/arm/configs/tseries_nand_defconfig
create mode 100644 arch/arm/configs/tseries_spi_defconfig
create mode 100644 arch/arm/configs/tt01_defconfig
create mode 100644 arch/arm/configs/twister_defconfig
create mode 100644 arch/arm/configs/tx25_defconfig
create mode 100644 arch/arm/configs/u8500_href_defconfig
create mode 100644 arch/arm/configs/udoo_quad_defconfig
create mode 100644 arch/arm/configs/usb_a9263_dataflash_defconfig
create mode 100644 arch/arm/configs/venice2_defconfig
create mode 100644 arch/arm/configs/ventana_defconfig
create mode 100644 arch/arm/configs/versatileab_defconfig
create mode 100644 arch/arm/configs/versatilepb_defconfig
create mode 100644 arch/arm/configs/versatileqemu_defconfig
create mode 100644 arch/arm/configs/vexpress_aemv8a_defconfig
create mode 100644 arch/arm/configs/vexpress_ca15_tc2_defconfig
create mode 100644 arch/arm/configs/vexpress_ca5x2_defconfig
create mode 100644 arch/arm/configs/vexpress_ca9x4_defconfig
create mode 100644 arch/arm/configs/vf610twr_defconfig
create mode 100644 arch/arm/configs/vision2_defconfig
create mode 100644 arch/arm/configs/vl_ma2sc_defconfig
create mode 100644 arch/arm/configs/vl_ma2sc_ram_defconfig
create mode 100644 arch/arm/configs/vpac270_nor_128_defconfig
create mode 100644 arch/arm/configs/vpac270_nor_256_defconfig
create mode 100644 arch/arm/configs/vpac270_ond_256_defconfig
create mode 100644 arch/arm/configs/wandboard_dl_defconfig
create mode 100644 arch/arm/configs/wandboard_quad_defconfig
create mode 100644 arch/arm/configs/wandboard_solo_defconfig
create mode 100644 arch/arm/configs/whistler_defconfig
create mode 100644 arch/arm/configs/wireless_space_defconfig
create mode 100644 arch/arm/configs/woodburn_defconfig
create mode 100644 arch/arm/configs/woodburn_sd_defconfig
create mode 100644 arch/arm/configs/x600_defconfig
create mode 100644 arch/arm/configs/xaeniax_defconfig
create mode 100644 arch/arm/configs/xfi3_defconfig
create mode 100644 arch/arm/configs/zipitz2_defconfig
create mode 100644 arch/arm/configs/zmx25_defconfig
create mode 100644 arch/arm/configs/zynq_microzed_defconfig
create mode 100644 arch/arm/configs/zynq_zc70x_defconfig
create mode 100644 arch/arm/configs/zynq_zc770_xm010_defconfig
create mode 100644 arch/arm/configs/zynq_zc770_xm012_defconfig
create mode 100644 arch/arm/configs/zynq_zc770_xm013_defconfig
create mode 100644 arch/arm/configs/zynq_zed_defconfig
create mode 100644 arch/avr32/Kconfig
create mode 100644 arch/avr32/configs/atngw100_defconfig
create mode 100644 arch/avr32/configs/atngw100mkii_defconfig
create mode 100644 arch/avr32/configs/atstk1002_defconfig
create mode 100644 arch/avr32/configs/atstk1003_defconfig
create mode 100644 arch/avr32/configs/atstk1004_defconfig
create mode 100644 arch/avr32/configs/atstk1006_defconfig
create mode 100644 arch/avr32/configs/favr-32-ezkit_defconfig
create mode 100644 arch/avr32/configs/grasshopper_defconfig
create mode 100644 arch/avr32/configs/hammerhead_defconfig
create mode 100644 arch/avr32/configs/mimc200_defconfig
create mode 100644 arch/blackfin/Kconfig
create mode 100644 arch/blackfin/configs/bct-brettl2_defconfig
create mode 100644 arch/blackfin/configs/bf506f-ezkit_defconfig
create mode 100644 arch/blackfin/configs/bf518f-ezbrd_defconfig
create mode 100644 arch/blackfin/configs/bf525-ucr2_defconfig
create mode 100644 arch/blackfin/configs/bf526-ezbrd_defconfig
create mode 100644 arch/blackfin/configs/bf527-ad7160-eval_defconfig
create mode 100644 arch/blackfin/configs/bf527-ezkit-v2_defconfig
create mode 100644 arch/blackfin/configs/bf527-ezkit_defconfig
create mode 100644 arch/blackfin/configs/bf527-sdp_defconfig
create mode 100644 arch/blackfin/configs/bf533-ezkit_defconfig
create mode 100644 arch/blackfin/configs/bf533-stamp_defconfig
create mode 100644 arch/blackfin/configs/bf537-minotaur_defconfig
create mode 100644 arch/blackfin/configs/bf537-pnav_defconfig
create mode 100644 arch/blackfin/configs/bf537-srv1_defconfig
create mode 100644 arch/blackfin/configs/bf537-stamp_defconfig
create mode 100644 arch/blackfin/configs/bf538f-ezkit_defconfig
create mode 100644 arch/blackfin/configs/bf548-ezkit_defconfig
create mode 100644 arch/blackfin/configs/bf561-acvilon_defconfig
create mode 100644 arch/blackfin/configs/bf561-ezkit_defconfig
create mode 100644 arch/blackfin/configs/bf609-ezkit_defconfig
create mode 100644 arch/blackfin/configs/blackstamp_defconfig
create mode 100644 arch/blackfin/configs/blackvme_defconfig
create mode 100644 arch/blackfin/configs/br4_defconfig
create mode 100644 arch/blackfin/configs/cm-bf527_defconfig
create mode 100644 arch/blackfin/configs/cm-bf533_defconfig
create mode 100644 arch/blackfin/configs/cm-bf537e_defconfig
create mode 100644 arch/blackfin/configs/cm-bf537u_defconfig
create mode 100644 arch/blackfin/configs/cm-bf548_defconfig
create mode 100644 arch/blackfin/configs/cm-bf561_defconfig
create mode 100644 arch/blackfin/configs/dnp5370_defconfig
create mode 100644 arch/blackfin/configs/ibf-dsp561_defconfig
create mode 100644 arch/blackfin/configs/ip04_defconfig
create mode 100644 arch/blackfin/configs/pr1_defconfig
create mode 100644 arch/blackfin/configs/tcm-bf518_defconfig
create mode 100644 arch/blackfin/configs/tcm-bf537_defconfig
create mode 100644 arch/m68k/Kconfig
create mode 100644 arch/m68k/configs/M5208EVBE_defconfig
create mode 100644 arch/m68k/configs/M52277EVB_defconfig
create mode 100644 arch/m68k/configs/M52277EVB_stmicro_defconfig
create mode 100644 arch/m68k/configs/M5235EVB_Flash32_defconfig
create mode 100644 arch/m68k/configs/M5235EVB_defconfig
create mode 100644 arch/m68k/configs/M5249EVB_defconfig
create mode 100644 arch/m68k/configs/M5253DEMO_defconfig
create mode 100644 arch/m68k/configs/M5253EVBE_defconfig
create mode 100644 arch/m68k/configs/M5272C3_defconfig
create mode 100644 arch/m68k/configs/M5275EVB_defconfig
create mode 100644 arch/m68k/configs/M5282EVB_defconfig
create mode 100644 arch/m68k/configs/M53017EVB_defconfig
create mode 100644 arch/m68k/configs/M5329AFEE_defconfig
create mode 100644 arch/m68k/configs/M5329BFEE_defconfig
create mode 100644 arch/m68k/configs/M5373EVB_defconfig
create mode 100644 arch/m68k/configs/M54418TWR_defconfig
create mode 100644 arch/m68k/configs/M54418TWR_nand_mii_defconfig
create mode 100644 arch/m68k/configs/M54418TWR_nand_rmii_defconfig
create mode 100644 arch/m68k/configs/M54418TWR_nand_rmii_lowfreq_defconfig
create mode 100644 arch/m68k/configs/M54418TWR_serial_mii_defconfig
create mode 100644 arch/m68k/configs/M54418TWR_serial_rmii_defconfig
create mode 100644 arch/m68k/configs/M54451EVB_defconfig
create mode 100644 arch/m68k/configs/M54451EVB_stmicro_defconfig
create mode 100644 arch/m68k/configs/M54455EVB_a66_defconfig
create mode 100644 arch/m68k/configs/M54455EVB_defconfig
create mode 100644 arch/m68k/configs/M54455EVB_i66_defconfig
create mode 100644 arch/m68k/configs/M54455EVB_intel_defconfig
create mode 100644 arch/m68k/configs/M54455EVB_stm33_defconfig
create mode 100644 arch/m68k/configs/M5475AFE_defconfig
create mode 100644 arch/m68k/configs/M5475BFE_defconfig
create mode 100644 arch/m68k/configs/M5475CFE_defconfig
create mode 100644 arch/m68k/configs/M5475DFE_defconfig
create mode 100644 arch/m68k/configs/M5475EFE_defconfig
create mode 100644 arch/m68k/configs/M5475FFE_defconfig
create mode 100644 arch/m68k/configs/M5475GFE_defconfig
create mode 100644 arch/m68k/configs/M5485AFE_defconfig
create mode 100644 arch/m68k/configs/M5485BFE_defconfig
create mode 100644 arch/m68k/configs/M5485CFE_defconfig
create mode 100644 arch/m68k/configs/M5485DFE_defconfig
create mode 100644 arch/m68k/configs/M5485EFE_defconfig
create mode 100644 arch/m68k/configs/M5485FFE_defconfig
create mode 100644 arch/m68k/configs/M5485GFE_defconfig
create mode 100644 arch/m68k/configs/M5485HFE_defconfig
create mode 100644 arch/m68k/configs/TASREG_defconfig
create mode 100644 arch/m68k/configs/astro_mcf5373l_defconfig
create mode 100644 arch/m68k/configs/cobra5272_defconfig
create mode 100644 arch/m68k/configs/eb_cpu5282_defconfig
create mode 100644 arch/m68k/configs/eb_cpu5282_internal_defconfig
create mode 100644 arch/microblaze/Kconfig
create mode 100644 arch/microblaze/configs/microblaze-generic_defconfig
create mode 100644 arch/mips/Kconfig
create mode 100644 arch/mips/configs/dbau1000_defconfig
create mode 100644 arch/mips/configs/dbau1100_defconfig
create mode 100644 arch/mips/configs/dbau1500_defconfig
create mode 100644 arch/mips/configs/dbau1550_defconfig
create mode 100644 arch/mips/configs/dbau1550_el_defconfig
create mode 100644 arch/mips/configs/malta_defconfig
create mode 100644 arch/mips/configs/maltael_defconfig
create mode 100644 arch/mips/configs/pb1000_defconfig
create mode 100644 arch/mips/configs/qemu_mips64_defconfig
create mode 100644 arch/mips/configs/qemu_mips64el_defconfig
create mode 100644 arch/mips/configs/qemu_mips_defconfig
create mode 100644 arch/mips/configs/qemu_mipsel_defconfig
create mode 100644 arch/mips/configs/vct_platinum_defconfig
create mode 100644 arch/mips/configs/vct_platinum_onenand_defconfig
create mode 100644 arch/mips/configs/vct_platinum_onenand_small_defconfig
create mode 100644 arch/mips/configs/vct_platinum_small_defconfig
create mode 100644 arch/mips/configs/vct_platinumavc_defconfig
create mode 100644 arch/mips/configs/vct_platinumavc_onenand_defconfig
create mode 100644 arch/mips/configs/vct_platinumavc_onenand_small_defconfig
create mode 100644 arch/mips/configs/vct_platinumavc_small_defconfig
create mode 100644 arch/mips/configs/vct_premium_defconfig
create mode 100644 arch/mips/configs/vct_premium_onenand_defconfig
create mode 100644 arch/mips/configs/vct_premium_onenand_small_defconfig
create mode 100644 arch/mips/configs/vct_premium_small_defconfig
create mode 100644 arch/nds32/Kconfig
create mode 100644 arch/nds32/configs/adp-ag101_defconfig
create mode 100644 arch/nds32/configs/adp-ag101p_defconfig
create mode 100644 arch/nds32/configs/adp-ag102_defconfig
create mode 100644 arch/nios2/Kconfig
create mode 100644 arch/nios2/configs/PCI5441_defconfig
create mode 100644 arch/nios2/configs/PK1C20_defconfig
create mode 100644 arch/nios2/configs/nios2-generic_defconfig
create mode 100644 arch/openrisc/Kconfig
create mode 100644 arch/openrisc/configs/openrisc-generic_defconfig
create mode 100644 arch/powerpc/Kconfig
create mode 100644 arch/powerpc/configs/A3000_defconfig
create mode 100644 arch/powerpc/configs/APC405_defconfig
create mode 100644 arch/powerpc/configs/AR405_defconfig
create mode 100644 arch/powerpc/configs/ASH405_defconfig
create mode 100644 arch/powerpc/configs/AdderII_defconfig
create mode 100644 arch/powerpc/configs/Adder_defconfig
create mode 100644 arch/powerpc/configs/B4420QDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/B4420QDS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/B4420QDS_defconfig
create mode 100644 arch/powerpc/configs/B4860QDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/B4860QDS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/B4860QDS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/B4860QDS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/B4860QDS_defconfig
create mode 100644 arch/powerpc/configs/BC3450_defconfig
create mode 100644 arch/powerpc/configs/BSC9131RDB_NAND_SYSCLK100_defconfig
create mode 100644 arch/powerpc/configs/BSC9131RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig
create mode 100644 arch/powerpc/configs/BSC9131RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NAND_DDRCLK100_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NAND_DDRCLK133_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NOR_DDRCLK100_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_NOR_DDRCLK133_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig
create mode 100644 arch/powerpc/configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig
create mode 100644 arch/powerpc/configs/C29XPCIE_NAND_defconfig
create mode 100644 arch/powerpc/configs/C29XPCIE_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/C29XPCIE_defconfig
create mode 100644 arch/powerpc/configs/CATcenter_25_defconfig
create mode 100644 arch/powerpc/configs/CATcenter_33_defconfig
create mode 100644 arch/powerpc/configs/CATcenter_defconfig
create mode 100644 arch/powerpc/configs/CMS700_defconfig
create mode 100644 arch/powerpc/configs/CPC45_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/CPC45_defconfig
create mode 100644 arch/powerpc/configs/CPCI2DP_defconfig
create mode 100644 arch/powerpc/configs/CPCI4052_defconfig
create mode 100644 arch/powerpc/configs/CPCI405AB_defconfig
create mode 100644 arch/powerpc/configs/CPCI405DT_defconfig
create mode 100644 arch/powerpc/configs/CPCI405_defconfig
create mode 100644 arch/powerpc/configs/CPCI750_defconfig
create mode 100644 arch/powerpc/configs/CPCIISER4_defconfig
create mode 100644 arch/powerpc/configs/CPU86_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/CPU86_defconfig
create mode 100644 arch/powerpc/configs/CPU87_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/CPU87_defconfig
create mode 100644 arch/powerpc/configs/CRAYL1_defconfig
create mode 100644 arch/powerpc/configs/CU824_defconfig
create mode 100644 arch/powerpc/configs/DB64360_defconfig
create mode 100644 arch/powerpc/configs/DB64460_defconfig
create mode 100644 arch/powerpc/configs/DP405_defconfig
create mode 100644 arch/powerpc/configs/DU405_defconfig
create mode 100644 arch/powerpc/configs/DU440_defconfig
create mode 100644 arch/powerpc/configs/ELPPC_defconfig
create mode 100644 arch/powerpc/configs/ELPT860_defconfig
create mode 100644 arch/powerpc/configs/ESTEEM192E_defconfig
create mode 100644 arch/powerpc/configs/EVAL5200_defconfig
create mode 100644 arch/powerpc/configs/FLAGADM_defconfig
create mode 100644 arch/powerpc/configs/FPS850L_defconfig
create mode 100644 arch/powerpc/configs/FPS860L_defconfig
create mode 100644 arch/powerpc/configs/G2000_defconfig
create mode 100644 arch/powerpc/configs/GEN860T_SC_defconfig
create mode 100644 arch/powerpc/configs/GEN860T_defconfig
create mode 100644 arch/powerpc/configs/HH405_defconfig
create mode 100644 arch/powerpc/configs/HIDDEN_DRAGON_defconfig
create mode 100644 arch/powerpc/configs/HUB405_defconfig
create mode 100644 arch/powerpc/configs/HWW1U1A_defconfig
create mode 100644 arch/powerpc/configs/ICU862_100MHz_defconfig
create mode 100644 arch/powerpc/configs/ICU862_defconfig
create mode 100644 arch/powerpc/configs/IDS8247_defconfig
create mode 100644 arch/powerpc/configs/IP860_defconfig
create mode 100644 arch/powerpc/configs/IPHASE4539_defconfig
create mode 100644 arch/powerpc/configs/ISPAN_REVB_defconfig
create mode 100644 arch/powerpc/configs/ISPAN_defconfig
create mode 100644 arch/powerpc/configs/IVML24_128_defconfig
create mode 100644 arch/powerpc/configs/IVML24_256_defconfig
create mode 100644 arch/powerpc/configs/IVML24_defconfig
create mode 100644 arch/powerpc/configs/IVMS8_128_defconfig
create mode 100644 arch/powerpc/configs/IVMS8_256_defconfig
create mode 100644 arch/powerpc/configs/IVMS8_defconfig
create mode 100644 arch/powerpc/configs/JSE_defconfig
create mode 100644 arch/powerpc/configs/KAREF_defconfig
create mode 100644 arch/powerpc/configs/KUP4K_defconfig
create mode 100644 arch/powerpc/configs/KUP4X_defconfig
create mode 100644 arch/powerpc/configs/Lite5200_LOWBOOT08_defconfig
create mode 100644 arch/powerpc/configs/Lite5200_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/Lite5200_defconfig
create mode 100644 arch/powerpc/configs/MERGERBOX_defconfig
create mode 100644 arch/powerpc/configs/METROBOX_defconfig
create mode 100644 arch/powerpc/configs/MHPC_defconfig
create mode 100644 arch/powerpc/configs/MINI5200_defconfig
create mode 100644 arch/powerpc/configs/MIP405T_defconfig
create mode 100644 arch/powerpc/configs/MIP405_defconfig
create mode 100644 arch/powerpc/configs/MPC8260ADS_33MHz_defconfig
create mode 100644 arch/powerpc/configs/MPC8260ADS_33MHz_lowboot_defconfig
create mode 100644 arch/powerpc/configs/MPC8260ADS_40MHz_defconfig
create mode 100644 arch/powerpc/configs/MPC8260ADS_40MHz_lowboot_defconfig
create mode 100644 arch/powerpc/configs/MPC8260ADS_defconfig
create mode 100644 arch/powerpc/configs/MPC8260ADS_lowboot_defconfig
create mode 100644 arch/powerpc/configs/MPC8266ADS_defconfig
create mode 100644 arch/powerpc/configs/MPC8272ADS_defconfig
create mode 100644 arch/powerpc/configs/MPC8272ADS_lowboot_defconfig
create mode 100644 arch/powerpc/configs/MPC8308RDB_defconfig
create mode 100644 arch/powerpc/configs/MPC8313ERDB_33_defconfig
create mode 100644 arch/powerpc/configs/MPC8313ERDB_66_defconfig
create mode 100644 arch/powerpc/configs/MPC8313ERDB_NAND_33_defconfig
create mode 100644 arch/powerpc/configs/MPC8313ERDB_NAND_66_defconfig
create mode 100644 arch/powerpc/configs/MPC8315ERDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/MPC8315ERDB_defconfig
create mode 100644 arch/powerpc/configs/MPC8323ERDB_defconfig
create mode 100644 arch/powerpc/configs/MPC832XEMDS_ATM_defconfig
create mode 100644 arch/powerpc/configs/MPC832XEMDS_HOST_33_defconfig
create mode 100644 arch/powerpc/configs/MPC832XEMDS_HOST_66_defconfig
create mode 100644 arch/powerpc/configs/MPC832XEMDS_SLAVE_defconfig
create mode 100644 arch/powerpc/configs/MPC832XEMDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8349EMDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8349ITXGP_defconfig
create mode 100644 arch/powerpc/configs/MPC8349ITX_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/MPC8349ITX_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_33_ATM_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_33_HOST_33_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_33_HOST_66_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_33_SLAVE_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_33_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_66_ATM_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_66_HOST_33_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_66_HOST_66_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_66_SLAVE_defconfig
create mode 100644 arch/powerpc/configs/MPC8360EMDS_66_defconfig
create mode 100644 arch/powerpc/configs/MPC8360ERDK_33_defconfig
create mode 100644 arch/powerpc/configs/MPC8360ERDK_defconfig
create mode 100644 arch/powerpc/configs/MPC837XEMDS_HOST_defconfig
create mode 100644 arch/powerpc/configs/MPC837XEMDS_defconfig
create mode 100644 arch/powerpc/configs/MPC837XERDB_defconfig
create mode 100644 arch/powerpc/configs/MPC8536DS_36BIT_defconfig
create mode 100644 arch/powerpc/configs/MPC8536DS_NAND_defconfig
create mode 100644 arch/powerpc/configs/MPC8536DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/MPC8536DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/MPC8536DS_defconfig
create mode 100644 arch/powerpc/configs/MPC8540ADS_defconfig
create mode 100644 arch/powerpc/configs/MPC8541CDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8541CDS_legacy_defconfig
create mode 100644 arch/powerpc/configs/MPC8544DS_defconfig
create mode 100644 arch/powerpc/configs/MPC8548CDS_36BIT_defconfig
create mode 100644 arch/powerpc/configs/MPC8548CDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8548CDS_legacy_defconfig
create mode 100644 arch/powerpc/configs/MPC8555CDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8555CDS_legacy_defconfig
create mode 100644 arch/powerpc/configs/MPC8560ADS_defconfig
create mode 100644 arch/powerpc/configs/MPC8568MDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8569MDS_ATM_defconfig
create mode 100644 arch/powerpc/configs/MPC8569MDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/MPC8569MDS_defconfig
create mode 100644 arch/powerpc/configs/MPC8572DS_36BIT_defconfig
create mode 100644 arch/powerpc/configs/MPC8572DS_NAND_defconfig
create mode 100644 arch/powerpc/configs/MPC8572DS_defconfig
create mode 100644 arch/powerpc/configs/MPC8610HPCD_defconfig
create mode 100644 arch/powerpc/configs/MPC8641HPCN_36BIT_defconfig
create mode 100644 arch/powerpc/configs/MPC8641HPCN_defconfig
create mode 100644 arch/powerpc/configs/MPC86xADS_defconfig
create mode 100644 arch/powerpc/configs/MPC885ADS_defconfig
create mode 100644 arch/powerpc/configs/MUSENKI_defconfig
create mode 100644 arch/powerpc/configs/MVBC_P_defconfig
create mode 100644 arch/powerpc/configs/MVBLM7_defconfig
create mode 100644 arch/powerpc/configs/MVBLUE_defconfig
create mode 100644 arch/powerpc/configs/MVSMR_defconfig
create mode 100644 arch/powerpc/configs/MiniFAP_defconfig
create mode 100644 arch/powerpc/configs/NETPHONE_V2_defconfig
create mode 100644 arch/powerpc/configs/NETPHONE_defconfig
create mode 100644 arch/powerpc/configs/NETTA2_V2_defconfig
create mode 100644 arch/powerpc/configs/NETTA2_defconfig
create mode 100644 arch/powerpc/configs/NETTA_6412_SWAPHOOK_defconfig
create mode 100644 arch/powerpc/configs/NETTA_6412_defconfig
create mode 100644 arch/powerpc/configs/NETTA_ISDN_6412_SWAPHOOK_defconfig
create mode 100644 arch/powerpc/configs/NETTA_ISDN_6412_defconfig
create mode 100644 arch/powerpc/configs/NETTA_ISDN_SWAPHOOK_defconfig
create mode 100644 arch/powerpc/configs/NETTA_ISDN_defconfig
create mode 100644 arch/powerpc/configs/NETTA_SWAPHOOK_defconfig
create mode 100644 arch/powerpc/configs/NETTA_defconfig
create mode 100644 arch/powerpc/configs/NETVIA_V2_defconfig
create mode 100644 arch/powerpc/configs/NETVIA_defconfig
create mode 100644 arch/powerpc/configs/NSCU_defconfig
create mode 100644 arch/powerpc/configs/O2D300_defconfig
create mode 100644 arch/powerpc/configs/O2DNT2_RAMBOOT_defconfig
create mode 100644 arch/powerpc/configs/O2DNT2_defconfig
create mode 100644 arch/powerpc/configs/O2D_defconfig
create mode 100644 arch/powerpc/configs/O2I_defconfig
create mode 100644 arch/powerpc/configs/O2MNT_O2M110_defconfig
create mode 100644 arch/powerpc/configs/O2MNT_O2M112_defconfig
create mode 100644 arch/powerpc/configs/O2MNT_O2M113_defconfig
create mode 100644 arch/powerpc/configs/O2MNT_defconfig
create mode 100644 arch/powerpc/configs/O3DNT_defconfig
create mode 100644 arch/powerpc/configs/OCRTC_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_NAND_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_NOR_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_NAND_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_NOR_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_NOR_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PA_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_NOR_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_NAND_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_NOR_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_NOR_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig
create mode 100644 arch/powerpc/configs/P1010RDB-PB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1011RDB_defconfig
create mode 100644 arch/powerpc/configs/P1020MBG-PC_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020MBG-PC_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1020MBG-PC_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020MBG-PC_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_36BIT_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PC_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PD_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PD_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PD_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB-PD_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1020RDB_defconfig
create mode 100644 arch/powerpc/configs/P1020UTM-PC_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020UTM-PC_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1020UTM-PC_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1020UTM-PC_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_36BIT_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1021RDB-PC_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_36BIT_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1022DS_defconfig
create mode 100644 arch/powerpc/configs/P1023RDB_defconfig
create mode 100644 arch/powerpc/configs/P1023RDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1023RDS_defconfig
create mode 100644 arch/powerpc/configs/P1024RDB_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1024RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1024RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1024RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1024RDB_defconfig
create mode 100644 arch/powerpc/configs/P1025RDB_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P1025RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P1025RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P1025RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P1025RDB_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2010RDB_defconfig
create mode 100644 arch/powerpc/configs/P2020COME_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2020COME_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2020DS_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P2020DS_DDR2_defconfig
create mode 100644 arch/powerpc/configs/P2020DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2020DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2020DS_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_36BIT_NAND_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_NAND_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB-PC_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_36BIT_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_36BIT_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2020RDB_defconfig
create mode 100644 arch/powerpc/configs/P2041RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/P2041RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P2041RDB_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P2041RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P2041RDB_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P2041RDB_defconfig
create mode 100644 arch/powerpc/configs/P3041DS_NAND_defconfig
create mode 100644 arch/powerpc/configs/P3041DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P3041DS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P3041DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P3041DS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P3041DS_defconfig
create mode 100644 arch/powerpc/configs/P3G4_defconfig
create mode 100644 arch/powerpc/configs/P4080DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P4080DS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P4080DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P4080DS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P4080DS_defconfig
create mode 100644 arch/powerpc/configs/P5020DS_NAND_defconfig
create mode 100644 arch/powerpc/configs/P5020DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P5020DS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P5020DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P5020DS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/P5020DS_defconfig
create mode 100644 arch/powerpc/configs/P5040DS_NAND_defconfig
create mode 100644 arch/powerpc/configs/P5040DS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/P5040DS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/P5040DS_defconfig
create mode 100644 arch/powerpc/configs/PATI_defconfig
create mode 100644 arch/powerpc/configs/PCI405_defconfig
create mode 100644 arch/powerpc/configs/PIP405_defconfig
create mode 100644 arch/powerpc/configs/PLU405_defconfig
create mode 100644 arch/powerpc/configs/PM520_DDR_defconfig
create mode 100644 arch/powerpc/configs/PM520_ROMBOOT_DDR_defconfig
create mode 100644 arch/powerpc/configs/PM520_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/PM520_defconfig
create mode 100644 arch/powerpc/configs/PM825_BIGFLASH_defconfig
create mode 100644 arch/powerpc/configs/PM825_ROMBOOT_BIGFLASH_defconfig
create mode 100644 arch/powerpc/configs/PM825_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/PM825_defconfig
create mode 100644 arch/powerpc/configs/PM826_BIGFLASH_defconfig
create mode 100644 arch/powerpc/configs/PM826_ROMBOOT_BIGFLASH_defconfig
create mode 100644 arch/powerpc/configs/PM826_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/PM826_defconfig
create mode 100644 arch/powerpc/configs/PM828_PCI_defconfig
create mode 100644 arch/powerpc/configs/PM828_ROMBOOT_PCI_defconfig
create mode 100644 arch/powerpc/configs/PM828_ROMBOOT_defconfig
create mode 100644 arch/powerpc/configs/PM828_defconfig
create mode 100644 arch/powerpc/configs/PMC405DE_defconfig
create mode 100644 arch/powerpc/configs/PMC405_defconfig
create mode 100644 arch/powerpc/configs/PMC440_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_BA_25_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_BA_33_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_HI_25_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_HI_33_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_ME_25_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_ME_33_defconfig
create mode 100644 arch/powerpc/configs/PPChameleonEVB_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS-VR_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS-VR_lowboot_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS-ZU_66MHz_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS-ZU_66MHz_lowboot_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS-ZU_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS-ZU_lowboot_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS_defconfig
create mode 100644 arch/powerpc/configs/PQ2FADS_lowboot_defconfig
create mode 100644 arch/powerpc/configs/QS823_defconfig
create mode 100644 arch/powerpc/configs/QS850_defconfig
create mode 100644 arch/powerpc/configs/QS860T_defconfig
create mode 100644 arch/powerpc/configs/R360MPI_defconfig
create mode 100644 arch/powerpc/configs/RBC823_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_64_LCD_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_64_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_LCD_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_NVRAM_64_LCD_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_NVRAM_64_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_NVRAM_LCD_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_NVRAM_defconfig
create mode 100644 arch/powerpc/configs/RPXlite_DW_defconfig
create mode 100644 arch/powerpc/configs/RRvision_LCD_defconfig
create mode 100644 arch/powerpc/configs/RRvision_defconfig
create mode 100644 arch/powerpc/configs/Rattler8248_defconfig
create mode 100644 arch/powerpc/configs/Rattler_defconfig
create mode 100644 arch/powerpc/configs/SIMPC8313_LP_defconfig
create mode 100644 arch/powerpc/configs/SIMPC8313_SP_defconfig
create mode 100644 arch/powerpc/configs/SM850_defconfig
create mode 100644 arch/powerpc/configs/SPD823TS_defconfig
create mode 100644 arch/powerpc/configs/SXNI855T_defconfig
create mode 100644 arch/powerpc/configs/Sandpoint8240_defconfig
create mode 100644 arch/powerpc/configs/Sandpoint8245_defconfig
create mode 100644 arch/powerpc/configs/T1040QDS_D4_defconfig
create mode 100644 arch/powerpc/configs/T1040QDS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T1040QDS_defconfig
create mode 100644 arch/powerpc/configs/T1040RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/T1040RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T1040RDB_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T1040RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T1040RDB_defconfig
create mode 100644 arch/powerpc/configs/T1042RDB_PI_NAND_defconfig
create mode 100644 arch/powerpc/configs/T1042RDB_PI_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T1042RDB_PI_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T1042RDB_PI_defconfig
create mode 100644 arch/powerpc/configs/T2080QDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/T2080QDS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T2080QDS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T2080QDS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T2080QDS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T2080QDS_defconfig
create mode 100644 arch/powerpc/configs/T2080RDB_NAND_defconfig
create mode 100644 arch/powerpc/configs/T2080RDB_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T2080RDB_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T2080RDB_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T2080RDB_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T2080RDB_defconfig
create mode 100644 arch/powerpc/configs/T2081QDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/T2081QDS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T2081QDS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T2081QDS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T2081QDS_defconfig
create mode 100644 arch/powerpc/configs/T4160QDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/T4160QDS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T4160QDS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T4160QDS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T4160QDS_defconfig
create mode 100644 arch/powerpc/configs/T4160RDB_defconfig
create mode 100644 arch/powerpc/configs/T4240EMU_defconfig
create mode 100644 arch/powerpc/configs/T4240QDS_NAND_defconfig
create mode 100644 arch/powerpc/configs/T4240QDS_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/T4240QDS_SECURE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T4240QDS_SPIFLASH_defconfig
create mode 100644 arch/powerpc/configs/T4240QDS_SRIO_PCIE_BOOT_defconfig
create mode 100644 arch/powerpc/configs/T4240QDS_defconfig
create mode 100644 arch/powerpc/configs/T4240RDB_defconfig
create mode 100644 arch/powerpc/configs/TB5200_B_defconfig
create mode 100644 arch/powerpc/configs/TB5200_defconfig
create mode 100644 arch/powerpc/configs/TK885D_defconfig
create mode 100644 arch/powerpc/configs/TOP5200_defconfig
create mode 100644 arch/powerpc/configs/TOP860_defconfig
create mode 100644 arch/powerpc/configs/TQM5200S_HIGHBOOT_defconfig
create mode 100644 arch/powerpc/configs/TQM5200S_defconfig
create mode 100644 arch/powerpc/configs/TQM5200_B_HIGHBOOT_defconfig
create mode 100644 arch/powerpc/configs/TQM5200_B_defconfig
create mode 100644 arch/powerpc/configs/TQM5200_STK100_defconfig
create mode 100644 arch/powerpc/configs/TQM5200_defconfig
create mode 100644 arch/powerpc/configs/TQM823L_LCD_defconfig
create mode 100644 arch/powerpc/configs/TQM823L_defconfig
create mode 100644 arch/powerpc/configs/TQM823M_defconfig
create mode 100644 arch/powerpc/configs/TQM8255_AA_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AA_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AB_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AC_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AD_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AE_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AF_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AG_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AH_defconfig
create mode 100644 arch/powerpc/configs/TQM8260_AI_defconfig
create mode 100644 arch/powerpc/configs/TQM8265_AA_defconfig
create mode 100644 arch/powerpc/configs/TQM8272_defconfig
create mode 100644 arch/powerpc/configs/TQM834x_defconfig
create mode 100644 arch/powerpc/configs/TQM850L_defconfig
create mode 100644 arch/powerpc/configs/TQM850M_defconfig
create mode 100644 arch/powerpc/configs/TQM855L_defconfig
create mode 100644 arch/powerpc/configs/TQM855M_defconfig
create mode 100644 arch/powerpc/configs/TQM860L_defconfig
create mode 100644 arch/powerpc/configs/TQM860M_defconfig
create mode 100644 arch/powerpc/configs/TQM862L_defconfig
create mode 100644 arch/powerpc/configs/TQM862M_defconfig
create mode 100644 arch/powerpc/configs/TQM866M_defconfig
create mode 100644 arch/powerpc/configs/TQM885D_defconfig
create mode 100644 arch/powerpc/configs/TTTech_defconfig
create mode 100644 arch/powerpc/configs/TWR-P1025_defconfig
create mode 100644 arch/powerpc/configs/Total5200_Rev2_defconfig
create mode 100644 arch/powerpc/configs/Total5200_Rev2_lowboot_defconfig
create mode 100644 arch/powerpc/configs/Total5200_defconfig
create mode 100644 arch/powerpc/configs/Total5200_lowboot_defconfig
create mode 100644 arch/powerpc/configs/VOH405_defconfig
create mode 100644 arch/powerpc/configs/VOM405_defconfig
create mode 100644 arch/powerpc/configs/VoVPN-GW_66MHz_defconfig
create mode 100644 arch/powerpc/configs/W7OLMC_defconfig
create mode 100644 arch/powerpc/configs/W7OLMG_defconfig
create mode 100644 arch/powerpc/configs/WUH405_defconfig
create mode 100644 arch/powerpc/configs/ZPC1900_defconfig
create mode 100644 arch/powerpc/configs/ZUMA_defconfig
create mode 100644 arch/powerpc/configs/a3m071_defconfig
create mode 100644 arch/powerpc/configs/a4m072_defconfig
create mode 100644 arch/powerpc/configs/a4m2k_defconfig
create mode 100644 arch/powerpc/configs/ac14xx_defconfig
create mode 100644 arch/powerpc/configs/acadia_defconfig
create mode 100644 arch/powerpc/configs/aev_defconfig
create mode 100644 arch/powerpc/configs/alpr_defconfig
create mode 100644 arch/powerpc/configs/arches_defconfig
create mode 100644 arch/powerpc/configs/aria_defconfig
create mode 100644 arch/powerpc/configs/atc_defconfig
create mode 100644 arch/powerpc/configs/bamboo_defconfig
create mode 100644 arch/powerpc/configs/bluestone_defconfig
create mode 100644 arch/powerpc/configs/bubinga_defconfig
create mode 100644 arch/powerpc/configs/caddy2_defconfig
create mode 100644 arch/powerpc/configs/cam5200_defconfig
create mode 100644 arch/powerpc/configs/cam5200_niosflash_defconfig
create mode 100644 arch/powerpc/configs/canmb_defconfig
create mode 100644 arch/powerpc/configs/canyonlands_defconfig
create mode 100644 arch/powerpc/configs/charon_defconfig
create mode 100644 arch/powerpc/configs/cm5200_defconfig
create mode 100644 arch/powerpc/configs/cmi_mpc5xx_defconfig
create mode 100644 arch/powerpc/configs/cogent_mpc8260_defconfig
create mode 100644 arch/powerpc/configs/cogent_mpc8xx_defconfig
create mode 100644 arch/powerpc/configs/controlcenterd_36BIT_SDCARD_DEVELOP_defconfig
create mode 100644 arch/powerpc/configs/controlcenterd_36BIT_SDCARD_defconfig
create mode 100644 arch/powerpc/configs/controlcenterd_TRAILBLAZER_DEVELOP_defconfig
create mode 100644 arch/powerpc/configs/controlcenterd_TRAILBLAZER_defconfig
create mode 100644 arch/powerpc/configs/cpci5200_defconfig
create mode 100644 arch/powerpc/configs/csb272_defconfig
create mode 100644 arch/powerpc/configs/csb472_defconfig
create mode 100644 arch/powerpc/configs/debris_defconfig
create mode 100644 arch/powerpc/configs/devconcenter_defconfig
create mode 100644 arch/powerpc/configs/digsy_mtc_RAMBOOT_defconfig
create mode 100644 arch/powerpc/configs/digsy_mtc_defconfig
create mode 100644 arch/powerpc/configs/digsy_mtc_rev5_RAMBOOT_defconfig
create mode 100644 arch/powerpc/configs/digsy_mtc_rev5_defconfig
create mode 100644 arch/powerpc/configs/dlvision-10g_defconfig
create mode 100644 arch/powerpc/configs/dlvision_defconfig
create mode 100644 arch/powerpc/configs/eXalion_defconfig
create mode 100644 arch/powerpc/configs/ebony_defconfig
create mode 100644 arch/powerpc/configs/ep8248_defconfig
create mode 100644 arch/powerpc/configs/ep8260_defconfig
create mode 100644 arch/powerpc/configs/ep82xxm_defconfig
create mode 100644 arch/powerpc/configs/fo300_defconfig
create mode 100644 arch/powerpc/configs/fx12mm_defconfig
create mode 100644 arch/powerpc/configs/fx12mm_flash_defconfig
create mode 100644 arch/powerpc/configs/galaxy5200_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/galaxy5200_defconfig
create mode 100644 arch/powerpc/configs/gdppc440etx_defconfig
create mode 100644 arch/powerpc/configs/glacier_defconfig
create mode 100644 arch/powerpc/configs/gw8260_defconfig
create mode 100644 arch/powerpc/configs/haleakala_defconfig
create mode 100644 arch/powerpc/configs/hermes_defconfig
create mode 100644 arch/powerpc/configs/hmi1001_defconfig
create mode 100644 arch/powerpc/configs/hymod_defconfig
create mode 100644 arch/powerpc/configs/icecube_5200_DDR_LOWBOOT08_defconfig
create mode 100644 arch/powerpc/configs/icecube_5200_DDR_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/icecube_5200_DDR_defconfig
create mode 100644 arch/powerpc/configs/icecube_5200_LOWBOOT08_defconfig
create mode 100644 arch/powerpc/configs/icecube_5200_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/icecube_5200_defconfig
create mode 100644 arch/powerpc/configs/icon_defconfig
create mode 100644 arch/powerpc/configs/ids8313_defconfig
create mode 100644 arch/powerpc/configs/inka4x0_defconfig
create mode 100644 arch/powerpc/configs/intip_defconfig
create mode 100644 arch/powerpc/configs/io64_defconfig
create mode 100644 arch/powerpc/configs/io_defconfig
create mode 100644 arch/powerpc/configs/iocon_defconfig
create mode 100644 arch/powerpc/configs/ipek01_defconfig
create mode 100644 arch/powerpc/configs/jupiter_defconfig
create mode 100644 arch/powerpc/configs/katmai_defconfig
create mode 100644 arch/powerpc/configs/kilauea_defconfig
create mode 100644 arch/powerpc/configs/kmcoge4_defconfig
create mode 100644 arch/powerpc/configs/kmcoge5ne_defconfig
create mode 100644 arch/powerpc/configs/kmeter1_defconfig
create mode 100644 arch/powerpc/configs/kmlion1_defconfig
create mode 100644 arch/powerpc/configs/kmopti2_defconfig
create mode 100644 arch/powerpc/configs/kmsupx5_defconfig
create mode 100644 arch/powerpc/configs/kmvect1_defconfig
create mode 100644 arch/powerpc/configs/korat_defconfig
create mode 100644 arch/powerpc/configs/korat_perm_defconfig
create mode 100644 arch/powerpc/configs/kvme080_defconfig
create mode 100644 arch/powerpc/configs/lcd4_lwmon5_defconfig
create mode 100644 arch/powerpc/configs/lite5200b_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/lite5200b_PM_defconfig
create mode 100644 arch/powerpc/configs/lite5200b_defconfig
create mode 100644 arch/powerpc/configs/luan_defconfig
create mode 100644 arch/powerpc/configs/lwmon5_defconfig
create mode 100644 arch/powerpc/configs/lwmon_defconfig
create mode 100644 arch/powerpc/configs/makalu_defconfig
create mode 100644 arch/powerpc/configs/mcc200_COM12_SDRAM_defconfig
create mode 100644 arch/powerpc/configs/mcc200_COM12_defconfig
create mode 100644 arch/powerpc/configs/mcc200_COM12_highboot_SDRAM_defconfig
create mode 100644 arch/powerpc/configs/mcc200_COM12_highboot_defconfig
create mode 100644 arch/powerpc/configs/mcc200_SDRAM_defconfig
create mode 100644 arch/powerpc/configs/mcc200_defconfig
create mode 100644 arch/powerpc/configs/mcc200_highboot_SDRAM_defconfig
create mode 100644 arch/powerpc/configs/mcc200_highboot_defconfig
create mode 100644 arch/powerpc/configs/mecp5123_defconfig
create mode 100644 arch/powerpc/configs/mecp5200_defconfig
create mode 100644 arch/powerpc/configs/mgcoge3ne_defconfig
create mode 100644 arch/powerpc/configs/mgcoge_defconfig
create mode 100644 arch/powerpc/configs/ml507_defconfig
create mode 100644 arch/powerpc/configs/ml507_flash_defconfig
create mode 100644 arch/powerpc/configs/motionpro_defconfig
create mode 100644 arch/powerpc/configs/mpc5121ads_defconfig
create mode 100644 arch/powerpc/configs/mpc5121ads_rev2_defconfig
create mode 100644 arch/powerpc/configs/mpc7448hpc2_defconfig
create mode 100644 arch/powerpc/configs/mpc8308_p1m_defconfig
create mode 100644 arch/powerpc/configs/muas3001_defconfig
create mode 100644 arch/powerpc/configs/muas3001_dev_defconfig
create mode 100644 arch/powerpc/configs/mucmc52_defconfig
create mode 100644 arch/powerpc/configs/munices_defconfig
create mode 100644 arch/powerpc/configs/neo_defconfig
create mode 100644 arch/powerpc/configs/ocotea_defconfig
create mode 100644 arch/powerpc/configs/p3m7448_defconfig
create mode 100644 arch/powerpc/configs/p3m750_defconfig
create mode 100644 arch/powerpc/configs/p3p440_defconfig
create mode 100644 arch/powerpc/configs/pcm030_LOWBOOT_defconfig
create mode 100644 arch/powerpc/configs/pcm030_defconfig
create mode 100644 arch/powerpc/configs/pcs440ep_defconfig
create mode 100644 arch/powerpc/configs/pdm360ng_defconfig
create mode 100644 arch/powerpc/configs/pf5200_defconfig
create mode 100644 arch/powerpc/configs/ppmc7xx_defconfig
create mode 100644 arch/powerpc/configs/ppmc8260_defconfig
create mode 100644 arch/powerpc/configs/prs200_DDR_defconfig
create mode 100644 arch/powerpc/configs/prs200_defconfig
create mode 100644 arch/powerpc/configs/prs200_highboot_DDR_defconfig
create mode 100644 arch/powerpc/configs/prs200_highboot_defconfig
create mode 100644 arch/powerpc/configs/qemu-ppce500_defconfig
create mode 100644 arch/powerpc/configs/quad100hd_defconfig
create mode 100644 arch/powerpc/configs/quantum_defconfig
create mode 100644 arch/powerpc/configs/rainier_defconfig
create mode 100644 arch/powerpc/configs/rainier_ramboot_defconfig
create mode 100644 arch/powerpc/configs/redwood_defconfig
create mode 100644 arch/powerpc/configs/sacsng_defconfig
create mode 100644 arch/powerpc/configs/sbc405_defconfig
create mode 100644 arch/powerpc/configs/sbc8349_PCI_33_defconfig
create mode 100644 arch/powerpc/configs/sbc8349_PCI_66_defconfig
create mode 100644 arch/powerpc/configs/sbc8349_defconfig
create mode 100644 arch/powerpc/configs/sbc8548_PCI_33_PCIE_defconfig
create mode 100644 arch/powerpc/configs/sbc8548_PCI_33_defconfig
create mode 100644 arch/powerpc/configs/sbc8548_PCI_66_PCIE_defconfig
create mode 100644 arch/powerpc/configs/sbc8548_PCI_66_defconfig
create mode 100644 arch/powerpc/configs/sbc8548_defconfig
create mode 100644 arch/powerpc/configs/sbc8641d_defconfig
create mode 100644 arch/powerpc/configs/sc3_defconfig
create mode 100644 arch/powerpc/configs/sequoia_defconfig
create mode 100644 arch/powerpc/configs/sequoia_ramboot_defconfig
create mode 100644 arch/powerpc/configs/socrates_defconfig
create mode 100644 arch/powerpc/configs/spc1920_defconfig
create mode 100644 arch/powerpc/configs/stxgp3_defconfig
create mode 100644 arch/powerpc/configs/stxssa_4M_defconfig
create mode 100644 arch/powerpc/configs/stxssa_defconfig
create mode 100644 arch/powerpc/configs/stxxtc_defconfig
create mode 100644 arch/powerpc/configs/suvd3_defconfig
create mode 100644 arch/powerpc/configs/svm_sc8xx_defconfig
create mode 100644 arch/powerpc/configs/sycamore_defconfig
create mode 100644 arch/powerpc/configs/t3corp_defconfig
create mode 100644 arch/powerpc/configs/taihu_defconfig
create mode 100644 arch/powerpc/configs/taishan_defconfig
create mode 100644 arch/powerpc/configs/tuge1_defconfig
create mode 100644 arch/powerpc/configs/tuxx1_defconfig
create mode 100644 arch/powerpc/configs/uc100_defconfig
create mode 100644 arch/powerpc/configs/uc101_defconfig
create mode 100644 arch/powerpc/configs/utx8245_defconfig
create mode 100644 arch/powerpc/configs/v37_defconfig
create mode 100644 arch/powerpc/configs/v38b_defconfig
create mode 100644 arch/powerpc/configs/v5fx30teval_defconfig
create mode 100644 arch/powerpc/configs/v5fx30teval_flash_defconfig
create mode 100644 arch/powerpc/configs/ve8313_defconfig
create mode 100644 arch/powerpc/configs/virtlab2_defconfig
create mode 100644 arch/powerpc/configs/vme8349_defconfig
create mode 100644 arch/powerpc/configs/walnut_defconfig
create mode 100644 arch/powerpc/configs/wtk_defconfig
create mode 100644 arch/powerpc/configs/xilinx-ppc405-generic_defconfig
create mode 100644 arch/powerpc/configs/xilinx-ppc405-generic_flash_defconfig
create mode 100644 arch/powerpc/configs/xilinx-ppc440-generic_defconfig
create mode 100644 arch/powerpc/configs/xilinx-ppc440-generic_flash_defconfig
create mode 100644 arch/powerpc/configs/xpedite1000_defconfig
create mode 100644 arch/powerpc/configs/xpedite517x_defconfig
create mode 100644 arch/powerpc/configs/xpedite520x_defconfig
create mode 100644 arch/powerpc/configs/xpedite537x_defconfig
create mode 100644 arch/powerpc/configs/xpedite550x_defconfig
create mode 100644 arch/powerpc/configs/yellowstone_defconfig
create mode 100644 arch/powerpc/configs/yosemite_defconfig
create mode 100644 arch/powerpc/configs/yucca_defconfig
create mode 100644 arch/powerpc/configs/zeus_defconfig
create mode 100644 arch/sandbox/Kconfig
create mode 100644 arch/sandbox/configs/sandbox_defconfig
create mode 100644 arch/sh/Kconfig
create mode 100644 arch/sh/configs/MigoR_defconfig
create mode 100644 arch/sh/configs/ap325rxa_defconfig
create mode 100644 arch/sh/configs/ap_sh4a_4a_defconfig
create mode 100644 arch/sh/configs/ecovec_defconfig
create mode 100644 arch/sh/configs/espt_defconfig
create mode 100644 arch/sh/configs/mpr2_defconfig
create mode 100644 arch/sh/configs/ms7720se_defconfig
create mode 100644 arch/sh/configs/ms7722se_defconfig
create mode 100644 arch/sh/configs/ms7750se_defconfig
create mode 100644 arch/sh/configs/r0p7734_defconfig
create mode 100644 arch/sh/configs/r2dplus_defconfig
create mode 100644 arch/sh/configs/r7780mp_defconfig
create mode 100644 arch/sh/configs/rsk7203_defconfig
create mode 100644 arch/sh/configs/rsk7264_defconfig
create mode 100644 arch/sh/configs/rsk7269_defconfig
create mode 100644 arch/sh/configs/sh7752evb_defconfig
create mode 100644 arch/sh/configs/sh7753evb_defconfig
create mode 100644 arch/sh/configs/sh7757lcr_defconfig
create mode 100644 arch/sh/configs/sh7763rdp_defconfig
create mode 100644 arch/sh/configs/sh7785lcr_32bit_defconfig
create mode 100644 arch/sh/configs/sh7785lcr_defconfig
create mode 100644 arch/sh/configs/shmin_defconfig
create mode 100644 arch/sparc/Kconfig
create mode 100644 arch/sparc/configs/gr_cpci_ax2000_defconfig
create mode 100644 arch/sparc/configs/gr_ep2s60_defconfig
create mode 100644 arch/sparc/configs/gr_xc3s_1500_defconfig
create mode 100644 arch/sparc/configs/grsim_defconfig
create mode 100644 arch/sparc/configs/grsim_leon2_defconfig
create mode 100644 arch/x86/Kconfig
create mode 100644 arch/x86/configs/coreboot-x86_defconfig
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/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/cm_t54/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/embest/mx6boards/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/qemu-ppce500/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/t4rdb/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/gumstix/duovero/Kconfig
create mode 100644 board/gumstix/pepper/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/ids/ids8247/Kconfig
create mode 100644 board/ids/ids8313/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/jetson-tk1/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/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/draco/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/k2hk_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 include/linux/kconfig.h
delete mode 100755 mkconfig
create mode 100644 scripts/Makefile.autoconf
create mode 100644 scripts/kconfig/.gitignore
create mode 100644 scripts/kconfig/Makefile
create mode 100644 scripts/kconfig/POTFILES.in
create mode 100755 scripts/kconfig/check.sh
create mode 100644 scripts/kconfig/conf.c
create mode 100644 scripts/kconfig/confdata.c
create mode 100644 scripts/kconfig/expr.c
create mode 100644 scripts/kconfig/expr.h
create mode 100644 scripts/kconfig/gconf.c
create mode 100644 scripts/kconfig/gconf.glade
create mode 100644 scripts/kconfig/images.c
create mode 100644 scripts/kconfig/kxgettext.c
create mode 100644 scripts/kconfig/list.h
create mode 100644 scripts/kconfig/lkc.h
create mode 100644 scripts/kconfig/lkc_proto.h
create mode 100644 scripts/kconfig/lxdialog/.gitignore
create mode 100644 scripts/kconfig/lxdialog/BIG.FAT.WARNING
create mode 100644 scripts/kconfig/lxdialog/check-lxdialog.sh
create mode 100644 scripts/kconfig/lxdialog/checklist.c
create mode 100644 scripts/kconfig/lxdialog/dialog.h
create mode 100644 scripts/kconfig/lxdialog/inputbox.c
create mode 100644 scripts/kconfig/lxdialog/menubox.c
create mode 100644 scripts/kconfig/lxdialog/textbox.c
create mode 100644 scripts/kconfig/lxdialog/util.c
create mode 100644 scripts/kconfig/lxdialog/yesno.c
create mode 100644 scripts/kconfig/mconf.c
create mode 100644 scripts/kconfig/menu.c
create mode 100755 scripts/kconfig/merge_config.sh
create mode 100644 scripts/kconfig/nconf.c
create mode 100644 scripts/kconfig/nconf.gui.c
create mode 100644 scripts/kconfig/nconf.h
create mode 100644 scripts/kconfig/qconf.cc
create mode 100644 scripts/kconfig/qconf.h
create mode 100644 scripts/kconfig/streamline_config.pl
create mode 100644 scripts/kconfig/symbol.c
create mode 100644 scripts/kconfig/util.c
create mode 100644 scripts/kconfig/zconf.gperf
create mode 100644 scripts/kconfig/zconf.hash.c_shipped
create mode 100644 scripts/kconfig/zconf.l
create mode 100644 scripts/kconfig/zconf.lex.c_shipped
create mode 100644 scripts/kconfig/zconf.tab.c_shipped
create mode 100644 scripts/kconfig/zconf.y
create mode 100644 scripts/silentoldconfig.sh
create mode 100755 tools/genkconfig
create mode 100755 tools/print_allconfigs
--
1.9.1
1
14
This series introduces Kconfig.
Besides Linux Kernel, Kconfig is used in some projects,
such as, BusyBox, Buildroot.
But our situation is a little more complicated.
For one board, we need to generate 3 images at most:
Full image, SPL and TPL.
In the previous version, each image has its own defconfig.
For example, C29XPCIE_NAND board has:
- configs/C29XPCIE_NAND_defconfig (For full U-boot)
- configs/spl/C29XPCIE_NAND_defconfig (For SPL)
- configs/tpl/C29XPCIE_NAND_defconfig (For TPL)
Pros for this approach are:
(1) Maximum flexibility
Each binary image can be configured independently.
(2) More generic approach to each image
ifdef CONFIG_SPL_BUILD is already sprinkled everywhere in C sources
and makefiles. By treating full image, SPL and TPL as
generic cases, we could clean-up the code.
Cons are:
(1) Multiple configuration
"make config/menuconfig" must be invoked multiple times.
This is painful.
(2) Duplicated CONFIG macros
Some macros such as CONFIG_ARM=y are defined in
all of the three defconfigs. This seems stupid.
In this version, contrast to v1, I tried to port Kconfig
in a totally different way:
Full image, SPL and TPL share a single defconfig.
Only one ".config" file is created by "make defconfig" based on
configs/<board_name>_defconfig.
But the next step is special.
Multiple auto.conf is generated by "make silentoldconfig" from a
single .config.
- include/config/auto.config (for Full image)
- spl/include/config/auto.config (for SPL)
- tpl/include/config/auto.config (for TPL)
This approach loses flexibility to some extent.
But in return, we get one-shot configuration and a single defconfig.
How does it work?
-----------------
Case 1. Boolean macros only for Full U-Boot image
Some macros make sense only in the full U-boot image.
For example, CONFIG_SYS_HUSH_PARSER.
In such a case, We can describe it as follows:
config CONFIG_SYS_HUSH_PARSER
bool "Hush perser"
depends on !SPL_BUILD
CONFIG_SYS_HUSH_PARSER will appear in
include/config/auto.conf but be concealed in
{spl,tpl}/include/config/auto.conf
because CONFIG_SPL_BUILD is only defined in SPL and TPL build.
Case 2. Boolean macros which might be used in SPL too
Most boards enable serial only in the full image.
But some boards use it in SPL image too.
In such a case, CONFIG_SPL_SERIAL_SUPPORT should be defined.
You can see many configs prefixed with CONFIG_SPL_ in spl/Makefile
Now CONFIG_OF_CONTROL is supported only in the full image.
If we want to expand it to SPL, we will have to prepare a new
option, CONFIG_SPL_OF_CONTROL.
Case 3. Hex or integer values
In this case, we must define different macros.
For example, include/configs/C29XPCIE.h defines CONFIG_SPL_TEXT_BASE
like this:
#ifdef CONFIG_TPL_BUILD
#define CONFIG_SPL_TEXT_BASE 0xf8f81000
#elif defined(CONFIG_SPL_BUILD)
#define CONFIG_SPL_TEXT_BASE 0xff800000
#endif
But defconfig cannot use conditionals.
We have to rename the former CONFIG_SPL_TEXT_BASE
to CONFIG_TPL_TEXT_BASE.
CONFIG_SPL_TEXT_BASE=0xff800000
CONFIG_TPL_TEXT_BASE=0xf8f81000
Comments are welcome
--------------------
This series is really exmperimental.
When I was writing this patch set, I started wondering,
"Does this approach really work?"
I think it would be very painful to duplicate many config macros
for SPL and TPL.
Build Test
----------
I built all boards excepts some already broken ones.
I also checked MD5SUM of output binaries for all of them.
I believe this series should not break any boards.
But if you notice something got broken, please let me know.
Besides, I confirmed out-of-tree build, parallel build (-j make option)
works correctly.
How to apply this series
------------------------
I confirmed this series can be applied on commit 9665fa8f.
Masahiro Yamada (14):
kconfig: import Kconfig files from Linux v3.15-rc7
Do not apply: tools: add genkconfig
kconfig: add board Kconfig and defconfig files
kconfig: add basic Kconfig files
include: define CONFIG_SPL and CONFIG_TPL as 1
kconfig: switch to Kconfig
MAKEALL: adjust for Kconfig
buildman: adjust for Kconfig
kconfig: delete redundant CONFIG_${ARCH} definition
kbuild: remove CONFIG_SPL/CONFIG_TPL definition in config headers
kconfig: remove old script
build: split CONFIG_SPL_TEXT_BASE into two different macros
kconfig: move CONFIG_{SPL,TPL}_TEXT_BASE to Kconfig
build: remove CONFIG_{SPL,TPL}_TEXT_BASE from config headers
.gitignore | 2 -
Kconfig | 53 +
MAKEALL | 6 +-
Makefile | 114 +-
arch/Kconfig | 66 +
arch/arc/Kconfig | 25 +
arch/arc/config.mk | 2 +-
arch/arm/Kconfig | 1364 +++++++++++
arch/arm/config.mk | 2 +-
arch/avr32/Kconfig | 51 +
arch/avr32/config.mk | 1 -
arch/blackfin/Kconfig | 153 ++
arch/blackfin/config.mk | 1 -
arch/m68k/Kconfig | 179 ++
arch/m68k/config.mk | 2 +-
arch/m68k/cpu/mcf52x2/config.mk | 16 +-
arch/m68k/cpu/mcf532x/config.mk | 6 +-
arch/m68k/cpu/mcf5445x/config.mk | 4 +-
arch/microblaze/Kconfig | 18 +
arch/mips/Kconfig | 91 +
arch/mips/config.mk | 2 +-
arch/nds32/Kconfig | 26 +
arch/nds32/config.mk | 2 +-
arch/nios2/Kconfig | 26 +
arch/nios2/config.mk | 2 +-
arch/openrisc/Kconfig | 18 +
arch/openrisc/config.mk | 2 +-
arch/powerpc/Kconfig | 2349 ++++++++++++++++++
arch/powerpc/config.mk | 2 +-
arch/powerpc/cpu/ppc4xx/config.mk | 4 +-
arch/sandbox/Kconfig | 20 +
arch/sandbox/config.mk | 2 +-
arch/sh/Kconfig | 101 +
arch/sparc/Kconfig | 34 +
arch/sparc/config.mk | 2 +-
arch/x86/Kconfig | 18 +
arch/x86/cpu/config.mk | 2 +-
board/8dtech/eco5pk/Kconfig | 23 +
board/AndesTech/adp-ag101/Kconfig | 23 +
board/AndesTech/adp-ag101p/Kconfig | 23 +
board/AndesTech/adp-ag102/Kconfig | 23 +
board/Barix/ipam390/Kconfig | 23 +
board/BuR/kwb/Kconfig | 27 +
board/BuR/tseries/Kconfig | 83 +
board/BuS/eb_cpu5282/Kconfig | 47 +
board/BuS/eb_cpux9k2/Kconfig | 51 +
board/BuS/vl_ma2sc/Kconfig | 51 +
board/CarMediaLab/flea3/Kconfig | 23 +
board/LEOX/elpt860/Kconfig | 19 +
board/LaCie/edminiv2/Kconfig | 23 +
board/LaCie/net2big_v2/Kconfig | 55 +
board/LaCie/netspace_v2/Kconfig | 139 ++
board/LaCie/wireless_space/Kconfig | 23 +
board/Marvell/aspenite/Kconfig | 23 +
board/Marvell/db64360/Kconfig | 19 +
board/Marvell/db64460/Kconfig | 19 +
board/Marvell/dkb/Kconfig | 23 +
board/Marvell/dreamplug/Kconfig | 23 +
board/Marvell/gplugd/Kconfig | 23 +
board/Marvell/guruplug/Kconfig | 23 +
board/Marvell/mv88f6281gtw_ge/Kconfig | 23 +
board/Marvell/openrd/Kconfig | 83 +
board/Marvell/rd6281a/Kconfig | 23 +
board/Marvell/sheevaplug/Kconfig | 23 +
board/RPXlite_dw/Kconfig | 155 ++
board/RRvision/Kconfig | 35 +
board/Seagate/dockstar/Kconfig | 23 +
board/Seagate/goflexhome/Kconfig | 23 +
board/a3000/Kconfig | 15 +
board/a3m071/Kconfig | 35 +
board/a4m072/Kconfig | 15 +
board/adder/Kconfig | 35 +
board/afeb9260/Kconfig | 19 +
board/ait/cam_enc_4xx/Kconfig | 23 +
board/alphaproject/ap_sh4a_4a/Kconfig | 19 +
board/altera/nios2-generic/Kconfig | 19 +
board/altera/socfpga/Kconfig | 23 +
board/amcc/acadia/Kconfig | 19 +
board/amcc/bamboo/Kconfig | 19 +
board/amcc/bluestone/Kconfig | 19 +
board/amcc/bubinga/Kconfig | 19 +
board/amcc/canyonlands/Kconfig | 71 +
board/amcc/ebony/Kconfig | 19 +
board/amcc/katmai/Kconfig | 19 +
board/amcc/kilauea/Kconfig | 47 +
board/amcc/luan/Kconfig | 19 +
board/amcc/makalu/Kconfig | 19 +
board/amcc/ocotea/Kconfig | 19 +
board/amcc/redwood/Kconfig | 19 +
board/amcc/sequoia/Kconfig | 95 +
board/amcc/taihu/Kconfig | 19 +
board/amcc/taishan/Kconfig | 19 +
board/amcc/walnut/Kconfig | 39 +
board/amcc/yosemite/Kconfig | 47 +
board/amcc/yucca/Kconfig | 19 +
board/armadeus/apf27/Kconfig | 23 +
board/armltd/integrator/Kconfig | 191 ++
board/armltd/versatile/Kconfig | 83 +
board/armltd/vexpress/Kconfig | 59 +
board/armltd/vexpress64/Kconfig | 23 +
board/astro/mcf5373l/Kconfig | 19 +
board/atc/Kconfig | 15 +
board/atmark-techno/armadillo-800eva/Kconfig | 23 +
board/atmel/at91rm9200ek/Kconfig | 51 +
board/atmel/at91sam9260ek/Kconfig | 307 +++
board/atmel/at91sam9261ek/Kconfig | 167 ++
board/atmel/at91sam9263ek/Kconfig | 139 ++
board/atmel/at91sam9m10g45ek/Kconfig | 27 +
board/atmel/at91sam9n12ek/Kconfig | 83 +
board/atmel/at91sam9rlek/Kconfig | 55 +
board/atmel/at91sam9x5ek/Kconfig | 111 +
board/atmel/atngw100/Kconfig | 23 +
board/atmel/atngw100mkii/Kconfig | 23 +
board/atmel/atstk1000/Kconfig | 95 +
board/atmel/sama5d3_xplained/Kconfig | 55 +
board/atmel/sama5d3xek/Kconfig | 83 +
board/avionic-design/medcom-wide/Kconfig | 24 +
board/avionic-design/plutux/Kconfig | 24 +
board/avionic-design/tec-ng/Kconfig | 24 +
board/avionic-design/tec/Kconfig | 24 +
board/avnet/fx12mm/Kconfig | 47 +
board/avnet/v5fx30teval/Kconfig | 47 +
board/balloon3/Kconfig | 15 +
board/barco/titanium/Kconfig | 27 +
board/bc3450/Kconfig | 15 +
board/bct-brettl2/Kconfig | 15 +
board/bf506f-ezkit/Kconfig | 15 +
board/bf518f-ezbrd/Kconfig | 15 +
board/bf525-ucr2/Kconfig | 15 +
board/bf526-ezbrd/Kconfig | 15 +
board/bf527-ad7160-eval/Kconfig | 15 +
board/bf527-ezkit/Kconfig | 35 +
board/bf527-sdp/Kconfig | 15 +
board/bf533-ezkit/Kconfig | 15 +
board/bf533-stamp/Kconfig | 15 +
board/bf537-minotaur/Kconfig | 15 +
board/bf537-pnav/Kconfig | 15 +
board/bf537-srv1/Kconfig | 15 +
board/bf537-stamp/Kconfig | 15 +
board/bf538f-ezkit/Kconfig | 15 +
board/bf548-ezkit/Kconfig | 15 +
board/bf561-acvilon/Kconfig | 15 +
board/bf561-ezkit/Kconfig | 15 +
board/bf609-ezkit/Kconfig | 15 +
board/blackstamp/Kconfig | 15 +
board/blackvme/Kconfig | 15 +
board/bluegiga/apx4devkit/Kconfig | 23 +
board/bluewater/snapper9260/Kconfig | 55 +
board/boundary/nitrogen6x/Kconfig | 195 ++
board/br4/Kconfig | 15 +
board/broadcom/bcm28155_ap/Kconfig | 23 +
board/buffalo/lsxl/Kconfig | 55 +
board/calao/sbc35_a9g20/Kconfig | 55 +
board/calao/tny_a9260/Kconfig | 111 +
board/calao/usb_a9263/Kconfig | 27 +
board/canmb/Kconfig | 15 +
board/chromebook-x86/coreboot/Kconfig | 27 +
board/cloudengines/pogo_e02/Kconfig | 23 +
board/cm-bf527/Kconfig | 15 +
board/cm-bf533/Kconfig | 15 +
board/cm-bf537e/Kconfig | 15 +
board/cm-bf537u/Kconfig | 15 +
board/cm-bf548/Kconfig | 15 +
board/cm-bf561/Kconfig | 15 +
board/cm4008/Kconfig | 19 +
board/cm41xx/Kconfig | 19 +
board/cm5200/Kconfig | 15 +
board/cmi/Kconfig | 15 +
board/cobra5272/Kconfig | 15 +
board/cogent/Kconfig | 31 +
board/comelit/dig297/Kconfig | 23 +
board/compal/paz00/Kconfig | 24 +
board/compulab/cm_t335/Kconfig | 23 +
board/compulab/cm_t35/Kconfig | 23 +
board/compulab/cm_t54/Kconfig | 23 +
board/compulab/trimslice/Kconfig | 24 +
board/congatec/cgtqmx6eval/Kconfig | 27 +
board/corscience/tricorder/Kconfig | 51 +
board/cpc45/Kconfig | 35 +
board/cpu86/Kconfig | 35 +
board/cpu87/Kconfig | 35 +
board/cray/L1/Kconfig | 19 +
board/creative/xfi3/Kconfig | 23 +
board/csb272/Kconfig | 15 +
board/csb472/Kconfig | 15 +
board/cu824/Kconfig | 15 +
board/d-link/dns325/Kconfig | 23 +
board/dave/PPChameleonEVB/Kconfig | 235 ++
board/davedenx/aria/Kconfig | 19 +
board/davedenx/qong/Kconfig | 23 +
board/davinci/da8xxevm/Kconfig | 159 ++
board/davinci/dm355evm/Kconfig | 23 +
board/davinci/dm355leopard/Kconfig | 23 +
board/davinci/dm365evm/Kconfig | 23 +
board/davinci/dm6467evm/Kconfig | 55 +
board/davinci/dvevm/Kconfig | 23 +
board/davinci/ea20/Kconfig | 23 +
board/davinci/schmoogie/Kconfig | 23 +
board/davinci/sffsdr/Kconfig | 23 +
board/davinci/sonata/Kconfig | 23 +
board/dbau1x00/Kconfig | 119 +
board/denx/m28evk/Kconfig | 23 +
board/denx/m53evk/Kconfig | 27 +
board/dnp5370/Kconfig | 15 +
board/eXalion/Kconfig | 15 +
board/earthlcd/favr-32-ezkit/Kconfig | 23 +
board/egnite/ethernut5/Kconfig | 27 +
board/eltec/elppc/Kconfig | 19 +
board/eltec/mhpc/Kconfig | 19 +
board/embest/mx6boards/Kconfig | 55 +
board/emk/top5200/Kconfig | 71 +
board/emk/top860/Kconfig | 19 +
board/emk/top9000/Kconfig | 55 +
board/enbw/enbw_cmc/Kconfig | 23 +
board/ep8248/Kconfig | 15 +
board/ep8260/Kconfig | 15 +
board/ep82xxm/Kconfig | 15 +
board/esd/apc405/Kconfig | 19 +
board/esd/ar405/Kconfig | 19 +
board/esd/ash405/Kconfig | 19 +
board/esd/cms700/Kconfig | 19 +
board/esd/cpci2dp/Kconfig | 19 +
board/esd/cpci405/Kconfig | 79 +
board/esd/cpci5200/Kconfig | 19 +
board/esd/cpci750/Kconfig | 19 +
board/esd/cpciiser4/Kconfig | 19 +
board/esd/dp405/Kconfig | 19 +
board/esd/du405/Kconfig | 19 +
board/esd/du440/Kconfig | 19 +
board/esd/hh405/Kconfig | 19 +
board/esd/hub405/Kconfig | 19 +
board/esd/mecp5123/Kconfig | 19 +
board/esd/mecp5200/Kconfig | 19 +
board/esd/meesc/Kconfig | 55 +
board/esd/ocrtc/Kconfig | 19 +
board/esd/otc570/Kconfig | 55 +
board/esd/pci405/Kconfig | 19 +
board/esd/pf5200/Kconfig | 19 +
board/esd/plu405/Kconfig | 19 +
board/esd/pmc405/Kconfig | 19 +
board/esd/pmc405de/Kconfig | 19 +
board/esd/pmc440/Kconfig | 19 +
board/esd/tasreg/Kconfig | 19 +
board/esd/vme8349/Kconfig | 43 +
board/esd/voh405/Kconfig | 19 +
board/esd/vom405/Kconfig | 19 +
board/esd/wuh405/Kconfig | 19 +
board/esg/ima3-mx53/Kconfig | 27 +
board/espt/Kconfig | 15 +
board/esteem192e/Kconfig | 15 +
board/etin/debris/Kconfig | 19 +
board/etin/kvme080/Kconfig | 19 +
board/eukrea/cpu9260/Kconfig | 223 ++
board/eukrea/cpuat91/Kconfig | 51 +
board/evb64260/Kconfig | 31 +
board/exmeritus/hww1u1a/Kconfig | 19 +
board/fads/Kconfig | 31 +
board/faraday/a320evb/Kconfig | 23 +
board/flagadm/Kconfig | 15 +
board/freescale/b4860qds/Kconfig | 191 ++
board/freescale/bsc9131rdb/Kconfig | 95 +
board/freescale/bsc9132qds/Kconfig | 383 +++
board/freescale/c29xpcie/Kconfig | 71 +
board/freescale/corenet_ds/Kconfig | 487 ++++
board/freescale/m5208evbe/Kconfig | 19 +
board/freescale/m52277evb/Kconfig | 47 +
board/freescale/m5235evb/Kconfig | 47 +
board/freescale/m5249evb/Kconfig | 19 +
board/freescale/m5253demo/Kconfig | 19 +
board/freescale/m5253evbe/Kconfig | 19 +
board/freescale/m5272c3/Kconfig | 19 +
board/freescale/m5275evb/Kconfig | 19 +
board/freescale/m5282evb/Kconfig | 19 +
board/freescale/m53017evb/Kconfig | 19 +
board/freescale/m5329evb/Kconfig | 47 +
board/freescale/m5373evb/Kconfig | 23 +
board/freescale/m54418twr/Kconfig | 143 ++
board/freescale/m54451evb/Kconfig | 47 +
board/freescale/m54455evb/Kconfig | 119 +
board/freescale/m547xevb/Kconfig | 167 ++
board/freescale/m548xevb/Kconfig | 191 ++
board/freescale/mpc5121ads/Kconfig | 43 +
board/freescale/mpc7448hpc2/Kconfig | 19 +
board/freescale/mpc8260ads/Kconfig | 383 +++
board/freescale/mpc8266ads/Kconfig | 19 +
board/freescale/mpc8308rdb/Kconfig | 19 +
board/freescale/mpc8313erdb/Kconfig | 95 +
board/freescale/mpc8315erdb/Kconfig | 43 +
board/freescale/mpc8323erdb/Kconfig | 19 +
board/freescale/mpc832xemds/Kconfig | 115 +
board/freescale/mpc8349emds/Kconfig | 19 +
board/freescale/mpc8349itx/Kconfig | 71 +
board/freescale/mpc8360emds/Kconfig | 239 ++
board/freescale/mpc8360erdk/Kconfig | 43 +
board/freescale/mpc837xemds/Kconfig | 43 +
board/freescale/mpc837xerdb/Kconfig | 19 +
board/freescale/mpc8536ds/Kconfig | 115 +
board/freescale/mpc8540ads/Kconfig | 19 +
board/freescale/mpc8541cds/Kconfig | 43 +
board/freescale/mpc8544ds/Kconfig | 19 +
board/freescale/mpc8548cds/Kconfig | 67 +
board/freescale/mpc8555cds/Kconfig | 43 +
board/freescale/mpc8560ads/Kconfig | 19 +
board/freescale/mpc8568mds/Kconfig | 19 +
board/freescale/mpc8569mds/Kconfig | 67 +
board/freescale/mpc8572ds/Kconfig | 67 +
board/freescale/mpc8610hpcd/Kconfig | 19 +
board/freescale/mpc8641hpcn/Kconfig | 43 +
board/freescale/mx23evk/Kconfig | 23 +
board/freescale/mx25pdk/Kconfig | 27 +
board/freescale/mx28evk/Kconfig | 83 +
board/freescale/mx31ads/Kconfig | 23 +
board/freescale/mx31pdk/Kconfig | 23 +
board/freescale/mx35pdk/Kconfig | 23 +
board/freescale/mx51evk/Kconfig | 27 +
board/freescale/mx53ard/Kconfig | 27 +
board/freescale/mx53evk/Kconfig | 27 +
board/freescale/mx53loco/Kconfig | 27 +
board/freescale/mx53smd/Kconfig | 27 +
board/freescale/mx6qarm2/Kconfig | 27 +
board/freescale/mx6qsabreauto/Kconfig | 27 +
board/freescale/mx6sabresd/Kconfig | 55 +
board/freescale/mx6slevk/Kconfig | 27 +
board/freescale/p1010rdb/Kconfig | 671 ++++++
board/freescale/p1022ds/Kconfig | 187 ++
board/freescale/p1023rdb/Kconfig | 19 +
board/freescale/p1023rds/Kconfig | 43 +
board/freescale/p1_p2_rdb/Kconfig | 671 ++++++
board/freescale/p1_p2_rdb_pc/Kconfig | 1103 +++++++++
board/freescale/p1_twr/Kconfig | 23 +
board/freescale/p2020come/Kconfig | 47 +
board/freescale/p2020ds/Kconfig | 115 +
board/freescale/p2041rdb/Kconfig | 139 ++
board/freescale/qemu-ppce500/Kconfig | 19 +
board/freescale/t1040qds/Kconfig | 71 +
board/freescale/t104xrdb/Kconfig | 215 ++
board/freescale/t208xqds/Kconfig | 263 ++
board/freescale/t208xrdb/Kconfig | 143 ++
board/freescale/t4qds/Kconfig | 287 +++
board/freescale/t4rdb/Kconfig | 47 +
board/freescale/vf610twr/Kconfig | 27 +
board/funkwerk/vovpn-gw/Kconfig | 23 +
board/g2000/Kconfig | 15 +
board/gaisler/gr_cpci_ax2000/Kconfig | 19 +
board/gaisler/gr_ep2s60/Kconfig | 19 +
board/gaisler/gr_xc3s_1500/Kconfig | 19 +
board/gaisler/grsim/Kconfig | 19 +
board/gaisler/grsim_leon2/Kconfig | 19 +
board/galaxy5200/Kconfig | 39 +
board/gateworks/gw_ventana/Kconfig | 139 ++
board/gdsys/405ep/Kconfig | 79 +
board/gdsys/405ex/Kconfig | 19 +
board/gdsys/dlvision/Kconfig | 19 +
board/gdsys/gdppc440etx/Kconfig | 19 +
board/gdsys/intip/Kconfig | 47 +
board/gdsys/p1022/Kconfig | 95 +
board/gen860t/Kconfig | 35 +
board/genesi/mx51_efikamx/Kconfig | 55 +
board/gumstix/duovero/Kconfig | 23 +
board/gumstix/pepper/Kconfig | 23 +
board/gw8260/Kconfig | 15 +
board/h2200/Kconfig | 15 +
board/hale/tt01/Kconfig | 23 +
board/hermes/Kconfig | 15 +
board/hidden_dragon/Kconfig | 15 +
board/highbank/Kconfig | 19 +
board/htkw/mcx/Kconfig | 23 +
board/hymod/Kconfig | 15 +
board/ibf-dsp561/Kconfig | 15 +
board/icecube/Kconfig | 231 ++
board/icpdas/lp8x4x/Kconfig | 19 +
board/icu862/Kconfig | 35 +
board/ids/ids8247/Kconfig | 19 +
board/ids/ids8313/Kconfig | 23 +
board/ifm/ac14xx/Kconfig | 19 +
board/ifm/o2dnt2/Kconfig | 215 ++
board/imgtec/malta/Kconfig | 47 +
board/imx31_phycore/Kconfig | 43 +
board/in-circuit/grasshopper/Kconfig | 23 +
board/inka4x0/Kconfig | 15 +
board/intercontrol/digsy_mtc/Kconfig | 91 +
board/iomega/iconnect/Kconfig | 23 +
board/ip04/Kconfig | 15 +
board/ip860/Kconfig | 15 +
board/ipek01/Kconfig | 15 +
board/iphase4539/Kconfig | 15 +
board/isee/igep0033/Kconfig | 23 +
board/isee/igep00x0/Kconfig | 139 ++
board/ispan/Kconfig | 35 +
board/ivm/Kconfig | 119 +
board/jornada/Kconfig | 15 +
board/jse/Kconfig | 15 +
board/jupiter/Kconfig | 15 +
board/karo/tk71/Kconfig | 23 +
board/karo/tx25/Kconfig | 23 +
board/keymile/km82xx/Kconfig | 47 +
board/keymile/km83xx/Kconfig | 191 ++
board/keymile/km_arm/Kconfig | 251 ++
board/keymile/kmp204x/Kconfig | 47 +
board/kmc/kzm9g/Kconfig | 23 +
board/korat/Kconfig | 35 +
board/kup/kup4k/Kconfig | 19 +
board/kup/kup4x/Kconfig | 19 +
board/logicpd/am3517evm/Kconfig | 23 +
board/logicpd/imx27lite/Kconfig | 47 +
board/logicpd/imx31_litekit/Kconfig | 23 +
board/logicpd/omap3som/Kconfig | 23 +
board/logicpd/zoom1/Kconfig | 23 +
board/lwmon/Kconfig | 15 +
board/lwmon5/Kconfig | 35 +
board/manroland/hmi1001/Kconfig | 19 +
board/manroland/mucmc52/Kconfig | 19 +
board/manroland/uc100/Kconfig | 19 +
board/manroland/uc101/Kconfig | 19 +
board/matrix_vision/mergerbox/Kconfig | 19 +
board/matrix_vision/mvbc_p/Kconfig | 23 +
board/matrix_vision/mvblm7/Kconfig | 19 +
board/matrix_vision/mvblx/Kconfig | 23 +
board/matrix_vision/mvsmr/Kconfig | 19 +
board/mcc200/Kconfig | 235 ++
board/micronas/vct/Kconfig | 287 +++
board/mimc/mimc200/Kconfig | 23 +
board/miromico/hammerhead/Kconfig | 23 +
board/mosaixtech/icon/Kconfig | 19 +
board/motionpro/Kconfig | 15 +
board/mpc8308_p1m/Kconfig | 15 +
board/mpl/mip405/Kconfig | 43 +
board/mpl/pati/Kconfig | 19 +
board/mpl/pip405/Kconfig | 19 +
board/mpl/vcma9/Kconfig | 23 +
board/mpr2/Kconfig | 15 +
board/ms7720se/Kconfig | 15 +
board/ms7722se/Kconfig | 15 +
board/ms7750se/Kconfig | 15 +
board/muas3001/Kconfig | 35 +
board/munices/Kconfig | 15 +
board/musenki/Kconfig | 15 +
board/mvblue/Kconfig | 15 +
board/netphone/Kconfig | 39 +
board/netta/Kconfig | 155 ++
board/netta2/Kconfig | 39 +
board/netvia/Kconfig | 39 +
board/nokia/rx51/Kconfig | 23 +
board/nvidia/beaver/Kconfig | 24 +
board/nvidia/cardhu/Kconfig | 24 +
board/nvidia/dalmore/Kconfig | 24 +
board/nvidia/harmony/Kconfig | 24 +
board/nvidia/jetson-tk1/Kconfig | 28 +
board/nvidia/seaboard/Kconfig | 24 +
board/nvidia/venice2/Kconfig | 24 +
board/nvidia/ventana/Kconfig | 24 +
board/nvidia/whistler/Kconfig | 24 +
board/olimex/mx23_olinuxino/Kconfig | 23 +
board/omicron/calimain/Kconfig | 23 +
board/openrisc/openrisc-generic/Kconfig | 19 +
board/overo/Kconfig | 19 +
board/palmld/Kconfig | 15 +
board/palmtc/Kconfig | 15 +
board/palmtreo680/Kconfig | 15 +
board/pandora/Kconfig | 19 +
board/pb1x00/Kconfig | 23 +
board/pcs440ep/Kconfig | 15 +
board/pdm360ng/Kconfig | 15 +
board/phytec/pcm030/Kconfig | 43 +
board/phytec/pcm051/Kconfig | 55 +
board/pm520/Kconfig | 75 +
board/pm826/Kconfig | 159 ++
board/pm828/Kconfig | 75 +
board/ppcag/bg0900/Kconfig | 23 +
board/ppmc7xx/Kconfig | 15 +
board/ppmc8260/Kconfig | 15 +
board/pr1/Kconfig | 15 +
board/prodrive/alpr/Kconfig | 19 +
board/prodrive/p3mx/Kconfig | 47 +
board/prodrive/p3p440/Kconfig | 19 +
board/psyent/pci5441/Kconfig | 19 +
board/psyent/pk1c20/Kconfig | 19 +
board/pxa255_idp/Kconfig | 15 +
board/qemu-mips/Kconfig | 79 +
board/quad100hd/Kconfig | 15 +
board/quantum/Kconfig | 15 +
board/r360mpi/Kconfig | 15 +
board/raidsonic/ib62x0/Kconfig | 23 +
board/raspberrypi/rpi_b/Kconfig | 23 +
board/rattler/Kconfig | 35 +
board/rbc823/Kconfig | 15 +
board/renesas/MigoR/Kconfig | 19 +
board/renesas/ap325rxa/Kconfig | 19 +
board/renesas/ecovec/Kconfig | 19 +
board/renesas/koelsch/Kconfig | 51 +
board/renesas/lager/Kconfig | 51 +
board/renesas/r0p7734/Kconfig | 19 +
board/renesas/r2dplus/Kconfig | 19 +
board/renesas/r7780mp/Kconfig | 19 +
board/renesas/rsk7203/Kconfig | 19 +
board/renesas/rsk7264/Kconfig | 19 +
board/renesas/rsk7269/Kconfig | 19 +
board/renesas/sh7752evb/Kconfig | 19 +
board/renesas/sh7753evb/Kconfig | 19 +
board/renesas/sh7757lcr/Kconfig | 19 +
board/renesas/sh7763rdp/Kconfig | 19 +
board/renesas/sh7785lcr/Kconfig | 43 +
board/ronetix/pm9261/Kconfig | 27 +
board/ronetix/pm9263/Kconfig | 27 +
board/ronetix/pm9g45/Kconfig | 27 +
board/sacsng/Kconfig | 15 +
board/samsung/arndale/Kconfig | 23 +
board/samsung/goni/Kconfig | 23 +
board/samsung/origen/Kconfig | 23 +
board/samsung/smdk2410/Kconfig | 23 +
board/samsung/smdk5250/Kconfig | 47 +
board/samsung/smdk5420/Kconfig | 23 +
board/samsung/smdkc100/Kconfig | 23 +
board/samsung/smdkv310/Kconfig | 23 +
board/samsung/trats/Kconfig | 23 +
board/samsung/trats2/Kconfig | 23 +
board/samsung/universal_c210/Kconfig | 23 +
board/sandburst/karef/Kconfig | 19 +
board/sandburst/metrobox/Kconfig | 19 +
board/sandisk/sansa_fuze_plus/Kconfig | 23 +
board/sandpoint/Kconfig | 31 +
board/sbc405/Kconfig | 15 +
board/sbc8349/Kconfig | 55 +
board/sbc8548/Kconfig | 95 +
board/sbc8641d/Kconfig | 15 +
board/sc3/Kconfig | 15 +
board/scb9328/Kconfig | 19 +
board/schulercontrol/sc_sps_1/Kconfig | 23 +
board/sheldon/simpc8313/Kconfig | 47 +
board/shmin/Kconfig | 15 +
board/siemens/corvus/Kconfig | 27 +
board/siemens/draco/Kconfig | 47 +
board/siemens/pxm2/Kconfig | 23 +
board/siemens/rut/Kconfig | 23 +
board/siemens/taurus/Kconfig | 55 +
board/silica/pengwyn/Kconfig | 23 +
board/sixnet/Kconfig | 15 +
board/snmc/qs850/Kconfig | 39 +
board/snmc/qs860t/Kconfig | 19 +
board/socrates/Kconfig | 15 +
board/solidrun/hummingboard/Kconfig | 27 +
board/spc1920/Kconfig | 15 +
board/spd8xx/Kconfig | 15 +
board/spear/spear300/Kconfig | 111 +
board/spear/spear310/Kconfig | 167 ++
board/spear/spear320/Kconfig | 167 ++
board/spear/spear600/Kconfig | 111 +
board/spear/x600/Kconfig | 23 +
board/st-ericsson/snowball/Kconfig | 23 +
board/st-ericsson/u8500/Kconfig | 23 +
board/st/nhk8815/Kconfig | 51 +
board/stx/stxgp3/Kconfig | 19 +
board/stx/stxssa/Kconfig | 43 +
board/stx/stxxtc/Kconfig | 19 +
board/svm_sc8xx/Kconfig | 15 +
board/synopsys/Kconfig | 39 +
board/synopsys/axs101/Kconfig | 19 +
board/syteco/jadecpu/Kconfig | 23 +
board/syteco/zmx25/Kconfig | 23 +
board/t3corp/Kconfig | 15 +
board/taskit/stamp9g20/Kconfig | 55 +
board/tcm-bf518/Kconfig | 15 +
board/tcm-bf537/Kconfig | 15 +
board/technexion/tao3530/Kconfig | 51 +
board/technexion/twister/Kconfig | 23 +
board/teejet/mt_ventoux/Kconfig | 23 +
board/ti/am335x/Kconfig | 307 +++
board/ti/am3517crane/Kconfig | 23 +
board/ti/am43xx/Kconfig | 27 +
board/ti/beagle/Kconfig | 27 +
board/ti/dra7xx/Kconfig | 83 +
board/ti/evm/Kconfig | 71 +
board/ti/k2hk_evm/Kconfig | 23 +
board/ti/omap5912osk/Kconfig | 23 +
board/ti/omap5_uevm/Kconfig | 23 +
board/ti/panda/Kconfig | 23 +
board/ti/sdp3430/Kconfig | 23 +
board/ti/sdp4430/Kconfig | 23 +
board/ti/ti814x/Kconfig | 23 +
board/ti/ti816x/Kconfig | 23 +
board/ti/tnetv107xevm/Kconfig | 23 +
board/timll/devkit3250/Kconfig | 23 +
board/timll/devkit8000/Kconfig | 23 +
board/toradex/colibri_pxa270/Kconfig | 19 +
board/toradex/colibri_t20_iris/Kconfig | 24 +
board/total5200/Kconfig | 79 +
board/tqc/tqm5200/Kconfig | 319 +++
board/tqc/tqm8260/Kconfig | 263 ++
board/tqc/tqm8272/Kconfig | 19 +
board/tqc/tqm834x/Kconfig | 19 +
board/tqc/tqm8xx/Kconfig | 431 ++++
board/trizepsiv/Kconfig | 35 +
board/ttcontrol/vision2/Kconfig | 27 +
board/udoo/Kconfig | 23 +
board/utx8245/Kconfig | 15 +
board/v37/Kconfig | 15 +
board/v38b/Kconfig | 15 +
board/ve8313/Kconfig | 15 +
board/vpac270/Kconfig | 59 +
board/w7o/Kconfig | 31 +
board/wandboard/Kconfig | 71 +
board/woodburn/Kconfig | 43 +
board/xaeniax/Kconfig | 15 +
board/xes/xpedite1000/Kconfig | 19 +
board/xes/xpedite517x/Kconfig | 19 +
board/xes/xpedite520x/Kconfig | 19 +
board/xes/xpedite537x/Kconfig | 19 +
board/xes/xpedite550x/Kconfig | 19 +
board/xilinx/microblaze-generic/Kconfig | 19 +
board/xilinx/ml507/Kconfig | 47 +
board/xilinx/ppc405-generic/Kconfig | 47 +
board/xilinx/ppc440-generic/Kconfig | 47 +
board/xilinx/zynq/Kconfig | 155 ++
board/zeus/Kconfig | 15 +
board/zipitz2/Kconfig | 15 +
board/zpc1900/Kconfig | 15 +
config.mk | 10 +
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 | 4 +
configs/B4420QDS_SPIFLASH_defconfig | 2 +
configs/B4420QDS_defconfig | 2 +
configs/B4860QDS_NAND_defconfig | 4 +
configs/B4860QDS_SECURE_BOOT_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 | 4 +
configs/BSC9131RDB_NAND_defconfig | 4 +
configs/BSC9131RDB_SPIFLASH_SYSCLK100_defconfig | 2 +
configs/BSC9131RDB_SPIFLASH_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK100_defconfig | 4 +
configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_NAND_DDRCLK133_defconfig | 4 +
configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK100_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_NOR_DDRCLK133_defconfig | 2 +
.../BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig | 2 +
.../BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig | 2 +
.../BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig | 2 +
configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig | 2 +
.../BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_defconfig | 2 +
configs/BSC9132QDS_SPIFLASH_DDRCLK133_defconfig | 2 +
configs/C29XPCIE_NAND_defconfig | 6 +
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 | 6 +
configs/P1010RDB-PA_36BIT_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_36BIT_NOR_defconfig | 2 +
configs/P1010RDB-PA_36BIT_SDCARD_defconfig | 4 +
.../P1010RDB-PA_36BIT_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_36BIT_SPIFLASH_defconfig | 4 +
configs/P1010RDB-PA_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_NAND_defconfig | 6 +
configs/P1010RDB-PA_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_NOR_defconfig | 2 +
configs/P1010RDB-PA_SDCARD_defconfig | 4 +
configs/P1010RDB-PA_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PA_SPIFLASH_defconfig | 4 +
configs/P1010RDB-PB_36BIT_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_36BIT_NAND_defconfig | 6 +
configs/P1010RDB-PB_36BIT_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_36BIT_NOR_defconfig | 2 +
configs/P1010RDB-PB_36BIT_SDCARD_defconfig | 4 +
.../P1010RDB-PB_36BIT_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig | 4 +
configs/P1010RDB-PB_NAND_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_NAND_defconfig | 6 +
configs/P1010RDB-PB_NOR_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_NOR_defconfig | 2 +
configs/P1010RDB-PB_SDCARD_defconfig | 4 +
configs/P1010RDB-PB_SPIFLASH_SECBOOT_defconfig | 2 +
configs/P1010RDB-PB_SPIFLASH_defconfig | 4 +
configs/P1011RDB_36BIT_SDCARD_defconfig | 4 +
configs/P1011RDB_36BIT_SPIFLASH_defconfig | 4 +
configs/P1011RDB_36BIT_defconfig | 2 +
configs/P1011RDB_NAND_defconfig | 6 +
configs/P1011RDB_SDCARD_defconfig | 4 +
configs/P1011RDB_SPIFLASH_defconfig | 4 +
configs/P1011RDB_defconfig | 2 +
configs/P1020MBG-PC_36BIT_SDCARD_defconfig | 4 +
configs/P1020MBG-PC_36BIT_defconfig | 2 +
configs/P1020MBG-PC_SDCARD_defconfig | 4 +
configs/P1020MBG-PC_defconfig | 2 +
configs/P1020RDB-PC_36BIT_NAND_defconfig | 6 +
configs/P1020RDB-PC_36BIT_SDCARD_defconfig | 4 +
configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig | 4 +
configs/P1020RDB-PC_36BIT_defconfig | 2 +
configs/P1020RDB-PC_NAND_defconfig | 6 +
configs/P1020RDB-PC_SDCARD_defconfig | 4 +
configs/P1020RDB-PC_SPIFLASH_defconfig | 4 +
configs/P1020RDB-PC_defconfig | 2 +
configs/P1020RDB-PD_NAND_defconfig | 6 +
configs/P1020RDB-PD_SDCARD_defconfig | 4 +
configs/P1020RDB-PD_SPIFLASH_defconfig | 4 +
configs/P1020RDB-PD_defconfig | 2 +
configs/P1020RDB_36BIT_SDCARD_defconfig | 4 +
configs/P1020RDB_36BIT_SPIFLASH_defconfig | 4 +
configs/P1020RDB_36BIT_defconfig | 2 +
configs/P1020RDB_NAND_defconfig | 6 +
configs/P1020RDB_SDCARD_defconfig | 4 +
configs/P1020RDB_SPIFLASH_defconfig | 4 +
configs/P1020RDB_defconfig | 2 +
configs/P1020UTM-PC_36BIT_SDCARD_defconfig | 4 +
configs/P1020UTM-PC_36BIT_defconfig | 2 +
configs/P1020UTM-PC_SDCARD_defconfig | 4 +
configs/P1020UTM-PC_defconfig | 2 +
configs/P1021RDB-PC_36BIT_NAND_defconfig | 6 +
configs/P1021RDB-PC_36BIT_SDCARD_defconfig | 4 +
configs/P1021RDB-PC_36BIT_SPIFLASH_defconfig | 4 +
configs/P1021RDB-PC_36BIT_defconfig | 2 +
configs/P1021RDB-PC_NAND_defconfig | 6 +
configs/P1021RDB-PC_SDCARD_defconfig | 4 +
configs/P1021RDB-PC_SPIFLASH_defconfig | 4 +
configs/P1021RDB-PC_defconfig | 2 +
configs/P1022DS_36BIT_NAND_defconfig | 6 +
configs/P1022DS_36BIT_SDCARD_defconfig | 4 +
configs/P1022DS_36BIT_SPIFLASH_defconfig | 4 +
configs/P1022DS_36BIT_defconfig | 2 +
configs/P1022DS_NAND_defconfig | 6 +
configs/P1022DS_SDCARD_defconfig | 4 +
configs/P1022DS_SPIFLASH_defconfig | 4 +
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 | 6 +
configs/P1024RDB_SDCARD_defconfig | 4 +
configs/P1024RDB_SPIFLASH_defconfig | 4 +
configs/P1024RDB_defconfig | 2 +
configs/P1025RDB_36BIT_defconfig | 2 +
configs/P1025RDB_NAND_defconfig | 6 +
configs/P1025RDB_SDCARD_defconfig | 4 +
configs/P1025RDB_SPIFLASH_defconfig | 4 +
configs/P1025RDB_defconfig | 2 +
configs/P2010RDB_36BIT_SDCARD_defconfig | 4 +
configs/P2010RDB_36BIT_SPIFLASH_defconfig | 4 +
configs/P2010RDB_36BIT_defconfig | 2 +
configs/P2010RDB_NAND_defconfig | 6 +
configs/P2010RDB_SDCARD_defconfig | 4 +
configs/P2010RDB_SPIFLASH_defconfig | 4 +
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 | 6 +
configs/P2020RDB-PC_36BIT_SDCARD_defconfig | 4 +
configs/P2020RDB-PC_36BIT_SPIFLASH_defconfig | 4 +
configs/P2020RDB-PC_36BIT_defconfig | 2 +
configs/P2020RDB-PC_NAND_defconfig | 6 +
configs/P2020RDB-PC_SDCARD_defconfig | 4 +
configs/P2020RDB-PC_SPIFLASH_defconfig | 4 +
configs/P2020RDB-PC_defconfig | 2 +
configs/P2020RDB_36BIT_SDCARD_defconfig | 4 +
configs/P2020RDB_36BIT_SPIFLASH_defconfig | 4 +
configs/P2020RDB_36BIT_defconfig | 2 +
configs/P2020RDB_NAND_defconfig | 6 +
configs/P2020RDB_SDCARD_defconfig | 4 +
configs/P2020RDB_SPIFLASH_defconfig | 4 +
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_D4_defconfig | 2 +
configs/T1040QDS_SECURE_BOOT_defconfig | 2 +
configs/T1040QDS_defconfig | 2 +
configs/T1040RDB_NAND_defconfig | 4 +
configs/T1040RDB_SDCARD_defconfig | 4 +
configs/T1040RDB_SECURE_BOOT_defconfig | 2 +
configs/T1040RDB_SPIFLASH_defconfig | 4 +
configs/T1040RDB_defconfig | 2 +
configs/T1042RDB_PI_NAND_defconfig | 4 +
configs/T1042RDB_PI_SDCARD_defconfig | 4 +
configs/T1042RDB_PI_SPIFLASH_defconfig | 4 +
configs/T1042RDB_PI_defconfig | 2 +
configs/T2080QDS_NAND_defconfig | 4 +
configs/T2080QDS_SDCARD_defconfig | 4 +
configs/T2080QDS_SECURE_BOOT_defconfig | 2 +
configs/T2080QDS_SPIFLASH_defconfig | 4 +
configs/T2080QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T2080QDS_defconfig | 2 +
configs/T2080RDB_NAND_defconfig | 4 +
configs/T2080RDB_SDCARD_defconfig | 4 +
configs/T2080RDB_SECURE_BOOT_defconfig | 2 +
configs/T2080RDB_SPIFLASH_defconfig | 4 +
configs/T2080RDB_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T2080RDB_defconfig | 2 +
configs/T2081QDS_NAND_defconfig | 4 +
configs/T2081QDS_SDCARD_defconfig | 4 +
configs/T2081QDS_SPIFLASH_defconfig | 4 +
configs/T2081QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T2081QDS_defconfig | 2 +
configs/T4160QDS_NAND_defconfig | 4 +
configs/T4160QDS_SDCARD_defconfig | 4 +
configs/T4160QDS_SECURE_BOOT_defconfig | 2 +
configs/T4160QDS_SPIFLASH_defconfig | 2 +
configs/T4160QDS_defconfig | 2 +
configs/T4160RDB_defconfig | 2 +
configs/T4240EMU_defconfig | 2 +
configs/T4240QDS_NAND_defconfig | 4 +
configs/T4240QDS_SDCARD_defconfig | 4 +
configs/T4240QDS_SECURE_BOOT_defconfig | 2 +
configs/T4240QDS_SPIFLASH_defconfig | 2 +
configs/T4240QDS_SRIO_PCIE_BOOT_defconfig | 2 +
configs/T4240QDS_defconfig | 2 +
configs/T4240RDB_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 | 4 +
configs/a4m072_defconfig | 2 +
configs/a4m2k_defconfig | 4 +
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 | 4 +
configs/am335x_evm_defconfig | 4 +
configs/am335x_evm_nor_defconfig | 4 +
configs/am335x_evm_norboot_defconfig | 2 +
configs/am335x_evm_spiboot_defconfig | 4 +
configs/am335x_evm_uart1_defconfig | 4 +
configs/am335x_evm_uart2_defconfig | 4 +
configs/am335x_evm_uart3_defconfig | 4 +
configs/am335x_evm_uart4_defconfig | 4 +
configs/am335x_evm_uart5_defconfig | 4 +
configs/am335x_evm_usbspl_defconfig | 4 +
configs/am335x_igep0033_defconfig | 4 +
configs/am3517_crane_defconfig | 4 +
configs/am3517_evm_defconfig | 4 +
configs/am43xx_evm_defconfig | 4 +
configs/ap325rxa_defconfig | 2 +
configs/ap_sh4a_4a_defconfig | 2 +
configs/apf27_defconfig | 4 +
configs/apx4devkit_defconfig | 4 +
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 | 4 +
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 | 4 +
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 | 4 +
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 | 4 +
configs/canmb_defconfig | 2 +
configs/canyonlands_defconfig | 2 +
configs/cardhu_defconfig | 4 +
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 | 4 +
configs/cm_t35_defconfig | 4 +
configs/cm_t54_defconfig | 4 +
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 | 4 +
.../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 | 4 +
configs/da850evm_defconfig | 4 +
configs/da850evm_direct_nor_defconfig | 2 +
configs/dalmore_defconfig | 4 +
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 | 4 +
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 | 4 +
configs/dra7xx_evm_qspiboot_defconfig | 4 +
configs/dra7xx_evm_uart3_defconfig | 4 +
configs/draco_defconfig | 4 +
configs/dreamplug_defconfig | 2 +
configs/duovero_defconfig | 4 +
configs/dxr2_defconfig | 4 +
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 | 4 +
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 | 4 +
configs/hawkboard_defconfig | 4 +
configs/hawkboard_uart_defconfig | 4 +
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/ids8313_defconfig | 2 +
configs/igep0020_defconfig | 4 +
configs/igep0020_nand_defconfig | 4 +
configs/igep0030_defconfig | 4 +
configs/igep0030_nand_defconfig | 4 +
configs/igep0032_defconfig | 4 +
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 | 4 +
configs/ipek01_defconfig | 2 +
configs/jadecpu_defconfig | 2 +
configs/jetson-tk1_defconfig | 4 +
configs/jornada_defconfig | 2 +
configs/jupiter_defconfig | 2 +
configs/k2hk_evm_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 | 4 +
configs/kzm9g_defconfig | 2 +
configs/lager_defconfig | 2 +
configs/lager_nor_defconfig | 2 +
configs/lcd4_lwmon5_defconfig | 4 +
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 | 4 +
configs/m53evk_defconfig | 4 +
configs/magnesium_defconfig | 2 +
configs/makalu_defconfig | 2 +
configs/malta_defconfig | 2 +
configs/maltael_defconfig | 2 +
configs/marsboard_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 | 4 +
configs/mecp5123_defconfig | 2 +
configs/mecp5200_defconfig | 2 +
configs/medcom-wide_defconfig | 4 +
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 | 4 +
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 | 4 +
configs/mx23evk_defconfig | 4 +
configs/mx25pdk_defconfig | 2 +
configs/mx28evk_auart_console_defconfig | 4 +
configs/mx28evk_defconfig | 4 +
configs/mx28evk_nand_defconfig | 4 +
configs/mx31ads_defconfig | 2 +
configs/mx31pdk_defconfig | 4 +
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 | 4 +
configs/omap3_evm_defconfig | 4 +
configs/omap3_evm_quick_mmc_defconfig | 4 +
configs/omap3_evm_quick_nand_defconfig | 4 +
configs/omap3_ha_defconfig | 4 +
configs/omap3_logic_defconfig | 2 +
configs/omap3_mvblx_defconfig | 2 +
configs/omap3_overo_defconfig | 4 +
configs/omap3_pandora_defconfig | 2 +
configs/omap3_sdp3430_defconfig | 2 +
configs/omap3_zoom1_defconfig | 2 +
configs/omap4_panda_defconfig | 4 +
configs/omap4_sdp4430_defconfig | 4 +
configs/omap5912osk_defconfig | 2 +
configs/omap5_uevm_defconfig | 4 +
configs/openrd_base_defconfig | 2 +
configs/openrd_client_defconfig | 2 +
configs/openrd_ultimate_defconfig | 2 +
configs/openrisc-generic_defconfig | 2 +
configs/origen_defconfig | 4 +
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 | 4 +
configs/paz00_defconfig | 4 +
configs/pb1000_defconfig | 2 +
configs/pcm030_LOWBOOT_defconfig | 2 +
configs/pcm030_defconfig | 2 +
configs/pcm051_rev1_defconfig | 4 +
configs/pcm051_rev3_defconfig | 4 +
configs/pcs440ep_defconfig | 2 +
configs/pdm360ng_defconfig | 2 +
configs/pengwyn_defconfig | 4 +
configs/pepper_defconfig | 4 +
configs/pf5200_defconfig | 2 +
configs/plutux_defconfig | 4 +
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 | 4 +
configs/qemu-ppce500_defconfig | 2 +
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/riotboard_defconfig | 2 +
configs/rpi_b_defconfig | 2 +
configs/rsk7203_defconfig | 2 +
configs/rsk7264_defconfig | 2 +
configs/rsk7269_defconfig | 2 +
configs/rut_defconfig | 4 +
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 | 4 +
configs/sama5d3xek_nandflash_defconfig | 4 +
configs/sama5d3xek_spiflash_defconfig | 4 +
configs/sandbox_defconfig | 1 +
configs/sansa_fuze_plus_defconfig | 4 +
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 | 4 +
configs/scb9328_defconfig | 2 +
configs/seaboard_defconfig | 4 +
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 | 4 +
configs/smdk5420_defconfig | 4 +
configs/smdkc100_defconfig | 2 +
configs/smdkv310_defconfig | 4 +
configs/snapper9260_defconfig | 2 +
configs/snapper9g20_defconfig | 2 +
configs/snow_defconfig | 4 +
configs/snowball_defconfig | 2 +
configs/socfpga_cyclone5_defconfig | 4 +
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/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 | 4 +
configs/taurus_defconfig | 2 +
configs/tcm-bf518_defconfig | 2 +
configs/tcm-bf537_defconfig | 2 +
configs/tec-ng_defconfig | 4 +
configs/tec_defconfig | 4 +
configs/ti814x_evm_defconfig | 4 +
configs/ti816x_evm_defconfig | 4 +
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/trats2_defconfig | 2 +
configs/trats_defconfig | 2 +
configs/tricorder_defconfig | 4 +
configs/tricorder_flash_defconfig | 4 +
configs/trimslice_defconfig | 4 +
configs/trizepsiv_defconfig | 2 +
configs/tseries_mmc_defconfig | 4 +
configs/tseries_nand_defconfig | 4 +
configs/tseries_spi_defconfig | 4 +
configs/tt01_defconfig | 2 +
configs/tuge1_defconfig | 2 +
configs/tuxx1_defconfig | 2 +
configs/twister_defconfig | 4 +
configs/tx25_defconfig | 4 +
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 | 4 +
configs/ventana_defconfig | 4 +
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 | 4 +
configs/walnut_defconfig | 2 +
configs/wandboard_dl_defconfig | 2 +
configs/wandboard_quad_defconfig | 2 +
configs/wandboard_solo_defconfig | 2 +
configs/whistler_defconfig | 4 +
configs/wireless_space_defconfig | 2 +
configs/woodburn_defconfig | 2 +
configs/woodburn_sd_defconfig | 4 +
configs/wtk_defconfig | 2 +
configs/x600_defconfig | 4 +
configs/xaeniax_defconfig | 2 +
configs/xfi3_defconfig | 4 +
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 +
doc/README.SPL | 2 +-
include/.gitignore | 1 -
include/configs/B4860QDS.h | 2 -
include/configs/BSC9131RDB.h | 2 -
include/configs/BSC9132QDS.h | 2 -
include/configs/C29XPCIE.h | 4 -
include/configs/MPC8313ERDB.h | 1 -
include/configs/P1010RDB.h | 9 -
include/configs/P1022DS.h | 8 -
include/configs/P1_P2_RDB.h | 8 -
include/configs/T104xRDB.h | 2 -
include/configs/T208xQDS.h | 2 -
include/configs/T208xRDB.h | 2 -
include/configs/T4240QDS.h | 2 -
include/configs/a3m071.h | 2 -
include/configs/am335x_igep0033.h | 2 -
include/configs/am3517_crane.h | 2 -
include/configs/am3517_evm.h | 2 -
include/configs/am43xx_evm.h | 1 -
include/configs/apf27.h | 2 -
include/configs/arndale.h | 2 -
include/configs/bur_am335x_common.h | 2 -
include/configs/cam_enc_4xx.h | 2 -
include/configs/cm_t35.h | 2 -
include/configs/da850evm.h | 2 -
include/configs/devkit8000.h | 2 -
include/configs/exynos5-dt.h | 1 -
include/configs/exynos5250-dt.h | 1 -
include/configs/hawkboard.h | 2 -
include/configs/ipam390.h | 2 -
include/configs/k2hk_evm.h | 1 -
include/configs/lwmon5.h | 2 -
include/configs/m53evk.h | 2 -
include/configs/mcx.h | 2 -
include/configs/microblaze-generic.h | 2 -
include/configs/mx31pdk.h | 2 -
include/configs/mxs.h | 2 -
include/configs/omap3_evm_common.h | 2 -
include/configs/origen.h | 2 -
include/configs/p1_p2_rdb_pc.h | 8 -
include/configs/palmtreo680.h | 2 -
include/configs/pcm051.h | 2 -
include/configs/sama5d3xek.h | 2 -
include/configs/siemens-am33x-common.h | 2 -
include/configs/smdk5420.h | 6 -
include/configs/smdkv310.h | 2 -
include/configs/socfpga_cyclone5.h | 4 -
include/configs/tam3517-common.h | 2 -
include/configs/tao3530.h | 2 -
include/configs/tegra-common.h | 1 -
include/configs/tegra114-common.h | 1 -
include/configs/tegra124-common.h | 1 -
include/configs/tegra20-common.h | 1 -
include/configs/tegra30-common.h | 1 -
include/configs/ti814x_evm.h | 2 -
include/configs/ti816x_evm.h | 2 -
include/configs/ti_am335x_common.h | 1 -
include/configs/ti_armv7_common.h | 1 -
include/configs/ti_omap3_common.h | 1 -
include/configs/ti_omap4_common.h | 1 -
include/configs/ti_omap5_common.h | 1 -
include/configs/tricorder.h | 2 -
include/configs/tx25.h | 2 -
include/configs/vpac270.h | 2 -
include/configs/woodburn_sd.h | 2 -
include/configs/x600.h | 2 -
include/configs/zynq-common.h | 4 -
include/linux/kconfig.h | 46 +
mkconfig | 192 --
scripts/Makefile | 2 +-
scripts/Makefile.autoconf | 100 +
scripts/Makefile.build | 31 +-
scripts/basic/fixdep.c | 6 +-
scripts/kconfig/.gitignore | 22 +
scripts/kconfig/Makefile | 330 +++
scripts/kconfig/POTFILES.in | 12 +
scripts/kconfig/check.sh | 14 +
scripts/kconfig/conf.c | 718 ++++++
scripts/kconfig/confdata.c | 1250 ++++++++++
scripts/kconfig/expr.c | 1168 +++++++++
scripts/kconfig/expr.h | 241 ++
scripts/kconfig/gconf.c | 1542 ++++++++++++
scripts/kconfig/gconf.glade | 661 +++++
scripts/kconfig/images.c | 326 +++
scripts/kconfig/kxgettext.c | 235 ++
scripts/kconfig/list.h | 131 +
scripts/kconfig/lkc.h | 200 ++
scripts/kconfig/lkc_proto.h | 57 +
scripts/kconfig/lxdialog/.gitignore | 4 +
scripts/kconfig/lxdialog/BIG.FAT.WARNING | 4 +
scripts/kconfig/lxdialog/check-lxdialog.sh | 87 +
scripts/kconfig/lxdialog/checklist.c | 332 +++
scripts/kconfig/lxdialog/dialog.h | 257 ++
scripts/kconfig/lxdialog/inputbox.c | 301 +++
scripts/kconfig/lxdialog/menubox.c | 437 ++++
scripts/kconfig/lxdialog/textbox.c | 408 ++++
scripts/kconfig/lxdialog/util.c | 713 ++++++
scripts/kconfig/lxdialog/yesno.c | 114 +
scripts/kconfig/mconf.c | 1037 ++++++++
scripts/kconfig/menu.c | 697 ++++++
scripts/kconfig/merge_config.sh | 150 ++
scripts/kconfig/nconf.c | 1557 ++++++++++++
scripts/kconfig/nconf.gui.c | 656 +++++
scripts/kconfig/nconf.h | 96 +
scripts/kconfig/qconf.cc | 1795 ++++++++++++++
scripts/kconfig/qconf.h | 338 +++
scripts/kconfig/streamline_config.pl | 647 +++++
scripts/kconfig/symbol.c | 1373 +++++++++++
scripts/kconfig/util.c | 159 ++
scripts/kconfig/zconf.gperf | 48 +
scripts/kconfig/zconf.hash.c_shipped | 289 +++
scripts/kconfig/zconf.l | 363 +++
scripts/kconfig/zconf.lex.c_shipped | 2420 +++++++++++++++++++
scripts/kconfig/zconf.tab.c_shipped | 2538 ++++++++++++++++++++
scripts/kconfig/zconf.y | 733 ++++++
scripts/silentoldconfig.sh | 71 +
spl/Makefile | 31 +-
tools/Makefile | 2 +-
tools/buildman/board.py | 2 +-
tools/buildman/builder.py | 6 +-
tools/env/Makefile | 2 +-
tools/genkconfig | 244 ++
tools/print_allconfigs | 77 +
1967 files changed, 59930 insertions(+), 492 deletions(-)
create mode 100644 Kconfig
create mode 100644 arch/Kconfig
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/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/cm_t54/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/embest/mx6boards/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/qemu-ppce500/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/t4rdb/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/gumstix/duovero/Kconfig
create mode 100644 board/gumstix/pepper/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/ids/ids8247/Kconfig
create mode 100644 board/ids/ids8313/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/jetson-tk1/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/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/draco/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/k2hk_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_SECURE_BOOT_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_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_NAND_DDRCLK100_defconfig
create mode 100644 configs/BSC9132QDS_NAND_DDRCLK133_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_NAND_DDRCLK133_defconfig
create mode 100644 configs/BSC9132QDS_NOR_DDRCLK100_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_NOR_DDRCLK100_defconfig
create mode 100644 configs/BSC9132QDS_NOR_DDRCLK133_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_NOR_DDRCLK133_defconfig
create mode 100644 configs/BSC9132QDS_SDCARD_DDRCLK100_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_SDCARD_DDRCLK100_defconfig
create mode 100644 configs/BSC9132QDS_SDCARD_DDRCLK133_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_SDCARD_DDRCLK133_defconfig
create mode 100644 configs/BSC9132QDS_SPIFLASH_DDRCLK100_SECURE_defconfig
create mode 100644 configs/BSC9132QDS_SPIFLASH_DDRCLK100_defconfig
create mode 100644 configs/BSC9132QDS_SPIFLASH_DDRCLK133_SECURE_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_D4_defconfig
create mode 100644 configs/T1040QDS_SECURE_BOOT_defconfig
create mode 100644 configs/T1040QDS_defconfig
create mode 100644 configs/T1040RDB_NAND_defconfig
create mode 100644 configs/T1040RDB_SDCARD_defconfig
create mode 100644 configs/T1040RDB_SECURE_BOOT_defconfig
create mode 100644 configs/T1040RDB_SPIFLASH_defconfig
create mode 100644 configs/T1040RDB_defconfig
create mode 100644 configs/T1042RDB_PI_NAND_defconfig
create mode 100644 configs/T1042RDB_PI_SDCARD_defconfig
create mode 100644 configs/T1042RDB_PI_SPIFLASH_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_SECURE_BOOT_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_SECURE_BOOT_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_NAND_defconfig
create mode 100644 configs/T4160QDS_SDCARD_defconfig
create mode 100644 configs/T4160QDS_SECURE_BOOT_defconfig
create mode 100644 configs/T4160QDS_SPIFLASH_defconfig
create mode 100644 configs/T4160QDS_defconfig
create mode 100644 configs/T4160RDB_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_SECURE_BOOT_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/T4240RDB_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/cm_t54_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_qspiboot_defconfig
create mode 100644 configs/dra7xx_evm_uart3_defconfig
create mode 100644 configs/draco_defconfig
create mode 100644 configs/dreamplug_defconfig
create mode 100644 configs/duovero_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/ids8313_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/jetson-tk1_defconfig
create mode 100644 configs/jornada_defconfig
create mode 100644 configs/jupiter_defconfig
create mode 100644 configs/k2hk_evm_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/marsboard_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/pepper_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-ppce500_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/riotboard_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/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/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
create mode 100644 include/linux/kconfig.h
delete mode 100755 mkconfig
create mode 100644 scripts/Makefile.autoconf
create mode 100644 scripts/kconfig/.gitignore
create mode 100644 scripts/kconfig/Makefile
create mode 100644 scripts/kconfig/POTFILES.in
create mode 100755 scripts/kconfig/check.sh
create mode 100644 scripts/kconfig/conf.c
create mode 100644 scripts/kconfig/confdata.c
create mode 100644 scripts/kconfig/expr.c
create mode 100644 scripts/kconfig/expr.h
create mode 100644 scripts/kconfig/gconf.c
create mode 100644 scripts/kconfig/gconf.glade
create mode 100644 scripts/kconfig/images.c
create mode 100644 scripts/kconfig/kxgettext.c
create mode 100644 scripts/kconfig/list.h
create mode 100644 scripts/kconfig/lkc.h
create mode 100644 scripts/kconfig/lkc_proto.h
create mode 100644 scripts/kconfig/lxdialog/.gitignore
create mode 100644 scripts/kconfig/lxdialog/BIG.FAT.WARNING
create mode 100644 scripts/kconfig/lxdialog/check-lxdialog.sh
create mode 100644 scripts/kconfig/lxdialog/checklist.c
create mode 100644 scripts/kconfig/lxdialog/dialog.h
create mode 100644 scripts/kconfig/lxdialog/inputbox.c
create mode 100644 scripts/kconfig/lxdialog/menubox.c
create mode 100644 scripts/kconfig/lxdialog/textbox.c
create mode 100644 scripts/kconfig/lxdialog/util.c
create mode 100644 scripts/kconfig/lxdialog/yesno.c
create mode 100644 scripts/kconfig/mconf.c
create mode 100644 scripts/kconfig/menu.c
create mode 100755 scripts/kconfig/merge_config.sh
create mode 100644 scripts/kconfig/nconf.c
create mode 100644 scripts/kconfig/nconf.gui.c
create mode 100644 scripts/kconfig/nconf.h
create mode 100644 scripts/kconfig/qconf.cc
create mode 100644 scripts/kconfig/qconf.h
create mode 100644 scripts/kconfig/streamline_config.pl
create mode 100644 scripts/kconfig/symbol.c
create mode 100644 scripts/kconfig/util.c
create mode 100644 scripts/kconfig/zconf.gperf
create mode 100644 scripts/kconfig/zconf.hash.c_shipped
create mode 100644 scripts/kconfig/zconf.l
create mode 100644 scripts/kconfig/zconf.lex.c_shipped
create mode 100644 scripts/kconfig/zconf.tab.c_shipped
create mode 100644 scripts/kconfig/zconf.y
create mode 100644 scripts/silentoldconfig.sh
create mode 100755 tools/genkconfig
create mode 100755 tools/print_allconfigs
--
1.9.1
1
14
Hello,
tools/Makefile uses the following substitution
HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \
$(patsubst -I%,-idirafter%, $(UBOOTINCLUDE)) \
...
Which adds -idirafterinclude when compiling image-fit.c. Since
mentioned file includes sha256.h, which is a system include on FreeBSD,
the system version is included instead of the intended U-boot
include/sha256.h and building fails. Without the substitution it builds
successfully.
What is the intention of using idirafter?
Regards,
Jeroen
2
3

Re: [U-Boot] [PATCH v2 1/2] Exynos5420: Introduce support for the Peach-Pit board
by Akshay Saraswat 27 May '14
by Akshay Saraswat 27 May '14
27 May '14
Hi Simon,
>Hi Akshay,
>
>On 21 May 2014 23:23, Akshay Saraswat <akshay.s(a)samsung.com> wrote:
>> While the Exynos5420 chip is used in both Smdk5420 and in the Peach-Pit
>> line of devices, there could be other boards using the same chip, so a
>> common configuration file is being added (exynos5420.h) as well
>> as two common device tree files (exynos54xx.dtsi & exynos5420.dtsi).
>>
>> The peach board as declared in boards.cfg is a copy of smdk5420
>> declaration. The configuration files are similar, but define different
>> default device trees, console serial ports and prompts.
>>
>> The device tree files for smdk5420 and peach-pit inherit from the same
>> common file.
>>
>> Signed-off-by: Vadim Bendebury <vbendeb(a)chromium.org>
>> Signed-off-by: Akshay Saraswat <akshay.s(a)samsung.com>
>> Acked-by: Simon Glass <sjg(a)chromium.org>
>
>This looks good to me. I think you might have an extra space in the
>last column of your boards.cfg addition, and CONFIG_CHROMEOS_PEACH
>might not be needed.
>
Will fix these in the next version.
>
>But I can't get pit to boot with these patches - it hangs in SPL. Do
>you know what is going on?
>
For me, these patches are working fine. I have tested them over three different pit boards.
I am not sure what could be wrong. I will try over more of those boards, if I witness
something like this I will update.
>
>9276cf9 (HEAD, try-pit) Exynos5420: DMC: Add software read leveling
>7706877 DMC: exynos5420: Gate CLKM to when reading PHY_CON13
>0bc31a0 Exynos5420: Remove code for enabling read leveling
>cc36404 Exynos5: DMC: Modify the definition of ddr3_mem_ctrl_init
>4544c39 Exynos: Make sure ps_hold gets set in the SPL
>f08ba9d Exynos5420: Let macros be used for exynos5420
>5620192 Exynos5420: Introduce support for the Peach-Pit board
>73e3bea (samsung/master) ARM: exynos5420: removed undefined gpio structure
>
>Regards,
>Simon
>
Regards,
Akshay Saraswat
2
1

27 May '14
Sometimes Read DQ and DQS are not in phase. Since, this
phase shift differs from board to board, we need to
calibrate it at DRAM init phase, that's read DQ calibration.
This patch adds SW Read DQ calibration routine to compensate
this skew.
Signed-off-by: Alim Akhtar <alim.akhtar(a)samsung.com>
Signed-off-by: Akshay Saraswat <akshay.s(a)samsung.com>
---
Changes since v1:
- Added "Acked-by".
- Changed TIMEOUT to TIMEOUT_US.
- Replaced 0x20000000 with CONFIG_SYS_SDRAM_BASE.
- Removed TRUE and FALSE macros.
- Fixed few typos and nits.
arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c | 250 +++++++++++++++++++++++++++++-
arch/arm/cpu/armv7/exynos/exynos5_setup.h | 5 +-
arch/arm/include/asm/arch-exynos/dmc.h | 3 +
arch/arm/include/asm/arch-exynos/power.h | 4 +-
4 files changed, 255 insertions(+), 7 deletions(-)
diff --git a/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c b/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c
index 13003b8..b86dd2d 100644
--- a/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c
+++ b/arch/arm/cpu/armv7/exynos/dmc_init_ddr3.c
@@ -6,6 +6,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
+#include <common.h>
#include <config.h>
#include <asm/io.h>
#include <asm/arch/clock.h>
@@ -16,7 +17,11 @@
#include "exynos5_setup.h"
#include "clock_init.h"
-#define TIMEOUT 10000
+#define TIMEOUT_US 10000
+#define NUM_BYTE_LANES 4
+#define DEFAULT_DQS 8
+#define DEFAULT_DQS_X4 (DEFAULT_DQS << 24) || (DEFAULT_DQS << 16) \
+ || (DEFAULT_DQS << 8) || (DEFAULT_DQS << 0)
#ifdef CONFIG_EXYNOS5250
static void reset_phy_ctrl(void)
@@ -176,7 +181,7 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
writel(val, &phy1_ctrl->phy_con1);
writel(CTRL_RDLVL_GATE_ENABLE, &dmc->rdlvl_config);
- i = TIMEOUT;
+ i = TIMEOUT_US;
while ((readl(&dmc->phystatus) &
(RDLVL_COMPLETE_CHO | RDLVL_COMPLETE_CH1)) !=
(RDLVL_COMPLETE_CHO | RDLVL_COMPLETE_CH1) && i > 0) {
@@ -220,6 +225,219 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
#endif
#ifdef CONFIG_EXYNOS5420
+/**
+ * RAM address to use in the test.
+ *
+ * We'll use 4 words at this address and 4 at this address + 0x80 (Ares
+ * interleaves channels every 128 bytes). This will allow us to evaluate all of
+ * the chips in a 1 chip per channel (2GB) system and half the chips in a 2
+ * chip per channel (4GB) system. We can't test the 2nd chip since we need to
+ * do tests before the 2nd chip is enabled. Looking at the 2nd chip isn't
+ * critical because the 1st and 2nd chip have very similar timings (they'd
+ * better have similar timings, since there's only a single adjustment that is
+ * shared by both chips).
+ */
+const unsigned int test_addr = CONFIG_SYS_SDRAM_BASE;
+
+/* Test pattern with which RAM will be tested */
+static const unsigned int test_pattern[] = {
+ 0x5a5a5a5a,
+ 0xa5a5a5a5,
+ 0xf0f0f0f0,
+ 0x0f0f0f0f,
+};
+
+/**
+ * This function is a test vector for sw read leveling,
+ * it compares the read data with the written data.
+ *
+ * @param ch DMC channel number
+ * @param byte_lane which DQS byte offset,
+ * possible values are 0,1,2,3
+ * @return TRUE if memory was good, FALSE if not.
+ */
+static bool dmc_valid_window_test_vector(int ch, int byte_lane)
+{
+ unsigned int read_data;
+ unsigned int mask;
+ int i;
+
+ mask = 0xFF << (8 * byte_lane);
+
+ for (i = 0; i < ARRAY_SIZE(test_pattern); i++) {
+ read_data = readl(test_addr + i * 4 + ch * 0x80);
+ if ((read_data & mask) != (test_pattern[i] & mask))
+ return false;
+ }
+
+ return true;
+}
+
+/**
+ * This function returns current read offset value.
+ *
+ * @param phy_ctrl pointer to the current phy controller
+ */
+static unsigned int dmc_get_read_offset_value(struct exynos5420_phy_control
+ *phy_ctrl)
+{
+ return readl(&phy_ctrl->phy_con4);
+}
+
+/**
+ * This function performs resync, so that slave DLL is updated.
+ *
+ * @param phy_ctrl pointer to the current phy controller
+ */
+static void ddr_phy_set_do_resync(struct exynos5420_phy_control *phy_ctrl)
+{
+ setbits_le32(&phy_ctrl->phy_con10, PHY_CON10_CTRL_OFFSETR3);
+ clrbits_le32(&phy_ctrl->phy_con10, PHY_CON10_CTRL_OFFSETR3);
+}
+
+/**
+ * This function sets read offset value register with 'offset'.
+ *
+ * ...we also call call ddr_phy_set_do_resync().
+ *
+ * @param phy_ctrl pointer to the current phy controller
+ * @param offset offset to read DQS
+ */
+static void dmc_set_read_offset_value(struct exynos5420_phy_control *phy_ctrl,
+ unsigned int offset)
+{
+ writel(offset, &phy_ctrl->phy_con4);
+ ddr_phy_set_do_resync(phy_ctrl);
+}
+
+/**
+ * Convert a 2s complement byte to a byte with a sign bit.
+ *
+ * NOTE: you shouldn't use normal math on the number returned by this function.
+ * As an example, -10 = 0xf6. After this function -10 = 0x8a. If you wanted
+ * to do math and get the average of 10 and -10 (should be 0):
+ * 0x8a + 0xa = 0x94 (-108)
+ * 0x94 / 2 = 0xca (-54)
+ * ...and 0xca = sign bit plus 0x4a, or -74
+ *
+ * Also note that you lose the ability to represent -128 since there are two
+ * representations of 0.
+ *
+ * @param b The byte to convert in two's complement.
+ * @return The 7-bit value + sign bit.
+ */
+
+unsigned char make_signed_byte(signed char b)
+{
+ if (b < 0)
+ return 0x80 | -b;
+ else
+ return b;
+}
+
+/**
+ * Test various shifts starting at 'start' and going to 'end'.
+ *
+ * For each byte lane, we'll walk through shift starting at 'start' and going
+ * to 'end' (inclusive). When we are finally able to read the test pattern
+ * we'll store the value in the results array.
+ *
+ * @param phy_ctrl pointer to the current phy controller
+ * @param ch channel number
+ * @param start the start shift. -127 to 127
+ * @param end the end shift. -127 to 127
+ * @param results we'll store results for each byte lane.
+ */
+
+void test_shifts(struct exynos5420_phy_control *phy_ctrl, int ch,
+ int start, int end, int results[NUM_BYTE_LANES])
+{
+ int incr = (start < end) ? 1 : -1;
+ int byte_lane;
+
+ for (byte_lane = 0; byte_lane < NUM_BYTE_LANES; byte_lane++) {
+ int shift;
+
+ dmc_set_read_offset_value(phy_ctrl, DEFAULT_DQS_X4);
+ results[byte_lane] = DEFAULT_DQS;
+
+ for (shift = start; shift != (end + incr); shift += incr) {
+ unsigned int byte_offsetr;
+ unsigned int offsetr;
+
+ byte_offsetr = make_signed_byte(shift);
+
+ offsetr = dmc_get_read_offset_value(phy_ctrl);
+ offsetr &= ~(0xFF << (8 * byte_lane));
+ offsetr |= (byte_offsetr << (8 * byte_lane));
+ dmc_set_read_offset_value(phy_ctrl, offsetr);
+
+ if (dmc_valid_window_test_vector(ch, byte_lane)) {
+ results[byte_lane] = shift;
+ break;
+ }
+ }
+ }
+}
+
+/**
+ * This function performs SW read leveling to compensate DQ-DQS skew at
+ * receiver it first finds the optimal read offset value on each DQS
+ * then applies the value to PHY.
+ *
+ * Read offset value has its min margin and max margin. If read offset
+ * value exceeds its min or max margin, read data will have corruption.
+ * To avoid this we are doing sw read leveling.
+ *
+ * SW read leveling is:
+ * 1> Finding offset value's left_limit and right_limit
+ * 2> and calculate its center value
+ * 3> finally programs that center value to PHY
+ * 4> then PHY gets its optimal offset value.
+ *
+ * @param phy_ctrl pointer to the current phy controller
+ * @param ch channel number
+ * @param coarse_lock_val The coarse lock value read from PHY_CON13.
+ * (0 - 0x7f)
+ */
+static void software_find_read_offset(struct exynos5420_phy_control *phy_ctrl,
+ int ch, unsigned int coarse_lock_val)
+{
+ unsigned int offsetr_cent;
+ int byte_lane;
+ int left_limit;
+ int right_limit;
+ int left[NUM_BYTE_LANES];
+ int right[NUM_BYTE_LANES];
+ int i;
+
+ /* Fill the memory with test patterns */
+ for (i = 0; i < ARRAY_SIZE(test_pattern); i++)
+ writel(test_pattern[i], test_addr + i * 4 + ch * 0x80);
+
+ /* Figure out the limits we'll test with; keep -127 < limit < 127 */
+ left_limit = DEFAULT_DQS - coarse_lock_val;
+ right_limit = DEFAULT_DQS + coarse_lock_val;
+ if (right_limit > 127)
+ right_limit = 127;
+
+ /* Fill in the location where reads were OK from left and right */
+ test_shifts(phy_ctrl, ch, left_limit, right_limit, left);
+ test_shifts(phy_ctrl, ch, right_limit, left_limit, right);
+
+ /* Make a final value by taking the center between the left and right */
+ offsetr_cent = 0;
+ for (byte_lane = 0; byte_lane < NUM_BYTE_LANES; byte_lane++) {
+ int temp_center;
+ unsigned int vmwc;
+
+ temp_center = (left[byte_lane] + right[byte_lane]) / 2;
+ vmwc = make_signed_byte(temp_center);
+ offsetr_cent |= vmwc << (8 * byte_lane);
+ }
+ dmc_set_read_offset_value(phy_ctrl, offsetr_cent);
+}
+
int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
{
struct exynos5420_clock *clk =
@@ -229,6 +447,7 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
struct exynos5420_phy_control *phy0_ctrl, *phy1_ctrl;
struct exynos5420_dmc *drex0, *drex1;
struct exynos5420_tzasc *tzasc0, *tzasc1;
+ struct exynos5_power *pmu;
uint32_t val, n_lock_r, n_lock_w_phy0, n_lock_w_phy1;
uint32_t lock0_info, lock1_info;
int chip;
@@ -243,6 +462,8 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
tzasc0 = (struct exynos5420_tzasc *)samsung_get_base_dmc_tzasc();
tzasc1 = (struct exynos5420_tzasc *)(samsung_get_base_dmc_tzasc()
+ DMC_OFFSET);
+ pmu = (struct exynos5_power *)EXYNOS5420_POWER_BASE;
+
/* Enable PAUSE for DREX */
setbits_le32(&clk->pause, ENABLE_BIT);
@@ -512,7 +733,7 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
writel(val, &phy1_ctrl->phy_con1);
writel(CTRL_RDLVL_GATE_ENABLE, &drex0->rdlvl_config);
- i = TIMEOUT;
+ i = TIMEOUT_US;
while (((readl(&drex0->phystatus) & RDLVL_COMPLETE_CHO) !=
RDLVL_COMPLETE_CHO) && (i > 0)) {
/*
@@ -527,7 +748,7 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
writel(CTRL_RDLVL_GATE_DISABLE, &drex0->rdlvl_config);
writel(CTRL_RDLVL_GATE_ENABLE, &drex1->rdlvl_config);
- i = TIMEOUT;
+ i = TIMEOUT_US;
while (((readl(&drex1->phystatus) & RDLVL_COMPLETE_CHO) !=
RDLVL_COMPLETE_CHO) && (i > 0)) {
/*
@@ -561,6 +782,27 @@ int ddr3_mem_ctrl_init(struct mem_timings *mem, int reset)
setbits_le32(&phy1_ctrl->phy_con2, DLL_DESKEW_EN);
}
+ /*
+ * Do software read leveling
+ *
+ * Do this before we turn on auto refresh since the auto refresh can
+ * be in conflict with the resync operation that's part of setting
+ * read leveling.
+ */
+ if (!reset) {
+ /* restore calibrated value after resume */
+ dmc_set_read_offset_value(phy0_ctrl, readl(&pmu->pmu_spare1));
+ dmc_set_read_offset_value(phy1_ctrl, readl(&pmu->pmu_spare2));
+ } else {
+ software_find_read_offset(phy0_ctrl, 0,
+ CTRL_LOCK_COARSE(lock0_info));
+ software_find_read_offset(phy1_ctrl, 1,
+ CTRL_LOCK_COARSE(lock1_info));
+ /* save calibrated value to restore after resume */
+ writel(dmc_get_read_offset_value(phy0_ctrl), &pmu->pmu_spare1);
+ writel(dmc_get_read_offset_value(phy1_ctrl), &pmu->pmu_spare2);
+ }
+
/* Send PALL command */
dmc_config_prech(mem, &drex0->directcmd);
dmc_config_prech(mem, &drex1->directcmd);
diff --git a/arch/arm/cpu/armv7/exynos/exynos5_setup.h b/arch/arm/cpu/armv7/exynos/exynos5_setup.h
index 583be27..3242093 100644
--- a/arch/arm/cpu/armv7/exynos/exynos5_setup.h
+++ b/arch/arm/cpu/armv7/exynos/exynos5_setup.h
@@ -282,8 +282,11 @@
#define PHY_CON12_VAL 0x10107F50
#define CTRL_START (1 << 6)
#define CTRL_DLL_ON (1 << 5)
+#define CTRL_LOCK_COARSE_OFFSET 10
+#define CTRL_LOCK_COARSE_MASK (0x7F << CTRL_LOCK_COARSE_OFFSET)
+#define CTRL_LOCK_COARSE(x) (((x) & CTRL_LOCK_COARSE_MASK) >> \
+ CTRL_LOCK_COARSE_OFFSET)
#define CTRL_FORCE_MASK (0x7F << 8)
-#define CTRL_LOCK_COARSE_MASK (0x7F << 10)
#define CTRL_FINE_LOCKED 0x7
#define CTRL_OFFSETD_RESET_VAL 0x8
diff --git a/arch/arm/include/asm/arch-exynos/dmc.h b/arch/arm/include/asm/arch-exynos/dmc.h
index d78536d..ec3f9b6 100644
--- a/arch/arm/include/asm/arch-exynos/dmc.h
+++ b/arch/arm/include/asm/arch-exynos/dmc.h
@@ -467,6 +467,9 @@ enum mem_manuf {
/* PHY_CON1 register fields */
#define PHY_CON1_RDLVL_RDDATA_ADJ_SHIFT 0
+/* PHY_CON4 rgister fields */
+#define PHY_CON10_CTRL_OFFSETR3 (1 << 24)
+
/* PHY_CON12 register fields */
#define PHY_CON12_CTRL_START_POINT_SHIFT 24
#define PHY_CON12_CTRL_INC_SHIFT 16
diff --git a/arch/arm/include/asm/arch-exynos/power.h b/arch/arm/include/asm/arch-exynos/power.h
index c9609a2..bcef43f 100644
--- a/arch/arm/include/asm/arch-exynos/power.h
+++ b/arch/arm/include/asm/arch-exynos/power.h
@@ -906,8 +906,8 @@ struct exynos5420_power {
unsigned int sysip_dat3;
unsigned char res11[0xe0];
unsigned int pmu_spare0;
- unsigned int pmu_spare1;
- unsigned int pmu_spare2;
+ unsigned int pmu_spare1; /* Store PHY0_CON4 for read leveling */
+ unsigned int pmu_spare2; /* Store PHY1_CON4 for read leveling */
unsigned int pmu_spare3;
unsigned char res12[0x4];
unsigned int cg_status0;
--
1.8.3.2
2
1