summaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-23efi: Merge EFI system table revision and vendor checksArd Biesheuvel5-83/+83
2020-02-23efi: Make memreserve table handling local to efi.cArd Biesheuvel2-7/+6
2020-02-23efi: Move mem_attr_table out of struct efiArd Biesheuvel4-10/+11
2020-02-23efi: Make rng_seed table handling local to efi.cArd Biesheuvel2-12/+10
2020-02-23efi: Move UGA and PROP table handling to x86 codeArd Biesheuvel3-28/+31
2020-02-23efi/ia64: Move HCDP and MPS table handling into IA64 arch codeArd Biesheuvel5-15/+24
2020-02-23efi: Drop handling of 'boot_info' configuration tableArd Biesheuvel3-5/+0
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel4-35/+52
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel5-3/+126
2020-02-23efi/dev-path-parser: Add struct definition for vendor type device path nodesArd Biesheuvel3-42/+52
2020-02-23efi/x86: Replace #ifdefs with IS_ENABLED() checksArd Biesheuvel1-7/+4
2020-02-23efi/x86: Reindent struct initializer for legibilityArd Biesheuvel1-5/+5
2020-02-23efi/capsule-loader: Drop superfluous assignmentHeinrich Schuchardt1-1/+1
2020-02-23efi/esrt: Clean up efi_esrt_initHeinrich Schuchardt1-4/+2
2020-02-23efi/libstub: Fix error message in handle_cmdline_files()Heinrich Schuchardt1-1/+1
2020-02-23efi/libstub: Describe RNG functionsHeinrich Schuchardt1-0/+24
2020-02-23efi/libstub: Describe efi_relocate_kernel()Heinrich Schuchardt1-9/+20
2020-02-23efi/libstub: Describe memory functionsHeinrich Schuchardt1-2/+34
2020-02-23efi/libstub: Simplify efi_get_memory_map()Heinrich Schuchardt1-6/+7
2020-02-23efi/libstub: Add function description of efi_allocate_pages()Heinrich Schuchardt1-2/+14
2020-02-23efi/libstub: Make the LoadFile EFI protocol accessibleArd Biesheuvel3-0/+20
2020-02-23efi/libstub: Expose LocateDevicePath boot serviceArd Biesheuvel2-1/+8
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel6-55/+97
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel4-17/+20
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel4-228/+169
2020-02-23efi/libstub: Move file I/O support code into separate fileArd Biesheuvel4-289/+311
2020-02-23efi/libstub: Move get_dram_base() into arm-stub.cArd Biesheuvel3-37/+33
2020-02-23efi/libstub: Move efi_random_alloc() into separate source fileArd Biesheuvel3-115/+125
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel5-13/+8
2020-02-23efi/libstub: Move stub specific declarations into efistub.hArd Biesheuvel2-484/+479
2020-02-23efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel1-1/+6
2020-02-23efi/libstub: Use consistent type names for file I/O protocolsArd Biesheuvel3-67/+72
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel5-39/+19
2020-02-23efi/libstub: Simplify efi_high_alloc() and rename to efi_allocate_pages()Ard Biesheuvel4-91/+23
2020-02-23efi/libstub: Move memory map handling and allocation routines to mem.cArd Biesheuvel3-314/+320
2020-02-23efi/libstub/arm: Relax FDT alignment requirementArd Biesheuvel2-12/+1
2020-02-23efi/libstub: Use hidden visibility for all source filesArd Biesheuvel4-10/+8
2020-02-22efi/libstub/x86: Avoid overflowing code32_start on PE entryArd Biesheuvel1-22/+18
2020-02-22efi/libstub/x86: Remove pointless zeroing of apm_bios_infoArd Biesheuvel1-5/+0
2020-02-22efi/apple-properties: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-22efi/libstub/arm64: Use 1:1 mapping of RT services if property table existsArd Biesheuvel2-63/+22
2020-02-22efi/bgrt: Accept BGRT tables with a version of 0Hans de Goede1-1/+6
2020-02-22efi/x86: Mark setup_graphics staticArvind Sankar1-1/+1
2020-02-22x86/boot: Micro-optimize GDT loading instructionsArvind Sankar1-7/+8
2020-02-22x86/boot: GDT limit value should be size - 1Arvind Sankar1-2/+2
2020-02-22efi/x86: Remove GDT setup from efi_mainArvind Sankar2-109/+34
2020-02-22x86/boot: Clear direction and interrupt flags in startup_64Arvind Sankar1-0/+3
2020-02-22x86/boot: Reload GDTR after copying to the end of the bufferArvind Sankar1-0/+10
2020-02-22efi/x86: Don't depend on firmware GDT layoutArvind Sankar2-17/+42
2020-02-22x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar4-28/+2