edk2/ArmVirtPkg/Library/KvmtoolVirtMemInfoLib
Sami Mujawar 2f91cf9045 ArmVirtPkg: Refactor memory map configuration for Kvmtool Guest VM
Refactor the memory mapping configuration for Kvmtool Guest VM to
only setup the memory map for the System Memory, FV and the Serial
Port.

The memory mappings for he remaining devices are expected to be
configured by the respective drivers, this could be done as part
of the DXE drivers itself or using a Probe Library that adds the
device memory regions to the memory map.

The only special cases that remain are the System Memory, FV and
the Serial Port for which the memory mappings are created by the
KvmtoolVirtMemInfoLib. The memory mapping for the Serial port
is added as it is utilised for logging before the DXE driver
is loaded.

Signed-off-by: Sami Mujawar <sami.mujawar@arm.com>
2026-07-21 10:25:17 +00:00
..
KvmtoolVirtMemInfoLib.c ArmVirtPkg: Refactor memory map configuration for Kvmtool Guest VM 2026-07-21 10:25:17 +00:00
KvmtoolVirtMemInfoLib.inf ArmVirtPkg: Refactor memory map configuration for Kvmtool Guest VM 2026-07-21 10:25:17 +00:00