Re: [edk2-devel] [PATCH V4 03/31] MdePkg: Add TdxLib to wrap Tdx operations

2021-12-14 Thread Gerd Hoffmann
On Mon, Dec 13, 2021 at 08:56:34PM +0800, Min Xu wrote: > RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 > > TdxLib is created with functions to perform the related Tdx operation. > This includes functions for: > - TdAcceptPages : Accept pending private pages and initialize the pages

[edk2-devel] [PATCH V4 03/31] MdePkg: Add TdxLib to wrap Tdx operations

2021-12-13 Thread Min Xu
RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3429 TdxLib is created with functions to perform the related Tdx operation. This includes functions for: - TdAcceptPages : Accept pending private pages and initialize the pages to all-0 using the TD ephemeral private key.