From a305afb62ca4215e589d44123c22c9303cf8cef2 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Wed, 16 May 2018 11:45:38 -0600 Subject: stonyridge: Add TP_Perf_STRUCT struct The TP_Perf_STRUCT was missing from pi/00670F00. So I copied the file from src/vendorcode/amd/pi/00630F01/Include/IdsPerf.h and removed everything that we don't need. I did have to change MAX_PERFORMANCE_UNIT_NUM so it matches the size used by pi/00670F00. This struct is used to extract the timestamps from AGESA. BUG=b:64549506 TEST=built on grunt Change-Id: I06ec82348e3d10f2430c1192a925a49389ae4414 Signed-off-by: Raul E Rangel Reviewed-on: https://review.coreboot.org/26235 Reviewed-by: Aaron Durbin Tested-by: build bot (Jenkins) --- src/vendorcode/amd/pi/00670F00/agesa_headers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/vendorcode/amd/pi/00670F00/agesa_headers.h') diff --git a/src/vendorcode/amd/pi/00670F00/agesa_headers.h b/src/vendorcode/amd/pi/00670F00/agesa_headers.h index a8deae527d..fb1792789b 100644 --- a/src/vendorcode/amd/pi/00670F00/agesa_headers.h +++ b/src/vendorcode/amd/pi/00670F00/agesa_headers.h @@ -25,6 +25,7 @@ #include "Include/Ids.h" #include "Include/PlatformMemoryConfiguration.h" #include "Proc/Fch/FchPlatform.h" +#include "Proc/IDS/IdsLib.h" #include "Proc/Psp/PspBaseLib/PspBaseLib.h" #pragma pack(pop) #undef AGESA_HEADERS_ARE_WRAPPED -- cgit v1.2.3