public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/5] refine Smm range code in BoardX58Ich10
@ 2023-04-25  7:02 Zhiguang Liu
  2023-04-25  7:03 ` [PATCH 1/5] SimicsOpenBoardPkg: Build gEfiSmmSmramMemoryGuid Hob in S3 path Zhiguang Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Zhiguang Liu @ 2023-04-25  7:02 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.

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


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

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

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-25  7:02 [PATCH 0/5] refine Smm range code in BoardX58Ich10 Zhiguang Liu
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

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