From 1c088e6d620e2255d506d718b45afa5d48ecdff5 Mon Sep 17 00:00:00 2001 From: Gang Chen Date: Fri, 25 Nov 2022 15:02:28 +0800 Subject: util/cbfstool: Add Intel platform boot policy support Intel platform boot policy setting blob is linked into FIT table as an FIT4 entry. It is required for server executing CBnT and/or PFR without a PCH. Please refer to chapter 4.6 of the document in below link: https://www.intel.com/content/dam/www/public/us/en/documents/ guides/fit-bios-specification.pdf Tool usage: ./util/cbfstool/ifittool -f -a -n -t 4 \ -r COREBOOT -s Change-Id: I0f9fc61341430b1a35a44d50b108dcfaf31cd11c Signed-off-by: Gang Chen Signed-off-by: Li, Jincheng Reviewed-on: https://review.coreboot.org/c/coreboot/+/84305 Reviewed-by: Lean Sheng Tan Tested-by: build bot (Jenkins) --- util/cbfstool/fit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util/cbfstool/fit.h') diff --git a/util/cbfstool/fit.h b/util/cbfstool/fit.h index a0c956cac5..6d7681f710 100644 --- a/util/cbfstool/fit.h +++ b/util/cbfstool/fit.h @@ -15,6 +15,7 @@ enum fit_type { FIT_TYPE_HEADER = 0, FIT_TYPE_MICROCODE = 1, FIT_TYPE_BIOS_ACM = 2, + FIT_TYPE_PLATFORM_BOOT_POLICY = 4, FIT_TYPE_BIOS_STARTUP = 7, FIT_TYPE_TPM_POLICY = 8, FIT_TYPE_BIOS_POLICY = 9, -- cgit v1.2.3