commit | db55bd7dad9a2c30c8da884bf20273945e240430 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:18:11 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:01 2015 -0800 |
tree | dac252456e42491d3ccd523f7d9dfbe78a898de0 | |
parent | aaafcd6c3f472f81d2c87b96571fba2e0f55b368 [diff] |
x86: Commit the current MTRRs before relocation Once we stop running from ROM we should set up the MTTRs to speed up execution. This is only needed for platforms that don't have an FSP. Also in the Coreboot case, the MTRRs are set up for us. Signed-off-by: Simon Glass <sjg@chromium.org>