rv1126-uboot/arch/powerpc/cpu/ppc4xx
Masahiro Yamada dd84058d24 kconfig: add board Kconfig and defconfig files
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>
2014-07-30 08:48:01 -04:00
..
4xx_ibm_ddr2_autocalib.c ppc4xx: Remove 4xx NAND booting support 2014-03-07 10:59:06 -05:00
4xx_pci.c
4xx_pcie.c
4xx_uart.c
40x_spd_sdram.c
44x_spd_ddr.c
44x_spd_ddr2.c ppc4xx: Remove 4xx NAND booting support 2014-03-07 10:59:06 -05:00
Kconfig kconfig: add board Kconfig and defconfig files 2014-07-30 08:48:01 -04:00
Makefile ppc4xx: Remove 4xx NAND booting support 2014-03-07 10:59:06 -05:00
bedbug_405.c
cache.S
cmd_chip_config.c
cmd_ecctest.c
config.mk kbuild: rename OBJTREE to objtree 2014-03-12 17:04:58 -04:00
cpu.c nand_spl: remove nand_spl infrastructure 2014-06-05 17:01:59 -04:00
cpu_init.c ppc: Make ppc4xx ready for CONFIG_SYS_GENERIC_BOARD 2014-07-25 10:55:49 +02:00
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 blackfin, powerpc: remove redundant definitions of ARRAY_SIZE 2014-07-07 19:47:12 -04:00
spl_boot.c
start.S ppc4xx: Remove 4xx NAND booting support 2014-03-07 10:59:06 -05:00
tlb.c
traps.c
u-boot-spl.lds
u-boot.lds
uic.c
usb.c
usb_ohci.c usb: create common header virtual root hub descriptors 2014-03-10 18:53:36 +01:00
usb_ohci.h
xilinx_irq.c