[coreboot-gerrit] Change in coreboot[master]: southbridge/intel/lynxpoint: add hard_reset to postcar

Patrick Georgi (Code Review) gerrit at coreboot.org
Fri Jun 8 19:34:17 CEST 2018


Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/26986


Change subject: southbridge/intel/lynxpoint: add hard_reset to postcar
......................................................................

southbridge/intel/lynxpoint: add hard_reset to postcar

This fixes the following failure on certain google/peppy configs:

    build/postcar/lib/reset.o: In function `__hard_reset':
    /home/pgeorgi/coreboot/src/lib/reset.c:24: undefined reference to `do_hard_reset'

Change-Id: I448a8702a30108f1fc82179a766cbdd209336df7
Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
M src/southbridge/intel/lynxpoint/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/86/26986/1

diff --git a/src/southbridge/intel/lynxpoint/Makefile.inc b/src/southbridge/intel/lynxpoint/Makefile.inc
index 6abdf4d..7ea0d8b 100644
--- a/src/southbridge/intel/lynxpoint/Makefile.inc
+++ b/src/southbridge/intel/lynxpoint/Makefile.inc
@@ -55,4 +55,6 @@
 smm-$(CONFIG_HAVE_SMI_HANDLER) += lp_gpio.c
 endif
 
+postcar-y += reset.c
+
 endif

-- 
To view, visit https://review.coreboot.org/26986
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I448a8702a30108f1fc82179a766cbdd209336df7
Gerrit-Change-Number: 26986
Gerrit-PatchSet: 1
Gerrit-Owner: Patrick Georgi <pgeorgi at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180608/480650ab/attachment.html>


More information about the coreboot-gerrit mailing list