summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* binman: Allow reading entries from a subnodeSimon Glass2021-01-271-0/+18
* binman: Move selection of the binman node into a functionSimon Glass2021-01-271-10/+33
* crc32: Exclude crc32 from TPLSimon Glass2021-01-271-0/+2
* display_options: Use USE_TINY_PRINTF for SPL checkSimon Glass2021-01-271-5/+4
* fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()Simon Glass2021-01-271-1/+1
* fdtdec: Update the missing-devicetree messageSimon Glass2021-01-271-1/+2
* lib: rsa: rsa-verify: don't look for keys in the FIT imagePhilippe Reynes2021-01-271-2/+2
* efi_loader: correct EFI_BLOCK_IO_PROTOCOL.Media.LastBlockHeinrich Schuchardt2021-01-231-9/+21
* efi_loader: notification with TPL_APPLICATION not allowedHeinrich Schuchardt2021-01-231-1/+8
* efi_loader: capsule: fix SIZEOF_MISMATCH warningAKASHI Takahiro2021-01-231-1/+1
* efi_loader: fix efi_load_image_from_path()Heinrich Schuchardt2021-01-231-4/+1
* Merge tag 'efi-2021-04-rc1-2' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2021-01-2013-248/+784
|\
| * efi_loader: Avoid emitting efi_var_buf to .GOTIlias Apalodimas2021-01-202-2/+13
| * efi_selftest: use CRLF as line endings in dtbdumpHeinrich Schuchardt2021-01-201-42/+52
| * efi_selftest: provide initrddump test toolHeinrich Schuchardt2021-01-203-2/+456
| * efi_selftest: don't compile dtbdump if GENERATE_ACPI_TABLEHeinrich Schuchardt2021-01-201-2/+3
| * efi_selftest: ask before overwriting in dtbdump.efiHeinrich Schuchardt2021-01-201-1/+59
| * efi_loader: remove EFI_UNICODE_COLLATION_PROTOCOLHeinrich Schuchardt2021-01-203-50/+6
| * efi_loader: EFI_DEVICE_PATH_UTILITIES_PROTOCOL configurableHeinrich Schuchardt2021-01-203-1/+10
| * efi_loader: make EFI_DT_FIXUP_PROTOCOL configurableHeinrich Schuchardt2021-01-203-5/+12
| * efi_loader: fixup protocol, avoid forward declarationHeinrich Schuchardt2021-01-201-10/+17
| * efi_loader: make the UEFI boot manager configurableHeinrich Schuchardt2021-01-202-1/+9
| * efi_loader: move load options to new moduleHeinrich Schuchardt2021-01-193-135/+150
* | lib: uuid: use RNG device if presentMatthias Brugger2021-01-191-3/+18
|/
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvTom Rini2021-01-181-0/+1
|\
| * trace: select TIMER_EARLY to avoid infinite recursionPragnesh Patel2021-01-181-0/+1
* | lib: cosmetic update of CONFIG_LIB_ELF descriptionPatrick Delaunay2021-01-161-2/+2
* | lib: zlib: our putc() takes only one argumentHeinrich Schuchardt2021-01-161-1/+1
* | lib: zlib: include ctype.hHeinrich Schuchardt2021-01-161-1/+1
* | lib: aes: build failure with DEBUG=1Heinrich Schuchardt2021-01-161-1/+1
* | string: Use memcpy() within memmove() when we canPatrick Delaunay2021-01-161-1/+13
* | doc/README.gpt: define partition type GUID for U-Boot environmentRasmus Villemoes2021-01-161-1/+2
* | lib/uuid.c: change prototype of uuid_guid_get_str()Rasmus Villemoes2021-01-161-6/+5
|/
* efi_selftest: dtbdump support EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-131-37/+273
* efi_loader: implement EFI_DT_FIXUP_PROTOCOLHeinrich Schuchardt2021-01-133-0/+169
* efi_loader: remove outdated TODO in efi_memory.cHeinrich Schuchardt2021-01-131-2/+0
* efi_loader: typedef efi_string_t text output protocolHeinrich Schuchardt2021-01-131-3/+3
* efi_loader: carve out efi_check_pe()Heinrich Schuchardt2021-01-131-34/+46
* efi_loader: print boot device and file path in helloworldHeinrich Schuchardt2021-01-131-30/+137
* efi_loader: implement non-blocking file servicesHeinrich Schuchardt2021-01-131-51/+266
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-053-4/+10
|\
| * timer: Use a shorter error in TPLSimon Glass2021-01-051-2/+8
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-1/+1
| * serial: Update NS16550_t and struct NS16550Simon Glass2021-01-051-1/+1
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-1/+1
|\ \ | |/ |/|
| * efi_loader: use after free in efi_exit()Heinrich Schuchardt2020-12-291-5/+12
| * efi_loader: efi_signal_event() fix comment typosHeinrich Schuchardt2020-12-291-2/+2
| * efi_loader: avoid invalid freeHeinrich Schuchardt2020-12-291-1/+1
| * efi_loader: escape key handlingHeinrich Schuchardt2020-12-291-0/+12
| * efi_loader: missing parentheses after ifHeinrich Schuchardt2020-12-291-1/+1