summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-10Minor coverity fixes15.5-rc2Peter Jones
2021-12-10stdarg: use sysv varargs when we build with coverityPeter Jones
2021-12-10shim: Don't stop forever at "Secure Boot not enabled" notificationRenaud Métrich
2021-12-10fallback: fix fallback not passing arguments of the first boot optionJavier Martinez Canillas
2021-11-03Introduce a new MOK variable called MokListTrustedRTEric Snowberg
2021-11-03Fix a component version in SBAT.example.mdNicholas Bishop
2021-11-03Bump the version number to 15.5~rc1Peter Jones
2021-10-12shim: Don't parse load options if invoked from removable media pathJulian Andres Klode
2021-10-12Extract is_removable_media_path() out of should_use_fallback()Julian Andres Klode
2021-10-12docs: update SBAT UEFI variable nameNicholas Bishop
2021-10-12console: add a clear_screen() primitivePeter Jones
2021-10-12console: check that ST->ConIn and ST->ConOut are non-NULLPeter Jones
2021-10-12fallback: fix crash when boot entry index >= size of BootOrder listRenaud Métrich
2021-10-12Revert "fallback: find_boot_option() needs to return the index for the boot e...Renaud Métrich
2021-09-14shim: Dump load options in verbose modeJulian Andres Klode
2021-09-14Fallback to default loader if parsed one does not existJulian Andres Klode
2021-09-13Don't make shim abort when TPM log event fails (RHBZ #2002265)Renaud Métrich
2021-09-10pe: simplify generate_hash()Heinrich Schuchardt
2021-09-10tests: add "include-fixed" GCC directory to include directoriesJonas Witschel
2021-09-08Specify that the section is ASCII not UTF-8Daniel Axtens
2021-09-08test-csv: test handling of trailing NUL byteHeinrich Schuchardt
2021-09-08csv: detect end of csv file correctlyHeinrich Schuchardt
2021-09-08Modify sbat.md to help with readability.Esther Shimanovich
2021-09-07mok: Fix memory leak in mok mirroringPeter Jones
2021-09-07tests: Add a unit test for mok mirroringPeter Jones
2021-09-07tests: Add config table supportPeter Jones
2021-09-07tests: add pre and post hooks to the mock variable storePeter Jones
2021-09-07tests: model different behaviors for deleting variablesPeter Jones
2021-09-07tests: add a mock implementation of {Get,Set}Variable and tests for itPeter Jones
2021-09-07tests: add some slightly better EFIAPI error mocksPeter Jones
2021-09-07tests: add an efi error decoderPeter Jones
2021-09-07tests: Add a 'test-coverage' make target for gcovPeter Jones
2021-09-07tests: link all tests against libefivarPeter Jones
2021-09-07tests: Disable some logging when SHIM_UNIT_TEST is enabledPeter Jones
2021-09-07tpm: free measureddata when SHIM_UNIT_TEST is setPeter Jones
2021-09-07shim/mm/fb: move global state to its own source filePeter Jones
2021-09-07mok: move the mok_state_variables definitions to their own headerPeter Jones
2021-09-07tests: make the CompareGuid() comparison size be less stupidPeter Jones
2021-09-07tests: clean up temp data after running testsPeter Jones
2021-09-07cleanup: always use BS and RT, not gBS and gRTPeter Jones
2021-09-07More minor improvements to support for COMPILER=clangPeter Jones
2021-09-07Ignore a gcc issue in test-str.cPeter Jones
2021-09-07Add some more stuff to .gitignorePeter Jones
2021-09-07Update gnu-efiPeter Jones
2021-09-07mok: delete the existing RT variables only when only_first=TRUEGary Lin
2021-09-07Make CopyMem() work with EFI's declarationPeter Jones
2021-09-03fallback: add compile option FALLBACK_NONINTERACTIVEDimitri John Ledkov
2021-09-03fallback: Use a dynamic buffer when list var namesJoão Paulo Rechi Vita
2021-09-03fallback: Print info on GetNextVariableName errorsJoão Paulo Rechi Vita
2021-09-03str: remove duplicate parameter checkHeinrich Schuchardt