summaryrefslogtreecommitdiff
path: root/OvmfPkg/VirtNorFlashDxe
AgeCommit message (Expand)AuthorFilesLines
2024-01-09OvmfPkg/VirtNorFlashDxe: sanity-check variablesGerd Hoffmann2-5/+145
2024-01-09OvmfPkg/VirtNorFlashDxe: stop accepting gEfiVariableGuidGerd Hoffmann1-3/+1
2023-04-10OvmfPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2-13/+13
2023-01-12OvmfPkg/VirtNorFlashDxe: map flash memory as uncacheableGerd Hoffmann1-2/+2
2022-10-27OvmfPkg/VirtNorFlashDxe: use EFI_MEMORY_WC and drop AlignedCopyMem()Ard Biesheuvel2-65/+4
2022-10-27OvmfPkg/VirtNorFlashDxe: avoid switching between modes in a tight loopArd Biesheuvel1-138/+76
2022-10-27OvmfPkg/VirtNorFlashDxe: avoid array mode switch after each word writeArd Biesheuvel2-9/+6
2022-10-27OvmfPkg/VirtNorFlashDxe: drop block I/O protocol implementationArd Biesheuvel5-154/+45
2022-10-27OvmfPkg/VirtNorFlashDxe: remove disk I/O protocol implementationArd Biesheuvel4-289/+0
2022-10-27OvmfPkg/VirtNorFlashDxe: remove CheckBlockLocked featureArd Biesheuvel2-30/+8
2022-10-27OvmfPkg/VirtNorFlashDxe: clone ArmPlatformPkg's NOR flash driverArd Biesheuvel6-0/+2891