public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "levi.yun" <yeoreum.yun@arm.com>
To: devel@edk2.groups.io
Cc: yeoreum.yun@arm.com, sami.mujawar@arm.com,
	pierre.gondois@arm.com, nd@arm.com, thomas.abraham@arm.com
Subject: [edk2-devel] [PATCH edk2-platform v2 0/3] StandloneMm support for FVP.
Date: Fri, 15 Mar 2024 10:59:33 +0000	[thread overview]
Message-ID: <20240315105936.499262-1-yeoreum.yun@arm.com> (raw)

This patch adds StandloneMm feature on FVP RevC & AEMvA.
StandaloneMm will be used for UEFI secure Variable support on these
models.

v1->v2:
  - Rebase to master
  - Use MmunblockLibNull when ENABLE_STMM == TRUE.

levi.yun (3):
  Platform/Arm: FVP: Add a NorFlashLib instance for StandaloneMm
  Platform/Arm: Enable UEFI Secure Variable support for FVP
  Platform/Arm: Add Standalone MM support for FVP

 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.dsc                               |  49 ++++-
 Platform/ARM/VExpressPkg/PlatformStandaloneMm.dsc                                  | 208 ++++++++++++++++++++
 Platform/ARM/VExpressPkg/ArmVExpress-FVP-AArch64.fdf                               |   9 +
 Platform/ARM/VExpressPkg/PlatformStandaloneMm.fdf                                  | 106 ++++++++++
 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpressLib.inf |   3 +-
 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashStMmLib.inf        |  30 +++
 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashArmVExpress.c      |  34 +---
 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashInfo.c             |  42 ++++
 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashStMmInfo.c         |  28 +++
 9 files changed, 477 insertions(+), 32 deletions(-)
 create mode 100644 Platform/ARM/VExpressPkg/PlatformStandaloneMm.dsc
 create mode 100644 Platform/ARM/VExpressPkg/PlatformStandaloneMm.fdf
 create mode 100644 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashStMmLib.inf
 create mode 100644 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashInfo.c
 create mode 100644 Platform/ARM/VExpressPkg/Library/NorFlashArmVExpressLib/NorFlashStMmInfo.c

--
Guid("CE165669-3EF3-493F-B85D-6190EE5B9759")



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#116808): https://edk2.groups.io/g/devel/message/116808
Mute This Topic: https://groups.io/mt/104945004/7686176
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io]
-=-=-=-=-=-=-=-=-=-=-=-



             reply	other threads:[~2024-03-15 10:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-15 10:59 levi.yun [this message]
2024-03-15 10:59 ` [edk2-devel] [PATCH edk2-platform v2 1/3] Platform/Arm: FVP: Add a NorFlashLib instance for StandaloneMm levi.yun
2024-03-15 10:59   ` [edk2-devel] [PATCH edk2-platform v2 2/3] Platform/Arm: Enable UEFI Secure Variable support for FVP levi.yun
2024-03-15 10:59     ` [edk2-devel] [PATCH edk2-platform v2 3/3] Platform/Arm: Add Standalone MM " levi.yun

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240315105936.499262-1-yeoreum.yun@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox