mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
ArmVirtPkg: Include MapMmioLib in ArmVirt.dsc.inc
Add the MapMmioLib instance to the ArmVirt DXE_DRIVER library class list so DXE drivers can map MMIO regions through the common helper. Also add the runtime-driver library class mapping in ArmVirt.dsc.inc so that runtime modules like KvmtoolRtcFdtClientLib can use MapMmioLib. Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
parent
838240263a
commit
b2b548c057
1 changed files with 2 additions and 0 deletions
|
|
@ -280,6 +280,7 @@ DEFINE FD_SIZE_IN_MB = 3
|
|||
SecurityManagementLib|MdeModulePkg/Library/DxeSecurityManagementLib/DxeSecurityManagementLib.inf
|
||||
PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
||||
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
||||
MapMmioLib|OvmfPkg/Library/MapMmioLib/MapMmioLib.inf
|
||||
|
||||
[LibraryClasses.common.UEFI_APPLICATION]
|
||||
PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.inf
|
||||
|
|
@ -287,6 +288,7 @@ DEFINE FD_SIZE_IN_MB = 3
|
|||
|
||||
[LibraryClasses.common.DXE_RUNTIME_DRIVER]
|
||||
MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAllocationLib.inf
|
||||
MapMmioLib|OvmfPkg/Library/MapMmioLib/MapMmioLib.inf
|
||||
!if $(TARGET) != RELEASE
|
||||
DebugLib|ArmVirtPkg/Library/DebugLibFdtPL011Uart/DxeRuntimeDebugLibFdtPL011Uart.inf
|
||||
!endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue