From 530b111c42e5d87d95f84d92228817186b655500 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Mon, 17 Oct 2022 16:19:45 -0600 Subject: soc/amd/common: Add coreboot post codes to STB Adding coreboot's postcodes to the smart trace buffer lets us see the entire boot flow in one place. Signed-off-by: Martin Roth Change-Id: I8eb9f777b303622c144203eb53e2e1bf3314afaa Reviewed-on: https://review.coreboot.org/c/coreboot/+/68546 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/common/block/include/amdblocks/stb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/amd/common/block/include/amdblocks') diff --git a/src/soc/amd/common/block/include/amdblocks/stb.h b/src/soc/amd/common/block/include/amdblocks/stb.h index 51b01948f8..c8851f89a3 100644 --- a/src/soc/amd/common/block/include/amdblocks/stb.h +++ b/src/soc/amd/common/block/include/amdblocks/stb.h @@ -7,6 +7,7 @@ #define AMD_STB_PMI_0 0x30600 +#define AMD_STB_COREBOOT_POST_PREFIX 0xBA000000 #define AMD_STB_COREBOOT_MARKER 0xBAADF00D struct stb_entry_struct { -- cgit v1.2.3