Skip to content
Snippets Groups Projects
Commit 191c008a authored by Simon Glass's avatar Simon Glass
Browse files

x86: Implement a cache for Memory Reference Code parameters


The memory reference code takes a very long time to 'train' its SDRAM
interface, around half a second. To avoid this delay on every boot we can
store the parameters from the last training sessions to speed up the next.

Add an implementation of this, storing the training data in CMOS RAM and
SPI flash.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a9aff2f4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment