mirror of https://github.com/acidanthera/audk.git
d4a8aaee73
"OvmfPkg/SmbiosPlatformDxe" is structured somewhat differently from the
drivers duplicated and trimmed thus far in this series. The final QEMU and
Xen versions will share a relatively significant amount of code, therefore
duplicating the whole driver is less useful, even temporarily. Instead,
duplicate the INF file, in preparation for customizing the entry point
function.
Because ArmVirtXen doesn't actually include OvmfPkg/SmbiosPlatformDxe [*],
there is only one platform that's supposed to consume the new driver:
OvmfXen. Switch OvmfXen to the new driver at once.
[*] See commit
|
||
---|---|---|
.. | ||
ArmXen.c | ||
Qemu.c | ||
SmbiosPlatformDxe.c | ||
SmbiosPlatformDxe.h | ||
SmbiosPlatformDxe.inf | ||
X86Xen.c | ||
XenSmbiosPlatformDxe.h | ||
XenSmbiosPlatformDxe.inf |