[edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg: Add ETag PCD and revise Redfish ETag functions

2024-01-02 Thread Chang, Abner via groups.io
From: Abner Chang Add PCD to disable ETag capability for the case Redfish service doesn't support ETag. Signed-off-by: Abner Chang Cc: Nickle Wang Cc: Igor Kulchytskyy Cc: Mike Maslenkin --- RedfishClientPkg/RedfishClientPkg.dec | 2 + .../RedfishFeatureUtilityLib.inf

Re: [edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP

2024-01-02 Thread Heng Luo
Thank Liming, here is the PR: https://github.com/tianocore/edk2/pull/5075 Thanks, Heng > -Original Message- > From: gaoliming > Sent: Wednesday, January 3, 2024 8:55 AM > To: devel@edk2.groups.io; Luo, Heng ; Kasbekar, Saloni > ; Clark-williams, Zachary willi...@intel.com>; Kinney,

[edk2-devel] [PATCH] MdePkg/BaseLib: Fix InternalSwitchStack bug for RISCV64.

2024-01-02 Thread yorange
From: yorange REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4611 Fixed the InternalSwitchStack error of RISCV64. LongJump is no longer used for stack switch. Refer to Arm and AArch64 and use InternalSwitchStackAsm instead. Signed-off-by: yorange --- MdePkg/Library/BaseLib/BaseLib.inf

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Tuesday, January 2, 2024 #cal-reminder

2024-01-02 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Tuesday, January 2, 2024 6:30pm to 7:30pm (UTC-08:00) America/Los Angeles *Where:*

Re: [edk2-devel] [PATCH V2 1/3] MdePkg: Add EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

2024-01-02 Thread Dandan Bi
Reviewed-by: Dandan Bi for this patch serial. Thanks, Dandan -Original Message- From: Tan, Ming Sent: Tuesday, January 2, 2024 11:13 PM To: devel@edk2.groups.io Cc: Kinney, Michael D ; Gao, Liming ; Liu, Zhiguang ; Bi, Dandan Subject: [PATCH V2 1/3] MdePkg: Add

Re: [edk2-devel] [edk2-platforms: PATCH v4] Marvell/Armada80x0Db: Fix build

2024-01-02 Thread Marcin Wojtas
śr., 3 sty 2024 o 00:39 Marcin Wojtas napisał(a): > > Hi Narinder, > > wt., 2 sty 2024 o 21:57 Narinder Dhillon napisał(a): > > > > Marcin, > > I don't see this folder in code, how is it generated ? > > It's simply exisitng there: > Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc in

[edk2-devel] [PATCH] BaseTools/GenFds: Apply OEM_CAPSULE_FLAGS during Capsule generation.

2024-01-02 Thread Igniculus.Fu via groups.io
From: Igniculus Fu Bugzilla ticket #4633 FdfParser.py has defined a key named OEM_CAPSULE_FLAGS to set the lower 16 bits of EFI_CAPSULE_HEADER.Flags. However, this key is totally "forgotten" in Capsule.py, making it impossible to set lower 16 bits of this field, and leading to an always FALSE

[edk2-devel] [PATCH v2 1/1] SbsaQemu: add memory space for the high memory nodes

2024-01-02 Thread Xiong Yining
To support more memory nodes, we refer to the implement of "OvmfPkg/Fdt/HighMemDxe" to add memory space for the high memory nodes except the first one. Signed-off-by: Xiong Yining Signed-off-by: Chen Baozi --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 3 +-

[edk2-devel] [PATCH v2 0/1] Support multi memory nodes

2024-01-02 Thread Xiong Yining
When SaSbQemu platform is configured with multi memory nodes, like numa architecture, os will ignore any memory node in the device tree except the first one.The kernel reads UEFI memory map for memory information when booting via UEFI.However UEFI only allocates the first memory node memory

Re: [edk2-devel] [edk2-platforms: PATCH v4] Marvell/Armada80x0Db: Fix build

2024-01-02 Thread Marcin Wojtas
Hi Narinder, wt., 2 sty 2024 o 21:57 Narinder Dhillon napisał(a): > > Marcin, > I don't see this folder in code, how is it generated ? It's simply exisitng there: Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc in edk2-platforms, nothing is generated. Here's part of the patch, that introduced

[edk2-devel] [edk2-platforms: PATCH v4] Marvell/Armada80x0Db: Fix build

2024-01-02 Thread Marcin Wojtas
Commit ec5de71d83 ("Silicon/Marvell: Restructure package") broke Armada80x0Db build by unintentional removal of device tree component. Restore it. Signed-off-by: Marcin Wojtas --- Platform/Marvell/Armada80x0Db/Armada80x0Db.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git

[edk2-devel] [PATCH] MdePkg/BaseLib: Fix InternalSwitchStack bug for RISCV64.

2024-01-02 Thread yorange
From: yorange1 REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4611 Fixed the InternalSwitchStack error of RISCV64. LongJump is no longer used for stack switch. Refer to Arm and AArch64 and use InternalSwitchStackAsm instead. Signed-off-by: yorange1 --- MdePkg/Library/BaseLib/BaseLib.inf

回复: [edk2-devel] [PATCH V2 3/3] MdeModulePkg/DriverSampleDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

2024-01-02 Thread gaoliming via groups.io
Reviewed-by: Liming Gao for this patch set. > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Tan, Ming > 发送时间: 2024年1月2日 23:13 > 收件人: devel@edk2.groups.io > 抄送: Liming Gao ; Dandan Bi > > 主题: [edk2-devel] [PATCH V2 3/3] MdeModulePkg/DriverSampleDxe: > EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

回复: [edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP

2024-01-02 Thread gaoliming via groups.io
Heng: Can you help create pull request for this patch? Once it pass CI, I will merge it. Thanks Liming > -邮件原件- > 发件人: devel@edk2.groups.io 代表 Heng Luo > 发送时间: 2024年1月2日 16:55 > 收件人: Kasbekar, Saloni ; Clark-williams, > Zachary ; devel@edk2.groups.io; Kinney, > Michael D > 主题: Re:

[edk2-devel] 回复: [PATCH V2 0/2] Add DECLARE_LENGTH opcode of dependency expression

2024-01-02 Thread gaoliming via groups.io
Reviewed-by: Liming Gao for this patch set. > -邮件原件- > 发件人: Xu, Wei6 > 发送时间: 2024年1月2日 9:43 > 收件人: Li, Yi1 ; devel@edk2.groups.io > 抄送: Kinney, Michael D ; Gao, Liming > ; Liu, Zhiguang > 主题: RE: [PATCH V2 0/2] Add DECLARE_LENGTH opcode of dependency > expression > > Reviewed-by:

回复: [edk2-devel] [PATCH 1/1] MdePkg: Update the definition of CapsuleImageSize on EFI_CAPSULE_HEADER

2024-01-02 Thread gaoliming via groups.io
Sure. Can you help create Pull Request to make sure it can pass CI first? Thanks Liming > -邮件原件- > 发件人: Ren, SuqiangX > 发送时间: 2024年1月2日 10:30 > 收件人: Gao, Liming ; devel@edk2.groups.io > 抄送: Kinney, Michael D ; Liu, Zhiguang > ; Li, Yi1 > 主题: RE: [edk2-devel] [PATCH 1/1] MdePkg: Update

Re: [edk2-devel] [edk2-platforms: PATCH v4] Marvell/Armada80x0Db: Fix build

2024-01-02 Thread Narinder Dhillon
Sorry, that was my mistake. > -Original Message- > From: Marcin Wojtas > Sent: Tuesday, January 2, 2024 3:46 PM > To: Narinder Dhillon > Cc: devel@edk2.groups.io; quic_llind...@quicinc.com; > ardb+tianoc...@kernel.org; m...@semihalf.com > Subject: Re: [EXT] [edk2-platforms: PATCH v4]

Re: [edk2-devel] [edk2-platforms: PATCH v4] Marvell/Armada80x0Db: Fix build

2024-01-02 Thread Narinder Dhillon
Marcin, I don't see this folder in code, how is it generated ? Thanks Narinder > -Original Message- > From: Marcin Wojtas > Sent: Sunday, December 31, 2023 3:07 AM > To: devel@edk2.groups.io > Cc: quic_llind...@quicinc.com; ardb+tianoc...@kernel.org; > m...@semihalf.com; Narinder Dhillon

Re: [edk2-devel] [PATCH] NetworkPkg/Ip4Dxe: Fix Reset To Default

2024-01-02 Thread Saloni Kasbekar
Hi Ashish, +Ip4NvData->Policy = Ip4Config2PolicyDhcp; +Status= Ip4Cfg2->SetData ( + Ip4Cfg2, + Ip4Config2DataTypePolicy, + sizeof (EFI_IP4_CONFIG2_POLICY), +

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

2024-01-02 Thread Michael Brown
On 02/01/2024 16:31, Chang, Abner via groups.io wrote: From: Michael Brown - Allow the call to Request() to perform its normal TLS configuration via TlsConfigureSession(), as though the connection were going to perform host verification etc as per the platform default policy. This

[edk2-devel] [PATCH v2 1/1] MdePkg/IndustryStandard: Add _PSD/_CPC/Coord types definitions

2024-01-02 Thread PierreGondois
Add definitions for: - _PSD version: added in ACPI 3.0 - C-state Coordination Types: added in ACPI 3.0 - _CPC version: added in ACPI 5.0 Signed-off-by: Pierre Gondois Reviewed-by: Sami Mujawar --- Notes: v2: - Correct EFI_ACPI_5_1_AML_CPC_REVISION value [Sami]

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

2024-01-02 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] > -Original Message- > From: Michael Brown > Sent: Tuesday, January 2, 2024 8:42 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] [PATCH V2 0/3] Add support of EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

2024-01-02 Thread Tan, Ming
*** BLURB HERE *** V2: Fix code style issue. Test CI PR: https://github.com/tianocore/edk2/pull/5201 Ming Tan (3): MdePkg: Add EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY MdeModulePkg/DriverSampleDxe:

[edk2-devel] [PATCH V2 2/3] MdeModulePkg/SetupBrowserDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

2024-01-02 Thread Tan, Ming
REF: UEFI_Spec_2_10_Aug29.pdf page 1695. In 35.5.4 EFI_HII_CONFIG_ACCESS_PROTOCOL.CallBack(): If the callback function returns with the ActionRequest set to _QUESTION_APPLY, then the Forms Browser will write the current modified question value on the selected form to storage. Update the

[edk2-devel] [PATCH V2 1/3] MdePkg: Add EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

2024-01-02 Thread Tan, Ming
REF: UEFI_Spec_2_10_Aug29.pdf page 1694 In 35.5.4 EFI_HII_CONFIG_ACCESS_PROTOCOL.CallBack() parameter ActionRequest, add EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY. Signed-off-by: Ming Tan Cc: Michael D Kinney Cc: Liming Gao Cc: Zhiguang Liu Cc: Dandan Bi ---

[edk2-devel] [PATCH V2 3/3] MdeModulePkg/DriverSampleDxe: EFI_BROWSER_ACTION_REQUEST_QUESTION_APPLY

2024-01-02 Thread Tan, Ming
REF: UEFI_Spec_2_10_Aug29.pdf page 1695. In 35.5.4 EFI_HII_CONFIG_ACCESS_PROTOCOL.CallBack(): If the callback function returns with the ActionRequest set to _QUESTION_APPLY, then the Forms Browser will write the current modified question value on the selected form to storage. Update the

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

2024-01-02 Thread Michael Brown
On 02/01/2024 06:06, Chang, Abner via groups.io wrote: What do you think about: - installing TLS on HTTP handle (as you have already implemented) - using EDKII_HTTP_CALLBACK_PROTOCOL to catch the HttpEventInitSession and perform whatever calls are needed to SetData() to modify the TLS

[edk2-devel][edk2-platforms][PATCH v4] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64

2024-01-02 Thread Kuo, Ted
https://bugzilla.tianocore.org/show_bug.cgi?id=4623 1.Added PeiCoreEntry.nasm, SecEntry.nasm and Stack.nasm for X64. 2.Made changes in common files to support both IA32 and X64. 3.Added the PCDs below for FSP-T UPD revisions and reset vector in FSP. - PcdFspWrapperBfvforResetVectorInFsp -

Re: [edk2-devel] [PATCH v2] NetworkPkg: Triger regularly scan only if not connect to AP

2024-01-02 Thread Heng Luo
Hi Mike, Would you like to help us merge the patch? Thanks, Heng > -Original Message- > From: Kasbekar, Saloni > Sent: Friday, December 15, 2023 4:36 AM > To: Luo, Heng ; Clark-williams, Zachary willi...@intel.com>; devel@edk2.groups.io; Kinney, Michael D > > Subject: RE: [PATCH v2]

Re: [edk2-devel][edk2-platforms][PATCH v3] MinPlatformPkg: Support SecFspWrapperPlatformSecLib in X64

2024-01-02 Thread Kuo, Ted
Hi Sai, Thanks for the feedback. I'll change SecFspWrapperPlatformSecLibFspO to SecFspWrapperPlatformSecLibResetVectorInFsp in patch V4. Regarding the timestamp, I'm planning to save the TSC value near the entry of FspSecCoreO in FSP. In patch V4, FSP wrapper/platform code reads the timestamp