Patrik Tesarik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/40402 )
Change subject: Fix emmc crc fail in Tianocore ......................................................................
Fix emmc crc fail in Tianocore
Signed-off-by: Patrik Tesarik mail@patrik-tesarik.de Change-Id: Idd976c3c4622fdc7ab1bc70eda597c4359dfa3df --- M src/mainboard/up/squared/devicetree.cb 1 file changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/02/40402/1
diff --git a/src/mainboard/up/squared/devicetree.cb b/src/mainboard/up/squared/devicetree.cb index d7281a6..b4d5810 100644 --- a/src/mainboard/up/squared/devicetree.cb +++ b/src/mainboard/up/squared/devicetree.cb @@ -16,6 +16,8 @@
register "enable_vtd" = "1"
+ register "emmc_host_max_speed" = "1" + device cpu_cluster 0 on device lapic 0 on end end @@ -58,7 +60,7 @@ device pci 19.2 on end # - SPI 2 device pci 1a.0 on end # - PWM device pci 1b.0 off end # - SDCARD - device pci 1c.0 on end # - eMMC + device pci 1c.0 on end # - eMMC device pci 1e.0 on end # - SDIO device pci 1f.0 on end # - LPC device pci 1f.1 on end # - SMBUS