summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: Enable uefi capsule authenticationSughosh Ganu2020-12-311-1/+35
* efi: capsule: Add support for uefi capsule authenticationSughosh Ganu2020-12-313-2/+141
* efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu2020-12-311-42/+61
* efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2020-12-312-89/+89
* efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu2020-12-311-0/+41
* crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu2020-12-311-11/+26
* efi_loader: event queueingHeinrich Schuchardt2020-12-311-1/+1
* efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2020-12-312-5/+12
* efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas2020-12-311-5/+0
* efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas2020-12-311-5/+3
* efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-311-5/+12
* efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-311-2/+2
* efi_loader: avoid invalid freeHeinrich Schuchardt2020-12-311-1/+1
* efi_loader: escape key handlingHeinrich Schuchardt2020-12-311-0/+12
* efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-311-1/+1
* efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas2020-12-311-5/+15
* efi_loader: make variable store size customizableHeinrich Schuchardt2020-12-311-0/+14
* fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2020-12-222-0/+19
* sandbox: implement runtime system resetHeinrich Schuchardt2020-12-221-1/+2
* x86: Simplify acpi_device_infer_name()Simon Glass2020-12-181-24/+3
* dm: Avoid accessing seq directlySimon Glass2020-12-181-2/+2
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-133-7/+7
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-3/+3
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-135-21/+21
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* efi_selftest: implement exception test for sandboxHeinrich Schuchardt2020-12-131-0/+2
* efi_loader: link partition to block deviceHeinrich Schuchardt2020-12-101-0/+20
* efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt2020-12-101-1/+1
* efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-102-0/+478
* efi_selftest: clean up MakefileHeinrich Schuchardt2020-12-101-8/+6
* efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2020-12-101-1/+48
* efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt2020-12-101-9/+36
* efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt2020-12-101-7/+9
* efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt2020-12-103-6/+7
* efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt2020-12-101-82/+82
* efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt2020-12-103-7/+8
* efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt2020-12-101-4/+0
* fs: fat: create correct short namesHeinrich Schuchardt2020-12-101-1/+1
* env: Allow returning errors from hdelete_r()Simon Glass2020-12-041-6/+6
* efi_loader: add firmware management protocol for raw imageAKASHI Takahiro2020-12-034-58/+194
* efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro2020-12-034-1/+314
* efi_loader: capsule: support firmware updateAKASHI Takahiro2020-12-033-12/+252
* efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro2020-12-033-0/+528
* efi_loader: define UpdateCapsule apiAKASHI Takahiro2020-12-035-54/+291
* efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas2020-12-033-23/+551
* tpm: use more than sha256 on pcr_extendIlias Apalodimas2020-12-031-5/+6
* efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt2020-12-031-9/+9
* charset: make u16_strnlen accessible at runtimeIlias Apalodimas2020-11-291-1/+2
* efi_loader: enable EFI_SET_TIME on sandbox and QEMU ARMHeinrich Schuchardt2020-11-291-0/+1
* efi_loader: parameter check in GetNextVariableName()Heinrich Schuchardt2020-11-211-3/+8