summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/zboot.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel1-1/+1
2023-08-07efi/libstub: Add limit argument to efi_random_alloc()Ard Biesheuvel1-1/+1
2023-04-27efi/zboot: arm64: Grab code size from ELF symbol in payloadArd Biesheuvel1-11/+4
2023-04-20efi/zboot: Add BSS padding before compressionArd Biesheuvel1-3/+3
2023-03-23efi/libstub: Use relocated version of kernel's struct screen_infoArd Biesheuvel1-0/+5
2023-02-03efi: zboot: Use EFI protocol to remap code/data with the right attributesArd Biesheuvel1-0/+2
2022-11-09efi: libstub: Merge zboot decompressor with the ordinary stubArd Biesheuvel1-210/+74
2022-11-09efi: libstub: Enable efi_printk() in zboot decompressorArd Biesheuvel1-20/+10
2022-11-09efi: libstub: Clone memcmp() into the stubArd Biesheuvel1-10/+1
2022-09-27efi: zboot: create MemoryMapped() device path for the parent if neededArd Biesheuvel1-4/+16
2022-09-20efi/libstub: implement generic EFI zbootArd Biesheuvel1-0/+290