public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/2] ArmPlatformPkg/NorFlashDxe: implement standalone MM version
@ 2020-12-18 10:05 Masahisa Kojima
  2020-12-18 10:05 ` [PATCH 1/2] ArmPlatformPkg/NorFlashDxe: factor out DXE specific pieces Masahisa Kojima
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Masahisa Kojima @ 2020-12-18 10:05 UTC (permalink / raw)
  To: devel
  Cc: Masahisa Kojima, Leif Lindholm, Ard Biesheuvel, Sami Mujawar,
	Jiewen Yao, Supreeth Venkatesh

To support secure variable storage on the aarch64 SBSA-QEMU platform,
this patch series implement the NOR Flash driver for standalone MM.

What have been tested:
For DXE driver, uefi variable storage works fine on the ArmVirtQemu platform.
For Standalone MM driver, uefi secure variable storage works fine
on the SBSA-QEMU platform.
Note that SBSA-QEMU secure variable storage handling is not yet upstreamed,
because it needs this standalone MM NOR Flash driver.

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Supreeth Venkatesh <supreeth.venkatesh@arm.com>

Masahisa Kojima (2):
  ArmPlatformPkg/NorFlashDxe: factor out DXE specific pieces
  ArmPlatformPkg/NorFlashDxe: implement standalone MM version

 .../Drivers/NorFlashDxe/NorFlashDxe.inf       |    5 +-
 ...rFlashDxe.inf => NorFlashStandaloneMm.inf} |   40 +-
 .../NorFlashDxe/{NorFlashDxe.h => NorFlash.h} |   86 +-
 .../NorFlashDxe/{NorFlashDxe.c => NorFlash.c} |  372 +-----
 .../Drivers/NorFlashDxe/NorFlashBlockIoDxe.c  |    2 +-
 .../Drivers/NorFlashDxe/NorFlashDxe.c         | 1066 ++---------------
 .../{NorFlashFvbDxe.c => NorFlashFvb.c}       |  107 +-
 .../NorFlashDxe/NorFlashStandaloneMm.c        |  364 ++++++
 8 files changed, 573 insertions(+), 1469 deletions(-)
 copy ArmPlatformPkg/Drivers/NorFlashDxe/{NorFlashDxe.inf => NorFlashStandaloneMm.inf} (59%)
 rename ArmPlatformPkg/Drivers/NorFlashDxe/{NorFlashDxe.h => NorFlash.h} (85%)
 copy ArmPlatformPkg/Drivers/NorFlashDxe/{NorFlashDxe.c => NorFlash.c} (71%)
 rename ArmPlatformPkg/Drivers/NorFlashDxe/{NorFlashFvbDxe.c => NorFlashFvb.c} (85%)
 create mode 100644 ArmPlatformPkg/Drivers/NorFlashDxe/NorFlashStandaloneMm.c

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-01-04 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-18 10:05 [PATCH 0/2] ArmPlatformPkg/NorFlashDxe: implement standalone MM version Masahisa Kojima
2020-12-18 10:05 ` [PATCH 1/2] ArmPlatformPkg/NorFlashDxe: factor out DXE specific pieces Masahisa Kojima
2020-12-18 10:05 ` [PATCH 2/2] ArmPlatformPkg/NorFlashDxe: implement standalone MM version Masahisa Kojima
2021-01-04 18:35 ` [PATCH 0/2] " Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox