* [Buildroot] [PATCH] board/qemu/aarch64-virt/linux.config: enable base ACPI support
@ 2023-09-27 8:58 Ben Dooks via buildroot
2023-09-30 8:04 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Ben Dooks via buildroot @ 2023-09-27 8:58 UTC (permalink / raw)
To: buildroot; +Cc: romain.naour, Ben Dooks
When testing the virt machine with EDK2, the buildroot 6.1 kernel
will not boot as it has no base ACPI support. Whilst you can run
qemu with the -no-acpi option, it would help if basic ACPI support
was there as otherwise there is no output from the kernel post the
ACPI BIOS initialisation.
Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
---
board/qemu/aarch64-virt/linux.config | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/board/qemu/aarch64-virt/linux.config b/board/qemu/aarch64-virt/linux.config
index f9763b73b7..971b9fcf86 100644
--- a/board/qemu/aarch64-virt/linux.config
+++ b/board/qemu/aarch64-virt/linux.config
@@ -12,8 +12,7 @@ CONFIG_SCHED_AUTOGROUP=y
CONFIG_PROFILING=y
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
@@ -34,6 +33,8 @@ CONFIG_PCI=y
CONFIG_PCI_HOST_GENERIC=y
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
+CONFIG_FW_CFG_SYSFS=y
+CONFIG_FW_CFG_SYSFS_CMDLINE=y
CONFIG_VIRTIO_BLK=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_SG=y
--
2.40.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] board/qemu/aarch64-virt/linux.config: enable base ACPI support
2023-09-27 8:58 [Buildroot] [PATCH] board/qemu/aarch64-virt/linux.config: enable base ACPI support Ben Dooks via buildroot
@ 2023-09-30 8:04 ` Peter Korsgaard
2023-10-12 16:32 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2023-09-30 8:04 UTC (permalink / raw)
To: Ben Dooks via buildroot; +Cc: romain.naour, Ben Dooks
>>>>> "Ben" == Ben Dooks via buildroot <buildroot@buildroot.org> writes:
> When testing the virt machine with EDK2, the buildroot 6.1 kernel
> will not boot as it has no base ACPI support. Whilst you can run
> qemu with the -no-acpi option, it would help if basic ACPI support
> was there as otherwise there is no output from the kernel post the
> ACPI BIOS initialisation.
> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] board/qemu/aarch64-virt/linux.config: enable base ACPI support
2023-09-30 8:04 ` Peter Korsgaard
@ 2023-10-12 16:32 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-10-12 16:32 UTC (permalink / raw)
To: Ben Dooks via buildroot; +Cc: romain.naour, Ben Dooks
>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:
>>>>> "Ben" == Ben Dooks via buildroot <buildroot@buildroot.org> writes:
>> When testing the virt machine with EDK2, the buildroot 6.1 kernel
>> will not boot as it has no base ACPI support. Whilst you can run
>> qemu with the -no-acpi option, it would help if basic ACPI support
>> was there as otherwise there is no output from the kernel post the
>> ACPI BIOS initialisation.
>> Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
> Committed, thanks.
Committed to 2023.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-12 16:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-27 8:58 [Buildroot] [PATCH] board/qemu/aarch64-virt/linux.config: enable base ACPI support Ben Dooks via buildroot
2023-09-30 8:04 ` Peter Korsgaard
2023-10-12 16:32 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox