Hello build bot (Jenkins), Angel Pons, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/40403
to look at the new patch set (#4).
Change subject: mb/up/squared: Fix eMMC speed for UP2 with EDK2 ......................................................................
mb/up/squared: Fix eMMC speed for UP2 with EDK2
Historically the UP2's eMMC maximum host speed was reduced to DDR50, because HS200 showed I/O errors in the host kernel. Lately we found out that with EDK2 the correct Host Speed could not be set properly during EDK2 platform initialization. Therefore eMMC would not show up for boot device selection.
This commit sets the eMMC MaxHostSpeed to the designed max value of the used eMMC on the UP2 board and furthermore moves the setting from the ramstage.c to the devicetree.cb file for better maintainability.
Though CRC errors are still visible in EDK II debug logs, no other negative effects have been observed.
Signed-off-by: Patrik Tesarik mail@patrik-tesarik.de Change-Id: I8d53204d8a776efd560fbdea918f83e180813179 --- M payloads/external/tianocore/Makefile M src/mainboard/up/squared/devicetree.cb M src/mainboard/up/squared/ramstage.c 3 files changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/40403/4