From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/4] board/qemu/aarch64-virt/linux.config: enable ACPI
Date: Sun, 12 Jul 2020 18:34:20 +0200 [thread overview]
Message-ID: <20200712163422.1162187-2-romain.naour@gmail.com> (raw)
In-Reply-To: <20200712163422.1162187-1-romain.naour@gmail.com>
The Qemu aarch64 support ACPI Generic Event Device (GED) for device memory
cold/hot plug with ACPI boot [1].
ACPI support is required to allow booting the kernel in efi mode with
grub bootloader.
[1] https://git.qemu.org/?p=qemu.git;a=commit;h=cff51ac978c4fa0b3d0de0fd62d772d9003f123e
Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
board/qemu/aarch64-virt/linux.config | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/qemu/aarch64-virt/linux.config b/board/qemu/aarch64-virt/linux.config
index 02e0812ffd..657acaf04f 100644
--- a/board/qemu/aarch64-virt/linux.config
+++ b/board/qemu/aarch64-virt/linux.config
@@ -9,6 +9,7 @@ CONFIG_ARCH_VEXPRESS=y
CONFIG_COMPAT=y
CONFIG_FW_CFG_SYSFS=y
CONFIG_FW_CFG_SYSFS_CMDLINE=y
+CONFIG_ACPI=y
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_BLK_DEV_BSGLIB=y
--
2.25.4
next prev parent reply other threads:[~2020-07-12 16:34 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-12 16:34 [Buildroot] [PATCH 1/4] package/edk2-aarch64-bin: new package Romain Naour
2020-07-12 16:34 ` Romain Naour [this message]
2020-07-12 16:34 ` [Buildroot] [PATCH 3/4] configs/qemu_aarch64_virt_defconfig: boot with grub bootloader with efi Romain Naour
2020-07-12 19:28 ` Thomas Petazzoni
2020-07-13 21:21 ` Romain Naour
2020-07-12 16:34 ` [Buildroot] [PATCH 4/4] board/qemu/aarch64-virt/linux.config: enable memory hotplug Romain Naour
2020-07-12 19:27 ` Thomas Petazzoni
2020-07-13 21:24 ` Romain Naour
2021-05-17 16:23 ` [Buildroot] [PATCH 1/4] package/edk2-aarch64-bin: new package Yann E. MORIN
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=20200712163422.1162187-2-romain.naour@gmail.com \
--to=romain.naour@gmail.com \
--cc=buildroot@busybox.net \
/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.