efi: Create ECPT table
The ECPT table will be included in the UEFI specification 2.9+. The ECPT table was introduced in UEFI following the code-first path. The acceptance ticket can be viewed at: https://bugzilla.tianocore.org/show_bug.cgi?id=3591 The Conformance Profiles table is a UEFI configuration table that contains GUID of the UEFI profiles that the UEFI implementation conforms with. The ECPT table is created when CONFIG_EFI_ECPT=y. The config is set by default. Signed-off-by:Jose Marinho <jose.marinho@arm.com> Reviewed-by:
Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Showing
- include/efi_api.h 12 additions, 0 deletionsinclude/efi_api.h
- include/efi_loader.h 7 additions, 0 deletionsinclude/efi_loader.h
- lib/efi_loader/Kconfig 6 additions, 0 deletionslib/efi_loader/Kconfig
- lib/efi_loader/Makefile 1 addition, 0 deletionslib/efi_loader/Makefile
- lib/efi_loader/efi_conformance.c 54 additions, 0 deletionslib/efi_loader/efi_conformance.c
- lib/efi_loader/efi_setup.c 6 additions, 0 deletionslib/efi_loader/efi_setup.c
- lib/uuid.c 4 additions, 0 deletionslib/uuid.c
Loading
Please register or sign in to comment