public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* UEFI SCT Build Broken
@ 2019-06-11 17:18 ashishsingha
  2019-06-11 19:36 ` Supreeth Venkatesh
  0 siblings, 1 reply; 6+ messages in thread
From: ashishsingha @ 2019-06-11 17:18 UTC (permalink / raw)
  To: Supreeth Venkatesh, Eric Jin, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 720 bytes --]

Hello Eric/Supreeth,

With the latest edk2 tag, UEFI SCT tip build is broken. Seems like it needs Guid/SalSystemTable.h header file which is not in edk2 tree any more. Is a fix for this already being looked at?

Thanks
Ashish

-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

[-- Attachment #2: Type: text/html, Size: 1577 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UEFI SCT Build Broken
  2019-06-11 17:18 UEFI SCT Build Broken ashishsingha
@ 2019-06-11 19:36 ` Supreeth Venkatesh
  2019-06-11 20:25   ` Ashish Singhal
  0 siblings, 1 reply; 6+ messages in thread
From: Supreeth Venkatesh @ 2019-06-11 19:36 UTC (permalink / raw)
  To: Ashish Singhal, Eric Jin, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 1474 bytes --]

Ashish,

We are working towards fixing the issue for the next SCT tag corresponding to edk2 tag.
Can you please let us know whether you are referring to edk2 tip or which edk2 tag (edk2-stable201903)?

If possible, could you log a bug entry in bugzillafor edk2-test/SCT component?

Thanks,
Supreeth

From: Ashish Singhal <ashishsingha@nvidia.com>
Sent: Tuesday, June 11, 2019 12:18 PM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>; Eric Jin <eric.jin@intel.com>; devel@edk2.groups.io
Subject: UEFI SCT Build Broken

Hello Eric/Supreeth,

With the latest edk2 tag, UEFI SCT tip build is broken. Seems like it needs Guid/SalSystemTable.h header file which is not in edk2 tree any more. Is a fix for this already being looked at?

Thanks
Ashish
________________________________
This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
________________________________
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[-- Attachment #2: Type: text/html, Size: 5084 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UEFI SCT Build Broken
  2019-06-11 19:36 ` Supreeth Venkatesh
@ 2019-06-11 20:25   ` Ashish Singhal
  2019-06-12  9:18     ` Eric Jin
  0 siblings, 1 reply; 6+ messages in thread
From: Ashish Singhal @ 2019-06-11 20:25 UTC (permalink / raw)
  To: Supreeth Venkatesh, Eric Jin, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 1944 bytes --]

Supreeth,

It is broken against both edk2 tip as well as latest edk2 tag edk2-stable201903.

I have filed a bugzilla bug<https://bugzilla.tianocore.org/show_bug.cgi?id=1899> for the same.

Thanks
Ashish
________________________________
From: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>
Sent: Tuesday, June 11, 2019 1:36 PM
To: Ashish Singhal; Eric Jin; devel@edk2.groups.io
Subject: RE: UEFI SCT Build Broken


Ashish,



We are working towards fixing the issue for the next SCT tag corresponding to edk2 tag.

Can you please let us know whether you are referring to edk2 tip or which edk2 tag (edk2-stable201903)?



If possible, could you log a bug entry in bugzillafor edk2-test/SCT component?



Thanks,

Supreeth



From: Ashish Singhal <ashishsingha@nvidia.com>
Sent: Tuesday, June 11, 2019 12:18 PM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>; Eric Jin <eric.jin@intel.com>; devel@edk2.groups.io
Subject: UEFI SCT Build Broken



Hello Eric/Supreeth,



With the latest edk2 tag, UEFI SCT tip build is broken. Seems like it needs Guid/SalSystemTable.h header file which is not in edk2 tree any more. Is a fix for this already being looked at?



Thanks

Ashish

________________________________

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

________________________________
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[-- Attachment #2: Type: text/html, Size: 5781 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UEFI SCT Build Broken
  2019-06-11 20:25   ` Ashish Singhal
@ 2019-06-12  9:18     ` Eric Jin
  2019-06-12 16:49       ` Ashish Singhal
  2019-06-13  8:07       ` Eric Jin
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Jin @ 2019-06-12  9:18 UTC (permalink / raw)
  To: Ashish Singhal, Supreeth Venkatesh, devel@edk2.groups.io; +Cc: Jin, Eric

[-- Attachment #1: Type: text/plain, Size: 2661 bytes --]

Hi Ashish,

Thank for raising this issue.
UEFI SCT build pass with edk2-stable201903, and fail on edk2-stable201905, because edk2 drop the IPF support (4e1daa60f5372c22a11503961061ffa569eaf873).
UEFI SCT can remove IPF support too. I can follow it tomorrow. Thanks.


Best Regards
Eric

From: Ashish Singhal <ashishsingha@nvidia.com>
Sent: Wednesday, June 12, 2019 4:26 AM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>; Jin, Eric <eric.jin@intel.com>; devel@edk2.groups.io
Subject: Re: UEFI SCT Build Broken

Supreeth,

It is broken against both edk2 tip as well as latest edk2 tag edk2-stable201903.

I have filed a bugzilla bug<https://bugzilla.tianocore.org/show_bug.cgi?id=1899> for the same.

Thanks
Ashish
________________________________
From: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>
Sent: Tuesday, June 11, 2019 1:36 PM
To: Ashish Singhal; Eric Jin; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: RE: UEFI SCT Build Broken


Ashish,



We are working towards fixing the issue for the next SCT tag corresponding to edk2 tag.

Can you please let us know whether you are referring to edk2 tip or which edk2 tag (edk2-stable201903)?



If possible, could you log a bug entry in bugzillafor edk2-test/SCT component?



Thanks,

Supreeth



From: Ashish Singhal <ashishsingha@nvidia.com<mailto:ashishsingha@nvidia.com>>
Sent: Tuesday, June 11, 2019 12:18 PM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>; Eric Jin <eric.jin@intel.com<mailto:eric.jin@intel.com>>; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: UEFI SCT Build Broken



Hello Eric/Supreeth,



With the latest edk2 tag, UEFI SCT tip build is broken. Seems like it needs Guid/SalSystemTable.h header file which is not in edk2 tree any more. Is a fix for this already being looked at?



Thanks

Ashish

________________________________

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

________________________________
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[-- Attachment #2: Type: text/html, Size: 9565 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UEFI SCT Build Broken
  2019-06-12  9:18     ` Eric Jin
@ 2019-06-12 16:49       ` Ashish Singhal
  2019-06-13  8:07       ` Eric Jin
  1 sibling, 0 replies; 6+ messages in thread
From: Ashish Singhal @ 2019-06-12 16:49 UTC (permalink / raw)
  To: Jin, Eric, Supreeth Venkatesh, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 3070 bytes --]

Hi Eric,

That's right. I meant the latest tag in my email. Thanks for updating this in the bug I filed as well.

Thanks
Ashish
________________________________
From: Jin, Eric <eric.jin@intel.com>
Sent: Wednesday, June 12, 2019 3:18 AM
To: Ashish Singhal; Supreeth Venkatesh; devel@edk2.groups.io
Cc: Jin, Eric
Subject: RE: UEFI SCT Build Broken


Hi Ashish,



Thank for raising this issue.

UEFI SCT build pass with edk2-stable201903, and fail on edk2-stable201905, because edk2 drop the IPF support (4e1daa60f5372c22a11503961061ffa569eaf873).

UEFI SCT can remove IPF support too. I can follow it tomorrow. Thanks.





Best Regards

Eric



From: Ashish Singhal <ashishsingha@nvidia.com>
Sent: Wednesday, June 12, 2019 4:26 AM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>; Jin, Eric <eric.jin@intel.com>; devel@edk2.groups.io
Subject: Re: UEFI SCT Build Broken



Supreeth,



It is broken against both edk2 tip as well as latest edk2 tag edk2-stable201903.



I have filed a bugzilla bug<https://bugzilla.tianocore.org/show_bug.cgi?id=1899> for the same.



Thanks

Ashish

________________________________

From: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>
Sent: Tuesday, June 11, 2019 1:36 PM
To: Ashish Singhal; Eric Jin; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: RE: UEFI SCT Build Broken



Ashish,



We are working towards fixing the issue for the next SCT tag corresponding to edk2 tag.

Can you please let us know whether you are referring to edk2 tip or which edk2 tag (edk2-stable201903)?



If possible, could you log a bug entry in bugzillafor edk2-test/SCT component?



Thanks,

Supreeth



From: Ashish Singhal <ashishsingha@nvidia.com<mailto:ashishsingha@nvidia.com>>
Sent: Tuesday, June 11, 2019 12:18 PM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>; Eric Jin <eric.jin@intel.com<mailto:eric.jin@intel.com>>; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: UEFI SCT Build Broken



Hello Eric/Supreeth,



With the latest edk2 tag, UEFI SCT tip build is broken. Seems like it needs Guid/SalSystemTable.h header file which is not in edk2 tree any more. Is a fix for this already being looked at?



Thanks

Ashish

________________________________

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

________________________________

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[-- Attachment #2: Type: text/html, Size: 9272 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: UEFI SCT Build Broken
  2019-06-12  9:18     ` Eric Jin
  2019-06-12 16:49       ` Ashish Singhal
@ 2019-06-13  8:07       ` Eric Jin
  1 sibling, 0 replies; 6+ messages in thread
From: Eric Jin @ 2019-06-13  8:07 UTC (permalink / raw)
  To: Ashish Singhal, Supreeth Venkatesh, devel@edk2.groups.io

[-- Attachment #1: Type: text/plain, Size: 3203 bytes --]

Ashish,

Supreeth already sent out the patch yesterday, we will let you know if the patches are committed to repo. Thanks.

Best Regards
Eric

From: Jin, Eric <eric.jin@intel.com>
Sent: Wednesday, June 12, 2019 5:19 PM
To: Ashish Singhal <ashishsingha@nvidia.com>; Supreeth Venkatesh <Supreeth.Venkatesh@arm.com>; devel@edk2.groups.io
Cc: Jin, Eric <eric.jin@intel.com>
Subject: RE: UEFI SCT Build Broken

Hi Ashish,

Thank for raising this issue.
UEFI SCT build pass with edk2-stable201903, and fail on edk2-stable201905, because edk2 drop the IPF support (4e1daa60f5372c22a11503961061ffa569eaf873).
UEFI SCT can remove IPF support too. I can follow it tomorrow. Thanks.


Best Regards
Eric

From: Ashish Singhal <ashishsingha@nvidia.com<mailto:ashishsingha@nvidia.com>>
Sent: Wednesday, June 12, 2019 4:26 AM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>; Jin, Eric <eric.jin@intel.com<mailto:eric.jin@intel.com>>; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: Re: UEFI SCT Build Broken

Supreeth,

It is broken against both edk2 tip as well as latest edk2 tag edk2-stable201903.

I have filed a bugzilla bug<https://bugzilla.tianocore.org/show_bug.cgi?id=1899> for the same.

Thanks
Ashish
________________________________
From: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>
Sent: Tuesday, June 11, 2019 1:36 PM
To: Ashish Singhal; Eric Jin; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: RE: UEFI SCT Build Broken


Ashish,



We are working towards fixing the issue for the next SCT tag corresponding to edk2 tag.

Can you please let us know whether you are referring to edk2 tip or which edk2 tag (edk2-stable201903)?



If possible, could you log a bug entry in bugzillafor edk2-test/SCT component?



Thanks,

Supreeth



From: Ashish Singhal <ashishsingha@nvidia.com<mailto:ashishsingha@nvidia.com>>
Sent: Tuesday, June 11, 2019 12:18 PM
To: Supreeth Venkatesh <Supreeth.Venkatesh@arm.com<mailto:Supreeth.Venkatesh@arm.com>>; Eric Jin <eric.jin@intel.com<mailto:eric.jin@intel.com>>; devel@edk2.groups.io<mailto:devel@edk2.groups.io>
Subject: UEFI SCT Build Broken



Hello Eric/Supreeth,



With the latest edk2 tag, UEFI SCT tip build is broken. Seems like it needs Guid/SalSystemTable.h header file which is not in edk2 tree any more. Is a fix for this already being looked at?



Thanks

Ashish

________________________________

This email message is for the sole use of the intended recipient(s) and may contain confidential information.  Any unauthorized review, use, disclosure or distribution is prohibited.  If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

________________________________
IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[-- Attachment #2: Type: text/html, Size: 10797 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-06-13  8:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11 17:18 UEFI SCT Build Broken ashishsingha
2019-06-11 19:36 ` Supreeth Venkatesh
2019-06-11 20:25   ` Ashish Singhal
2019-06-12  9:18     ` Eric Jin
2019-06-12 16:49       ` Ashish Singhal
2019-06-13  8:07       ` Eric Jin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox