Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37556 )
Change subject: soc/intel/tigerlake: Include soc common lpss header file ......................................................................
soc/intel/tigerlake: Include soc common lpss header file
Include soc common lpss header file to resolve build error due to missing soc_lpss_controllers_list declaration.
Also remove console header since it is unused.
Change-Id: I2b2c82fc7592120993bc483d3061803cf75c7335 Signed-off-by: Aamir Bohra aamir.bohra@intel.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/37556 Reviewed-by: Frans Hendriks fhendriks@eltan.com Reviewed-by: Maulik V Vaghela maulik.v.vaghela@intel.com Reviewed-by: Karthik Ramasubramanian kramasub@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/soc/intel/tigerlake/fsp_params.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Maulik V Vaghela: Looks good to me, approved Frans Hendriks: Looks good to me, but someone else must approve Karthik Ramasubramanian: Looks good to me, approved
diff --git a/src/soc/intel/tigerlake/fsp_params.c b/src/soc/intel/tigerlake/fsp_params.c index 18985a6..6fb2f9f 100644 --- a/src/soc/intel/tigerlake/fsp_params.c +++ b/src/soc/intel/tigerlake/fsp_params.c @@ -13,8 +13,8 @@ * GNU General Public License for more details. */
-#include <console/console.h> #include <fsp/api.h> +#include <intelblocks/lpss.h> #include <soc/ramstage.h>
static const pci_devfn_t serial_io_dev[] = {