Re: [PATCH] multiboot-x86: pass ACPI reserved memory information in memory map

2018-09-11 Thread Simon Horman
On Thu, Aug 02, 2018 at 04:05:02PM +0200, cinap_len...@felloff.net wrote: > Use the appropriate types for ACPI reclaim and ACPI NVS > ranges in the multiboot memory map. > > This allows the kernel to locate ACPI tables on UEFI > systems without having a explicit pointer to the RSD. > >

[PATCH] multiboot-x86: pass ACPI reserved memory information in memory map

2018-08-02 Thread cinap_lenrek
Use the appropriate types for ACPI reclaim and ACPI NVS ranges in the multiboot memory map. This allows the kernel to locate ACPI tables on UEFI systems without having a explicit pointer to the RSD. Signed-off-by: Friedemann Gerold --- diff --git a/kexec/arch/i386/kexec-multiboot-x86.c