[coreboot-gerrit] Change in coreboot[master]: soc/amd/stoneyridge/Kconfig: Move selection of SOC_AMD_PSP_SELECTABLE...

Richard Spiegel (Code Review) gerrit at coreboot.org
Fri Aug 3 19:36:26 CEST 2018


Richard Spiegel has uploaded this change for review. ( https://review.coreboot.org/27844


Change subject: soc/amd/stoneyridge/Kconfig: Move selection of SOC_AMD_PSP_SELECTABLE_SMU_FW
......................................................................

soc/amd/stoneyridge/Kconfig: Move selection of SOC_AMD_PSP_SELECTABLE_SMU_FW

Now that google's modified PSP boot loader is available in coreboot's
repository, all stoneyridge boards should use it. Move the selection of
SOC_AMD_PSP_SELECTABLE_SMU_FW from mb/google/kahlee to soc/amd/stoneyridge.

BUG=b:111428800
TEST=Build and boot grunt.

Change-Id: Idf8e348efbc85569aa1163125f412c5242c46eb4
Signed-off-by: Richard Spiegel <richard.spiegel at silverbackltd.com>
---
M src/mainboard/google/kahlee/Kconfig
M src/soc/amd/stoneyridge/Kconfig
2 files changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/27844/1

diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index dfae548..5565d57 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -30,7 +30,6 @@
 	select MAINBOARD_HAS_CHROMEOS
 	select SERIRQ_CONTINUOUS_MODE
 	select STONEYRIDGE_UART
-	select SOC_AMD_PSP_SELECTABLE_SMU_FW
 	select SOC_AMD_SMU_FANLESS
 	select HAVE_ACPI_RESUME
 	select DRIVERS_GENERIC_BH720
diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig
index 7675bce..594d22c 100644
--- a/src/soc/amd/stoneyridge/Kconfig
+++ b/src/soc/amd/stoneyridge/Kconfig
@@ -66,6 +66,7 @@
 	select SSE
 	select SSE2
 	select RTC
+	select SOC_AMD_PSP_SELECTABLE_SMU_FW
 
 config VBOOT
 	select VBOOT_SEPARATE_VERSTAGE

-- 
To view, visit https://review.coreboot.org/27844
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: Idf8e348efbc85569aa1163125f412c5242c46eb4
Gerrit-Change-Number: 27844
Gerrit-PatchSet: 1
Gerrit-Owner: Richard Spiegel <richard.spiegel at silverbackltd.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180803/41f2965f/attachment-0001.html>


More information about the coreboot-gerrit mailing list