summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-01-27binman: Allow reading entries from a subnodeSimon Glass
2021-01-27binman: Move selection of the binman node into a functionSimon Glass
2021-01-27crc32: Exclude crc32 from TPLSimon Glass
2021-01-27display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass
2021-01-27fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass
2021-01-27fdtdec: Update the missing-devicetree messageSimon Glass
2021-01-27lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes
2021-01-23efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlockHeinrich Schuchardt
2021-01-23efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt
2021-01-23efi_loader: capsule: fix SIZEOF_MISMATCH warningAKASHI Takahiro
2021-01-23efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt
2021-01-20Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini
2021-01-20efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas
2021-01-20efi_selftest: use CRLF as line endings in dtbdumpHeinrich Schuchardt
2021-01-20efi_selftest: provide initrddump test toolHeinrich Schuchardt
2021-01-20efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLEHeinrich Schuchardt
2021-01-20efi_selftest: ask before overwriting in dtbdump.efiHeinrich Schuchardt
2021-01-20efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt
2021-01-20efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt
2021-01-20efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt
2021-01-20efi_loader: fixup protocol, avoid forward declarationHeinrich Schuchardt
2021-01-20efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt
2021-01-19efi_loader: move load options to new moduleHeinrich Schuchardt
2021-01-19lib: uuid: use RNG device if presentMatthias Brugger
2021-01-18Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini
2021-01-18trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel
2021-01-16lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay
2021-01-16lib: zlib: our putc() takes only one argumentHeinrich Schuchardt
2021-01-16lib: zlib: include ctype.hHeinrich Schuchardt
2021-01-16lib: aes: build failure with DEBUG=1Heinrich Schuchardt
2021-01-16string: Use memcpy() within memmove() when we canPatrick Delaunay
2021-01-16doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes
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