summaryrefslogtreecommitdiff
path: root/OvmfPkg/VirtNorFlashDxe/VirtNorFlashDxe.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran1-2/+2
2023-01-12OvmfPkg/VirtNorFlashDxe: map flash memory as uncacheableGerd Hoffmann1-2/+2
2022-10-27OvmfPkg/VirtNorFlashDxe: use EFI_MEMORY_WC and drop AlignedCopyMem()Ard Biesheuvel1-2/+2
2022-10-27OvmfPkg/VirtNorFlashDxe: avoid array mode switch after each word writeArd Biesheuvel1-0/+3
2022-10-27OvmfPkg/VirtNorFlashDxe: drop block I/O protocol implementationArd Biesheuvel1-34/+6
2022-10-27OvmfPkg/VirtNorFlashDxe: remove disk I/O protocol implementationArd Biesheuvel1-8/+0
2022-10-27OvmfPkg/VirtNorFlashDxe: clone ArmPlatformPkg's NOR flash driverArd Biesheuvel1-0/+506