aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-02-04Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...WIP/04Feb2021Tom Rini4-53/+87
2021-02-04efi_loader: VenMedia device path nodeHeinrich Schuchardt1-0/+15
2021-02-04efi_selftest: use GUID to find ESP in dtbdumpHeinrich Schuchardt1-33/+52
2021-02-04efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt1-8/+7
2021-02-04efi_loader: only check size if EFI_DT_APPLY_FIXUPSHeinrich Schuchardt1-12/+13
2021-02-03fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng1-1/+1
2021-01-31Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini1-0/+2
2021-01-30binman: Print a debug message when binman selects a nodeSimon Glass1-0/+2
2021-01-29efi_loader: switch to non-secure mode laterHeinrich Schuchardt1-4/+0
2021-01-29efi_loader: correct block IO alignment checkHeinrich Schuchardt1-4/+6
2021-01-29efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlockHeinrich Schuchardt1-1/+20
2021-01-27binman: Allow reading entries from a subnodeSimon Glass1-0/+18
2021-01-27binman: Move selection of the binman node into a functionSimon Glass1-10/+33
2021-01-27crc32: Exclude crc32 from TPLSimon Glass1-0/+2
2021-01-27display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass1-5/+4
2021-01-27fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass1-1/+1
2021-01-27fdtdec: Update the missing-devicetree messageSimon Glass1-1/+2
2021-01-27lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes1-2/+2
2021-01-23efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlockHeinrich Schuchardt1-9/+21
2021-01-23efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt1-1/+8
2021-01-23efi_loader: capsule: fix SIZEOF_MISMATCH warningAKASHI Takahiro1-1/+1
2021-01-23efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt1-4/+1
2021-01-20Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...WIP/20Jan2021Tom 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-riscvWIP/18Jan2021Tom Rini1-0/+1
2021-01-18trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel1-0/+1
2021-01-16lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay1-2/+2
2021-01-16lib: zlib: our putc() takes only one argumentHeinrich Schuchardt1-1/+1
2021-01-16lib: zlib: include ctype.hHeinrich Schuchardt1-1/+1
2021-01-16lib: 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