This commit adds:
- arch/${ARCH}/Kconfig
provide a menu to select target boards
- board/${VENDOR}/${BOARD}/Kconfig or board/${BOARD}/Kconfig
set CONFIG macros to the appropriate values for each board
- configs/${TARGET_BOARD}_defconfig
default setting of each board
(This commit was automatically generated by a conversion script
based on boards.cfg)
In Linux Kernel, defconfig files are located under
arch/${ARCH}/configs/ directory.
It works in Linux Kernel since ARCH is always given from the
command line for cross compile.
But in U-Boot, ARCH is not given from the command line.
Which means we cannot know ARCH until the board configuration is done.
That is why all the "*_defconfig" files should be gathered into a
single directory ./configs/.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
|
||
|---|---|---|
| .. | ||
| 4xx_ibm_ddr2_autocalib.c | ||
| 4xx_pci.c | ||
| 4xx_pcie.c | ||
| 4xx_uart.c | ||
| 40x_spd_sdram.c | ||
| 44x_spd_ddr.c | ||
| 44x_spd_ddr2.c | ||
| Kconfig | ||
| Makefile | ||
| bedbug_405.c | ||
| cache.S | ||
| cmd_chip_config.c | ||
| cmd_ecctest.c | ||
| config.mk | ||
| cpu.c | ||
| cpu_init.c | ||
| dcr.S | ||
| denali_data_eye.c | ||
| denali_spd_ddr2.c | ||
| ecc.c | ||
| ecc.h | ||
| fdt.c | ||
| gpio.c | ||
| interrupts.c | ||
| kgdb.S | ||
| miiphy.c | ||
| reginfo.c | ||
| resetvec.S | ||
| sdram.c | ||
| sdram.h | ||
| speed.c | ||
| spl_boot.c | ||
| start.S | ||
| tlb.c | ||
| traps.c | ||
| u-boot-spl.lds | ||
| u-boot.lds | ||
| uic.c | ||
| usb.c | ||
| usb_ohci.c | ||
| usb_ohci.h | ||
| xilinx_irq.c | ||