[coreboot-gerrit] Change in coreboot[master]: mb/google/kahlee: Enable SD card for Grunt

Martin Roth (Code Review) gerrit at coreboot.org
Fri Jan 26 18:14:28 CET 2018


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/23452


Change subject: mb/google/kahlee: Enable SD card for Grunt
......................................................................

mb/google/kahlee: Enable SD card for Grunt

Switch the SDHCI controller from EMMC to SD card.

BUG=72548516
Test=Boot Grunt to kernel from SD card.

Change-Id: Iffe808c662701ee4842e51dfc6547981e994e756
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/google/kahlee/BiosCallOuts.c
1 file changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/23452/1

diff --git a/src/mainboard/google/kahlee/BiosCallOuts.c b/src/mainboard/google/kahlee/BiosCallOuts.c
index 2ed1843..8a909cd 100644
--- a/src/mainboard/google/kahlee/BiosCallOuts.c
+++ b/src/mainboard/google/kahlee/BiosCallOuts.c
@@ -24,4 +24,6 @@
 	/* SDHCI/MMC configuration */
 	if (IS_ENABLED(CONFIG_BOARD_GOOGLE_KAHLEE))
 		FchParams_env->Sd.SdSlotType = 1; // EMMC
+	else
+		FchParams_env->Sd.SdSlotType = 0; // SD card
 }

-- 
To view, visit https://review.coreboot.org/23452
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: Iffe808c662701ee4842e51dfc6547981e994e756
Gerrit-Change-Number: 23452
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180126/682683aa/attachment.html>


More information about the coreboot-gerrit mailing list