commit | a72a7abaf03e21a9f4cb08d7c69d742630d5519b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Sep 25 08:56:49 2019 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Oct 08 13:57:49 2019 +0800 |
tree | 8cc9f40434e0dcba349205845818cd4d719b89cb | |
parent | 212ee459a9dee090f62a81775e1d132bc87fa876 [diff] |
x86: Use mtrr_commit() with FSP2 With FSP2 we use MTRRs in U-Boot proper even though the 32-bit init happens in TPL. Enable this, using a variable to try to make the conditions more palatable. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>