]> Git Repo - J-u-boot.git/commit
x86: mtrr: Add support for writing to MTRRs on any CPU
authorSimon Glass <[email protected]>
Fri, 17 Jul 2020 14:48:26 +0000 (08:48 -0600)
committerBin Meng <[email protected]>
Mon, 20 Jul 2020 01:46:47 +0000 (09:46 +0800)
commit8dda2baa976a3b4caa9c6e52a861adb0431f7dbf
treed350537e855ce28e6d6047dd27f765770e111d68
parentaa3a4d870e53e4517320140902eb9488a73e84ce
x86: mtrr: Add support for writing to MTRRs on any CPU

To enable support for the 'mtrr' command, add a way to perform MTRR
operations on selected CPUs.

This works by setting up a little 'operation' structure and sending it
around the CPUs for action.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Wolfgang Wallner <[email protected]>
arch/x86/cpu/mtrr.c
arch/x86/include/asm/mtrr.h
cmd/x86/mtrr.c
This page took 0.036801 seconds and 4 git commands to generate.