mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 00:21:06 +00:00
46c9b59536
By default the QEMU ppce500 machine connects a VirtIO NET to the PCI controller, although it can be replaced to an e1000 NIC via additional command line options. Now that we have switched over to DM PCI, VirtIO support becomes possible. This commit enables the support. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
39 lines
823 B
Text
39 lines
823 B
Text
CONFIG_PPC=y
|
|
CONFIG_SYS_TEXT_BASE=0xf01000
|
|
CONFIG_ENV_SIZE=0x2000
|
|
CONFIG_MPC85xx=y
|
|
# CONFIG_CMD_ERRATA is not set
|
|
CONFIG_TARGET_QEMU_PPCE500=y
|
|
CONFIG_FIT=y
|
|
CONFIG_FIT_VERBOSE=y
|
|
CONFIG_OF_STDOUT_VIA_ALIAS=y
|
|
CONFIG_BOOTDELAY=1
|
|
# CONFIG_DISPLAY_BOARDINFO is not set
|
|
CONFIG_LAST_STAGE_INIT=y
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_CMD_REGINFO=y
|
|
CONFIG_CMD_BOOTZ=y
|
|
CONFIG_CMD_GREPENV=y
|
|
CONFIG_CMD_DM=y
|
|
CONFIG_CMD_PCI=y
|
|
CONFIG_CMD_DHCP=y
|
|
CONFIG_CMD_PING=y
|
|
# CONFIG_CMD_HASH is not set
|
|
CONFIG_CMD_EXT2=y
|
|
CONFIG_DOS_PARTITION=y
|
|
CONFIG_OF_CONTROL=y
|
|
CONFIG_OF_BOARD=y
|
|
CONFIG_ENV_OVERWRITE=y
|
|
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
|
|
CONFIG_DM=y
|
|
# CONFIG_MMC is not set
|
|
CONFIG_DM_ETH=y
|
|
CONFIG_E1000=y
|
|
CONFIG_DM_PCI=y
|
|
CONFIG_PCI_MPC85XX=y
|
|
CONFIG_DM_SERIAL=y
|
|
CONFIG_SYS_NS16550=y
|
|
CONFIG_VIRTIO_PCI=y
|
|
CONFIG_VIRTIO_NET=y
|
|
CONFIG_ADDR_MAP=y
|
|
CONFIG_PANIC_HANG=y
|