summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-01-20Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini13-248/+784
2021-01-20efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas2-2/+13
2021-01-20efi_selftest: use CRLF as line endings in dtbdumpHeinrich Schuchardt1-42/+52
2021-01-20efi_selftest: provide initrddump test toolHeinrich Schuchardt3-2/+456
2021-01-20efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLEHeinrich Schuchardt1-2/+3
2021-01-20efi_selftest: ask before overwriting in dtbdump.efiHeinrich Schuchardt1-1/+59
2021-01-20efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt3-50/+6
2021-01-20efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt3-1/+10
2021-01-20efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt3-5/+12
2021-01-20efi_loader: fixup protocol, avoid forward declarationHeinrich Schuchardt1-10/+17
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2-1/+9
2021-01-19efi_loader: move load options to new moduleHeinrich Schuchardt3-135/+150
2021-01-19lib: uuid: use RNG device if presentMatthias Brugger1-3/+18
2021-01-18Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini1-0/+1
2021-01-18trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel1-0/+1
2021-01-17lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay1-2/+2
2021-01-17lib: zlib: our putc() takes only one argumentHeinrich Schuchardt1-1/+1
2021-01-17lib: zlib: include ctype.hHeinrich Schuchardt1-1/+1
2021-01-17lib: aes: build failure with DEBUG=1Heinrich Schuchardt1-1/+1
2021-01-16string: Use memcpy() within memmove() when we canPatrick Delaunay1-1/+13
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes1-1/+2
2021-01-16lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes1-6/+5
2021-01-13efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt1-37/+273
2021-01-13efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt3-0/+169
2021-01-13efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt1-2/+0
2021-01-13efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt1-3/+3
2021-01-13efi_loader: carve out efi_check_pe()Heinrich Schuchardt1-34/+46
2021-01-13efi_loader: print boot device and file path in helloworldHeinrich Schuchardt1-30/+137
2021-01-13efi_loader: implement non-blocking file servicesHeinrich Schuchardt1-51/+266
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini3-4/+10
2021-01-06Merge 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