..
.gitignore
…
Kconfig
efi_loader: remove CONFIG_EFI_SETUP_EARLY
2022-11-06 10:50:04 +01:00
Makefile
efi_loader: add an EFI binary to print boot hart ID
2022-12-02 19:17:24 +01:00
boothart.c
efi_loader: add an EFI binary to print boot hart ID
2022-12-02 19:17:24 +01:00
dtbdump.c
…
efi_acpi.c
…
efi_bootmgr.c
bootmenu: add removable media entries
2022-09-14 08:43:32 +02:00
efi_boottime.c
efi_loader: initialize return values in efi_uninstall_multiple_protocol_interfaces_int()
2022-11-16 08:34:06 +01:00
efi_capsule.c
FWU: Add support for the FWU Multi Bank Update feature
2022-10-31 14:47:32 -04:00
efi_conformance.c
efi: ECPT add EBBRv2.0 conformance profile
2022-09-03 10:13:26 +02:00
efi_console.c
video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO
2022-10-30 20:07:17 +01:00
efi_device_path.c
dm: sandbox: Switch over to using the new host uclass
2022-11-07 16:24:30 -07:00
efi_device_path_to_text.c
efi_loader: fix display of NVMe EUI-64
2022-09-03 10:49:17 +02:00
efi_device_path_utilities.c
…
efi_disk.c
dm: sandbox: Switch over to using the new host uclass
2022-11-07 16:24:30 -07:00
efi_dt_fixup.c
treewide: Drop bootm_headers_t typedef
2022-09-29 16:07:57 -04:00
efi_esrt.c
…
efi_file.c
efi_loader: replace a u16_strdup with alloc + memcpy
2022-11-16 08:34:06 +01:00
efi_firmware.c
FWU: Add support for the FWU Multi Bank Update feature
2022-10-31 14:47:32 -04:00
efi_freestanding.c
…
efi_gop.c
efi: Drop old LCD code
2022-10-30 20:07:17 +01:00
efi_helper.c
efi_loader: utility function to check the variable name is "Boot####"
2022-12-02 19:17:25 +01:00
efi_hii.c
…
efi_hii_config.c
…
efi_image_loader.c
efi_loader: image_loader: add a missing digest verification for signed PE image
2022-07-05 14:37:16 +02:00
efi_load_initrd.c
efi_loader: remove efi_delete_handle on loadfile2
2022-10-16 12:23:22 +02:00
efi_load_options.c
efi_loader: simplify efi_set_load_options()
2022-10-10 16:34:26 +02:00
efi_memory.c
efi_loader: don't use EFI_LOADER_DATA internally
2022-12-02 19:17:24 +01:00
efi_net.c
efi_loader: fix handling of DHCP acknowledge
2022-12-02 19:17:24 +01:00
efi_riscv.c
…
efi_rng.c
…
efi_root_node.c
efi_loader: define internal implementations of install/uninstallmultiple
2022-10-06 22:54:58 +02:00
efi_runtime.c
Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE
2022-10-31 11:01:31 -04:00
efi_setup.c
efi_loader: remove CONFIG_EFI_SETUP_EARLY
2022-11-06 10:50:04 +01:00
efi_signature.c
efi_loader: signature: export efi_hash_regions()
2022-07-05 14:37:16 +02:00
efi_smbios.c
…
efi_string.c
efi: Add string conversion helper
2022-10-06 22:54:57 +02:00
efi_tcg2.c
efi_loader: CloseProtocol in tcg2_measure_gpt_data
2022-10-10 16:34:25 +02:00
efi_unicode_collation.c
efi_loader: Fix buffer underflow
2022-11-22 11:54:30 +01:00
efi_var_common.c
…
efi_var_file.c
blk: Rename if_type to uclass_id
2022-09-25 08:30:05 -06:00
efi_var_mem.c
…
efi_var_seed.S
…
efi_variable.c
…
efi_variable_tee.c
…
efi_watchdog.c
…
helloworld.c
efi_loader: printing UEFI revision in helloworld.efi
2022-09-03 08:16:09 +02:00
initrddump.c
…