From 1dbbfc176ffe8050d3de554acf246b2e21a6f650 Mon Sep 17 00:00:00 2001 From: Olivier Martin Date: Tue, 8 Apr 2014 18:03:25 +0000 Subject: ArmPlatformPkg/NorFlashDxe: Fixed driver to support UEFI Runtime mode - Added the NOR Flash region to the Runtime UEFI Memory Mapped IO - Caught the gEfiEventVirtualAddressChangeGuid event to fixup the NOR Flash pointers Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15438 6f19259b-4bc3-4df7-8a09-765794883524 --- ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf') diff --git a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf index dddaa3c..a2eb27e 100644 --- a/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf +++ b/ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashDxe.inf @@ -42,10 +42,12 @@ UefiDriverEntryPoint UefiBootServicesTableLib UefiRuntimeLib + DxeServicesTableLib [Guids] gEfiSystemNvDataFvGuid gEfiVariableGuid + gEfiEventVirtualAddressChangeGuid [Protocols] gEfiBlockIoProtocolGuid -- cgit v1.1