Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-04-10 | OvmfPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2 | -13/+13 |
2023-01-12 | OvmfPkg/VirtNorFlashDxe: map flash memory as uncacheable | Gerd Hoffmann | 1 | -2/+2 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: use EFI_MEMORY_WC and drop AlignedCopyMem() | Ard Biesheuvel | 2 | -65/+4 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: avoid switching between modes in a tight loop | Ard Biesheuvel | 1 | -138/+76 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: avoid array mode switch after each word write | Ard Biesheuvel | 2 | -9/+6 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: drop block I/O protocol implementation | Ard Biesheuvel | 5 | -154/+45 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: remove disk I/O protocol implementation | Ard Biesheuvel | 4 | -289/+0 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: remove CheckBlockLocked feature | Ard Biesheuvel | 2 | -30/+8 |
2022-10-27 | OvmfPkg/VirtNorFlashDxe: clone ArmPlatformPkg's NOR flash driver | Ard Biesheuvel | 6 | -0/+2891 |