[edk2-devel] Tianocore edk2-test bug triage meeting

2025-01-07 Thread G Edhaya Chandran via groups.io
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[edk2-devel] Canceled: Tianocore edk2-test bug triage meeting

2025-01-02 Thread G Edhaya Chandran via groups.io
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02

Re: [edk2-devel] [PATCH v2 2/2] edk2-test: uefi-sct: Correct the vlanId check in DevicePath Test

2024-12-17 Thread G Edhaya Chandran via groups.io
The solution is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/8ac40d6809a62661ab71a8d9d8a9b58ad06df522 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120905): https://edk2.groups.io/g/devel/message/120905 Mu

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: ExtractConfig allows EFI_ACCESS_DENIED with a warning

2024-12-17 Thread G Edhaya Chandran via groups.io
The solution is upstreamed through https://github.com/tianocore/edk2-test/commit/a41f58c09bccdd3e6626d87d3f4ec8b3855c9365 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120904): https://edk2.groups.io/g/devel/message/120904 Mute This Top

[edk2-devel] Tianocore edk2-test bug triage meeting - New Zoom link added

2024-12-05 Thread G Edhaya Chandran via groups.io
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: ExtractConfig allows EFI_ACCESS_DENIED with a warning

2024-11-18 Thread G Edhaya Chandran via groups.io
Reviewed-by: G Edhaya Chandran The changes are reviewed OK. Thank you, Ann for the solution. With Warm Regards, Edhay > -Original Message- > From: Ann Cheng > Sent: 15 November 2024 08:19 > To: devel@edk2.groups.io > Cc: G Edhaya Chandran ; Barton Gao >

Re: [edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details

2024-11-07 Thread G Edhaya Chandran
The patch is upstreamed through commit id: https://github.com/tianocore/edk2-test/commit/89f4e59d5189933000709c6e286d12e734a8a33b Issue resolved. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120758): https://edk2.groups.io/g/devel/mess

[edk2-devel] [PATCH v3 1/1] edk2-test: uefi-sct: Correct the vlanId check in DevicePath Test

2024-11-07 Thread G Edhaya Chandran
The DevicePathBBTest wrongly flags the failure for a valid VLAN device path node. For e.g. value 4040 The range check for vlanId is corrected to fix this issue. https://bugzilla.tianocore.org/show_bug.cgi?id=4710 Signed-off-by: G Edhaya Chandran --- uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol

Re: [edk2-devel] [PATCH v2 1/1] edk2-test: uefi-sct Increase the waiting time in the SCT GetStatus_Func test

2024-11-07 Thread G Edhaya Chandran
Thank you, Sunny for the review. The solution is upstreamed through commit ID: https://github.com/tianocore/edk2-test/commit/8d01932fb1f253b5a28b21e278945557d1ebc409 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#120754): https://edk2.gr

[edk2-devel] Tianocore edk2-test bug triage meeting - Agenda added

2024-11-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct: Readme updates with UEFI specifications and test case spec details

2024-10-23 Thread G Edhaya Chandran
Readme is updated with the UEFI specification tested by UEFI SCT. Also the new readthedocs.io link for SCT Case Spec is updated Signed-off-by: G Edhaya Chandran --- uefi-sct/Readme.md | 6 ++ 1 file changed, 6 insertions(+) diff --git a/uefi-sct/Readme.md b/uefi-sct/Readme.md index

[edk2-devel] [PATCH v2 2/2] edk2-test: uefi-sct: Correct the vlanId check in DevicePath Test

2024-10-22 Thread G Edhaya Chandran
The DevicePathBBTest wrongly flags the failure for a valid VLAN device path node. For e.g. value 4040 The range check for vlanId is corrected to fix this issue. https://bugzilla.tianocore.org/show_bug.cgi?id=4710 Signed-off-by: G Edhaya Chandran --- uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol

[edk2-devel] [PATCH v2 1/1] edk2-test: uefi-sct Increase the waiting time in the SCT GetStatus_Func test

2024-10-22 Thread G Edhaya Chandran
Signed-off-by: G Edhaya Chandran Co-authored-by: Sunny Wang --- uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork

[edk2-devel] [PATCH v1 1/1] edk2-test: uefi-sct Increase the waiting time in the SCT GetStatus_Func test

2024-10-22 Thread G Edhaya Chandran
Signed-off-by: G Edhaya Chandran Co-authored-by: Sunny Wang --- uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork

[edk2-devel] [PATCH v1 0/1] *** SUBJECT HERE ***

2024-10-22 Thread G Edhaya Chandran
*** BLURB HERE *** G Edhaya Chandran (1): edk2-test: uefi-sct Increase the waiting time in the SCT GetStatus_Func test uefi-sct/SctPkg/TestCase/UEFI/EFI/Protocol/SimpleNetwork/BlackBoxTest/SimpleNetworkBBTestFunction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[edk2-devel] New meeting link // RE: Tianocore edk2-test bug triage meeting

2024-10-03 Thread G Edhaya Chandran
Hi All, Please use the new zoom meeting link as below: https://armltd.zoom.us/j/95372680386?pwd=mrcMicasliSjTcWro4Z3xDxHVnUh9o.1&from=addon With Warm Regards, Edhay -Original Appointment- From: G Edhaya Chandran Sent: Thursday, June 6, 2024 9:37 AM To: Edhaya Chandran; devel@

[edk2-devel] Agenda: Tianocore edk2-test bug triage meeting

2024-10-02 Thread G Edhaya Chandran
edk2-test in GitHub readme<https://bugzilla.tianocore.org/show_bug.cgi?id=4843> Topics: 1. Introductions to UEFI-SCT Test case specs published in readthedocs. With Warm Regards, Edhay -Original Appointment- From: G Edhaya Chandran Sent: Thursday, June 6, 2024 9:37 AM To

[edk2-devel] edk2-test bug triage meeting MoM - 5th Sept 2024

2024-09-06 Thread G Edhaya Chandran
Hi All, Below is the MoM for edk2-test bug triage meeting, 5th September 2024 Attendees Company Attendees Arm Ann Cheng, Prachotan Bathi, G Edhaya Chandran Lenovo Steve, Zhouyf ID<https://bugzilla.tianocore.org/buglist.cgi?component=UEFI-SCT&list_id=32143&product=EDK2%20Test&a

[edk2-devel] Tianocore edk2-test bug triage meeting - Updated meeting link

2024-09-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[edk2-devel] Tianocore edk2-test bug triage meeting - Agenda added

2024-08-26 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

Re: [edk2-devel] [PATCH v2 1/1] EDK2-Test BUG4244 V2 - Print PCIe device path for SCT failures.

2024-07-17 Thread G Edhaya Chandran
The patch is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/df9a877d1bcc8fa8f6c4992cf531472d5908af71 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119960): https://edk2.groups.io/g/devel/message/119960 Mute

Re: [edk2-devel] [PATCH v2 1/1] EDK2-Test BUG4244 V2 - Print PCIe device path for SCT failures.

2024-07-17 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#119959): https://edk2.groups.io/g/devel/message/119959 Mute This Topic: https://groups.io/mt/106873511/21656 Group Owner: devel+ow...@edk2.groups.io

[edk2-devel] Tianocore edk2-test bug triage meeting

2024-07-01 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[edk2-devel] GitHub PR review process for edk2-test

2024-06-18 Thread G Edhaya Chandran
Hi Mike, Further to the new GitHub PR review process for EDKII, can we adapt this process for edk2-test repository contributions too? Can we start by piloting on the upcoming edk2-test code contributions? With Warm Regards, Edhay (on behalf of edk2-test maintainers) Reference: https://gith

[edk2-devel] edk2-test-stable202406 release is published

2024-06-17 Thread G Edhaya Chandran
Hi All, edk2-test-stable202406 release is published. Tag: edk2-test-stable202406 New Features: * Added New TCG2 protocol tests based on TCG2 specification prescribe by Arm BBSR specification. * Added New TCG2 MOR tests * SCT case specification documentation is adapted, updated an

[edk2-devel] Tianocore edk2-test bug triage meeting

2024-06-06 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:Central Standard Time BEGIN:STANDARD DTSTART:16010101T02 TZOFFSETFROM:-0500 TZOFFSETTO:-0600 RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=1SU;BYMONTH=11 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T02000

[edk2-devel] Canceled: Tianocore edk2-test bug triage meeting

2024-06-06 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT EN

Re: [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 // RE: [PATCH v2 0/4] TCG2 protocol clean up

2024-05-10 Thread G Edhaya Chandran
: devel@edk2.groups.io; G Edhaya Chandran ; David Wright ; Heinrich Schuchardt Cc: Alex Fox ; Stuart Yoder ; gao...@byosoft.com.cn Subject: Re: [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 // RE: [PATCH v2 0/4] TCG2 protocol clean up Hi Edhay, Do I need to retest based on the

Re: [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 // RE: [PATCH v2 0/4] TCG2 protocol clean up

2024-05-09 Thread G Edhaya Chandran
Thank you, David. The results are well received. With Warm Regards, Edhay From: David Wright Sent: Thursday, May 9, 2024 3:23 PM To: G Edhaya Chandran ; Heinrich Schuchardt Cc: Alex Fox ; lic...@loongson.cn; Stuart Yoder ; devel@edk2.groups.io; gao...@byosoft.com.cn Subject: RE: edk2-test

Re: [edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405

2024-05-06 Thread G Edhaya Chandran
Hi Heinrich, The folder structure for edk2-test-rc2_202405 is created: https://members.uefi.org/wg/utwg/document/folder/128 With Warm Regards, Edhay > -Original Message- > From: Heinrich Schuchardt > Sent: Sunday, May 5, 2024 5:22 PM > To: G Edhaya Chandran

[edk2-devel] edk2-test Release candidate 2: edk2-test-rc2_202405 // RE: [PATCH v2 0/4] TCG2 protocol clean up

2024-05-03 Thread G Edhaya Chandran
ps.io)<https://edk2.groups.io/g/devel/message/117882?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Arecentpostdate%2Fsticky%2C%2Cstuart+yoder%2C20%2C2%2C0%2C105558005> The release candidate may be used for any further testing. With Warm Regards, Edhay > -Original Message----- > From: G Edhay

Re: [edk2-devel] [PATCH v2 1/4] uefi-sct/SctPkg: TCG2 Protocol: correct definition of TPMT_HA struct

2024-04-24 Thread G Edhaya Chandran
Hi Stuart, Thank you for the update. I understand the rationale. It is also in-line with the independent protocol interface definition in edk2-test. Will approve the patch. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group

Re: [edk2-devel] [PATCH v2 1/4] uefi-sct/SctPkg: TCG2 Protocol: correct definition of TPMT_HA struct

2024-04-24 Thread G Edhaya Chandran
Update: We have the struct itself define here: https://github.com/tianocore/edk2/blob/master/MdePkg/Include/IndustryStandard/Tpm20.h#L904 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118209): https://edk2.groups.io/g/devel/message/11820

Re: [edk2-devel] [PATCH v2 1/4] uefi-sct/SctPkg: TCG2 Protocol: correct definition of TPMT_HA struct

2024-04-24 Thread G Edhaya Chandran
Hi Stuart, The below values are +#define SHA1_DIGEST_SIZE 20 +#define SHA256_DIGEST_SIZE 32 +#define SHA384_DIGEST_SIZE 48 +#define SHA512_DIGEST_SIZE 64 +#define SM3_256_DIGEST_SIZE 32 already defined here: edk2-master\MdePkg\Include\IndustryStandard\Tpm20.h Can this file be included. -=-=-=-=

Re: [edk2-devel] [PATCH v2 4/4] uefi-sct/SctPkg: TCG2 Protocol: clean up type conversion warnings

2024-04-24 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118202): https://edk2.groups.io/g/devel/message/118202 Mute This Topic: https://groups.io/mt/105558010/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 3/4] uefi-sct/SctPkg: TCG2 Protocol: #pragma pack cleanup

2024-04-24 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118201): https://edk2.groups.io/g/devel/message/118201 Mute This Topic: https://groups.io/mt/105558008/21656 Mute #pragma:https://edk2.groups.io/g/devel

Re: [edk2-devel] [PATCH v2 2/4] uefi-sct/SctPkg: TCG2 Protocol: use OFFSET_OF for computing offsets

2024-04-24 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118200): https://edk2.groups.io/g/devel/message/118200 Mute This Topic: https://groups.io/mt/105558007/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 1/4] uefi-sct/SctPkg: TCG2 Protocol: correct definition of TPMT_HA struct

2024-04-24 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#118199): https://edk2.groups.io/g/devel/message/118199 Mute This Topic: https://groups.io/mt/105558006/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 0/4] TCG2 protocol clean up

2024-04-23 Thread G Edhaya Chandran
Hi Heinrich, Yes. A new release candidate shall be published after review and upstream of the patches. Will further send an update. With Warm Regards, Edhay > -Original Message- > From: Heinrich Schuchardt > Sent: Tuesday, April 23, 2024 12:46 AM > To: G Edhaya Ch

Re: [edk2-devel] [PATCH v4 1/6] uefi-sct/SctPkg: TCG Platform Reset Check Test

2024-03-21 Thread G Edhaya Chandran
Thank you Abhi, for your contributions to edk2-test. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116957): https://edk2.groups.io/g/devel/message/116957 Mute This Topic: https://groups.io/mt/104756650/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 6/6] uefi-sct/SctPkg: TCG MORLOCK Locked with Key State Test

2024-03-21 Thread G Edhaya Chandran
Reviewed OK. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116956): https://edk2.groups.io/g/devel/message/116956 Mute This Topic: https://groups.io/mt/104756657/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 5/6] uefi-sct/SctPkg: TCG MORLOCK Locked No Key State Test

2024-03-21 Thread G Edhaya Chandran
Reviewed OK Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116955): https://edk2.groups.io/g/devel/message/116955 Mute This Topic: https://groups.io/mt/104756656/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 4/6] uefi-sct/SctPkg: TCG MORLOCK Unlocked State Test

2024-03-21 Thread G Edhaya Chandran
Reviewed OK Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116954): https://edk2.groups.io/g/devel/message/116954 Mute This Topic: https://groups.io/mt/104756655/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 3/6] uefi-sct/SctPkg: TCG MORLOCK SetVariable Test

2024-03-21 Thread G Edhaya Chandran
Reviewed OK Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116953): https://edk2.groups.io/g/devel/message/116953 Mute This Topic: https://groups.io/mt/104756654/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 2/6] uefi-sct/SctPkg: TCG MOR SetVariable Test

2024-03-21 Thread G Edhaya Chandran
Reviewed OK Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116952): https://edk2.groups.io/g/devel/message/116952 Mute This Topic: https://groups.io/mt/104756652/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v4 1/6] uefi-sct/SctPkg: TCG Platform Reset Check Test

2024-03-21 Thread G Edhaya Chandran
Reviewed OK Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116951): https://edk2.groups.io/g/devel/message/116951 Mute This Topic: https://groups.io/mt/104756650/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [PATCH v2 1/6] uefi-sct/SctPkg: TCG2 Protocol: add header with TCG2 protocol definitions

2024-03-19 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/49620fa0bb9757bce13f41f604001114ea6c40de -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116888): https://edk2.groups.io/g/devel/message/116888 Mute This

Re: [edk2-devel] [PATCH v2 2/6] uefi-sct/SctPkg: TCG2 Protocol: add test infrastructure and GetCapability Test

2024-03-19 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/ff8a146ace642cadc83b58cd4382181ec2dac633 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116887): https://edk2.groups.io/g/devel/message/116887 Mute This

Re: [edk2-devel] [PATCH v2 3/6] uefi-sct/SctPkg: TCG2 Protocol: add GetActivePcrBanks test

2024-03-19 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/bebabc28d9471de17b9dbebf83d4dfb54624ac0c -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116886): https://edk2.groups.io/g/devel/message/116886 Mute This

Re: [edk2-devel] [PATCH v2 4/6] uefi-sct/SctPkg: TCG2 Protocol: add HashLogExtendEvent test

2024-03-19 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/244ebf6954c43496ca173e9091de92b061e0957e -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116885): https://edk2.groups.io/g/devel/message/116885 Mute This

Re: [edk2-devel] [PATCH v2 5/6] uefi-sct/SctPkg: TCG2 Protocol: add GetEventLog test

2024-03-19 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/7ec35ffac51d0682c1368041ca1e599189a58223 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116884): https://edk2.groups.io/g/devel/message/116884 Mute This

Re: [edk2-devel] [PATCH v2 6/6] uefi-sct/SctPkg: TCG2 Protocol: add SubmitCommand test

2024-03-19 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/ee928b21d8df70c5729a6ae470366d3c6a6fd84b -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116883): https://edk2.groups.io/g/devel/message/116883 Mute This

Re: [edk2-devel] [PATCH] uefi-sct/SctPkg:Enhance BBTestReadKeyStrokeExFunctionAutoTestCheckpoint1()

2024-03-18 Thread G Edhaya Chandran
The patch is up streamed by the below commit: https://github.com/tianocore/edk2-test/commit/032822757792c5d4d0bfed1fd8524e69ef4f2d17 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116838): https://edk2.groups.io/g/devel/message/116838 Mut

Re: [edk2-devel] [PATCH v2 6/6] uefi-sct/SctPkg: TCG2 Protocol: add SubmitCommand test

2024-03-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116403): https://edk2.groups.io/g/devel/message/116403 Mute This Topic: https://groups.io/mt/103625307/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 5/6] uefi-sct/SctPkg: TCG2 Protocol: add GetEventLog test

2024-03-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116402): https://edk2.groups.io/g/devel/message/116402 Mute This Topic: https://groups.io/mt/103625306/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 4/6] uefi-sct/SctPkg: TCG2 Protocol: add HashLogExtendEvent test

2024-03-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116401): https://edk2.groups.io/g/devel/message/116401 Mute This Topic: https://groups.io/mt/103625303/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 3/6] uefi-sct/SctPkg: TCG2 Protocol: add GetActivePcrBanks test

2024-03-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116400): https://edk2.groups.io/g/devel/message/116400 Mute This Topic: https://groups.io/mt/103625301/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 2/6] uefi-sct/SctPkg: TCG2 Protocol: add test infrastructure and GetCapability Test

2024-03-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116399): https://edk2.groups.io/g/devel/message/116399 Mute This Topic: https://groups.io/mt/103625304/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 1/6] uefi-sct/SctPkg: TCG2 Protocol: add header with TCG2 protocol definitions

2024-03-05 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116398): https://edk2.groups.io/g/devel/message/116398 Mute This Topic: https://groups.io/mt/103625305/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 0/6] Tests for TCG2 Protocol

2024-03-05 Thread G Edhaya Chandran
Hi Stuart, Thank you for the contribution on TCG2 protocol. They significantly improve the coverage of edk2-test. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116397): https://edk2.groups.io/g/devel

Re: [edk2-devel] [edk2-test v2] SctPkg: Fixed a pinter error in DevicePathFromTextBBTestCoverage.c

2024-02-27 Thread G Edhaya Chandran
The patch is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/cabb98d44be94e7547605435a0be7c4946d10f8b -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116022): https://edk2.groups.io/g/devel/message/116022 Mute

Re: [edk2-devel] [edk2-test v2] SctPkg: Fixed a pinter error in DevicePathFromTextBBTestCoverage.c

2024-02-27 Thread G Edhaya Chandran
Hi Li Chao, As per the maintenance process, I will raise a PR on your behalf based on your patch. And will later close your PR. With Warm Regards, Edhay From: Chao Li Sent: Tuesday, February 27, 2024 1:34 PM To: devel@edk2.groups.io; G Edhaya Chandran Subject: Re: [edk2-devel] [edk2

Re: [edk2-devel] [edk2-test v2] SctPkg: Fixed a pinter error in DevicePathFromTextBBTestCoverage.c

2024-02-26 Thread G Edhaya Chandran
Hi Li Chao, Thank you for the solution. Reviewed OK. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#116007): https://edk2.groups.io/g/devel/message/116007 Mute This Topic: https://groups.io/mt/104598721

Re: [edk2-devel] [edk2-test][PATCH v1 0/4] uefi-sct/SctPkg: Add SCT Documents

2024-02-20 Thread G Edhaya Chandran
Thank you Samer. The test case spec is consolidated and upstreamed by:  https://github.com/tianocore/edk2-test/commit/f999690054b56780f5efbe0999507d7176bd87f6 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115661): https://edk2.groups.io

Re: [edk2-devel] [PATCH edk2-test 1/1] uefi-sct/SctPkg: correct %LX SctPrint code

2024-02-15 Thread G Edhaya Chandran
The patch is upstreamed by the commit: https://github.com/tianocore/edk2-test/commit/19e53ca9a39c5cb2deed1dc1d7758a6b0241991c -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115537): https://edk2.groups.io/g/devel/message/115537 Mute This

[edk2-devel] Tianocore edk2-test bug triage meeting

2023-12-26 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

Re: [edk2-devel] [PATCH edk2-test v2 0/4] Various improvements to the repo

2023-12-16 Thread G Edhaya Chandran
Hi Rebecca, This patch series is upstreamed to https://github.com/tianocore/edk2-test/commits/master/ With Warm Regards, Edhay > -Original Message- > From: Rebecca Cran > Sent: Saturday, December 16, 2023 2:56 AM > To: devel@edk2.groups.io; G Edhaya Chandran &g

Re: [edk2-devel] [PATCH v2 2/2] SctPkg: Fix the UefiSct -Wincompatible-pointer-types warnings

2023-12-15 Thread G Edhaya Chandran
Thank you. The solution is now upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/847e0363e846296881c238dc43766fd40f6c2aec -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112591): https://edk2.groups.io/g/devel/me

Re: [edk2-devel] [PATCH v2 1/2] SctPkg: Fix X64 build errors for GCC toolchain

2023-12-15 Thread G Edhaya Chandran
The solution is now upstreamed :  https://github.com/tianocore/edk2-test/commit/1a083b245670fe143a9978b49ea5c54b59a01e1f -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112590): https://edk2.groups.io/g/devel/message/112590 Mute This Topic

Re: [edk2-devel] [PATCH edk2-test v2 2/4] Rename files in HowToBuild to avoid spaces in filenames

2023-12-11 Thread G Edhaya Chandran
Thank you, Rebecca. However the other reviewers too felt that your naming convention was more apt. So we will take it as it is. No need of any changes. With Warm Regards, Edhay > -Original Message- > From: Rebecca Cran > Sent: Monday, December 11, 2023 9:38 PM > To: G Edh

Re: [edk2-devel] [PATCH v2 2/2] SctPkg: Fix the UefiSct -Wincompatible-pointer-types warnings

2023-12-10 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112271): https://edk2.groups.io/g/devel/message/112271 Mute This Topic: https://groups.io/mt/91642654/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v2 1/2] SctPkg: Fix X64 build errors for GCC toolchain

2023-12-10 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112270): https://edk2.groups.io/g/devel/message/112270 Mute This Topic: https://groups.io/mt/91642649/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH edk2-test v2 2/4] Rename files in HowToBuild to avoid spaces in filenames

2023-12-07 Thread G Edhaya Chandran
In keeping the consistency with existing file names, I think the names that you suggested is okay. Thank you again. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112185): https://edk2.groups.io/g/devel

Re: [edk2-devel] [PATCH edk2-test v2 1/4] Unbreak buildzip.sh

2023-12-07 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran Thank you for the update. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#112175): https://edk2.groups.io/g/devel/message/112175 Mute This Topic: https://groups.io/mt/102513313/21656 Group Owner: devel+ow

[edk2-devel] Tianocore edk2-test bug triage meeting

2023-12-04 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

Re: [edk2-devel] [PATCH edk2-test v2 4/4] Fix the URL for the edk2-test repo

2023-11-29 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111840): https://edk2.groups.io/g/devel/message/111840 Mute This Topic: https://groups.io/mt/102513318/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH edk2-test v2 3/4] Point users to the URL for edk2-test-parser if it doesn't exist

2023-11-29 Thread G Edhaya Chandran
Thank you for the update. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111839): https://edk2.groups.io/g/devel/message/111839 Mute This Topic: https://groups.io/mt/102513315/21656 Group Owner: devel+ow

Re: [edk2-devel] [PATCH edk2-test v2 2/4] Rename files in HowToBuild to avoid spaces in filenames

2023-11-29 Thread G Edhaya Chandran
Hi Rebecca, Thank you for these updates. Just a matter of style, but can we do HowToBuild *SCT*.txt instead of HowToBuild *Sct*.txt? -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111838): https://edk2.groups.io/g/devel/message/111838 Mu

Re: [edk2-devel] [PATCH V1 1/1] uefi-sct/SctPkg: RouteConfig() returns EFI_ACCESS_DENIED passes with warning

2023-10-05 Thread G Edhaya Chandran
The solution is upstreamed thorugh the commit: https://github.com/tianocore/edk2-test/commit/81dfa8d53d4290366ae41e1f4c2ed6d6c5016c07 Thank you all. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#109357): https://edk2.groups.io/g/devel/m

[edk2-devel] Tianocore edk2-test Bug Triage Meeting

2023-09-06 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

Re: [edk2-devel] [PATCH V1 1/1] uefi-sct/SctPkg: RouteConfig() returns EFI_ACCESS_DENIED passes with warning

2023-08-23 Thread G Edhaya Chandran
Reviewed OK. Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107974): https://edk2.groups.io/g/devel/message/107974 Mute This Topic: https://groups.io/mt/100899969/21656 Group Owner: devel+ow...@edk2

Re: [edk2-devel] [edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Check for memory below 4G

2023-07-20 Thread G Edhaya Chandran
The patch is upstreamed by:  https://github.com/tianocore/edk2-test/commit/315e3a56a6d9261d4fad4c1950f2d01a052eeba4 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#107101): https://edk2.groups.io/g/devel/message/107101 Mute This Topic: htt

[edk2-devel] Tianocore edk2-test Bug Triage Meeting

2023-07-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

Re: [edk2-devel] [PATCH v1 1/2] uefi-sct/SctPkg: Add LoongArch64 platform support

2023-03-03 Thread G Edhaya Chandran
The patch is upstreamed through the commit:  https://github.com/tianocore/edk2-test/commit/09b7d056d43da01b3abe772946879e3ed5b5eebe -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100692): https://edk2.groups.io/g/devel/message/100692 Mute

Re: [edk2-devel] [PATCH v1 2/2] uefi-sct/SctPkg: Enable LoongArch64 building

2023-03-03 Thread G Edhaya Chandran
The patch is upstreamed through commit:  https://github.com/tianocore/edk2-test/commit/39f27f233aeab16f71fc8f5ed6b287eb9f884ec6 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100691): https://edk2.groups.io/g/devel/message/100691 Mute Thi

Re: [edk2-devel] [PATCH v1 2/2] uefi-sct/SctPkg: Enable LoongArch64 building

2023-02-28 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100546): https://edk2.groups.io/g/devel/message/100546 Mute This Topic: https://groups.io/mt/95662763/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v1 1/2] uefi-sct/SctPkg: Add LoongArch64 platform support

2023-02-28 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100545): https://edk2.groups.io/g/devel/message/100545 Mute This Topic: https://groups.io/mt/95662761/21656 Group Owner: devel+ow...@edk2.groups.io

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: update path to edk2-test-parser, check for repo

2023-02-21 Thread G Edhaya Chandran
On Wed, Feb 15, 2023 at 06:21 AM, Gao Jie wrote: > > Reviewed-by: Barton Gao < gaojie@... > Upstreamed by the commit id:  https://github.com/tianocore/edk2-test/commit/8713740892bdb857e970a2841de9800b2c6b5552 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group.

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: update path to edk2-test-parser, check for repo

2023-02-12 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#100059): https://edk2.groups.io/g/devel/message/100059 Mute This Topic: https://groups.io/mt/96551593/21656 Group Owner: devel+ow...@edk2.groups.io

[edk2-devel] Canceled: Tianocore edk2-test Bug Triage Meeting

2023-01-31 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT EN

Re: [edk2-devel] [PATCH] UEFI-SCT: SctPkg: Replaced the incorrect references RANDOM_NAME_PROTOCOL to RANDOM_NUMBER_PROTOCOL

2023-01-31 Thread G Edhaya Chandran
Thank you Sunny. The solution is upstreamed through the commit: https://github.com/tianocore/edk2-test/commit/56093929e99cadab5cd95f560d67fe61663d67d4 With Warm Regards, Edhay > -Original Message- > From: Sunny Wang > Sent: 31 January 2023 22:55 > To: G Edhaya Chandran ;

Re: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: Incorrect instances of RANDOM_NAME_PROTOCOL

2023-01-31 Thread G Edhaya Chandran
Sent: 31 January 2023 17:25 To: devel@edk2.groups.io; rebe...@bsdio.com; Sam Kaynor Cc: G Edhaya Chandran ; Barton Gao ; Carolyn Gjertsen ; Samer El-Haj-Mahmoud ; Eric Jin ; Arvin Chen ; Supreeth Venkatesh ; Sunny Wang Subject: RE: [edk2-devel] [PATCH v1 1/1] uefi-sct/SctPkg: Incorrect ins

[edk2-devel] Tianocore edk2-test Bug Triage Meeting

2023-01-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

[edk2-devel] Tianocore edk2-test Bug Triage Meeting

2023-01-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

[edk2-devel] Tianocore edk2-test Bug Triage Meeting

2023-01-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:REQUEST PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT E

[edk2-devel] Canceled: Tianocore edk2-test Bug Triage Meeting

2023-01-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT EN

[edk2-devel] Canceled: Tianocore edk2-test Bug Triage Meeting

2023-01-05 Thread G Edhaya Chandran
BEGIN:VCALENDAR METHOD:CANCEL PRODID:Microsoft Exchange Server 2010 VERSION:2.0 BEGIN:VTIMEZONE TZID:India Standard Time BEGIN:STANDARD DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:STANDARD BEGIN:DAYLIGHT DTSTART:16010101T00 TZOFFSETFROM:+0530 TZOFFSETTO:+0530 END:DAYLIGHT EN

Re: [edk2-devel] [edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Check for memory below 4G

2022-12-01 Thread G Edhaya Chandran
Reviewed-by: G Edhaya Chandran Refactoring suggestion: Can the code for checking of the UsableMemoryBelow4G moved to a function? Since it is used in two places. -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#96831): https://edk2

Re: [edk2-devel] [edk2-test][PATCH v1 1/1] uefi-sct/SctPkg: Check for memory below 4G

2022-11-29 Thread G Edhaya Chandran
Hi Dimitrije, For some cases, the above solution may not scale for a system that is capable of allocating 64 bit addresses (> 4 GiB). This may prevent the test from running the full coverage on 64 bit system. A possible case: The UEFI-SCT is executing this test on a 64 bit machine. So far, the m

Re: [edk2-devel] [PATCH v1 1/1] MiscBootServices: Stall_Func: Reduces the stall interval for Stall_Func

2022-11-11 Thread G Edhaya Chandran
Hi Robert, Thank you for the confirmation. The patch is upstreamed through the below commit: https://github.com/tianocore/edk2-test/commit/1d181ad0d82520c099435ff08a8e829b44f493cc With Warm Regards, Edhay -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. Vie

  1   2   >