[coreboot-gerrit] New patch to review for coreboot: Cyan: Disable SD Card Detect Simulation in FSP

Hannah Williams (hannah.williams@intel.com) gerrit at coreboot.org
Mon Jan 18 08:06:57 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 c846a1d013b5d25357eb2c7c08a32fb22c39458d
Author: Hannah Williams <hannah.williams at intel.com>
Date:   Sun Jan 17 23:22:12 2016 -0800

    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 c36ae3d..6ba7b7c 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_freq" = "25" # 25MHz clock



More information about the coreboot-gerrit mailing list