Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1719224
| From | Shannon Zhao <zhaoshenglong@huawei.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration |
| Date | 2017-08-24 15:10 +0200 |
| Message-ID | <ui03w-70q-23@gated-at.bofh.it> (permalink) |
| References | <ufQ8h-4Qn-5@gated-at.bofh.it> <ufQ8k-4Qn-61@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 2017/8/18 22:23, Dongjiu Geng wrote: > Add CONFIG_ACPI_APEI configuration in the Makefile and > enable it in the arm-softmmu.mak > > Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> > --- > default-configs/arm-softmmu.mak | 1 + > hw/acpi/Makefile.objs | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/default-configs/arm-softmmu.mak b/default-configs/arm-softmmu.mak > index bbdd3c1..c362113 100644 > --- a/default-configs/arm-softmmu.mak > +++ b/default-configs/arm-softmmu.mak > @@ -129,3 +129,4 @@ CONFIG_ACPI=y > CONFIG_SMBIOS=y > CONFIG_ASPEED_SOC=y > CONFIG_GPIO_KEY=y > +CONFIG_ACPI_APEI=y > diff --git a/hw/acpi/Makefile.objs b/hw/acpi/Makefile.objs > index 11c35bc..bafb148 100644 > --- a/hw/acpi/Makefile.objs > +++ b/hw/acpi/Makefile.objs > @@ -6,6 +6,7 @@ common-obj-$(CONFIG_ACPI_MEMORY_HOTPLUG) += memory_hotplug.o > common-obj-$(CONFIG_ACPI_CPU_HOTPLUG) += cpu.o > common-obj-$(CONFIG_ACPI_NVDIMM) += nvdimm.o > common-obj-$(CONFIG_ACPI_VMGENID) += vmgenid.o > +common-obj-$(CONFIG_ACPI_APEI) += hest_ghes.o > common-obj-$(call lnot,$(CONFIG_ACPI_X86)) += acpi-stub.o > > common-obj-y += acpi_interface.o > Fold this patch into previous one. Thanks, -- Shannon
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v11 0/6] Add RAS virtualization support for armv8 SEA and SEI Dongjiu Geng <gengdongjiu@huawei.com> - 2017-08-18 16:10 +0200
[PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros Dongjiu Geng <gengdongjiu@huawei.com> - 2017-08-18 16:10 +0200
Re: [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros Shannon Zhao <zhaoshenglong@huawei.com> - 2017-08-24 14:40 +0200
Re: [PATCH v11 1/6] ACPI: add APEI/HEST/CPER structures and macros gengdongjiu <gengdongjiu@huawei.com> - 2017-08-25 12:40 +0200
[PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support Dongjiu Geng <gengdongjiu@huawei.com> - 2017-08-18 16:10 +0200
Re: [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support Shannon Zhao <zhaoshenglong@huawei.com> - 2017-08-24 15:10 +0200
Re: [PATCH v11 2/6] ACPI: Add APEI GHES Table Generation support gengdongjiu <gengdongjiu@huawei.com> - 2017-08-25 13:30 +0200
[PATCH v11 5/6] target-arm: kvm64: handle SIGBUS signal for synchronous External Abort Dongjiu Geng <gengdongjiu@huawei.com> - 2017-08-18 16:10 +0200
[PATCH v11 6/6] target-arm: kvm64: Handle SError interrupt for the guest OS Dongjiu Geng <gengdongjiu@huawei.com> - 2017-08-18 16:10 +0200
[PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration Dongjiu Geng <gengdongjiu@huawei.com> - 2017-08-18 16:10 +0200
Re: [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration Shannon Zhao <zhaoshenglong@huawei.com> - 2017-08-24 15:10 +0200
Re: [PATCH v11 3/6] ACPI: build and enable APEI GHES in the Makefile and configuration gengdongjiu <gengdongjiu@huawei.com> - 2017-08-25 13:30 +0200
csiph-web