Re: [PATCH v2] commands/acpi: use xsdt_addr if present

2023-06-13 Thread Daniel Kiper
On Tue, Jun 13, 2023 at 11:17:36AM +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 v2] commands/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 --- Changes since v2: * update the commit message Qiumiao --- grub-core/commands/