From 50811e2deb09f43ea08b1cb91c13d5f75f311ba6 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 18 Mar 2021 16:53:00 +0100 Subject: soc/intel/broadwell: Use Lynx Point hda_verb.c This allows dropping the SOC_INTEL_COMMON selection. Pull in the options selected by SOC_INTEL_COMMON into Broadwell Kconfig as they still apply. Change-Id: I0dd7de5358667240b0b3c1a550ba373a2a5af7d1 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/51643 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/soc/intel/broadwell/pch/Makefile.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/broadwell/pch') diff --git a/src/soc/intel/broadwell/pch/Makefile.inc b/src/soc/intel/broadwell/pch/Makefile.inc index c4356a9fea..b345e8daf6 100644 --- a/src/soc/intel/broadwell/pch/Makefile.inc +++ b/src/soc/intel/broadwell/pch/Makefile.inc @@ -8,6 +8,7 @@ ramstage-y += ../../../../southbridge/intel/lynxpoint/lp_gpio.c romstage-y += ../../../../southbridge/intel/lynxpoint/lp_gpio.c smm-y += ../../../../southbridge/intel/lynxpoint/lp_gpio.c ramstage-y += hda.c +ramstage-y += ../../../../southbridge/intel/lynxpoint/hda_verb.c ramstage-y += iobp.c romstage-y += iobp.c ramstage-y += fadt.c -- cgit v1.2.3