From 99a5603e2a1f146ac0c6414d8a3669aa749ccff8 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Fri, 4 Jul 2014 17:25:09 +0200 Subject: [PATCH] efi/arm64: Handle missing virtual mapping for UEFI System Table If we cannot resolve the virtual address of the UEFI System Table, its physical offset must be missing from the virtual memory map, and there is really no point in proceeding with installing the virtual memory map and the runtime services dispatch table. So back out gracefully. Signed-off-by: Ard Biesheuvel Acked-by: Mark Salter Acked-by: Catalin Marinas Signed-off-by: Matt Fleming --- Reading git-format-patch failed