aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/armvirt/config-5.15
diff options
context:
space:
mode:
authorMathew McBride <matt@traverse.com.au>2022-07-15 02:38:02 +0000
committerPetr Štetiar <ynezz@true.cz>2023-06-13 14:12:34 +0200
commit2bec445c1d40f1d9a3d92708a99588cb83fcf272 (patch)
tree6cafa8364758d13da193b99dfa7af81442ab6adb /target/linux/armvirt/config-5.15
parentf1a02ba135c388b3ff2400463c10f4f82584106b (diff)
downloadupstream-2bec445c1d40f1d9a3d92708a99588cb83fcf272.tar.gz
upstream-2bec445c1d40f1d9a3d92708a99588cb83fcf272.tar.bz2
upstream-2bec445c1d40f1d9a3d92708a99588cb83fcf272.zip
armvirt: 64: add support for other SystemReady-compatible vendors
These changes are to support other vendors that have SystemReady/EFI support, including: * Marvell Armada ** (This is speculative as I don't have a machine of my own to test) * Amazon Graviton (tested bare-metal and virtualized instances) * VMware (Fusion for ARM Mac preview) * NXP/Freescale (Layerscape series not already selected) * HiSilicon * Allwinner/sunxi * Rockchip (untested, options taken from arm64 defconfig) To give an idea of the hardware certified for SystemReady, see https://www.arm.com/architecture/system-architectures/systemready-certification-program/ir and https://www.arm.com/architecture/system-architectures/systemready-certification-program/es Other vendors that _should_ work include Marvell Octeon 10 and Ampere. I understand these systems should work "out of the box" in ACPI mode but may require other drivers (e.g PCIe NICs and storage controllers). Signed-off-by: Mathew McBride <matt@traverse.com.au> (23.05/5.15 version of c3151b6f04579a937b7cb166bbeff0d0ee539946)
Diffstat (limited to 'target/linux/armvirt/config-5.15')
-rw-r--r--target/linux/armvirt/config-5.152
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/armvirt/config-5.15 b/target/linux/armvirt/config-5.15
index d609207bbe..a45126ead2 100644
--- a/target/linux/armvirt/config-5.15
+++ b/target/linux/armvirt/config-5.15
@@ -190,6 +190,7 @@ CONFIG_MIGRATION=y
CONFIG_MMC_SDHCI_ACPI=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
+CONFIG_MVMDIO=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NET_9P=y
@@ -297,5 +298,6 @@ CONFIG_VIRTIO_PCI_LEGACY=y
CONFIG_VIRTIO_PCI_LIB=y
CONFIG_VMAP_STACK=y
CONFIG_WATCHDOG_CORE=y
+CONFIG_WDAT_WDT=y
CONFIG_XPS=y
CONFIG_ZONE_DMA32=y