From: Timur Tabi <timur@codeaurora.org>
To: linux-arm-kernel@lists.infradead.org, linux-next@vger.kernel.org,
sfr@canb.auug.org.au, maxime.ripard@free-electrons.com,
olof@lixom.ne, Wei Xu <xuwei5@hisilicon.com>,
Mark Rutland <mark.rutland@arm.com>,
robin.murphy@arm.com, ard.biesheuvel@linaro.org,
leif.lindholm@arm.com
Subject: [PATCH 4/8] [v2] arm64: defconfig: enable EFI_CAPSULE_LOADER
Date: Thu, 13 Apr 2017 15:51:19 -0500 [thread overview]
Message-ID: <1492116683-26399-5-git-send-email-timur@codeaurora.org> (raw)
In-Reply-To: <1492116683-26399-1-git-send-email-timur@codeaurora.org>
CONFIG_EFI_CAPSULE_LOADER allows the user to update the EFI firmware,
which is useful on ARM64 server platforms.
Signed-off-by: Timur Tabi <timur@codeaurora.org>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 71bc81e..5c7082d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -484,6 +484,7 @@ CONFIG_PHY_XGENE=y
CONFIG_PHY_TEGRA_XUSB=y
CONFIG_ARM_SCPI_PROTOCOL=y
CONFIG_RASPBERRYPI_FIRMWARE=y
+CONFIG_EFI_CAPSULE_LOADER=y
CONFIG_ACPI=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=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.
WARNING: multiple messages have this Message-ID (diff)
From: timur@codeaurora.org (Timur Tabi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/8] [v2] arm64: defconfig: enable EFI_CAPSULE_LOADER
Date: Thu, 13 Apr 2017 15:51:19 -0500 [thread overview]
Message-ID: <1492116683-26399-5-git-send-email-timur@codeaurora.org> (raw)
In-Reply-To: <1492116683-26399-1-git-send-email-timur@codeaurora.org>
CONFIG_EFI_CAPSULE_LOADER allows the user to update the EFI firmware,
which is useful on ARM64 server platforms.
Signed-off-by: Timur Tabi <timur@codeaurora.org>
---
arch/arm64/configs/defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 71bc81e..5c7082d 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -484,6 +484,7 @@ CONFIG_PHY_XGENE=y
CONFIG_PHY_TEGRA_XUSB=y
CONFIG_ARM_SCPI_PROTOCOL=y
CONFIG_RASPBERRYPI_FIRMWARE=y
+CONFIG_EFI_CAPSULE_LOADER=y
CONFIG_ACPI=y
CONFIG_EXT2_FS=y
CONFIG_EXT3_FS=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.
next prev parent reply other threads:[~2017-04-13 20:51 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-13 20:51 [PATCH 0/8][v2] arm64: defconfig: enable several options useful for ARM64 server platforms Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` [PATCH 1/8] [v2] arm64: defconfig: resynchronize the defconfig Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` [PATCH 2/8] arm64: defconfig: enable ACPI_CPPC_CPUFREQ Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` [PATCH 3/8] arm64: defconfig: enable BLK_DEV_NVME Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` Timur Tabi [this message]
2017-04-13 20:51 ` [PATCH 4/8] [v2] arm64: defconfig: enable EFI_CAPSULE_LOADER Timur Tabi
2017-04-13 20:51 ` [PATCH 5/8] arm64: defconfig: enable support for PCIe hotplug Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` [PATCH 6/8] arm64: defconfig: enable APEI and GHES features Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` [PATCH 7/8] [v2] arm64: defconfig: enable EDAC options Timur Tabi
2017-04-13 20:51 ` Timur Tabi
2017-04-13 20:51 ` [PATCH 8/8] arm64: defconfig: enable QCOM_L2_PMU and QCOM_L3_PMU Timur Tabi
2017-04-13 20:51 ` 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=1492116683-26399-5-git-send-email-timur@codeaurora.org \
--to=timur@codeaurora.org \
--cc=ard.biesheuvel@linaro.org \
--cc=leif.lindholm@arm.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-next@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=maxime.ripard@free-electrons.com \
--cc=olof@lixom.ne \
--cc=robin.murphy@arm.com \
--cc=sfr@canb.auug.org.au \
--cc=xuwei5@hisilicon.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.