]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: cmd_mtrr: Improve MTRR list information
authorBin Meng <bmeng.cn@gmail.com>
Mon, 6 Jul 2015 08:31:32 +0000 (16:31 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:29:25 +0000 (13:29 +0200)
commit8a093a1cda955901b25ea4ff6020db65e3d89daf
treedc550dea3c8768673524f84ee0dab9f7039fc79f
parent764625e091d6c4239f44cb8eef73c47708ff0384
x86: cmd_mtrr: Improve MTRR list information

Print the meaningful base address and mask of an MTRR range without showing
the memory type encoding or valid bit.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/x86/lib/cmd_mtrr.c