[edk2-devel] [PATCH 0/6] AmdPlatformPkg: Adds board independent modules

2024-05-14 Thread Abdul Lateef Attar via groups.io
PR: https://github.com/tianocore/edk2-platforms/pull/141 Adds various libraries and drivers for AMD Platform. Cc: Abner Chang Cc: Paul Grimes Abdul Lateef Attar (6): AmdPlatformPkg: Adds LogoDxe driver AmdPlatformPkg: Adds BaseAlwaysFalseDepexLib Library AmdPlatformPkg: Implements SerialP

[edk2-devel] [PATCH 1/6] AmdPlatformPkg: Adds LogoDxe driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds LogoDxe driver to display AMD logo. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dec | 10 +- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 31 ++- .../Universal/LogoDxe/LogoDxe/JpegLogo.idf| 10 + .../Universal/L

[edk2-devel] [PATCH 2/6] AmdPlatformPkg: Adds BaseAlwaysFalseDepexLib Library

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds BaseAlwaysFalseDepexLib Library which always adds DEPEX to FALSE. Using this library will prevent module/driver being dispatched. Usage: MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf { NULL|AmdPlatformPkg/Library/BaseAlwaysFalseDepexLib/BaseAlwaysFalseDepexLi

[edk2-devel] [PATCH 3/6] AmdPlatformPkg: Implements SerialPortLib for simulator

2024-05-14 Thread Abdul Lateef Attar via groups.io
Implements SerialPortLib library class for simulator. It redirects the output to the port 80. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 3 +- .../SimulatorSerialPortLibPort80.c| 208 ++ ..

[edk2-devel] [PATCH 4/6] AmdPlatformPkg: Adds PlatformSocLib library class

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds PlatformSocLib library class. Implements null instance of PlatformSocLib. PlatformSocLib provides interface to the SoC specific functionality. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dec | 7 + .../AMD/AmdPlatformPk

[edk2-devel] [PATCH 5/6] AmdPlatformPkg: Adds AmdConfigRouting driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds AmdConfigRouting driver to improve HII performance. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc |1 + .../HiiConfigRouting/AmdConfigRouting.inf | 45 + .../HiiConfigRouting/AmdConfigRoutingEntry.c | 57 +

[edk2-devel] [PATCH 6/6] AmdPlatformPkg: Adds SecureBootDefaultKeysInit driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds SecureBootDefaultKeysInit driver to enroll secure boot default keys. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 12 + .../SecureBootDefaultKeysInit.c | 645 ++ .../SecureBootDefaultKe

[edk2-devel] [edk2-redfish-client][PATCH v2] RedfishClientPkg: introduce RedfishBootstrapAccountDxe

2024-05-14 Thread Nickle Wang via groups.io
-Introduce RedfishBootstrapAccountDxe to delete bootstrap account from /redfish/v1/AccountService/Accounts after BIOS finished all Redfish jobs. The bootstrap account won't be available to other application. So deleting bootstrap account helps to release resource at BMC. - After bootstrap account i

Re: [edk2-devel] [edk2-redfish-client][PATCH] RedfishClientPkg: introduce RedfishBootstrapAccountDxe

2024-05-14 Thread Nickle Wang via groups.io
Hi Abner, > Ok, then I don't have the problem with invoking GetAuthInfo again. However, I > will suggest to add more description in GetAuthInfo function header, mention > that > we will keep the auth info in EFI variable until exist boot service. > Also, give some more descriptions on the code yo

Re: [edk2-devel][edk2-stable202405][PATCH] MdeModulePkg: Potential UINT32 overflow in S3 ResumeCount

2024-05-14 Thread Michael D Kinney
I agree it should catch edk2-stable202405 Mike > -Original Message- > From: gaoliming > Sent: Thursday, May 9, 2024 12:24 AM > To: devel@edk2.groups.io; Pakkirisamy, ShanmugavelX > > Cc: Liu, Zhiguang ; Bi, Dandan ; > 'Leif Lindholm' ; 'Andrew Fish' ; > Kinney, Michael D > Subject: 回复:

Re: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

2024-05-14 Thread Michael D Kinney
Hi Liming, My responses below in [Mike]. Mike From: gaoliming Sent: Friday, May 10, 2024 8:29 AM To: devel@edk2.groups.io; Kinney, Michael D ; 'Andrew Fish' ; 'Leif Lindholm' Cc: 'Ard Biesheuvel' ; sam.kay...@arm.com; dougfl...@microsoft.com; Mathews, John ; Hou, Wenxing Subject: 回复: [edk

Re: [edk2-devel] 回复: [edk2-devel] [PATCH v2 03/13] OvmfPkg:PlatformCI: Support virtio-rng-pci

2024-05-14 Thread Pedro Falcato
On Mon, May 13, 2024 at 10:23 AM Gerd Hoffmann via groups.io wrote: > > On Sat, May 11, 2024 at 10:40:23AM GMT, Ard Biesheuvel wrote: > > As I pointed out before, on the ARM side there are a few intersecting > > issues with these changes. (On x86, this is mostly avoided due to the > > fact that RD

Re: [edk2-devel] [PATCH v8] MinPlatformPkg: Update HWSignature filed in FACS

2024-05-14 Thread Nate DeSimone
Hi Vincent, This patch has merge conflicts with the newest edk2-platforms. Is this change still needed? If yes, please rebase it to latest and re-send the patch. Thank You, Nate > -Original Message- > From: Ke, VincentX > Sent: Friday, May 19, 2023 3:29 AM > To: devel@edk2.groups.io >

[edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - Wednesday, May 15, 2024 #cal-reminder

2024-05-14 Thread Group Notification
*Reminder: TianoCore Bug Triage - APAC / NAMO* *When:* Wednesday, May 15, 2024 5:30pm to 6:30pm (UTC-07:00) America/Los Angeles *Where:* https://teams.microsoft.com/l/meetup-join/19%3ameeting_OTk1YzJhN2UtOGQwNi00NjY4LWEwMTktY2JiODRlYTY1NmY0%40thread.v2/0?context=%7b%22Tid%22%3a%2246c98d88-e344-4e

Re: [edk2-devel] [PATCH v1 1/1] BoardModulePkg: Added Mock library for BiosIdLib

2024-05-14 Thread Nate DeSimone
Hi Vivian, Please see feedback below inline. The # MU_CHANGE comment seems unnecessary. Thanks, Nate > -Original Message- > From: devel@edk2.groups.io On Behalf Of VivianNK > Sent: Wednesday, May 8, 2024 1:32 PM > To: devel@edk2.groups.io > Cc: Dong, Eric ; Liming Gao > > Subject: [edk

回复: [edk2-devel] 回复: [edk2-devel][edk2-stable202405] [PATCH v2 00/13] NetworkPkg: CVE-2023-45236 and CVE-2023-45237

2024-05-14 Thread gaoliming via groups.io
Doug: Thanks for your clarification. For the changes in MdePkg and EmulatorPkg, I have no comments. Reviewed-by: Liming Gao Thanks Liming 发件人: Doug Flick via groups.io 发送时间: 2024年5月10日 2:26 收件人: gaoliming ; devel@edk2.groups.io 主题: Re: [edk2-devel] 回复: [edk2-devel][edk2-stable202405] [

回复: [edk2-devel] Soft Feature Freeze starts now for edk2-stable202405

2024-05-14 Thread gaoliming via groups.io
Mike: Thanks for your comments. I update the status below. Thanks Liming 发件人: Kinney, Michael D 发送时间: 2024年5月15日 0:35 收件人: gaoliming ; devel@edk2.groups.io; 'Andrew Fish' ; 'Leif Lindholm' 抄送: 'Ard Biesheuvel' ; sam.kay...@arm.com; dougfl...@microsoft.com; Mathews, John ; Hou, Wenxin

Re: [edk2-devel] [PATCH v8] MinPlatformPkg: Update HWSignature filed in FACS

2024-05-14 Thread VincentX Ke
Hi, Nate The patch has been merged on May 31, 2023 with patch v10. For details, please check below two links. Thanks. https://bugzilla.tianocore.org/show_bug.cgi?id=4428 https://github.com/tianocore/edk2-platforms/commit/1a7bd150d39007bfb72c4727feda3184c23efe96 Best Regards, Vincent -Origin

[edk2-devel] [RESEND 0/7] AmdPlatformPkg: Adds board independent modules

2024-05-14 Thread Abdul Lateef Attar via groups.io
PR: https://github.com/tianocore/edk2-platforms/pull/141 Adds various libraries and drivers for AMD Platform. Cc: Abner Chang Cc: Paul Grimes Abdul Lateef Attar (7): AmdPlatformPkg: Adds LogoDxe driver AmdPlatformPkg: Adds BaseAlwaysFalseDepexLib Library AmdPlatformPkg: Implements SerialP

[edk2-devel] [RESEND 3/7] AmdPlatformPkg: Implements SerialPortLib for simulator

2024-05-14 Thread Abdul Lateef Attar via groups.io
Implements SerialPortLib library class for simulator. It redirects the output to the port 80. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 3 +- .../SimulatorSerialPortLibPort80.c| 208 ++ ..

[edk2-devel] [RESEND 1/7] AmdPlatformPkg: Adds LogoDxe driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds LogoDxe driver to display AMD logo. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dec | 10 +- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 31 ++- .../Universal/LogoDxe/LogoDxe/JpegLogo.idf| 10 + .../Universal/L

[edk2-devel] [RESEND 2/7] AmdPlatformPkg: Adds BaseAlwaysFalseDepexLib Library

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds BaseAlwaysFalseDepexLib Library which always adds DEPEX to FALSE. Using this library will prevent module/driver being dispatched. Usage: MdeModulePkg/Universal/FaultTolerantWriteDxe/FaultTolerantWriteSmm.inf { NULL|AmdPlatformPkg/Library/BaseAlwaysFalseDepexLib/BaseAlwaysFalseDepexLi

[edk2-devel] [RESEND 4/7] AmdPlatformPkg: Adds PlatformSocLib library class

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds PlatformSocLib library class. Implements null instance of PlatformSocLib. PlatformSocLib provides interface to the SoC specific functionality. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dec | 7 + .../AMD/AmdPlatformPk

[edk2-devel] [RESEND 5/7] AmdPlatformPkg: Adds AmdConfigRouting driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds AmdConfigRouting driver to improve HII performance. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc |1 + .../HiiConfigRouting/AmdConfigRouting.inf | 45 + .../HiiConfigRouting/AmdConfigRoutingEntry.c | 57 +

[edk2-devel] [RESEND 7/7] AmdPlatformPkg: Adds ACPI common driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds ACPI common driver which generates. Generates CPU topology SSDT table. Generates PCIe topology SSDT table. Generates SPMI table. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dec | 13 +- .../AMD/AmdPlatformPkg/AmdPlatfor

[edk2-devel] [RESEND 6/7] AmdPlatformPkg: Adds SecureBootDefaultKeysInit driver

2024-05-14 Thread Abdul Lateef Attar via groups.io
Adds SecureBootDefaultKeysInit driver to enroll secure boot default keys. Cc: Abner Chang Cc: Paul Grimes Signed-off-by: Abdul Lateef Attar --- .../AMD/AmdPlatformPkg/AmdPlatformPkg.dsc | 12 + .../SecureBootDefaultKeysInit.c | 645 ++ .../SecureBootDefaultKe

Re: [edk2-devel] [RESEND 0/7] AmdPlatformPkg: Adds board independent modules

2024-05-14 Thread Chang, Abner via groups.io
[AMD Official Use Only - AMD Internal Distribution Only] Already reviewed off-line. For this patch set, Reviewed-by: Abner Chang > -Original Message- > From: Abdul Lateef Attar > Sent: Wednesday, May 15, 2024 11:50 AM > To: devel@edk2.groups.io > Cc: Attar, AbdulLateef (Abdul Lateef) ;

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

2024-05-14 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

[edk2-devel] I cant build edk2 for taimen please help!

2024-05-14 Thread Egor F
i cloned the source code using get then ran this: sudo ./build.sh (i tried without sudo too) here are the logs they told me i need to mail -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118910): https://edk2.groups.io/g/devel/message/1189

Re: [edk2-devel] I cant build edk2 for taimen please help!

2024-05-14 Thread Andrew Fish via groups.io
Egor, The edk2 build tools have a tendency to throw if they find syntax errors, just like if they had internal errors. In this case I think the issue is in the repo? '/home/edk2-msm/Platform/goole/msm8998/taimen.dsc’ Maybe `goole` should be `Google` ? Thanks, Andrew Fish > On May 13, 2024, a