1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Jose Marinho
2021-12-23 14:51:07 +00:00
committed by Heinrich Schuchardt
parent 2b7a6e013f
commit 6b92c17352
7 changed files with 90 additions and 0 deletions

View File

@@ -1052,6 +1052,13 @@ extern u8 num_image_type_guids;
*/
efi_status_t efi_esrt_register(void);
/**
* efi_ecpt_register() - Install the ECPT system table.
*
* Return: status code
*/
efi_status_t efi_ecpt_register(void);
/**
* efi_esrt_populate() - Populates the ESRT entries from the FMP instances
* present in the system.