public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [edk2-devel] [PATCH V1 0/5] Move Tdx specific lib from SecurityPkg to OvmfPkg
@ 2024-04-15  7:55 Min Xu
  2024-04-15  7:55 ` [edk2-devel] [PATCH V1 1/5] Security/SecTpmMeasurementLibTdx: Delete unused SecTpmMeasurementLibTdx Min Xu
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Min Xu @ 2024-04-15  7:55 UTC (permalink / raw)
  To: devel; +Cc: Min Xu, Ard Biesheuvel, Jiewen Yao, Gerd Hoffmann

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4752

HashLibTdx and TdTcg2Dxe are designed for Intel TDX enlightened OVMF.
They're more reasonable to be put in OvmfPkg than in SecurityPkg.

SecTpmMeasurementLibTdx is not used anymore. So it is deleted in this
patch-set.

Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>

Min M Xu (5):
  Security/SecTpmMeasurementLibTdx: Delete unused
    SecTpmMeasurementLibTdx
  OmvfPkg/HashLibTdx: Add HashLibTdx
  OvmfPkg/TdTcg2Dxe: Add TdTcg2Dxe
  OvmfPkg: Update TdTcg2Dxe path in OvmfPkgX64 and IntelTdxX64.dsc
  SecurityPkg: Delete TdTcg2Dxe and HashLibTdx in SecurityPkg

 OvmfPkg/IntelTdx/IntelTdxX64.dsc              |   4 +-
 OvmfPkg/IntelTdx/IntelTdxX64.fdf              |   2 +-
 .../Library/HashLibTdx/HashLibTdx.c           |   0
 .../Library/HashLibTdx/HashLibTdx.inf         |   0
 OvmfPkg/OvmfPkgX64.dsc                        |   4 +-
 OvmfPkg/OvmfPkgX64.fdf                        |   2 +-
 .../Tcg/TdTcg2Dxe/MeasureBootPeCoff.c         |   0
 .../Tcg/TdTcg2Dxe/TdTcg2Dxe.c                 |   0
 .../Tcg/TdTcg2Dxe/TdTcg2Dxe.inf               |   0
 .../SecTpmMeasurementLibTdx.c                 | 175 ------------------
 .../SecTpmMeasurementLibTdx.inf               |  34 ----
 SecurityPkg/SecurityPkg.dsc                   |  16 --
 12 files changed, 6 insertions(+), 231 deletions(-)
 rename {SecurityPkg => OvmfPkg}/Library/HashLibTdx/HashLibTdx.c (100%)
 rename {SecurityPkg => OvmfPkg}/Library/HashLibTdx/HashLibTdx.inf (100%)
 rename {SecurityPkg => OvmfPkg}/Tcg/TdTcg2Dxe/MeasureBootPeCoff.c (100%)
 rename {SecurityPkg => OvmfPkg}/Tcg/TdTcg2Dxe/TdTcg2Dxe.c (100%)
 rename {SecurityPkg => OvmfPkg}/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf (100%)
 delete mode 100644 SecurityPkg/Library/SecTpmMeasurementLib/SecTpmMeasurementLibTdx.c
 delete mode 100644 SecurityPkg/Library/SecTpmMeasurementLib/SecTpmMeasurementLibTdx.inf

-- 
2.44.0.windows.1



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



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

end of thread, other threads:[~2024-04-17  7:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15  7:55 [edk2-devel] [PATCH V1 0/5] Move Tdx specific lib from SecurityPkg to OvmfPkg Min Xu
2024-04-15  7:55 ` [edk2-devel] [PATCH V1 1/5] Security/SecTpmMeasurementLibTdx: Delete unused SecTpmMeasurementLibTdx Min Xu
2024-04-15  7:55 ` [edk2-devel] [PATCH V1 2/5] OmvfPkg/HashLibTdx: Add HashLibTdx Min Xu
2024-04-15  7:55 ` [edk2-devel] [PATCH V1 3/5] OvmfPkg/TdTcg2Dxe: Add TdTcg2Dxe Min Xu
2024-04-15  7:55 ` [edk2-devel] [PATCH V1 4/5] OvmfPkg: Update TdTcg2Dxe path in OvmfPkgX64 and IntelTdxX64.dsc Min Xu
2024-04-15  7:55 ` [edk2-devel] [PATCH V1 5/5] SecurityPkg: Delete TdTcg2Dxe and HashLibTdx in SecurityPkg Min Xu
2024-04-15  7:59 ` [edk2-devel] [PATCH V1 0/5] Move Tdx specific lib from SecurityPkg to OvmfPkg Min Xu
2024-04-16  9:22   ` Yao, Jiewen
2024-04-16 10:15 ` Gerd Hoffmann
2024-04-16 15:40   ` Yao, Jiewen
2024-04-17  3:18     ` Yao, Jiewen
2024-04-17  7:13     ` Gerd Hoffmann

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