Re: [PATCH v10 00/37] Implement ACPI on aarch64

2024-10-27 Thread Tom Rini
On Wed, 23 Oct 2024 15:19:43 +0200, Patrick Rudolph wrote: > Based on the existing work done by Simon Glass this series adds > support for booting aarch64 devices using ACPI only. > As first target QEMU SBSA support is added, which relies on ACPI > only to boot an OS. As secondary target the Raspb

[PATCH v10 00/37] Implement ACPI on aarch64

2024-10-23 Thread Patrick Rudolph
Based on the existing work done by Simon Glass this series adds support for booting aarch64 devices using ACPI only. As first target QEMU SBSA support is added, which relies on ACPI only to boot an OS. As secondary target the Raspberry Pi4 was used, which is broadly available and allows easy testin