Re: [edk2-devel] [PATCH v2] XiangshanSeriesPkg:Add BOSC NanhuDev platform

2024-05-22 Thread WangYang
Hi,Suni V L Are you willing to serve as edk2-platforms/Platform/Bosc/* and edk2-platforms/Silicon/Bosc/* platform maintainer? Best regards, Yang Wang > -原始邮件- > 发件人: "Sunil V L" > 发送时间: 2024-04-19 18:08:25 (星期五) > 收件人: devel@edk2.groups.io, wangy...@bosc.ac.cn > 抄送: g...@danielschaefe

[edk2-devel] Cancelled Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, May 22, 2024 #cal-cancelled

2024-05-22 Thread Group Notification
BEGIN:VCALENDAR VERSION:2.0 PRODID:-//Groups.io Inc//Groups.io Calendar//EN METHOD:CANCEL REFRESH-INTERVAL;VALUE=DURATION:PT1H X-PUBLISHED-TTL:PT1H CALSCALE:GREGORIAN BEGIN:VTIMEZONE TZID:America/Los_Angeles LAST-MODIFIED:20240422T053451Z TZURL:https://www.tzurl.org/zoneinfo-outlook/America/Los_Ang

Re: [edk2-devel] [PATCH v3 1/4] OvmfPkg/Sec: Setup MTRR early in the boot process.

2024-05-22 Thread Corvin Köhne
On Tue, 2024-01-30 at 14:04 +0100, Gerd Hoffmann wrote: > Specifically before running lzma uncompress of the main firmware > volume. > This is needed to make sure caching is enabled, otherwise the > uncompress > can be extremely slow. > > Adapt the ASSERTs and MTRR setup in PlatformInitLib to the

Re: [edk2-devel] [PATCH v3 1/1] MdeModulePkg: Add the EFI_RESOURCE_ATTRIBUTE_SPECIAL_PURPOSE attribute

2024-05-22 Thread Oliver Smith-Denny
On 5/21/2024 8:40 PM, Du Lin wrote: Coherent Device Attribute Table (CDAT) specification defines a EFI memory type and attribute "EfiConventionalMemory Type with EFI_MEMORY_SP Attribute". Can we still support this type if assigning the GCD memory type "EfiGcdMemoryTypeReserved" for resource HOB

Re: [edk2-devel] [PATCH v2] XiangshanSeriesPkg:Add BOSC NanhuDev platform

2024-05-22 Thread Sunil V L
On Wed, May 22, 2024 at 03:25:37PM +0800, WangYang via groups.io wrote: > Hi,Suni V L > > Are you willing to serve as edk2-platforms/Platform/Bosc/* and > edk2-platforms/Silicon/Bosc/* platform maintainer? > Hi Yang Wang, Please have someone who has knowledge about the platform code as the man

[edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Michael Kubacki
Recently, the libspdm submodule was added to SecurityPkg (SecurityPkg/DeviceSecurity/SpdmLib/libspdm) [1]. That submodule points to https://github.com/DMTF/libspdm.git. The libspdm repo contains a submodule for cmocka that is hosted on cryptomilk.org [2]. Cloning that submodule is failing to

Re: [edk2-devel] Pcd to set Boot0000 at build time

2024-05-22 Thread Hugues Morisset
If someone got interest for this, I made a blogpost on this patch, it can be found here https://blog.izissise.net/posts/edk2boot/ On Sun, Nov 26, 2023 at 10:54 PM Hugues Morisset wrote: > Hello, > > I wrote a patch that make it possible to set Boot at build time using > a pcd. > > For ex

Re: [edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Michael D Kinney
This was discussed and the decision was made to no use recursive clone on libspdm. Mike > -Original Message- > From: Michael Kubacki > Sent: Wednesday, May 22, 2024 1:40 PM > To: devel@edk2.groups.io; Yao, Jiewen > Cc: Kinney, Michael D > Subject: libspdm Breaking Builds > > Recently

Re: [edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Michael Kubacki
I don't think that's a very good solution given the diversity of downstream projects dependent on the repo or even for the libspdm repo itself. Thanks, Michael On 5/22/2024 5:57 PM, Michael D Kinney wrote: This was discussed and the decision was made to no use recursive clone on libspdm. Mi

Re: [edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Michael D Kinney
Libspdm also depends on openssl. We did not want to clone openssl twice. I though stuart config specifies which submodules to clone. Can’t we skip all the submodules within libspdm to fix CI? Can't devs choose to not use --recursive? Mike > -Original Message- > From: Michael Kubacki

Re: [edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Michael Kubacki
We looked at Stuart and it can prevent a recursive submodule update at the first level but then it would prevent further updates. Here Repo A can prevent a recursive update in edk2 but it would then not be able to get libspdm. [Repo A] -[1]> [edk2] -[2]> [libspdm] -[3]> [cmocka] At its root

Re: [edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Michael D Kinney
We have a mirror of cmocka in tianocore. https://github.com/tianocore/edk2-cmocka It is out of sync because GitHub keep disabling the workflow. And the workflow can not run until cmocka repo is back up. We updated UnitTestFrameworkPkg to use tianocore cmocka mirror long ago for this exa

Re: [edk2-devel] [PATCH v2] XiangshanSeriesPkg:Add BOSC NanhuDev platform

2024-05-22 Thread WangYang
Hi,Suni V L > -原始邮件- > 发件人: "Sunil V L" > 发送时间: 2024-05-23 01:41:45 (星期四) > 收件人: devel@edk2.groups.io, wangy...@bosc.ac.cn > 抄送: g...@danielschaefer.me, "Ran Wang" , "YunFeng Yang" > , "YaXing Guo" , "Leif > Lindholm" , "Michael D Kinney" > > 主题: Re: [edk2-devel] [PATCH v2] Xiangsha

[edk2-devel] What PTSS abbreviation means

2024-05-22 Thread Yoshinoya
Hello I find some data struct's name has PTSS abbreviation in KabylakeOpenBoardPkg. So, what does PTSS mean? Thanks -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119125): https://edk2.groups.io/g/devel/message/119125 Mute This To

Re: [edk2-devel] libspdm Breaking Builds

2024-05-22 Thread Yao, Jiewen
Hello I am sorry to bring the inconvenience. I think the libspdm maintainers are aware of fact that the breaking of cmoka impacts the CI. In history of libspdm, we did see this sometimes, but usually it was back online after a while. That is the reason libspdm project is still using cmoka githu

[edk2-devel] [PATCH] Pkg-Module:UefiCpuPkg/MpLib

2024-05-22 Thread Ning Feng
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4778 MPlib have wrong expectation that bsp id should always be 0 in MpInitLibInitialize(), SwitchBsp(),ApWakeupFunction(). That will caused the data mismatch, if the beginning bsp is not 0. Use CpuMpData->NewBspNumber insted of index 0 to avoid the

[edk2-devel] [edk2-platforms][PATCH 2/3] Platform/AMD: Update Readme.md

2024-05-22 Thread Chang, Abner via groups.io
From: Abner Chang Cc: Paul Grimes Cc: Abdul Lateef Attar Cc: Igniculus Fu Cc: Ken Yao Cc: Eric Xing Cc: Duke Zhai Signed-off-by: Abner Chang --- Platform/AMD/Readme.md | 64 -- 1 file changed, 49 insertions(+), 15 deletions(-) diff --git a/Platform

[edk2-devel] [edk2-platforms][PATCH 3/3] edk2-platform/Maintainer: Add entries for AMD packages

2024-05-22 Thread Chang, Abner via groups.io
From: Abner Chang Signed-off-by: Abner Chang Cc: Leif Lindholm Cc: Michael D Kinney --- Maintainers.txt | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Maintainers.txt b/Maintainers.txt index 877620a1b0..af688c3813 100644 --- a/Maintainers.txt +++ b/Maintain