Re: [edk2-devel] [PATCH 1/7] MdePkg: Create TdxLibNull.inf instance

2023-10-26 Thread duntan
Yes TdxLibNull.c is an existing file for IA32 build in the TdxLib.inf Thanks, Dun From: Ni, Ray Sent: Friday, October 27, 2023 1:56 PM To: Tan, Dun ; devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming ; Liu, Zhiguang Subject: Re: [PATCH 1/7] MdePkg: Create TdxLibNull.inf instance Please

Re: [edk2-devel] [PATCH 1/7] MdePkg: Create TdxLibNull.inf instance

2023-10-26 Thread Ni, Ray
Please ignore my comments. That's an existing file for IA32 build. Your patch adds a NULL instance for all archs. Thanks, Ray From: Ni, Ray Sent: Friday, October 27, 2023 1:54 PM To: Tan, Dun ; devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming ; Liu, Zhi

Re: [edk2-devel] [PATCH 1/7] MdePkg: Create TdxLibNull.inf instance

2023-10-26 Thread Ni, Ray
TdxLibNull.c is missing in the patch. Thanks, Ray From: Tan, Dun Sent: Friday, October 27, 2023 1:42 PM To: devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming ; Liu, Zhiguang ; Ni, Ray Subject: [PATCH 1/7] MdePkg: Create TdxLibNull.inf instance Create n

[edk2-devel] [PATCH 1/7] MdePkg: Create TdxLibNull.inf instance

2023-10-26 Thread duntan
Create null instance for TdxLib. The IoLib instance BaseIoLibIntrinsic.inf will consume the TdxLibNull to pass build. Signed-off-by: Dun Tan Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Ray Ni --- MdePkg/Library/TdxLib/TdxLibNull.inf | 21 + MdePkg/MdePkg.dsc