[openwrt/openwrt] armvirt: 64: Add storage support for qemu-sbsa platform
LEDE Commits
lede-commits at lists.infradead.org
Tue Jun 13 07:50:14 PDT 2023
ynezz pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/a80eeec96d0826ecf516bc0d350ddb0221452c3d
commit a80eeec96d0826ecf516bc0d350ddb0221452c3d
Author: Anton Antonov <Anton.Antonov at arm.com>
AuthorDate: Thu Dec 22 12:01:59 2022 +0000
armvirt: 64: Add storage support for qemu-sbsa platform
Enable SATA support, which is used by the Server Base
System Architecture reference board[1].
Signed-off-by: Anton Antonov <Anton.Antonov at arm.com>
Signed-off-by: Mathew McBride <matt at traverse.com.au>
[1] - https://qemu.readthedocs.io/en/latest/system/arm/sbsa.html
(23.05/5.15 version of 26905c96124af10a795167509116252e9357baea)
---
target/linux/armvirt/64/config-5.15 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/target/linux/armvirt/64/config-5.15 b/target/linux/armvirt/64/config-5.15
index e77d17d07f..225a8aac8d 100644
--- a/target/linux/armvirt/64/config-5.15
+++ b/target/linux/armvirt/64/config-5.15
@@ -62,6 +62,7 @@ CONFIG_ARM_SMMU_V3=y
# CONFIG_ARM_SMMU_V3_PMU is not set
# CONFIG_ARM_SMMU_V3_SVA is not set
CONFIG_AT803X_PHY=y
+CONFIG_ATA=y
CONFIG_ATOMIC64_SELFTEST=y
CONFIG_AUDIT_ARCH_COMPAT_GENERIC=y
# CONFIG_AXI_DMAC is not set
@@ -392,6 +393,9 @@ CONFIG_RTC_DRV_MV=y
# CONFIG_RTC_DRV_MXC is not set
# CONFIG_RTC_DRV_MXC_V2 is not set
CONFIG_RTC_I2C_AND_SPI=y
+CONFIG_SATA_AHCI=y
+CONFIG_SATA_AHCI_PLATFORM=y
+CONFIG_SATA_HOST=y
# CONFIG_SERIAL_8250_EXAR is not set
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_IMX=y
More information about the lede-commits
mailing list