From: "Zhiguang Liu" <zhiguang.liu@intel.com>
To: devel@edk2.groups.io
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Subject: [PATCH 0/5] refine Smm range code in BoardX58Ich10
Date: Tue, 25 Apr 2023 15:02:59 +0800 [thread overview]
Message-ID: <20230425070304.2120-1-zhiguang.liu@intel.com> (raw)
In BoardX58Ich10 platform, two modules has hard-code about how SMM
range should be, and this causes a issue since PEI phase may change
SMM ranges now. This patch set refine Smm range related code.
Zhiguang Liu (5):
SimicsOpenBoardPkg: Build gEfiSmmSmramMemoryGuid Hob in S3 path
SimicsOpenBoardPkg: Move AcpiVariableGuid hob to MemDetect
SimicsOpenBoardPkg: Use SmmAccessLib instead of SmmAccessPei.inf
SimicsOpenBoardPkg: Use another SmmAccess Driver
SimicsX58SktPkg: Remove unused Smm related modules
.../BoardX58Ich10/OpenBoardPkg.dsc | 9 +-
.../BoardX58Ich10/OpenBoardPkg.fdf | 1 -
.../SimicsOpenBoardPkg/SimicsPei/MemDetect.c | 124 +++----
.../SimicsPei/SimicsPei.inf | 3 +
.../SimicsX58SktPkg/SktUefiBootInclude.fdf | 2 +-
.../Smm/Access/SmmAccess2Dxe.c | 148 --------
.../Smm/Access/SmmAccess2Dxe.inf | 54 ---
.../SimicsX58SktPkg/Smm/Access/SmmAccessPei.c | 346 ------------------
.../Smm/Access/SmmAccessPei.inf | 65 ----
.../Smm/Access/SmramInternal.c | 200 ----------
.../Smm/Access/SmramInternal.h | 82 -----
11 files changed, 64 insertions(+), 970 deletions(-)
delete mode 100644 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccess2Dxe.c
delete mode 100644 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccess2Dxe.inf
delete mode 100644 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccessPei.c
delete mode 100644 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmmAccessPei.inf
delete mode 100644 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmramInternal.c
delete mode 100644 Silicon/Intel/SimicsX58SktPkg/Smm/Access/SmramInternal.h
--
2.31.1.windows.1
next reply other threads:[~2023-04-25 7:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-25 7:02 Zhiguang Liu [this message]
2023-04-25 7:03 ` [PATCH 1/5] SimicsOpenBoardPkg: Build gEfiSmmSmramMemoryGuid Hob in S3 path Zhiguang Liu
2023-04-25 13:48 ` Ni, Ray
[not found] ` <175931AA7778970F.7408@groups.io>
2023-04-25 13:51 ` [edk2-devel] " Ni, Ray
2023-04-25 7:03 ` [PATCH 2/5] SimicsOpenBoardPkg: Move AcpiVariableGuid hob to MemDetect Zhiguang Liu
2023-04-25 13:53 ` [edk2-devel] " Ni, Ray
2023-04-25 7:03 ` [PATCH 3/5] SimicsOpenBoardPkg: Use SmmAccessLib instead of SmmAccessPei.inf Zhiguang Liu
2023-04-25 13:55 ` Ni, Ray
2023-04-25 7:03 ` [PATCH 4/5] SimicsOpenBoardPkg: Use another SmmAccess Driver Zhiguang Liu
2023-04-25 13:57 ` Ni, Ray
2023-04-25 7:03 ` [PATCH 5/5] SimicsX58SktPkg: Remove unused Smm related modules Zhiguang Liu
2023-04-25 13:58 ` Ni, Ray
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=20230425070304.2120-1-zhiguang.liu@intel.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