From 7c48b891fe72b5d9e586f8cac86817bd922433e7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Tue, 26 Sep 2017 14:48:17 -0600 Subject: mainboard/amd: Add required callouts to Stoney BiosCallouts.c Hook the new required AGESA callout functions into the callouts tables. BUG=b:66690176 TEST=Build and boot Kahlee - see the functions get called. Change-Id: Ife9c2b20e59ede404edb1f700238e425fea35914 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/21708 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/kahlee/bootblock/BiosCallOuts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/google/kahlee/bootblock') diff --git a/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c b/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c index 162fc50826..4dce04226d 100644 --- a/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c +++ b/src/mainboard/google/kahlee/bootblock/BiosCallOuts.c @@ -40,6 +40,7 @@ static AGESA_STATUS fch_initreset(UINT32 Func, UINTN FchData, VOID *ConfigPtr) const BIOS_CALLOUT_STRUCT BiosCallouts[] = { {AGESA_FCH_OEM_CALLOUT, fch_initreset }, + {AGESA_GNB_PCIE_SLOT_RESET, agesa_PcieSlotResetControl } }; const int BiosCalloutsLen = ARRAY_SIZE(BiosCallouts); -- cgit v1.2.3