commit | fffb220bf4f1986ba07786162a79601011f6af0a | [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 | 99bb2011077f07576bd70cc1979838247bd3b3a4 [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>