commit | 46dd41fa5a8f08af903c7f0cfde9abfc16d7efe3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:11:34 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:31 2019 +0800 |
tree | 9d884392cb92277b42355b153183580a3fcdad92 | |
parent | ceec18491c665bccb6702ac1ba835ca75e5e58a9 [diff] |
x86: fsp: Add access to variable MRC data With FSP2 the non-volatile storage used by the FSP to init memory can be split into a fixed piece (determined at compile time) and a variable piece (determined at run time). Add support for reading the latter. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>