audk/ArmPlatformPkg/Library/PL031RealTimeClockLib
Ard Biesheuvel 259ea52b19 ArmPlatformPkg/PL031RealTimeClockLib: use virtual address of runtime services
This library accesses SystemTable->RuntimeServices at runtime,
which means it should take care to use its updated value after
SetVirtualAddressMap () is called.

Replace references to gRT with mRT, which we initialize to gRT
and update to its virtual value on a virtual address change event.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Olivier Martin <olivier.martin@arm.com>



git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16091 6f19259b-4bc3-4df7-8a09-765794883524
2014-09-10 18:49:43 +00:00
..
PL031RealTimeClockLib.c ArmPlatformPkg/PL031RealTimeClockLib: use virtual address of runtime services 2014-09-10 18:49:43 +00:00
PL031RealTimeClockLib.inf ArmPlatformPkg/PL031RealTimeClock: Fixed driver to support UEFI Runtime Services 2014-04-08 17:59:00 +00:00