public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v2 0/5] refine Smm range code in BoardX58Ich10
@ 2023-04-26  6:15 Zhiguang Liu
  2023-04-26  6:15 ` [PATCH v2 1/5] SimicsOpenBoardPkg: Build gEfiSmmSmramMemoryGuid Hob in S3 path Zhiguang Liu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Zhiguang Liu @ 2023-04-26  6:15 UTC (permalink / raw)
  To: devel; +Cc: Zhiguang Liu

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.
v2
refine comments and commit message

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            |  11 +-
 .../BoardX58Ich10/OpenBoardPkg.fdf            |   3 +-
 .../SimicsOpenBoardPkg/SimicsPei/MemDetect.c  | 136 +++----
 .../SimicsPei/SimicsPei.inf                   |   5 +-
 .../SimicsX58SktPkg/SktUefiBootInclude.fdf    |   4 +-
 .../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, 79 insertions(+), 975 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


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

end of thread, other threads:[~2023-04-26  9:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-26  6:15 [PATCH v2 0/5] refine Smm range code in BoardX58Ich10 Zhiguang Liu
2023-04-26  6:15 ` [PATCH v2 1/5] SimicsOpenBoardPkg: Build gEfiSmmSmramMemoryGuid Hob in S3 path Zhiguang Liu
2023-04-26  6:15 ` [PATCH v2 2/5] SimicsOpenBoardPkg: Move AcpiVariableGuid hob to MemDetect Zhiguang Liu
2023-04-26  6:15 ` [PATCH v2 3/5] SimicsOpenBoardPkg: Use SmmAccessLib instead of SmmAccessPei.inf Zhiguang Liu
2023-04-26  6:15 ` [PATCH v2 4/5] SimicsOpenBoardPkg: Use another SmmAccess Driver Zhiguang Liu
2023-04-26  6:15 ` [PATCH v2 5/5] SimicsX58SktPkg: Remove unused Smm related modules Zhiguang Liu
2023-04-26  9:19 ` [edk2-devel] [PATCH v2 0/5] refine Smm range code in BoardX58Ich10 Ni, Ray

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