aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes
2021-01-13efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt
2021-01-13efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt
2021-01-13efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt
2021-01-13efi_loader: print boot device and file path in helloworldHeinrich Schuchardt
2021-01-13efi_loader: implement non-blocking file servicesHeinrich Schuchardt
2021-01-05Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
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-29efi_loader: use after free in efi_exit()Heinrich Schuchardt
2020-12-29efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt
2020-12-29efi_loader: avoid invalid freeHeinrich Schuchardt
2020-12-29efi_loader: escape key handlingHeinrich Schuchardt
2020-12-29efi_loader: missing parentheses after ifHeinrich Schuchardt
2020-12-26efi_loader: Extra checks while opening an OPTEE sessionIlias Apalodimas
2020-12-22fdt: Use phandle to distinguish DT nodes with same nameAswath Govindraju
2020-12-22sandbox: implement runtime system resetHeinrich Schuchardt
2020-12-20efi_loader: make variable store size customizableHeinrich 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