1 comment:
File payloads/libpayload/include/coreboot_tables.h:
Patch Set #29, Line 299: Jedec Standard JESD83-B1
are you sure ? […]
do you mean this document is old and can't find it? I see it in newer JESD84-B51 (5.1 spec) as well.
This is what I was referring to "The busy bit in the CMD1 response can be used by a device to tell the host that it is still working on its power-up/reset procedure (e.g., downloading the register information from memory field) and is not ready yet for communication. In this case the host must repeat CMD1 until the busy bit is cleared."
So instead of payload sending: CMD0 -> CMD1 -> CMD1 ... ->CMD1
This patch allows coreboot to send CMD0. Payload will send only CMD1s until device it ready.
This saves time since by the time we are in payload, device is ready or closer to being ready.
To view, visit change 25464. To unsubscribe, or for help writing mail filters, visit settings.