commit | a754b95ae33dd1c71f32d0fcb30f48c97430ea34 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:18:10 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:01 2015 -0800 |
tree | 204338267990c2c2abd080dd0f011397bf806fde | |
parent | d50b2f49401b9c6834f0593b98d3751debb9972f [diff] |
x86: ivybridge: Request MTRRs for DRAM regions We should use MTRRs to speed up execution. Add a list of MTRR requests which will dealt with when we relocate and run from RAM. We set RAM as cacheable (with write-back) and registers as non-cacheable. Signed-off-by: Simon Glass <sjg@chromium.org>