[coreboot-gerrit] Change in coreboot[master]: soc/intel/braswell/Kconfig: select RELOCATABLE_RAMSTAGE

Matt DeVillier (Code Review) gerrit at coreboot.org
Sat Jul 29 23:06:16 CEST 2017


Matt DeVillier has uploaded this change for review. ( https://review.coreboot.org/20819


Change subject: soc/intel/braswell/Kconfig: select RELOCATABLE_RAMSTAGE
......................................................................

soc/intel/braswell/Kconfig: select RELOCATABLE_RAMSTAGE

Without RELOCATABLE_RAMSTAGE selected, S3 resume will hang under
Linux and Windows.  All other Intel SoCs have this selected by
default, so this change simply corrects an omission on Braswell.

TEST: boot Linux on google/cyan with and without RELOCATABLE_RAMSTAGE
selected; observe that S3 resume fails without and succeeds with.

Change-Id: I9071d9b4e3e3a156281d95fae059947c4c26f744
Signed-off-by: Matt DeVillier <matt.devillier at gmail.com>
---
M src/soc/intel/braswell/Kconfig
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/20819/1

diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig
index 36af3fe..cc537e7 100644
--- a/src/soc/intel/braswell/Kconfig
+++ b/src/soc/intel/braswell/Kconfig
@@ -23,6 +23,7 @@
 	select HAVE_HARD_RESET
 	select NO_FIXED_XIP_ROM_SIZE
 	select RELOCATABLE_MODULES
+	select RELOCATABLE_RAMSTAGE
 	select PARALLEL_MP
 	select PCIEXP_ASPM
 	select PCIEXP_CLK_PM

-- 
To view, visit https://review.coreboot.org/20819
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I9071d9b4e3e3a156281d95fae059947c4c26f744
Gerrit-Change-Number: 20819
Gerrit-PatchSet: 1
Gerrit-Owner: Matt DeVillier <matt.devillier at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170729/6c514dee/attachment-0001.html>


More information about the coreboot-gerrit mailing list