From 9f7469cd3b8a89594b16f2e39886948987bfa2ae Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Tue, 27 Jan 2015 16:09:51 -0500 Subject: [PATCH 5/5] EFI: Dump 0xcfda270 and the other address Signed-off-by: Konrad Rzeszutek Wilk --- xen/common/efi/runtime.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xen/common/efi/runtime.c b/xen/common/efi/runtime.c index ef6b1df..79e8072 100644 --- a/xen/common/efi/runtime.c +++ b/xen/common/efi/runtime.c @@ -236,7 +236,12 @@ long __init efi_debug(void) printk(", GetNextVariableName: %lx\n", get); _dumpcode(get, get+1024); - + get = 0xcfdba270; + _dumpcode(get, get+8); + _dumpcode(get + 0x18, get + 0x18 + 8); + _dumpcode(get + 0x20, get + 0x20 + 8); + get = 0xcfdc3048; + _dumpcode(get, get+1024); idx = 1; do { printk("%4d:", idx++); -- 2.1.0