edk2/ArmVirtPkg/Library/KvmtoolRtcFdtClientLib
Sami Mujawar 9dcf9d317a ArmVirtPkg/KvmtoolRtcFdtClientLib: Use MapMmioLib for MMIO mapping
Replace the local RTC MMIO mapping sequence with MapMmioMemory(), while
keeping the explicit GCD allocation so the RTC page remains owned by the
driver image handle.

This reuses the common MMIO mapping path for GCD attributes.

Also update the incorrect error code documentation to reflect that
EFI_NOT_FOUND can be returned if the GCD space is not found and
drop the depex on gEfiCpuArchProtocolGuid as this is now done
by MapMmioLib which is where the Cpu Arch protocol is utilised.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2026-07-21 10:25:17 +00:00
..
KvmtoolRtcFdtClientLib.c ArmVirtPkg/KvmtoolRtcFdtClientLib: Use MapMmioLib for MMIO mapping 2026-07-21 10:25:17 +00:00
KvmtoolRtcFdtClientLib.inf ArmVirtPkg/KvmtoolRtcFdtClientLib: Use MapMmioLib for MMIO mapping 2026-07-21 10:25:17 +00:00