[coreboot-gerrit] New patch to review for coreboot: sb/lynxpoint: use hda_verb.c from VARIANT_DIR if applicable

Matt DeVillier (matt.devillier@gmail.com) gerrit at coreboot.org
Wed Nov 16 22:14:31 CET 2016


Matt DeVillier (matt.devillier at gmail.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/17453

-gerrit

commit 6fb7f672e175fa2d014b7f6f7d973ab7d1e3dfb2
Author: Matt DeVillier <matt.devillier at gmail.com>
Date:   Wed Nov 16 15:10:50 2016 -0600

    sb/lynxpoint: use hda_verb.c from VARIANT_DIR if applicable
    
    Change-Id: Ie2d0cf573876694fe87edf2f6915a5cc26238940
    Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
 src/southbridge/intel/lynxpoint/Makefile.inc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/southbridge/intel/lynxpoint/Makefile.inc b/src/southbridge/intel/lynxpoint/Makefile.inc
index e36b1b2..58f598b 100644
--- a/src/southbridge/intel/lynxpoint/Makefile.inc
+++ b/src/southbridge/intel/lynxpoint/Makefile.inc
@@ -28,7 +28,11 @@ ramstage-y += smbus.c
 ramstage-y += hda_verb.c
 ramstage-$(CONFIG_INTEL_LYNXPOINT_LP) += serialio.c
 
+ifeq ($(CONFIG_VARIANT_DIR),y)
+ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/hda_verb.c
+else
 ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
+endif
 
 ramstage-y += rcba.c
 ramstage-y += me_status.c



More information about the coreboot-gerrit mailing list