summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima2023-02-102-9/+24
* Bump LMB_MAX_REGIONS default to 16Sjoerd Simons2023-02-081-1/+1
* Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"Tom Rini2023-02-081-0/+1
* lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons2023-02-061-5/+8
* lmb: Default to not-LMB_USE_MAX_REGIONSTom Rini2023-02-061-1/+0
* efi_loader: don't use HandleProtocolHeinrich Schuchardt2023-01-271-2/+3
* efi_loader: fix comment in ESRT codeHeinrich Schuchardt2023-01-271-1/+1
* efi: Improve logging in efi_diskSimon Glass2023-01-231-9/+21
* lib: Support printing an error stringSimon Glass2023-01-231-0/+12
* lib: Add a function to split a string into substringsSimon Glass2023-01-231-0/+41
* Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2023-01-205-6/+34
|\
| * efi_loader: fix CapsuleMax variable reportingIlias Apalodimas2023-01-201-1/+1
| * efi_loader: update the error message of TCG protocol installationIlias Apalodimas2023-01-201-1/+1
| * efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt2023-01-201-3/+5
| * efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka2023-01-202-1/+21
| * efi_loader: Set default console colors on efi_cout_clear_screen if neededJan Kiszka2023-01-201-0/+6
* | global: Finish CONFIG -> CFG migrationTom Rini2023-01-202-10/+10
|/
* Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini2023-01-195-52/+103
|\
| * Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass2023-01-182-2/+12
| * trace: Don't require TIMER_EARLYSimon Glass2023-01-181-1/+1
| * trace: Move trace pointer to data sectionSimon Glass2023-01-181-1/+2
| * fdt: Check for overlapping data and FDTSimon Glass2023-01-181-0/+23
| * fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass2023-01-181-11/+11
| * fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass2023-01-181-15/+17
| * fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass2023-01-181-13/+13
| * tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass2023-01-182-1/+20
| * trace: Use notrace for shortSimon Glass2023-01-182-17/+13
* | lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier2023-01-1841-6570/+10732
* | event: Correct dependencies on the EVENT frameworkTom Rini2023-01-181-1/+1
|/
* rc4: mark key as constJohn Keeping2023-01-161-1/+1
* efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt2023-01-131-21/+29
* efi_selftest: add hii set keyboard layout test caseVincent Stehlé2023-01-131-0/+12
* efi_loader: refine set_keyboard_layout() statusVincent Stehlé2023-01-131-0/+3
* efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt2023-01-131-1/+1
* efi_loader: fix description of memory functionsHeinrich Schuchardt2023-01-131-20/+62
* Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler2023-01-121-1/+1
* lib: rsa: cosmetic: fix building warningHaijun Qin2023-01-111-1/+1
* Merge branch 'next'Tom Rini2023-01-093-20/+17
|\
| * rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEYTom Rini2022-12-231-13/+7
| * Merge tag 'v2023.01-rc4' into nextTom Rini2022-12-216-10/+245
| |\
| * | global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini2022-12-051-7/+7
| * | Convert CONFIG_SYS_TIMER_COUNTS_DOWN to KconfigTom Rini2022-12-051-0/+3
* | | lmb: consider EFI memory mapHeinrich Schuchardt2023-01-061-0/+36
* | | efi_loader: carve out efi_get_memory_map_alloc()Heinrich Schuchardt2023-01-061-0/+34
* | | efi_loader: populate console handles in system tableHeinrich Schuchardt2023-01-041-0/+3
* | | efi_loader: adjust sorting of capsulesHeinrich Schuchardt2023-01-041-3/+6
* | | lib: add function u16_strcasecmp()Heinrich Schuchardt2023-01-041-0/+26
* | | efi_loader: use u16_strlen() in efi_var_mem_ins()Heinrich Schuchardt2022-12-291-3/+1
* | | efi_loader: avoid adding variables twiceIlias Apalodimas2022-12-292-3/+5
* | | efi_loader: typo non-volatile in efi_var_restoreHeinrich Schuchardt2022-12-291-1/+1