..
.gitignore
…
Kconfig
efi_loader: make variable store size customizable
2020-12-20 17:40:06 +01:00
Makefile
efi_loader: Add basic EFI_TCG2_PROTOCOL support
2020-11-14 05:05:46 +01:00
efi_acpi.c
…
efi_bootmgr.c
efi_loader: avoid invalid free
2020-12-29 02:09:04 +01:00
efi_boottime.c
efi_loader: use after free in efi_exit()
2020-12-29 02:09:04 +01:00
efi_console.c
efi_loader: escape key handling
2020-12-29 02:09:04 +01:00
efi_device_path.c
efi_loader: efi_dp_check_length()
2020-08-24 16:37:53 +02:00
efi_device_path_to_text.c
…
efi_device_path_utilities.c
…
efi_disk.c
…
efi_file.c
efi_loader: incorrect buffer size in efi_file_setinfo()
2020-11-14 05:05:46 +01:00
efi_freestanding.c
…
efi_gop.c
…
efi_hii.c
…
efi_hii_config.c
…
efi_image_loader.c
efi_loader: error message if image not authenticated
2020-09-06 21:21:41 +02:00
efi_load_initrd.c
efi_loader: illegal free in EFI_LOAD_FILE2_PROTOCOL
2020-10-06 07:43:56 +02:00
efi_memory.c
efi_memory: refine overlap_only_ram description
2020-09-18 22:23:58 +02:00
efi_net.c
efi_loader: fix use after free in receive path
2020-10-19 22:59:53 +02:00
efi_rng.c
efi_loader: Add missing newline to log_{err,warning}
2020-11-14 05:05:46 +01:00
efi_root_node.c
efi_loader: installation of EFI_RNG_PROTOCOL
2020-09-27 16:10:45 +02:00
efi_runtime.c
efi_loader: daylight saving time
2020-10-27 21:13:16 +01:00
efi_setup.c
efi_loader: Add basic EFI_TCG2_PROTOCOL support
2020-11-14 05:05:46 +01:00
efi_signature.c
efi_loader: signature: correct a behavior against multiple signatures
2020-08-14 12:28:25 +02:00
efi_smbios.c
…
efi_string.c
efi_loader: add efi_create_indexed_name()
2020-10-30 14:27:43 +01:00
efi_tcg2.c
efi_loader: tcg2 protocol updates
2020-11-21 07:26:16 +01:00
efi_unicode_collation.c
…
efi_var_common.c
efi_loader: add copyright notice
2020-08-08 19:03:24 +02:00
efi_var_file.c
…
efi_var_mem.c
efi_loader: parameter check in GetNextVariableName()
2020-11-21 07:26:16 +01:00
efi_var_seed.S
…
efi_variable.c
efi_loader: non-volatile variable not deleted from file
2020-11-09 17:28:17 +01:00
efi_variable_tee.c
efi_loader: Extra checks while opening an OPTEE session
2020-12-26 12:47:46 +01:00
efi_watchdog.c
…
helloworld.c
…