commit | fc0ba2ded48660e8a62b86b317693436fa67edcc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 01 16:18:15 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 13 07:25:02 2015 -0800 |
tree | 53f5d096dcfa5c0cf4b46a50e744f88a88e59099 | |
parent | 9281eb5328e5d5793bbc11ab1314b9402eb192c9 [diff] |
x86: Add an 'mtrr' command to list and adjust MTRRs It is useful to be able to see the MTRR setup in U-Boot. Add a command to list the state of the variable MTRR registers and allow them to be changed. Update the documentation to list some of the available commands. This does not support fixed MTRRs as yet. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>