summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_selftest: simplify endian conversion for FDT testHeinrich Schuchardt2021-11-261-7/+8
* efi_loader: segfault in efi_clear_os_indications()Heinrich Schuchardt2021-11-262-50/+31
* efi_loader: efi_disk_register() should not failHeinrich Schuchardt2021-11-261-2/+2
* efi: Call bootm_disable_interrupts earlier in efi_exit_boot_servicesTom Rini2021-11-261-3/+1
* efi_loader: startup the tpm device when installing the protocolIlias Apalodimas2021-11-201-0/+9
* efi_loader: fix FinalEvents table if an EFI app invoked GetEventLogIlias Apalodimas2021-11-201-29/+70
* efi_selftest: unit test for EFI_GROUP_BEFORE_EXIT_BOOT_SERVICEHeinrich Schuchardt2021-11-201-11/+56
* efi_loader: EFI_EVENT_GROUP_BEFORE_EXIT_BOOT_SERVICESHeinrich Schuchardt2021-11-201-0/+13
* efi_loader: capsule: Record capsule result only if capsule is readMasami Hiramatsu2021-11-201-3/+3
* efi_loader: Reduce efi_tcg2 logging statementMasahisa Kojima2021-11-201-1/+1
* lmb: fix typo 'commun'Heinrich Schuchardt2021-11-201-1/+1
* Merge tag 'tpm-19112021' of https://source.denx.de/u-boot/custodians/u-boot-tpmTom Rini2021-11-191-2/+2
|\
| * cmd: tpm-v1: fix load_key_by_sha1 compile errorsMathew McBride2021-11-171-2/+2
* | arm64: Add missing GD_FLG_SKIP_RELOC handlingMarek Vasut2021-11-181-0/+3
* | lmb: Reserve U-Boot separately if relocation is disabledMarek Vasut2021-11-181-0/+5
|/
* Merge tag 'efi-2022-01-rc2-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-11-131-2/+2
|\
| * efi_loader: fix BootOrder variable measurement handlingMasahisa Kojima2021-11-101-2/+2
* | lib: Add a function to convert a string to a hex valueSimon Glass2021-11-111-2/+18
|/
* efi_selftest: add selftest for EFI_TCG2_PROTOCOL and Measured BootMasahisa Kojima2021-11-077-1/+2023
* efi: Add a way to obtain boot services in the appSimon Glass2021-11-071-0/+10
* x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass2021-11-071-0/+9
* efi: Create a 64-bit appSimon Glass2021-11-071-0/+1
* x86: Create a 32/64-bit selection for the appSimon Glass2021-11-071-8/+26
* efi_loader: add EFI_TCG2_PROTOCOL.SubmitCommandMasahisa Kojima2021-11-072-6/+38
* efi_loader: use byteshift unaligned access helperMasahisa Kojima2021-11-071-1/+2
* efi_loader: capsule: drop __weak from efi_get_public_key_data()AKASHI Takahiro2021-11-071-1/+1
* sandbox: Remove OF_HOSTFILEIlias Apalodimas2021-10-271-7/+7
* Merge tag 'efi-2022-01-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2021-10-2612-111/+514
|\
| * efi_loader: add DeployedMode and AuditMode variable measurementMasahisa Kojima2021-10-261-8/+25
| * efi_loader: simplify tcg2_measure_secure_boot_variable()Masahisa Kojima2021-10-261-42/+18
| * efi_loader: add UEFI GPT measurementMasahisa Kojima2021-10-263-2/+173
| * efi_loader: add SMBIOS table measurementMasahisa Kojima2021-10-265-12/+229
| * efi_loader: simplify tcg2_measure_secure_boot_variable()Heinrich Schuchardt2021-10-251-16/+13
| * efi_loader: simplify efi_sigstore_parse_sigdb()Heinrich Schuchardt2021-10-251-33/+5
| * efi_loader: function to get GUID for variable nameHeinrich Schuchardt2021-10-251-0/+9
| * efi_loader: treat UEFI variable name as constHeinrich Schuchardt2021-10-255-16/+23
| * efi_loader: capsule: add back efi_get_public_key_data()AKASHI Takahiro2021-10-251-0/+36
| * efi_loader: add missing const qualifierMasahisa Kojima2021-10-251-2/+3
* | lib: uuid: fix the test on RNG device presencePatrick Delaunay2021-10-261-1/+1
* | lib: rsa: rsa-verify: also check that padding is not NULLPhilippe Reynes2021-10-261-1/+1
|/
* Merge tag 'efi-2022-01-rc1' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2021-10-2210-191/+152
|\
| * efi_loader: efi_dp_from_lo() should skip VenMedia nodeHeinrich Schuchardt2021-10-212-15/+6
| * efi_loader: avoid multiple local copies of lf2_initrd_guidHeinrich Schuchardt2021-10-212-2/+6
| * efi_loader: efi_dp_from_lo() unused parameter sizeHeinrich Schuchardt2021-10-212-3/+1
| * efi_loader: efi_dp_from_lo() don't copy GUIDHeinrich Schuchardt2021-10-212-3/+4
| * efi_loader: Fix loaded image alignmentIlias Apalodimas2021-10-212-6/+58
| * efi_loader: don't load Shim's MOK database from fileHeinrich Schuchardt2021-10-211-0/+8
| * efi_loader: Drop code that doesn't work with driver modelSimon Glass2021-10-214-124/+23
| * efi_selftest: Receive the packets until the receive buffer is emptyMasami Hiramatsu2021-10-211-30/+37
| * efi_selftest: Do not check EFI_SIMPLE_NETWORK_RECEIVE_INTERRUPTMasami Hiramatsu2021-10-211-11/+0