[coreboot-gerrit] Patch set updated for coreboot: intel/cyan: Disable SD Card Detect Simulation in FSP

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Thu Jan 28 03:06:15 CET 2016


Hannah Williams (hannah.williams at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13036

-gerrit

commit 58f766fd272e9237d30b3b00b466590ee051ab38
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Sun Jan 17 23:22:12 2016 -0800

    intel/cyan: Disable SD Card Detect Simulation in FSP
    
    CQ-DEPEND=CL:12742
    
    Change-Id: Ifc95809e342d87f863dd60967f5b3a6ca5c0f7b3
    Signed-off-by: Hannah Williams <hannah.williams at intel.com>
---
 src/mainboard/google/cyan/devicetree.cb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mainboard/google/cyan/devicetree.cb b/src/mainboard/google/cyan/devicetree.cb
index 8932cf4..9d14ba6 100755
--- a/src/mainboard/google/cyan/devicetree.cb
+++ b/src/mainboard/google/cyan/devicetree.cb
@@ -70,6 +70,7 @@ chip soc/intel/braswell
 	register "PMIC_I2CBus" = "0"
 	register "ISPEnable" = "0"		# Disable IUNIT
 	register "ISPPciDevConfig" = "3"
+	register "PcdSdDetectChk" = "0" # Disable SD card detect
 
 	# LPE audio codec settings
 	register "lpe_codec_clk_src" = "LPE_CLK_SRC_XTAL" # 19.2MHz clock



More information about the coreboot-gerrit mailing list