From c9302d5d39267209f25a9d7de236cba344c65e7d Mon Sep 17 00:00:00 2001 From: Ronak Kanabar Date: Thu, 6 Jun 2024 11:21:22 +0530 Subject: mb/aoostar/wtr_r1: Select FSP_TYPE_IOT Currently, the 3rdparty/fsp submodule contains only the IoT FSP for ADL-N. However, coreboot's Kconfig is incorrectly applying the IoT FSP for both Client and IoT configurations, despite the Client FSP requiring distinct headers. The aoostar/wtr_r1 board relies on the FSP provided by the 3rdparty/fsp submodule, which means it has been using the IoT FSP by default. To ensure the board continues to use the correct FSP as we plan to introduce Client FSP headers into vendorcode, we are now explicitly select FSP_TYPE_IOT for the aoostar/wtr_r1 board. Change-Id: I68feeaaffd825013ae1012694047b067535e7341 Signed-off-by: Ronak Kanabar Reviewed-on: https://review.coreboot.org/c/coreboot/+/82914 Reviewed-by: Nico Huber Reviewed-by: Subrata Banik Reviewed-by: Angel Pons Tested-by: build bot (Jenkins) --- src/mainboard/aoostar/wtr_r1/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mainboard/aoostar') diff --git a/src/mainboard/aoostar/wtr_r1/Kconfig b/src/mainboard/aoostar/wtr_r1/Kconfig index fd7ddbf685..20c54b1484 100644 --- a/src/mainboard/aoostar/wtr_r1/Kconfig +++ b/src/mainboard/aoostar/wtr_r1/Kconfig @@ -9,6 +9,7 @@ config BOARD_SPECIFIC_OPTIONS select DRIVERS_INTEL_DPTF select DRIVERS_SPI_ACPI select DRIVERS_USB_ACPI + select FSP_TYPE_IOT select HAVE_ACPI_RESUME select HAVE_ACPI_TABLES select INTEL_GMA_HAVE_VBT -- cgit v1.2.3