Re: [U-Boot] [PATCH 22/22] x86: Add an 'mtrr' command to list and adjust MTRRs

2014-12-30 Thread Bin Meng
Hi Simon, On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: > 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. Nice work! This will be a useful debug command. > Update the documentation t

[U-Boot] [PATCH 22/22] x86: Add an 'mtrr' command to list and adjust MTRRs

2014-12-27 Thread Simon Glass
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 --- commo