]> git.baikalelectronics.ru Git - uboot.git/commit
x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU
authorSimon Glass <sjg@chromium.org>
Fri, 17 Jul 2020 14:48:31 +0000 (08:48 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 20 Jul 2020 01:46:48 +0000 (09:46 +0800)
commit01ae813516a59dd70f28ef466acbdc84bbb24dd1
tree4546d038f3daf513996fa0590f83274c01c3c501
parent54e75f3ac4243ab3e134833fb89f90c4c028cc7a
x86: mtrr: Enhance 'mtrr' command to list MTRRs on any CPU

Update this command so it can list the MTRRs on a selected CPU. If
'-c all' is used, then all CPUs are listed.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Tested-by: Bin Meng <bmeng.cn@gmail.com>
cmd/x86/mtrr.c