summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-02-10efi_loader: make gop_blt() staticHeinrich Schuchardt
2023-02-10efi_loader: include definition of allow_unaligned()Heinrich Schuchardt
2023-02-10efi_loader: static functions in efi_runtime.cHeinrich Schuchardt
2023-02-10efi_loader: static functions in efi_console.cHeinrich Schuchardt
2023-02-10efi_loader: static functions in efi_boottime.cHeinrich Schuchardt
2023-02-10efi_loader: static functions in helloworld.cHeinrich Schuchardt
2023-02-10efi_loader: fix efi_ecpt_register()Heinrich Schuchardt
2023-02-10efi_loader: make get_load_options() staticHeinrich Schuchardt
2023-02-10efi_loader: update attribute check for QueryVariableInfo()Masahisa Kojima
2023-02-09Correct SPL use of ENV_WRITEABLE_LISTSimon Glass
2023-02-09Correct SPL use of EFI_UNICODE_COLLATION_PROTOCOL2Simon Glass
2023-02-09Correct SPL use of EFI_TCG2_PROTOCOLSimon Glass
2023-02-09Correct SPL use of EFI_LOADER_HIISimon Glass
2023-02-09Correct SPL use of EFI_DEVICE_PATH_UTILSimon Glass
2023-02-09Correct SPL use of EFI_APPSimon Glass
2023-02-08Bump LMB_MAX_REGIONS default to 16Sjoerd Simons
2023-02-08Revert "lmb: Default to not-LMB_USE_MAX_REGIONS"Tom Rini
2023-02-06lmb: Set correct lmb flags for EFI memory map entriesSjoerd Simons
2023-02-06lmb: Default to not-LMB_USE_MAX_REGIONSTom Rini
2023-01-27efi_loader: don't use HandleProtocolHeinrich Schuchardt
2023-01-27efi_loader: fix comment in ESRT codeHeinrich Schuchardt
2023-01-23efi: Improve logging in efi_diskSimon Glass
2023-01-23lib: Support printing an error stringSimon Glass
2023-01-23lib: Add a function to split a string into substringsSimon Glass
2023-01-20Merge tag 'efi-2023-04-rc1-2' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-20efi_loader: fix CapsuleMax variable reportingIlias Apalodimas
2023-01-20efi_loader: update the error message of TCG protocol installationIlias Apalodimas
2023-01-20efi_loader: ensure that file ubootefi.var is createdHeinrich Schuchardt
2023-01-20efi_loader: Avoid overwriting previous outputs on console screen clearingJan Kiszka
2023-01-20efi_loader: Set default console colors on efi_cout_clear_screen if neededJan Kiszka
2023-01-19Merge tag 'dm-pull-18jan23' of https://source.denx.de/u-boot/custodians/u-boo...Tom Rini
2023-01-18lib: zstd: update to latest Linux zstd 1.5.2Brandon Maier
2023-01-18Revert "fdtdec: drop needlessly convoluted CONFIG_PHANDLE_CHECK_SEQ"Simon Glass
2023-01-18trace: Don't require TIMER_EARLYSimon Glass
2023-01-18trace: Move trace pointer to data sectionSimon Glass
2023-01-18fdt: Check for overlapping data and FDTSimon Glass
2023-01-18fdt: Pass the device tree to fdtdec_prepare_fdt()Simon Glass
2023-01-18fdt: Drop ifdefs in fdtdec_prepare_fdt()Simon Glass
2023-01-18fdt: Avoid exporting fdtdec_prepare_fdt()Simon Glass
2023-01-18tpm: Add a proper Kconfig option for crc8 in SPLSimon Glass
2023-01-18trace: Use notrace for shortSimon Glass
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2023-01-16rc4: mark key as constJohn Keeping
2023-01-13efi_loader: provide agent_handle to efi_disk_add_dev()Heinrich Schuchardt
2023-01-13efi_selftest: add hii set keyboard layout test caseVincent Stehlé
2023-01-13efi_loader: refine set_keyboard_layout() statusVincent Stehlé
2023-01-13efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartidHeinrich Schuchardt
2023-01-13efi_loader: fix description of memory functionsHeinrich Schuchardt
2023-01-12Revert "time: add weak annotation to timer_read_counter declaration"Harald Seiler