summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-1516-1/+16
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-0216-1/+16
* | Revert "fdtdec: Use CONFIG_IS_ENABLED in board_fdt_blob_setup()"Tom Rini2021-02-151-1/+1
* | efi_loader: fix get_last_capsule()Heinrich Schuchardt2021-02-141-5/+13
* | efi_loader: '.' and '..' are directoriesHeinrich Schuchardt2021-02-141-3/+1
* | efi_loader: don't load beyond VirtualSizeAsherah Connor2021-02-141-1/+1
* | smbios: Allow a few values to come from sysinfoSimon Glass2021-02-061-3/+29
* | smbios: Add more options for the BIOS version stringSimon Glass2021-02-061-3/+55
* | smbios: Track the end of the string tableSimon Glass2021-02-061-17/+15
* | smbios: Drop the eos parameterSimon Glass2021-02-061-24/+36
* | smbios: Use a struct to keep track of contextSimon Glass2021-02-061-32/+55
* | smbios: Set BIOS release versionSimon Glass2021-02-061-2/+3
* | smbios: Move smbios_write_type to the C fileSimon Glass2021-02-061-0/+10
* | Merge tag 'efi-2021-04-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-02-044-53/+87
|\ \
| * | efi_loader: VenMedia device path nodeHeinrich Schuchardt2021-02-041-0/+15
| * | efi_selftest: use GUID to find ESP in dtbdumpHeinrich Schuchardt2021-02-041-33/+52
| * | efi_loader: install UEFI System Partition GUIDHeinrich Schuchardt2021-02-041-8/+7
| * | efi_loader: only check size if EFI_DT_APPLY_FIXUPSHeinrich Schuchardt2021-02-041-12/+13
| |/
* / fdtdec: Cast prior_stage_fdt_address with uintptr_tBin Meng2021-02-031-1/+1
|/
* Merge tag 'dm-pull-30jan21' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2021-01-311-0/+2
|\
| * binman: Print a debug message when binman selects a nodeSimon Glass2021-01-301-0/+2
* | efi_loader: switch to non-secure mode laterHeinrich Schuchardt2021-01-291-4/+0
* | efi_loader: correct block IO alignment checkHeinrich Schuchardt2021-01-291-4/+6
* | efi_selftest: test EFI_BLOCK_IO_PROTOCOL.Media->LastBlockHeinrich Schuchardt2021-01-291-1/+20
|/
* 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