2015-11-11 17:58:37 +08:00
|
|
|
CONFIG_ARM=y
|
|
|
|
CONFIG_TARGET_LS1043AQDS=y
|
2016-09-13 13:18:41 +08:00
|
|
|
CONFIG_SPL_LIBCOMMON_SUPPORT=y
|
2016-09-13 13:18:43 +08:00
|
|
|
CONFIG_SPL_LIBGENERIC_SUPPORT=y
|
2016-09-13 13:18:40 +08:00
|
|
|
CONFIG_SPL_I2C_SUPPORT=y
|
2016-09-13 13:18:56 +08:00
|
|
|
CONFIG_SPL_NAND_SUPPORT=y
|
|
|
|
CONFIG_SPL_SERIAL_SUPPORT=y
|
2016-09-13 13:18:35 +08:00
|
|
|
CONFIG_SPL_ENV_SUPPORT=y
|
2016-09-13 13:18:34 +08:00
|
|
|
CONFIG_SPL_DRIVERS_MISC_SUPPORT=y
|
2016-09-13 13:19:02 +08:00
|
|
|
CONFIG_SPL_WATCHDOG_SUPPORT=y
|
2016-03-21 21:47:40 +08:00
|
|
|
CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds-duart"
|
2016-02-23 13:55:43 +08:00
|
|
|
CONFIG_FIT=y
|
|
|
|
CONFIG_FIT_VERBOSE=y
|
|
|
|
CONFIG_OF_BOARD_SETUP=y
|
2016-10-05 09:03:08 +08:00
|
|
|
CONFIG_SYS_EXTRA_OPTIONS="RAMBOOT_PBL,SPL_FSL_PBL,NAND_BOOT"
|
2016-06-28 10:40:17 +08:00
|
|
|
CONFIG_NAND_BOOT=y
|
2016-06-07 14:31:14 +08:00
|
|
|
CONFIG_BOOTDELAY=10
|
2016-09-13 13:18:22 +08:00
|
|
|
CONFIG_SPL=y
|
2016-11-17 01:19:05 +08:00
|
|
|
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_SECTOR=y
|
|
|
|
CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR=0xf0
|
2016-09-13 13:18:45 +08:00
|
|
|
CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT=y
|
2016-04-22 09:37:19 +08:00
|
|
|
CONFIG_HUSH_PARSER=y
|
2016-04-25 05:29:26 +08:00
|
|
|
CONFIG_CMD_BOOTZ=y
|
|
|
|
CONFIG_CMD_GREPENV=y
|
2016-04-23 04:41:25 +08:00
|
|
|
CONFIG_CMD_MEMTEST=y
|
|
|
|
CONFIG_CMD_MEMINFO=y
|
2017-01-27 18:00:42 +08:00
|
|
|
CONFIG_CMD_GPT=y
|
2016-04-25 05:29:26 +08:00
|
|
|
CONFIG_CMD_MMC=y
|
2016-04-23 04:41:25 +08:00
|
|
|
CONFIG_CMD_SF=y
|
|
|
|
CONFIG_CMD_I2C=y
|
|
|
|
CONFIG_CMD_USB=y
|
|
|
|
CONFIG_CMD_DHCP=y
|
cmd: move CMD_PXE to Kconfig
Currently, CMD_PXE is forcibly enabled in config_distro_defaults.h, so
that general purpose distributions can rely on it being defined. This
header is included, under conditions or not, by various archs or
famillies of archs / SoCs.
However, it is very possible that boards based on those SoCs will not
have a physical ethernet connector at all, even if the have a MAC; for
example, the Nanopi Neo AIR (sunxi H3) does not. It is also possible
that network booting is absolutely not necessary for a device.
However, it is not possible to disable the PXE command, as it is
forcibly enabled and is non-configurable.
But it turns out we already have a config option to build a distro-ready
image, in the name of DISTRO_DEFAULTS.
Move CMD_PXE out of the hard-coded config_distro_defaults.h into a
Kconfig option, that gets selected by DISTRO_DEFAULTS when it is set.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Joe Hershberger <joe.hershberger@ni.com>
[trini: Make it select MENU, run moveconfig.py]
Signed-off-by: Tom Rini <trini@konsulko.com>
2016-11-14 04:59:52 +08:00
|
|
|
CONFIG_CMD_PXE=y
|
2016-04-25 05:29:26 +08:00
|
|
|
CONFIG_CMD_MII=y
|
2016-04-23 04:41:25 +08:00
|
|
|
CONFIG_CMD_PING=y
|
2016-04-25 05:29:26 +08:00
|
|
|
CONFIG_CMD_CACHE=y
|
|
|
|
CONFIG_CMD_EXT2=y
|
|
|
|
CONFIG_CMD_FAT=y
|
2017-01-27 18:00:41 +08:00
|
|
|
# CONFIG_SPL_EFI_PARTITION is not set
|
2016-01-25 15:16:05 +08:00
|
|
|
CONFIG_OF_CONTROL=y
|
|
|
|
CONFIG_DM=y
|
2017-02-11 21:43:54 +08:00
|
|
|
CONFIG_MTD_NOR_FLASH=y
|
2016-01-25 15:16:05 +08:00
|
|
|
CONFIG_SPI_FLASH=y
|
2017-01-27 18:00:42 +08:00
|
|
|
CONFIG_NETDEVICES=y
|
|
|
|
CONFIG_E1000=y
|
|
|
|
CONFIG_PCI=y
|
|
|
|
CONFIG_DM_PCI=y
|
|
|
|
CONFIG_DM_PCI_COMPAT=y
|
|
|
|
CONFIG_PCIE_LAYERSCAPE=y
|
2016-03-21 21:47:40 +08:00
|
|
|
CONFIG_SYS_NS16550=y
|
2016-09-09 04:11:59 +08:00
|
|
|
CONFIG_DM_SPI=y
|
2016-06-04 06:35:03 +08:00
|
|
|
CONFIG_USB=y
|
2016-10-18 10:12:37 +08:00
|
|
|
CONFIG_DM_USB=y
|
2016-06-04 06:35:03 +08:00
|
|
|
CONFIG_USB_XHCI_HCD=y
|
2016-06-04 06:35:04 +08:00
|
|
|
CONFIG_USB_XHCI_DWC3=y
|
2016-09-09 04:31:26 +08:00
|
|
|
CONFIG_USB_STORAGE=y
|