From 005e25de0fe79d3aa72062279b9642d21cc9916c Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 26 Oct 2019 19:28:45 +0200 Subject: soc/intel/common/ebda: Drop code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is no need to use EBDA to pass cbmem_top from romstage to later stages. Change-Id: I46e2459ff3c785f530cabc5930004ef920ffc89a Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/36362 Tested-by: build bot (Jenkins) Reviewed-by: Michael Niewöhner Reviewed-by: Nico Huber --- src/soc/intel/cannonlake/include/soc/ebda.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/soc/intel/cannonlake/include/soc/ebda.h (limited to 'src/soc/intel/cannonlake/include') diff --git a/src/soc/intel/cannonlake/include/soc/ebda.h b/src/soc/intel/cannonlake/include/soc/ebda.h deleted file mode 100644 index 4ed6566838..0000000000 --- a/src/soc/intel/cannonlake/include/soc/ebda.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2017 Intel Corporation. - * - * 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 SOC_EBDA_H -#define SOC_EBDA_H - -#include - -struct ebda_config { - uint32_t signature; /* EBDA signature */ - uint32_t cbmem_top; /* coreboot memory start */ -}; - -#endif -- cgit v1.2.3