]> git.dujemihanovic.xyz Git - u-boot.git/commit
x86: broadwell: Set up MTRRs
authorSimon Glass <sjg@chromium.org>
Thu, 7 Sep 2023 15:58:19 +0000 (09:58 -0600)
committerBin Meng <bmeng@tinylab.org>
Thu, 21 Sep 2023 22:03:46 +0000 (06:03 +0800)
commitcd1ee5d96e05c6ce2589d4f2e4ccdba202872dc7
tree6a1d8417c381c4b83207f5972ba483b7021cd1d8
parent3ca9b86e2344ddea2dafc2c1edb24cf010149249
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>
arch/x86/lib/init_helpers.c