mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
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> |
||
|---|---|---|
| .. | ||
| KvmtoolVirtMemInfoLib.c | ||
| KvmtoolVirtMemInfoLib.inf | ||