Re: [U-Boot] [PATCH 14/22] x86: Add support for MTRRs

2014-12-30 Thread Bin Meng
Hi Simon, On Sun, Dec 28, 2014 at 10:20 AM, Simon Glass wrote: > 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

[U-Boot] [PATCH 14/22] x86: Add support for MTRRs

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