]> git.proxmox.com Git - mirror_edk2.git/commit
ArmPlatformPkg/NorFlashDxe: implement standalone MM version
authorMasahisa Kojima <masahisa.kojima@linaro.org>
Fri, 18 Dec 2020 10:05:16 +0000 (19:05 +0900)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 4 Jan 2021 18:34:16 +0000 (18:34 +0000)
commit4e511554872c318f8bce196f1cddf69432886bfa
treee56f87529f059f29ae18fd20048ba9ab51a22899
parentc2d1cf1bce3973a4bd99d60d85e7f3ff30a9f90f
ArmPlatformPkg/NorFlashDxe: implement standalone MM version

Implement a version of the NOR Flash driver that can execute
in standalone MM context.
This is used to access the secure variable storage, it only
supports EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL.

Signed-off-by: Masahisa Kojima <masahisa.kojima@linaro.org>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
ArmPlatformPkg/ArmPlatformPkg.dsc
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashStandaloneMm.c [new file with mode: 0644]
ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashStandaloneMm.inf [new file with mode: 0644]