Home
last modified time | relevance | path

Searched hist:aff2523f (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/
H A Dmtrr.caff2523f Thu Jan 01 17:18:07 CST 2015 Simon Glass <sjg@chromium.org> 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>
H A DMakefileaff2523f Thu Jan 01 17:18:07 CST 2015 Simon Glass <sjg@chromium.org> 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>
/openbmc/u-boot/arch/x86/include/asm/
H A Dmtrr.haff2523f Thu Jan 01 17:18:07 CST 2015 Simon Glass <sjg@chromium.org> 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>
H A Dglobal_data.haff2523f Thu Jan 01 17:18:07 CST 2015 Simon Glass <sjg@chromium.org> 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>
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dcoreboot.caff2523f Thu Jan 01 17:18:07 CST 2015 Simon Glass <sjg@chromium.org> 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>