[edk2-devel] [PATCH 1/1] MdePkg: Update GetHealthStatus function description

2023-12-27 Thread Junfeng Guan
Refer to Uefi spec 2.10 section 11.10.2, update the return value for EFI_DRIVER_HEALTH_PROTOCOL.GetHealthStatus. Signed-off-by: Junfeng Guan Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Yi Li --- MdePkg/Include/Protocol/DriverHealth.h | 32 +++--- 1 file chang

Re: [edk2-devel] [PATCH] BaseTools/Workspace: Build fail if structure PCD is referred

2023-12-27 Thread Chang, Abner via groups.io
I am curious about this issue has never been observed before? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112942): https://edk2.groups.io/g/devel/message/112942 Mute This Topic: https://groups.io/mt/103395845/21656 Group Owner: devel+o

[edk2-devel] [PATCH] BaseTools/Workspace: Build fail if structure PCD is referred

2023-12-27 Thread Chang, Abner via groups.io
From: Abner Chang Build fail if structured PCD is referred because a messy makefile is generated, only happens under Windows system. Signed-off-by: Abner Chang Cc: Rebecca Cran Cc: Liming Gao Cc: Bob Feng Cc: Yuwei Chen --- BaseTools/Source/Python/Workspace/DscBuildData.py | 9 ++--- 1

[edk2-devel] [PATCH v2] MdePkg/BaseLib:Fix boot DxeCore hang on riscv platform

2023-12-27 Thread 王洋
For scene of HandOffToDxeCore()->SwitchStack(DxeCoreEntryPoint)-> InternalSwitchStack()->LongJump(),Variable HobList.Raw will be passed (from *Context1 to register a0) to DxeMain() in parameter *HobStart. However, meanwhile the function LongJump() overrides register a0 with a1 (-1) due to commit

Re: [edk2-devel] [PATCH] MdePkg/BaseLib:Fix boot DxeCore hang on riscv platform

2023-12-27 Thread 王洋
Hi,Pedro Falcato > -原始邮件- > 发件人: "Pedro Falcato" > 发送时间: 2023-12-26 22:28:53 (星期二) > 收件人: devel@edk2.groups.io, wangy...@bosc.ac.cn > 抄送: suni...@ventanamicro.com, zhiguang@intel.com, > michael.d.kin...@intel.com, gaolim...@byosoft.com.cn, > andrei.warken...@intel.com, wang...@bosc

Re: [edk2-devel] [Resend PATCH] MdePkg/BaseLib:Fix boot DxeCore hang on riscv platform

2023-12-27 Thread 王洋
Hi Andrei Warkentin: Thank you very much for your attention! > -原始邮件- > 发件人: "Andrei Warkentin" > 发送时间: 2023-12-27 05:12:07 (星期三) > 收件人: 王洋 , "devel@edk2.groups.io" , > "suni...@ventanamicro.com" , "Gao, Liming" > , "Kinney, Michael D" , > "Liu, Zhiguang" > 抄送: > 主题: Re: [ed

Re: [edk2-devel] [RFC][PATCH 0/2] Introduce HTTPS Platform TLS policy

2023-12-27 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] > -Original Message- > From: Michael Brown > Sent: Wednesday, December 27, 2023 11:55 PM > To: devel@edk2.groups.io; Chang, Abner > Cc: Saloni Kasbekar ; Zachary Clark-williams > ; Nickle Wang ; Igor > Kulchytskyy > Subject: Re: [edk2-devel] [RFC][PATCH

[edk2-devel] Some unpredictable behavior while parsing the FDF file.

2023-12-27 Thread Aleksey Ryzhov
Hello! I'm trying to add the following construct to an FDF file: DEFINE MY_VAR = FALSE !if $(MY_VAR) !include Path/To/Non/Existing/File.inc !endif And I get the following error: GenFds.FdfParser.Warning: The include file does not exist under below directories: Is this correct FDF parser beh

Re: [edk2-devel] [PATCH v1] MdePkg: Add Cxl30.h into IndustryStandard

2023-12-27 Thread Nong, Foster
Thanks Liming! @'Chris Li' and @Kinney, Michael D, please help comment the patch. Thanks! -Original Message- From: gaoliming Sent: Tuesday, December 19, 2023 9:05 PM To: devel@edk2.groups.io; Nong, Foster ; Kinney, Michael D ; 'Chris Li' Cc: Ni, Ray Subject: 回复: [edk2-devel] [PATCH v1

[edk2-devel] [PATCH 1/1] MdePkg: Update the Label definitions of the EFI_NVDIMM_LABEL

2023-12-27 Thread Junfeng Guan
Refer to Uefi spec 2.10 section 13.19.5, update the label definitions for NVDIMM SPA location cookie. Signed-off-by: Junfeng Guan Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Yi Li --- MdePkg/Include/Protocol/NvdimmLabel.h | 16 +++- 1 file changed, 15 insertions(+),

Re: [edk2-devel] [PATCH V3 2/2] NetworkPkg: RFC1323 definition changed to RFC7323

2023-12-27 Thread Saloni Kasbekar
Reviewed-by: Saloni Kasbekar -Original Message- From: Ren, SuqiangX Sent: Tuesday, December 26, 2023 1:02 AM To: devel@edk2.groups.io Cc: Kasbekar, Saloni ; Clark-williams, Zachary Subject: [PATCH V3 2/2] NetworkPkg: RFC1323 definition changed to RFC7323 According to UEFI spec 2.10,

Re: [edk2-devel] [RFC][PATCH 0/2] Introduce HTTPS Platform TLS policy

2023-12-27 Thread Michael Brown
On 26/12/2023 11:28, Chang, Abner via groups.io wrote: For the HTTPS connetion that doesn't require TLS peer verification, EDKII_HTTPS_TLS_PLATFORM_POLICY_PROTOCOL is introduced to platform developer to provide the TLS configure data that is different than the default TLS configuration. The use c

[edk2-devel] [PATCH 1/1] MdePkg: Add EFI_UNSUPPORTED return for some Runtime Service functions

2023-12-27 Thread Ren, Suqiang
According to UEFI Spec 2.10 page 206, if any EFI_RUNTIME_SERVICES* calls are not supported for use by the OS at runtime, an EFI_RT_PROPERTIES_TABLE configuration table should be published describing which runtime services are supported at runtime. So need to add EFI_UNSUPPORTED return for some Runt