coreboot/src
Johnny Lin 9fb89e33bc drivers/ocp/vpd: Override mainboard_set_smm_log_level
VPD variable 'smm_log_level' can be read and passed to SMM for
overriding SMM log level. By default it's zero therefore it disables
most of the SMM log. When we need to see SMM log we can set this VPD
to a larger value to enable it.

Implement mainboard_set_smm_log_level() that reads VPD variables for SMM
log level.

Change-Id: I90d471d1d070d9a0f1a82ca9da8a2c034c9fd574
Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/71992
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Zhang <jonzhang@fb.com>
2023-02-16 00:47:11 +00:00
..
acpi acpi/acpigen_dptf: Add pkg return to dptf_write_power_limits() 2023-02-14 05:39:57 +00:00
arch arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator 2023-02-09 16:54:11 +00:00
commonlib commonlib/storage: Add attach callback to sdhci_ctrlr 2023-02-08 16:59:28 +00:00
console console: Add SimNow console logging 2023-02-09 10:01:20 +00:00
cpu cpu/x86/smm: Enable setting SMM console log level from mainboard 2023-02-15 21:53:07 +00:00
device treewide: Remove repeated words 2023-02-09 10:04:04 +00:00
drivers drivers/ocp/vpd: Override mainboard_set_smm_log_level 2023-02-16 00:47:11 +00:00
ec ec/dell: Add support for the SMSC MEC5035 2023-02-08 19:21:59 +00:00
include cpu/x86/smm: Enable setting SMM console log level from mainboard 2023-02-15 21:53:07 +00:00
lib treewide: stop calling custom TPM log "TCPA" 2023-01-11 16:00:55 +00:00
mainboard mb/google/rex: Mark unused USB ports as empty 2023-02-16 00:39:26 +00:00
northbridge nb/intel/haswell: Add 9-series PCH IDs 2023-02-09 21:41:18 +00:00
sbom src/sbom/Makefile.inc: Fix variable expansion 2023-02-13 14:54:27 +00:00
security security/vboot: Add store/validate methods for AMD VBIOS FMAP cache 2023-02-13 14:56:22 +00:00
soc soc/intel/cmn/gfx: Skip warning msg in ChromeOS normal mode 2023-02-16 00:39:52 +00:00
southbridge sb/intel/lynxpoint: Add PCI DIDs for 9 series PCHs 2023-02-09 21:40:52 +00:00
superio {superio,ec}/acpi: Replace constant "Zero" with actual number 2022-12-27 09:06:29 +00:00
vendorcode soc/amd/mendocino: Add svc_write_postcode call instead of stub 2023-02-13 14:51:11 +00:00
Kconfig tree: Drop repeated words 2023-02-07 04:37:31 +00:00