linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: timur@codeaurora.org (Timur Tabi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 6/9] arm64: defconfig: enable APEI and GHES features
Date: Fri, 28 Apr 2017 16:06:00 -0500	[thread overview]
Message-ID: <1493413563-18375-7-git-send-email-timur@codeaurora.org> (raw)
In-Reply-To: <1493413563-18375-1-git-send-email-timur@codeaurora.org>

ARM64 server platforms can support ACPI Platform Error Interface (APEI)
and Generic Hardware Error Source (GHES) features, so enable them.

Platforms which support the firmware-first RAS error reporting model
require APEI and GHES functionality for the OS to receive and report
error records provided by the platform.

PCIe AER functionality is required for PCIe AER errors to be properly
reported and recovered from.

Signed-off-by: Timur Tabi <timur@codeaurora.org>
---
 arch/arm64/configs/defconfig | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index f6b86a1..389f97f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -488,6 +488,9 @@ CONFIG_ARM_SCPI_PROTOCOL=y
 CONFIG_RASPBERRYPI_FIRMWARE=y
 CONFIG_EFI_CAPSULE_LOADER=y
 CONFIG_ACPI=y
+CONFIG_ACPI_APEI=y
+CONFIG_ACPI_APEI_GHES=y
+CONFIG_ACPI_APEI_PCIEAER=y
 CONFIG_EXT2_FS=y
 CONFIG_EXT3_FS=y
 CONFIG_EXT4_FS_POSIX_ACL=y
-- 
Qualcomm Datacenter Technologies, Inc. as an affiliate of Qualcomm
Technologies, Inc.  Qualcomm Technologies, Inc. is a member of the
Code Aurora Forum, a Linux Foundation Collaborative Project.

  parent reply	other threads:[~2017-04-28 21:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-28 21:05 [PATCH 0/9] [v3] arm64: defconfig: enable several options useful for ARM64 server platforms Timur Tabi
2017-04-28 21:05 ` [PATCH 1/9] [v3] arm64: defconfig: resynchronize the defconfig Timur Tabi
2017-04-28 21:05 ` [PATCH 2/9] arm64: defconfig: enable ACPI_CPPC_CPUFREQ Timur Tabi
2017-04-28 21:05 ` [PATCH 3/9] arm64: defconfig: enable BLK_DEV_NVME Timur Tabi
2017-04-28 21:05 ` [PATCH 4/9] [v2] arm64: defconfig: enable EFI_CAPSULE_LOADER Timur Tabi
2017-04-28 21:05 ` [PATCH 5/9] arm64: defconfig: enable support for PCIe hotplug Timur Tabi
2017-04-28 21:06 ` Timur Tabi [this message]
2017-04-28 21:06 ` [PATCH 7/9] [v2] arm64: defconfig: enable EDAC options Timur Tabi
2017-04-28 21:06 ` [PATCH 8/9] arm64: defconfig: enable QCOM_L2_PMU and QCOM_L3_PMU Timur Tabi
2017-04-28 21:06 ` [PATCH 9/9] arm64: defconfig: enable the Qualcomm Technologies EMAC Ethernet driver Timur Tabi
2017-05-01 15:46 ` [PATCH 0/9] [v3] arm64: defconfig: enable several options useful for ARM64 server platforms Timur Tabi
2017-05-03 15:48 ` Will Deacon
2017-05-03 15:53   ` Timur Tabi
  -- strict thread matches above, loose matches on Subject: below --
2017-05-03 16:17 [PATCH 0/9] [v3] [RESEND] " Timur Tabi
2017-05-03 16:17 ` [PATCH 6/9] arm64: defconfig: enable APEI and GHES features Timur Tabi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493413563-18375-7-git-send-email-timur@codeaurora.org \
    --to=timur@codeaurora.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).