summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-18Allow indepdent SkuSi and SBAT revocation updatesJan Setje-Eilers
2025-02-18netboot: process revocations.efi as revocations not shim_certificateJan Setje-Eilers
2025-02-18Suppress file open failures for some netboot casesJan Setje-Eilers
2025-02-11loader-proto: Respect optional DevicePath parameter to load_image()Mate Kukri
2025-02-11Don't print full screen error dialog from handle_image() when called in_protocolMate Kukri
2025-02-11loader-proto: Mark load_image()'s handle_image() call as "in_protocol"Mate Kukri
2025-02-11loader-proto: Add support for loading files from disk to LoadImage()Mate Kukri
2025-02-11Add EFI_LOAD_FILE2_PROTOCOL to gnu-efiPeter Jones
2025-02-11Implement the rest of the loader protocol functionsPeter Jones
2025-02-11Move some stuff aroundPeter Jones
2025-02-11Implement shim image load protocolArd Biesheuvel
2025-02-06Add configuration option to boot an alternative 2nd stageEric Snowberg
2025-02-06Create utils fileEric Snowberg
2025-02-05Add docs for ENABLE_CODESIGN_EKUPeter Jones
2025-02-05Optionally enabling codesign EKU check in compiling time.Dennis Tseng
2025-02-05Implement the CodeSign EKU check to fulfill the requirements of NIAP OS_PP.Gary Lin
2025-02-05SbatLevel_Variable.txt: clarify where and how revocation data is trackedJan Setje-Eilers
2025-02-05Generate and use generated_sbat_var_defs.hJan Setje-Eilers
2025-02-05Add generate_sbat_var_defs utility programJan Setje-Eilers
2025-02-05Update SbatLevel_Variable.txt with peimage CVE-2024-2312 revocationJan Setje-Eilers
2025-02-04Load concatenated EFI_SIGNATURE_LISTs from shim_certificate.efiRoss Lagerwall
2025-02-04Fix leak in error pathRoss Lagerwall
2025-02-04pe: Enhance debug report for update_mem_attrsJianyong Wu
2025-02-03test.mk: don't use a temporary random.binPeter Jones
2025-01-21Fall back to default loader when encountering errors on network bootNathan O'Meara
2025-01-21Ignore a minor clang-tidy nitPeter Jones
2025-01-21simple_file: Use second variable to create filesystem entriesMichał Żygowski
2025-01-21simple_file: Allow to form a volume name from DevicePathMichał Żygowski
2025-01-21lib/simple_file.c: Allocate zeroed pool for SimpleFS entriesMichał Żygowski
2025-01-18test-mok-mirror: minor bug fixPeter Jones
2025-01-17test-mok-mirror: add a test case where MokListRT won't fit.Peter Jones
2025-01-17test-mok-mirror: refactor the validation of test_mok_mirror_0Peter Jones
2025-01-17tests: make it possible to use different limits for variable spacePeter Jones
2025-01-17Make mock_set_variable() correctly account for resource usage.Peter Jones
2025-01-17MokManager: remove redundant logical constraintsHeinrich Schuchardt
2025-01-17tpm: Boot with a warning if the event log is fullMate Kukri
2025-01-17Provide better error message when MokManager is not foundRenaud Métrich
2025-01-17Move is_removable_media_path() to a shared location.Peter Jones
2025-01-17Fix bad reference to PathName in image loadingRenaud Métrich
2025-01-15Improve shortcut performance when comparing two boolean expressionsDennis Tseng
2025-01-15avoid EFIv2 runtime services on Apple x86 machinesEduard Acatrinei
2025-01-15Increase EFI file alignmentDmitry Baryshkov
2025-01-15Update gnu-efi submodule for EFI_HTTP_ERRORPeter Jones
2025-01-15httpboot: Convert HTTP status codes to EFI status codesDan Nicholson
2025-01-15netboot: Convert TFTP error codes to EFI status codesDan Nicholson
2025-01-15Backport EFI_HTTP_ERROR status codeDan Nicholson
2025-01-15shim: Allow data after the end of device path node in load optionsDan Nicholson
2025-01-15Fix the issue that the gBS->LoadImage pointer was empty.jinlun
2024-12-17Discard load-options that start with WINDOWSLauri Kenttä
2024-12-17Add building compile_commands.json to CIPeter Jones