Project

General

Profile

Bug #590 ยป 0001-kern-coreboot-mmap-Map-to-reserved.patch

Paul Menzel, 04/14/2025 07:59 PM

View differences:

grub-core/kern/coreboot/mmap.c
/* Multiboot mmaps match with the coreboot mmap
definition. Therefore, we can just pass type
through. */
mem_region->type,
(mem_region->type >= 13) ? 2 : mem_region->type,
ctx->hook_data))
return 1;
if (start < 0xa0000)
......
/* Multiboot mmaps match with the coreboot mmap
definition. Therefore, we can just pass type
through. */
mem_region->type,
(mem_region->type >= 13) ? 2 : mem_region->type,
ctx->hook_data))
return 1;
}
    (1-1/1)