[edk2-devel] [edk2-libc Patch 0/1] Update Maintainer Info

2023-03-26 Thread Jayaprakash, N
This patch is for updating the maintainer info of edk2-libc repo. Jayaprakash N (1): edk2-libc: Update Maintainer.txt file Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group.

[edk2-devel] [edk2-libc Patch 1/1] edk2-libc: Update Maintainer.txt file

2023-03-26 Thread Jayaprakash, N
REF : https://bugzilla.tianocore.org/show_bug.cgi?id=4388 This commit adds Jayaprakash N as one of the maintainers of edk2-libc repo. Cc: Rebecca Cran Cc: Michael D Kinney Signed-off-by: Jayaprakash N --- Maintainers.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Maintainers.txt

Re: [edk2-devel] [edk2-libc Patch 2/2] Added file header with copyright and license.

2023-03-26 Thread Ajay Kadapathri
Sure I will do. Thanks, Ajay -Original Message- From: Kinney, Michael D Sent: Friday, March 24, 2023 8:54 PM To: Kadapathri, Ajay ; devel@edk2.groups.io Cc: Rebecca Cran ; Jayaprakash, N ; Kinney, Michael D Subject: RE: [edk2-libc Patch 2/2] Added file header with copyright and

Re: [edk2-devel] [Patch 0/2] Add and use FirmwareVolumeShadowPpi

2023-03-26 Thread Wang, Jian J
For the patch series, Reviewed-by: Jian J Wang Regards, Jian > -Original Message- > From: Kinney, Michael D > Sent: Wednesday, March 22, 2023 10:06 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen ; Wang, Jian J ; > Gao, Liming ; Patel, Umang > > Subject: [Patch 0/2] Add and use

[edk2-devel] [PATCH 2/2] UefiCpuPkg: After reset, wake up APs by SIPI.

2023-03-26 Thread Yuanhao Xie
Following a power-up or RESET, since all APs are already in the “wait-for-SIPI state,” the BSP can broadcast just a single SIPI IPI to the APs to wake them up and initialize them. Cc: Guo Dong Cc: Ray Ni Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Yuanhao Xie ---

[edk2-devel] [PATCH 1/2] UefiCpuPkg: Add SendStartupIpiAllExcludingSelf

2023-03-26 Thread Yuanhao Xie
Add new API SendStartupIpiAllExcludingSelf(), and modify SendInitSipiSipiAllExcludingSelf() by let it call the new API. Cc: Guo Dong Cc: Ray Ni Cc: Sean Rhodes Cc: James Lu Cc: Gua Guo Signed-off-by: Yuanhao Xie --- UefiCpuPkg/Include/Library/LocalApicLib.h | 17 +++-

[edk2-devel] [PATCH 0/2] Wake up APs by a single SIPI.

2023-03-26 Thread Yuanhao Xie
After a power-up or reset, all application processors (APs) are in a state where they are waiting for sipi. In this state, the bootstrap processor (BSP) send a single SIPI Inter-Processor Interrupt (IPI) to all the APs. Yuanhao Xie (2): UefiCpuPkg: Add SendStartupIpiAllExcludingSelf

[edk2-devel] [Patch V7 21/22] UefiCpuPkg/CpuPageTableLib: Add RandomTest for PAE paging

2023-03-26 Thread duntan
Add RandomTest for PAE paging. Signed-off-by: Dun Tan Cc: Eric Dong Reviewed-by: Ray Ni Cc: Rahul Kumar Tested-by: Gerd Hoffmann Acked-by: Gerd Hoffmann --- UefiCpuPkg/Library/CpuPageTableLib/UnitTest/CpuPageTableLibUnitTestHost.c | 2 ++

[edk2-devel] [Patch V7 20/22] UefiCpuPkg/CpuPageTableLib: Enable PAE paging

2023-03-26 Thread duntan
Modify CpuPageTableLib code to enable PAE paging. In PageTableMap() API: When creating new PAE page table, after creating page table, set all MustBeZero fields of 4 PDPTE to 0. The MustBeZero fields are treated as RW and other attributes by the common map logic. So they might be set to 1. When

[edk2-devel] [Patch V7 00/22] Fix issues in CpuPageTableLib

2023-03-26 Thread duntan
In the V7 atch set In 'Add RandomTest for PAE paging', modify duplicated test case name from 'Random Test Case1' to 'Random Test Case5'. In 'Enable PAE paging', modify the copy-right year of UefiCpuPkg/Library/CpuPageTableLib/CpuPageTable.h. Other patches are Reviewed-by Ray. Dun Tan (20):

Re: [edk2-devel] [Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year

2023-03-26 Thread Ni, Ray
I see. Thanks for explanation. Reviewed-by: Ray Ni > -Original Message- > From: Kinney, Michael D > Sent: Monday, March 27, 2023 1:06 AM > To: Ni, Ray ; devel@edk2.groups.io > Cc: Kinney, Michael D > Subject: RE: [Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year > > Hi Ray, >

[edk2-devel] Event: Tools, CI, Code base construction meeting series - Monday, March 27, 2023 #cal-reminder

2023-03-26 Thread Group Notification
*Reminder: Tools, CI, Code base construction meeting series* *When:* Monday, March 27, 2023 4:30pm to 5:30pm (UTC-07:00) America/Los Angeles *Where:* https://github.com/tianocore/edk2/discussions/2614 View Event ( https://edk2.groups.io/g/devel/viewevent?eventid=1753771 ) *Description:*

Re: [edk2-devel] [PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64

2023-03-26 Thread Sheng Lean Tan
Added @rebe...@bsdio.com as well. On Sun, 26 Mar 2023 at 21:39, Sheng Lean Tan via groups.io wrote: > Can someone also help to review this please? > Thanks. > > > On Fri, 17 Mar 2023 at 15:06, Patrick Rudolph < > patrick.rudo...@9elements.com> wrote: > >> Drop the "-z max-page-size=0x40"

Re: [edk2-devel] [PATCH 2/3] BaseTools/Conf/tools_def: Fix CLANGDWARF_IA32_X64

2023-03-26 Thread Sheng Lean Tan
Can someone also help to review this please? Thanks. On Fri, 17 Mar 2023 at 15:06, Patrick Rudolph wrote: > Drop the "-z max-page-size=0x40" option as it causes the ELF > header to overflow into the .text section, causing undefined > behaviour. > > With high optimization level it corrupts

Re: [edk2-devel] [PATCH 1/3] BaseTools/Conf/tools_def: Fix linking using CLANGDWARF_IA32

2023-03-26 Thread Sheng Lean Tan
Would anyone mind to spare some time to review this patch? Thanks. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#101904): https://edk2.groups.io/g/devel/message/101904 Mute This Topic: https://groups.io/mt/97673648/21656 Group Owner:

Re: [edk2-devel] [PATCH v5] MdePkg/Include: Add IPMI KCS definitions

2023-03-26 Thread Michael D Kinney
Both PRs have been merged. Commit: https://github.com/tianocore/edk2/commit/2c93253c95dbbc161650dfaeccaa3d866a2e29f2 Commit: https://github.com/tianocore/edk2/commit/69e59545b14739e004d3f0452411e195d2a3c197 Mike From: Chang, Abner Sent: Sunday, March 26, 2023 6:56 AM To: Kinney, Michael D ;

[edk2-devel] [PATCH v4 1/1] ArmPkg/SmbiosMiscDxe: Adjust the priority of getting firmware version

2023-03-26 Thread Tinh Nguyen via groups.io
The BIOS Firmware Version in the SMBIOS Type 0 can be fetched from the fixed PcdFirmwareVersionString or platform specific OemMiscLib. In fact, the support from OemMiscLib comes into play when the firmware version may be modified at boot time for extended information. Therefore, the priority of

Re: [edk2-devel] [PATCH v4 0/2] Upl remove arch spec initialization

2023-03-26 Thread Dhaval Sharma
Can I please get review comments on this patchset? If all well, I hope to get it merged based on feedback. Thanks! =D -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#101901): https://edk2.groups.io/g/devel/message/101901 Mute This Topic:

Re: [edk2-devel] [Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year

2023-03-26 Thread Michael D Kinney
Hi Ray, A second example from the UEFI SCTs (https://github.com/tianocore/edk2-test) Calls UEFI RT service SetTime() with year 2001.

Re: [edk2-devel] [Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year

2023-03-26 Thread Michael D Kinney
Hi Ray, Firmware tests such as FWTS (https://github.com/ColinIanKing/fwts) have test Cases for the UEFI time services. In this case, FWTS has test cases to set the year to 2012 and 2016. If the minimum year is set to 2023, these test cases fail.

[edk2-devel] Introduce a new repo "edk2-redfish-client" under Tianocore Github

2023-03-26 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Hi edk2 community, We are proposing to introduce a new repository under Tianocore Github which is edk2-redfish-client. The plan is to have RedfishClientPkg, Redfish simulator and python script that generates edk2 Redfish client drivers under

Re: [edk2-devel] [PATCH v5] MdePkg/Include: Add IPMI KCS definitions

2023-03-26 Thread Chang, Abner via groups.io
[AMD Official Use Only - General] Thanks Mike, IPMI KCS: https://github.com/tianocore/edk2/pull/4184 MCTP: https://github.com/tianocore/edk2/pull/4183 We also fixed the ECC error in these two PRs, please also help to push it. @Kinney, Michael D, @Leif

Re: [edk2-devel] [PATCH 0/1] MdeModulePkg/Ahci: Skip retry for non-transient errors

2023-03-26 Thread Anbazhagan, Baraneedharan via groups.io
It's OK to remove the PCD since password issue is fixed in different way. On other hand, PCD allows the platform to determine the retries independent of specific command. Am OK with either approach on this one currently. Thanks. From: devel@edk2.groups.io On Behalf Of Wu, Hao A via groups.io

Re: [edk2-devel] [Patch 1/1] PcAtChipsetPkg: Add PCD for RTC default year

2023-03-26 Thread Ni, Ray
Mike, When adding the Min/Max year PCD, the idea was Min year is the default year value. The idea assumed that when a PC is shipped to customers the Min year is set to the current year. Can we explain why need the default year PCD? Thanks, Ray > -Original Message- > From: Kinney,