coreboot/src
Gang Chen 1c088e6d62 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 <binary> -a -n <cbfs name> -t 4 \
-r COREBOOT -s <max table size>

Change-Id: I0f9fc61341430b1a35a44d50b108dcfaf31cd11c
Signed-off-by: Gang Chen <gang.c.chen@intel.com>
Signed-off-by: Li, Jincheng <jincheng.li@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/84305
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2024-10-23 10:29:59 +00:00
..
acpi acpi_gic: Add helper for platform gicc 2024-10-08 08:58:34 +00:00
arch arch/x86: Remove CONFIG_DEBUG_NULL_DEREF_HALT 2024-10-07 20:20:43 +00:00
commonlib drivers/efi/uefi_capsules.c: coalesce and store UEFI capsules 2024-08-30 15:48:25 +00:00
console console/i2c_smbus: Allow to send data w/o register offset 2024-07-11 00:06:22 +00:00
cpu util/cbfstool: Add Intel platform boot policy support 2024-10-23 10:29:59 +00:00
device device/azalia: Clear busy bit after failed verb command 2024-10-16 15:19:49 +00:00
drivers drivers/usb/acpi: Account for the lack of a reset gpio 2024-10-22 09:19:26 +00:00
ec chromeec/ec_acpi: Define ACPI devices for USB-C ports using UCSI 2024-09-30 16:54:44 +00:00
include include/device: Add missing include 2024-10-23 03:04:28 +00:00
lib lib/jpeg: return string (not int) error messages 2024-09-18 21:51:40 +00:00
mainboard mb/ocp/deltalake: Clean code 2024-10-23 09:57:22 +00:00
northbridge i945: Use nullptr instead of NULL 2024-10-14 15:31:08 +00:00
sbom src, util: Clean up makefile.inc in text, help & comments 2024-01-26 20:15:18 +00:00
security drivers/pc80/tpm: Remove flag TPM_RDRESP_NEED_DELAY 2024-10-14 15:26:11 +00:00
soc soc/intel/xeon_sp/ibl: Remove unused logics 2024-10-23 10:00:33 +00:00
southbridge i945: Use nullptr instead of NULL 2024-10-14 15:31:08 +00:00
superio superio/ite/it8728f: Support setting power state after power failure 2024-08-20 13:10:02 +00:00
vendorcode vc/amd/opensil/genoa_poc: Explicitly include static.h for config_of_soc 2024-10-07 20:36:01 +00:00
Kconfig Add initial experimental LTO support 2024-08-24 12:50:38 +00:00