]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: clone NorFlashPlatformLib into VirtNorFlashPlatformLib
authorArd Biesheuvel <ardb@kernel.org>
Mon, 24 Oct 2022 16:35:10 +0000 (18:35 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 27 Oct 2022 16:52:01 +0000 (16:52 +0000)
commit16bf588b604a9f190accb71ada715b81756c94e2
tree53886758d154354dd1c4920f4394a20958c8bdde
parent115cebbe4d7541c795b4f9baefc38f9a1733b7f6
OvmfPkg: clone NorFlashPlatformLib into VirtNorFlashPlatformLib

Create a new library class in Ovmf that duplicates the existing
NorFlashPlatformLib, but which will be tied to the VirtNorFlashDxe
driver that will be introduced in a subsequent patch. This allows us to
retire the original from ArmPlatformPkg.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Reviewed-by: Sunil V L <sunilvl@ventanamicro.com>
OvmfPkg/Include/Library/VirtNorFlashPlatformLib.h [new file with mode: 0644]
OvmfPkg/OvmfPkg.dec