aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader
AgeCommit message (Expand)AuthorFilesLines
2021-11-07efi: Create a 64-bit appSimon Glass1-0/+1
2021-11-07efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima1-6/+32
2021-11-07efi_loader: use byteshift unaligned access helperMasahisa Kojima1-1/+2
2021-11-07efi_loader: capsule: drop __weak from efi_get_public_key_data()AKASHI Takahiro1-1/+1
2021-10-26efi_loader: add DeployedMode and AuditMode variable measurementMasahisa Kojima1-8/+25
2021-10-26efi_loader: simplify tcg2_measure_secure_boot_variable()Masahisa Kojima1-42/+18
2021-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima3-2/+173
2021-10-26efi_loader: add SMBIOS table measurementMasahisa Kojima4-2/+87
2021-10-25efi_loader: simplify tcg2_measure_secure_boot_variable()Heinrich Schuchardt1-16/+13
2021-10-25efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt1-33/+5
2021-10-25efi_loader: function to get GUID for variable nameHeinrich Schuchardt1-0/+9
2021-10-25efi_loader: treat UEFI variable name as constHeinrich Schuchardt5-16/+23
2021-10-25efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro1-0/+36
2021-10-25efi_loader: add missing const qualifierMasahisa Kojima1-2/+3
2021-10-21efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2-15/+6
2021-10-21efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt2-2/+6
2021-10-21efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt2-3/+1
2021-10-21efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt2-3/+4
2021-10-21efi_loader: Fix loaded image alignmentIlias Apalodimas2-6/+58
2021-10-21efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt1-0/+8
2021-10-21efi_loader: Drop code that doesn't work with driver modelSimon Glass3-123/+22
2021-10-09efi_loader: GOP: Fix 30bpp block transfer supportMark Kettenis1-1/+46
2021-10-09efi_loader: GOP: Add 30bpp supportMark Kettenis1-2/+12
2021-10-08efi: Correct dependency on FIT_SIGNATURESimon Glass1-1/+1
2021-09-27Merge tag 'v2021.10-rc5' into nextTom Rini5-64/+26
2021-09-25efi_loader: Fix spec ID event creationRuchika Gupta1-17/+23
2021-09-18Revert "efi_capsule: Move signature from DTB to .rodata"Simon Glass4-47/+3
2021-09-17version: Move version_string[] from version.h to version_string.hPali Rohár1-1/+1
2021-09-17efi_loader: Use directly version_string variablePali Rohár1-2/+3
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini7-50/+120
2021-09-12Merge tag 'efi-2021-10-rc4-2' of https://source.denx.de/u-boot/custodians/u-b...WIP/12Sep2021Tom Rini3-13/+10
2021-09-11efi_loader: simplify efi_watchdog_timer_notify()Heinrich Schuchardt1-2/+1
2021-09-11efi_loader: Remove incorrect calls of EFI_CALL in TCG2Ilias Apalodimas1-9/+6
2021-09-11efi_loader: require CONFIG_BLKHeinrich Schuchardt1-0/+1
2021-09-11efi_loader: boot_service_capability_min should be capitalizedMasahisa Kojima1-2/+2
2021-09-09Kconfig: Drop duplicate 'select SHA512' instancesTom Rini1-1/+0
2021-09-08lib: Drop SHA512_ALGO in lieu of SHA512Alexandru Gagniuc1-1/+1
2021-09-04efi_loader: fix efi_tcg2_hash_log_extend_event() parameter checkMasahisa Kojima1-1/+1
2021-09-04efi_loader: add missing parameter check for EFI_TCG2_PROTOCOL apiMasahisa Kojima1-0/+19
2021-09-04efi_loader: correct determination of secure boot stateHeinrich Schuchardt1-8/+31
2021-09-04efi_loader: efi_auth_var_type for AuditMode, DeployedModeHeinrich Schuchardt2-2/+4
2021-09-04efi_loader: don't load signature database from fileHeinrich Schuchardt3-19/+26
2021-09-04efi_loader: rounding of image sizeHeinrich Schuchardt1-2/+2
2021-09-04efi_loader: sections with zero VirtualSizeHeinrich Schuchardt1-4/+27
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-10/+0
2021-08-17efi_loader: use EfiBootServicesData for DP to textHeinrich Schuchardt1-1/+1
2021-08-17efi_loader: use EfiBootServicesData for device pathHeinrich Schuchardt1-1/+1
2021-08-17efi_loader: use correct type for AllocatePages, AllocatePoolHeinrich Schuchardt1-2/+3
2021-08-14efi_loader: refactor efi_append_scrtm_version()Masahisa Kojima1-13/+1
2021-08-14efi_loader: add ExitBootServices() measurementMasahisa Kojima2-0/+75