# Valid options: # osx - macOS # linux - A Linux kernel with EFI stub loader # elilo - The ELILO boot loader # grub - The GRUB (Legacy or 2) boot loader # windows - Microsoft Windows # Default value: osx # #use_graphics_for osx,linux # Which non-bootloader tools to show on th...
void *efi_build_mem_table(struct efi_entry_memmap *map, int size, bool skip_bs) { struct efi_mem_desc *desc, *end, *base, *dest, *prev; int count; u64 addr;base = malloc(size + sizeof(*desc)); if (!base) { debug("%s: Cannot allocate %#x bytes\n", __func__, size)...
Add the firmware-provided (unmodified) memory map to /sys/firmware/memmap. That memory map is used for example by kexec to set up parameter area for the next kernel, but can also be used for debugging purposes. See also Documentation/ABI/testing/sysfs-firmware-memmap. config EFI_VARS trista...
266 - Added EFI_GUID representation to uuid helper data structure 267 268 Changed 269 ^^^ 270 271 - Common components 272 - Print newline after hex address in aarch64 el3_panic function 273 - Use proper ``#address-cells`` and ``#size-cells`` for reserved-memory in dtbs 274 ...
While booting with UEFI, the crash kernel would use efi.memmap to re-populate memblock and then first kernel's memory would be corrputed. Consequently, the /proc/vmcore file failed to create in my local test. And according to "chosen" dtschema [1], the available memory for the ...
+grub_efi_loongson_memmap_v1_sort(struct memmap_v1 array[], grub_uint32_t length, + mem_map_v1 * bpmem, grub_uint32_t index, grub_uint32_t memtype) +{ + grub_uint64_t tempmemsize = 0; + grub_uint32_t j = 0; ...
obj-$(CONFIG_EFI_GENERIC_STUB) += screen_info.o obj-$(CONFIG_EFI_GENERIC_STUB) += systable.o obj-y += vsprintf.o 9 changes: 9 additions & 0 deletions 9 drivers/firmware/efi/libstub/x86-stub.c Original file line numberDiff line numberDiff line change @@ -0,0 +1,9 @@ #inclu...
[ 0.000000] efi: UEFI not found. [ 0.000000] Reserved memory: created CMA memory pool at 0x000000001ac00000, size 320 MiB [ 0.000000] OF: reserved mem: initialized node linux,cma, compatible id shared-dma-pool [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000000000-0x000000003fff...
CONFIG_FIRMWARE_MEMMAP=y # CONFIG_EFI_VARS is not set # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set # CONFIG_ISCSI_IBFT_FIND is not set # CONFIG_SIGMA is not set # CONFIG_GOOGLE_FIRMWARE is not set # # File systems # ...