aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-01-13efi_loader: implement non-blocking file servicesHeinrich Schuchardt1-51/+266
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextWIP/05Jan2021-nextTom Rini3-4/+10
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-1/+1
2021-01-05timer: Use a shorter error in TPLSimon Glass1-2/+8
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-1/+1
2021-01-05serial: Update NS16550_t and struct NS16550Simon Glass1-1/+1
2020-12-31efi_loader: Enable uefi capsule authenticationSughosh Ganu1-1/+35
2020-12-31efi: capsule: Add support for uefi capsule authenticationSughosh Ganu3-2/+141
2020-12-31efi_loader: Re-factor code to build the signature store from efi signature listSughosh Ganu1-42/+61
2020-12-31efi_loader: Make the pkcs7 header parsing function an externSughosh Ganu2-89/+89
2020-12-31efi_loader: Add logic to parse EDKII specific fmp payload headerSughosh Ganu1-0/+41
2020-12-31crypto: Fix the logic to calculate hash with authattributes setSughosh Ganu1-11/+26
2020-12-31efi_loader: event queueingHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Add size checks to efi_create_indexed_name()Ilias Apalodimas2-5/+12
2020-12-31efi_loader: Remove unconditional installation of file2 protocol for initrdIlias Apalodimas1-5/+0
2020-12-31efi_loader: Remove unused headers from efi_load_initrd.cIlias Apalodimas1-5/+3
2020-12-31efi_loader: use after free in efi_exit()Heinrich Schuchardt1-5/+12
2020-12-31efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-31efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-31efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-31efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-31efi_loader: make variable store size customizableHeinrich Schuchardt1-0/+14
2020-12-29efi_loader: use after free in efi_exit()Heinrich Schuchardt1-5/+12
2020-12-29efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt1-2/+2
2020-12-29efi_loader: avoid invalid freeHeinrich Schuchardt1-1/+1
2020-12-29efi_loader: escape key handlingHeinrich Schuchardt1-0/+12
2020-12-29efi_loader: missing parentheses after ifHeinrich Schuchardt1-1/+1
2020-12-26efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas1-5/+15
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju2-0/+19
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt1-1/+2
2020-12-20efi_loader: make variable store size customizableHeinrich Schuchardt1-0/+14
2020-12-18x86: Simplify acpi_device_infer_name()Simon Glass1-24/+3
2020-12-18dm: Avoid accessing seq directlySimon Glass1-2/+2
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass3-7/+7
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass5-21/+21
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-12-13efi_selftest: implement exception test for sandboxHeinrich Schuchardt1-0/+2
2020-12-10efi_loader: link partition to block deviceHeinrich Schuchardt1-0/+20
2020-12-10efi_loader: make efi_protocol_open() non-staticHeinrich Schuchardt1-1/+1
2020-12-10efi_selftest: test EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt2-0/+478
2020-12-10efi_selftest: clean up MakefileHeinrich Schuchardt1-8/+6
2020-12-10efi_loader: support EFI_LOAD_FILE_PROTOCOLHeinrich Schuchardt1-1/+48
2020-12-10efi_loader: carve out efi_load_image_from_file()Heinrich Schuchardt1-9/+36
2020-12-10efi_loader: pass boot_policy to efi_load_image_from_pathHeinrich Schuchardt1-7/+9
2020-12-10efi_loader: move EFI_LOAD_FILE2_PROTOCOL_GUIDHeinrich Schuchardt3-6/+7
2020-12-10efi_loader: resequence functions in efi_boottime.cHeinrich Schuchardt1-82/+82
2020-12-10efi_loader: remove EFI_HII_CONFIG_ROUTING_PROTOCOLHeinrich Schuchardt3-7/+8
2020-12-10efi_loader: don't set EFI_RT_SUPPORTED_UPDATE_CAPSULEHeinrich Schuchardt1-4/+0