commit | cd1ee5d96e05c6ce2589d4f2e4ccdba202872dc7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Sep 07 09:58:19 2023 -0600 |
committer | Bin Meng <bmeng@tinylab.org> | Fri Sep 22 06:03:46 2023 +0800 |
tree | 6a1d8417c381c4b83207f5972ba483b7021cd1d8 | |
parent | 3ca9b86e2344ddea2dafc2c1edb24cf010149249 [diff] |
x86: broadwell: Set up MTRRs The current condition does not handle the samus_tpl case where it sets up the RAM in SPL but needs to commit the MTRRs in U-Boot proper. Add another case to handle this and update the comment. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>