x86: cmd_mtrr: Improve MTRR list information
authorBin Meng <bmeng.cn@gmail.com>
Mon, 6 Jul 2015 08:31:32 +0000 (16:31 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 15 Jul 2015 00:03:18 +0000 (18:03 -0600)
commitdf07d91956162c55f948cf150c14d678eca3b838
treee5c63fbc9561db31a578ff0d4e266f54c84d0138
parent92587b364b1750612739438810f17c5b98f406fb
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