commit | cc2d27dcdc3e1c76d09d54015e3992380bd7e0fa | [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 | b377ebbd5b8fc371b0b27dd3551f2cc3718757dc [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>