aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-05timer: Use a shorter error in TPLSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu
2020-12-31crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu
2020-12-31efi_loader: event queueingHeinrich Schuchardt
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas
2020-12-31efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt
2020-12-31efi_loader: avoid invalid freeHeinrich Schuchardt
2020-12-31efi_loader: escape key handlingHeinrich Schuchardt
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt
2020-12-31efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt
2020-12-10fs: fat: create correct short namesHeinrich Schuchardt
2020-12-04env: Allow returning errors from hdelete_r()Simon Glass
2020-12-03efi_loader: add firmware management protocol for raw imageAKASHI Takahiro
2020-12-03efi_loader: add firmware management protocol for FIT imageAKASHI Takahiro
2020-12-03efi_loader: capsule: support firmware updateAKASHI Takahiro
2020-12-03efi_loader: capsule: add capsule_on_disk supportAKASHI Takahiro
2020-12-03efi_loader: define UpdateCapsule apiAKASHI Takahiro
2020-12-03efi_loader: Introduce eventlog support for TCG2_PROTOCOLIlias Apalodimas
2020-12-03tpm: use more than sha256 on pcr_extendIlias Apalodimas
2020-12-03efi_loader: replace printf by log in efi_uclass.cHeinrich Schuchardt