diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2022-04-29 15:40:54 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2022-05-13 07:57:26 -0400 |
commit | fc1e01e009fd4b1e08399253591b32e01f10808f (patch) | |
tree | 4c341a839398aa90da7f2c5529d3fbe4b0ca5341 /hw/arm/Kconfig | |
parent | 21df6ab97ff2c0de76ce683808356aaf98d9d1d2 (diff) | |
download | qemu-fc1e01e009fd4b1e08399253591b32e01f10808f.zip qemu-fc1e01e009fd4b1e08399253591b32e01f10808f.tar.gz qemu-fc1e01e009fd4b1e08399253591b32e01f10808f.tar.bz2 |
hw/pci-host/gpex-acpi: Add support for dsdt construction for pxb-cxl
This adds code to instantiate the slightly extended ACPI root port
description in DSDT as per the CXL 2.0 specification.
Basically a cut and paste job from the i386/pc code.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220429144110.25167-30-Jonathan.Cameron@huawei.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/arm/Kconfig')
-rw-r--r-- | hw/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/Kconfig b/hw/arm/Kconfig index 97f3b38..219262a 100644 --- a/hw/arm/Kconfig +++ b/hw/arm/Kconfig @@ -29,6 +29,7 @@ config ARM_VIRT select ACPI_APEI select ACPI_VIOT select VIRTIO_MEM_SUPPORTED + select ACPI_CXL config CHEETAH bool |