]> git.proxmox.com Git - mirror_edk2.git/commit
ArmVirtualizationPkg: add driver for QEMU's NOR flash
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 18 Sep 2014 17:53:36 +0000 (17:53 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 18 Sep 2014 17:53:36 +0000 (17:53 +0000)
commit86d96aef474803bf912cd7eeb66a96481f3ada44
tree169a370fe3ceb63b20dba5c18999692d300ba9f5
parent85dddd220dbd22f24a8e206cda9b8e1b0ae7b843
ArmVirtualizationPkg: add driver for QEMU's NOR flash

This adds an implementation of NorFlashPlatformLib that exposes the
two 64 MB NOR flash banks that are provided by QEMU's mach-virt
emulation both in 32-bit and 64-bit mode.

Contributed-under: TianoCore Contribution Agreement 1.0
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16133 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/ArmVirtualizationPkg/Library/NorFlashQemuLib/NorFlashQemuLib.c [new file with mode: 0644]
ArmPlatformPkg/ArmVirtualizationPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf [new file with mode: 0644]