Re: [PATCH] kern/acpi: use xsdt_addr if present

2023-06-13 Thread Daniel Kiper
On Tue, Jun 13, 2023 at 11:20:51AM +0800, Qiumiao Zhang via Grub-devel wrote: > According to the ACPI specification, in ACPI 2.0 or later, an ACPI-compatible > OS must use the XSDT if present. > So, we should use xsdt_addr instead of rsdt_addr if xsdt_addr is valid. > > Signed-off-by: Qiumiao Zhan

[PATCH] kern/acpi: use xsdt_addr if present

2023-06-12 Thread Qiumiao Zhang via Grub-devel
According to the ACPI specification, in ACPI 2.0 or later, an ACPI-compatible OS must use the XSDT if present. So, we should use xsdt_addr instead of rsdt_addr if xsdt_addr is valid. Signed-off-by: Qiumiao Zhang --- grub-core/kern/acpi.c | 12 ++-- 1 file changed, 6 insertions(+), 6 del