commit | 7bf5b9ef5ddcf40d811a772862d4d1fb00fb814d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:18:07 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:00 2015 -0800 |
tree | ae1694272e3fd7124f83e2a5730755943d041dbd | |
parent | 666534f5d8eadda56e75441bd7298480b9c68c9e [diff] |
x86: Add support for MTRRs Memory Type Range Registers are used to tell the CPU whether memory is cacheable and if so the cache write mode to use. Clean up the existing header file to follow style, and remove the unneeded code. These can speed up booting so should be supported. Add these to global_data so they can be requested while booting. We will apply the changes during relocation (in a later commit). Signed-off-by: Simon Glass <sjg@chromium.org>