From f37f67f532c31ac9bd59bf4aa5c9838a4a84ddad Mon Sep 17 00:00:00 2001 From: Johannes Hahn Date: Thu, 13 Feb 2025 11:41:58 +0100 Subject: [PATCH] mb/siemens/fa_ehl/variants/fa_ehl: Remove I210 driver Intel I210 Ethernet Transceiver is not used on the platform. As there are dependencies in the mainboard code that references functions defined by I210 code a new header (tsn_gbe.h) was added as it contains the dependent function definitions. The corresponding TSN_GBE driver will be used anyway on the platform. Thereby dependencies that lead to a failed build should be resolved with this commit. Change-Id: I413cb334ee06e3fc7183dc2621b6091f0d0b602b Signed-off-by: Johannes Hahn Reviewed-on: https://review.coreboot.org/c/coreboot/+/86425 Tested-by: build bot (Jenkins) Reviewed-by: Mario Scheithauer --- src/mainboard/siemens/fa_ehl/mainboard.c | 2 +- src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mainboard/siemens/fa_ehl/mainboard.c b/src/mainboard/siemens/fa_ehl/mainboard.c index ac16346f2a..31f4dd78ec 100644 --- a/src/mainboard/siemens/fa_ehl/mainboard.c +++ b/src/mainboard/siemens/fa_ehl/mainboard.c @@ -8,9 +8,9 @@ #include #include #include -#include #include #include +#include #include #include #include diff --git a/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig b/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig index 0f3544c966..76096a4e68 100644 --- a/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig +++ b/src/mainboard/siemens/fa_ehl/variants/fa_ehl/Kconfig @@ -4,7 +4,6 @@ if BOARD_SIEMENS_FA_EHL config BOARD_SPECIFIC_OPTIONS def_bool y - select DRIVER_INTEL_I210 select EHL_TSN_DRIVER select DRIVERS_ETH_PHY_M88E1512