From 7f937cb172c547287ea9f0bb8d56e897ba93167c Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 31 Aug 2017 22:02:56 +0300 Subject: AGESA f14: Remove early HT init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Syncronise HT init code with f12 vendorcode. Constructor for HT init is not required since init itself is not called. Change-Id: I0552c4d019c700f84d98473978afb18fe4eea1e8 Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/26040 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/vendorcode/amd/agesa/f14/Include/OptionsHt.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/vendorcode/amd/agesa/f14/Include/OptionsHt.h') diff --git a/src/vendorcode/amd/agesa/f14/Include/OptionsHt.h b/src/vendorcode/amd/agesa/f14/Include/OptionsHt.h index ae4ede00df..f3eac1a4a6 100644 --- a/src/vendorcode/amd/agesa/f14/Include/OptionsHt.h +++ b/src/vendorcode/amd/agesa/f14/Include/OptionsHt.h @@ -88,11 +88,20 @@ F_OPTION_HT_INIT_RESET ( typedef F_OPTION_HT_INIT_RESET *PF_OPTION_HT_INIT_RESET; +typedef AGESA_STATUS +F_OPTION_HT_RESET_CONSTRUCTOR ( + IN AMD_CONFIG_PARAMS *StdHeader, + IN AMD_HT_RESET_INTERFACE *AmdHtResetInterface + ); + +typedef F_OPTION_HT_RESET_CONSTRUCTOR *PF_OPTION_HT_RESET_CONSTRUCTOR; + /** * Provide HT reset initialization build option results */ typedef struct { - PF_OPTION_HT_INIT_RESET HtInitReset; ///< Method: HT reset initialization. + PF_OPTION_HT_INIT_RESET HtInitReset; ///< Method: HT reset initialization. + PF_OPTION_HT_RESET_CONSTRUCTOR HtResetConstructor; ///< Method: HT reset initialization. } OPTION_HT_INIT_RESET; /*---------------------------------------------------------------------------------------- -- cgit v1.2.3