mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
efi_loader: add UEFI GPT measurement
This commit adds the UEFI GPT disk partition topology measurement required in TCG PC Client Platform Firmware Profile Specification Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
This commit is contained in:
parent
3d49ee8510
commit
ce3dbc5d08
6 changed files with 190 additions and 3 deletions
|
@ -45,6 +45,9 @@ enum if_type {
|
|||
#define BLK_PRD_SIZE 20
|
||||
#define BLK_REV_SIZE 8
|
||||
|
||||
#define PART_FORMAT_PCAT 0x1
|
||||
#define PART_FORMAT_GPT 0x2
|
||||
|
||||
/*
|
||||
* Identifies the partition table type (ie. MBR vs GPT GUID) signature
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue