diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2017-07-29 15:59:04 -0500 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-08-03 18:51:59 +0000 |
commit | ea5336d24098e837c3a9c1dd9452f7edec8f60a9 (patch) | |
tree | 61476a90125ee40965a716d8c4725befb1f1cd3c /src/soc/intel/braswell/Kconfig | |
parent | 3a6b0ca60a2fc13b6e9abb2fb0d2361ebb6005b9 (diff) | |
download | coreboot-ea5336d24098e837c3a9c1dd9452f7edec8f60a9.tar.xz |
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@gmail.com>
Reviewed-on: https://review.coreboot.org/20819
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/soc/intel/braswell/Kconfig')
-rw-r--r-- | src/soc/intel/braswell/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/intel/braswell/Kconfig b/src/soc/intel/braswell/Kconfig index 36af3fef09..cc537e7fac 100644 --- a/src/soc/intel/braswell/Kconfig +++ b/src/soc/intel/braswell/Kconfig @@ -23,6 +23,7 @@ config CPU_SPECIFIC_OPTIONS 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 |