From a9d3d65a924ce765a481337ca22d36f5ab351ced Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 23 Jun 2017 13:05:09 -0600 Subject: google/kahlee: Remove AMD IMC Kahlee does not use the AMD IMC. Remove the files and calls. Change-Id: Ia837551b592b4f473eb38c06c516586fb6c95c88 Signed-off-by: Marc Jones Reviewed-on: https://review.coreboot.org/19832 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/google/kahlee/fchec.h | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/mainboard/google/kahlee/fchec.h (limited to 'src/mainboard/google/kahlee/fchec.h') diff --git a/src/mainboard/google/kahlee/fchec.h b/src/mainboard/google/kahlee/fchec.h deleted file mode 100644 index 36eb9719d4..0000000000 --- a/src/mainboard/google/kahlee/fchec.h +++ /dev/null @@ -1,27 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2012 Advanced Micro Devices, Inc. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - */ - -#ifndef GOOGLE_KAHLEE_FCHEC -#define GOOGLE_KAHLEE_FCHEC - -#include -#include "Porting.h" -#include "AGESA.h" -#include "FchCommonCfg.h" - -extern VOID FchECfancontrolservice (IN VOID *FchDataPtr); -void agesawrapper_fchecfancontrolservice(void); - -#endif -- cgit v1.2.3