From fa1f6ff09e1f308bd34f0d7af71c5022083888ee Mon Sep 17 00:00:00 2001 From: Philipp Deppenwiese Date: Sun, 13 May 2018 12:42:42 +0200 Subject: util/cbmem: Add cbmem TCPA log support * Read and print the TCPA ACPI log. Change-Id: Ie2253d86cfc675d45b0a728794cc784215401f4a Signed-off-by: Philipp Deppenwiese Reviewed-on: https://review.coreboot.org/26244 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/commonlib/include/commonlib/coreboot_tables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commonlib/include') diff --git a/src/commonlib/include/commonlib/coreboot_tables.h b/src/commonlib/include/commonlib/coreboot_tables.h index f411ff206b..806dfc76d4 100644 --- a/src/commonlib/include/commonlib/coreboot_tables.h +++ b/src/commonlib/include/commonlib/coreboot_tables.h @@ -310,6 +310,7 @@ void lb_ramoops(struct lb_header *header); #define LB_TAG_CBMEM_CONSOLE 0x0017 #define LB_TAG_MRC_CACHE 0x0018 #define LB_TAG_ACPI_GNVS 0x0024 +#define LB_TAG_TCPA_LOG 0x0034 #define LB_TAG_WIFI_CALIBRATION 0x0027 #define LB_TAG_VPD 0x002c struct lb_cbmem_ref { -- cgit v1.2.3