Re: [PATCH v3 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-31 Thread Samuel Thibault
Applied, thanks! Damien Zammit, le mer. 31 janv. 2024 02:12:26 +, a ecrit: > This enables gnumach to additionally parse the XSDT table > if the revision of ACPI is 2. > > TESTED: Still works on qemu (ACPI v1.0) > TESTED: Works on a x86 board with XSDT (ACPI v2.0) > --- > i386/i386at/acpi_par

[PATCH v3 gnumach] ACPI: Support XSDT (ACPI >= v2.0)

2024-01-30 Thread Damien Zammit
This enables gnumach to additionally parse the XSDT table if the revision of ACPI is 2. TESTED: Still works on qemu (ACPI v1.0) TESTED: Works on a x86 board with XSDT (ACPI v2.0) --- i386/i386at/acpi_parse_apic.c | 258 ++ i386/i386at/acpi_parse_apic.h | 18 ++- i