coreboot-kgpe-d16/src
Arthur Heymans 15412c0681 security/intel/cbnt: Add option to generate BPM
This add an option to generate BPM using the 9elements bg-prov tool
using a json config file.

A template for the json config file can be obtained via
"bg-prov template".
Another option is to extract it from a working configuration:
"bg-prov read-config".

The option to just include a provided BPM binary is kept.

Change-Id: I38808ca56953b80bac36bd186932d6286a79bebe
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50411
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2021-03-30 11:45:46 +00:00
..
acpi ACPI: Add SATC structure for DMAR table 2021-03-28 16:03:21 +00:00
arch cbfs: Remove prog_locate() for payloads (SELF and FIT) 2021-03-17 00:13:53 +00:00
commonlib cbfs: Move stage header into a CBFS attribute 2021-03-17 08:10:00 +00:00
console
cpu cpu/x86/smm: Fix SMM start address passing 2021-03-24 15:36:36 +00:00
device device/azalia_device.c: Program beep verbs 2021-03-24 07:55:15 +00:00
drivers drivers/analogix: Increase the clock tolerance from 0.1% to 2% 2021-03-27 10:02:18 +00:00
ec ec/system76/ec: Add OLED screen toggle 2021-02-27 09:38:19 +00:00
include ACPI: Add SATC structure for DMAR table 2021-03-28 16:03:21 +00:00
lib spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map() 2021-03-17 08:10:35 +00:00
mainboard mb/ti/beaglebone: Initialize DDR3 2021-03-30 11:21:49 +00:00
northbridge nb/intel/pineview/raminit.c: Correct clkset1 programming 2021-03-28 18:02:31 +00:00
security security/intel/cbnt: Add option to generate BPM 2021-03-30 11:45:46 +00:00
soc soc/ti/am335x: Map useable RAM 2021-03-30 11:21:59 +00:00
southbridge nb/intel/haswell: Move USB config API into Lynx Point 2021-03-25 07:51:50 +00:00
superio acpi/acpigen.h: Add more intuitive AML package closing functions 2021-03-22 11:21:55 +00:00
vendorcode vendorcode/intel/fsp: Add Alder Lake FSP headers for FSP v2081_02 2021-03-23 20:23:05 +00:00
Kconfig