All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] CI: Remove ts-smm-gateway from N1SDP
@ 2023-04-23 19:58 adam.johnston
  2023-04-23 19:58 ` [PATCH 1/1] " adam.johnston
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: adam.johnston @ 2023-04-23 19:58 UTC (permalink / raw
  To: meta-arm, Ross.Burton; +Cc: nd, Adam Johnston

From: Adam Johnston <adam.johnston@arm.com>

Installing SMM Gateway SP on the N1SDP may stop the platform from booting
for on-device testing in CI.

In n1sdp.yml, remove `ts-smm-gateway` if it has been added

Keep `ts-smm-gateway` in default SP set so it can still be tested with
other platforms e.g. `qemu-secureboot`

Adam Johnston (1):
  CI: Remove ts-smm-gateway from N1SDP

 ci/n1sdp.yml | 4 ++++
 1 file changed, 4 insertions(+)

-- 
2.25.1



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

* [PATCH 1/1] CI: Remove ts-smm-gateway from N1SDP
  2023-04-23 19:58 [PATCH 0/1] CI: Remove ts-smm-gateway from N1SDP adam.johnston
@ 2023-04-23 19:58 ` adam.johnston
  2023-04-24 21:19 ` [PATCH 0/1] " Jon Mason
       [not found] ` <1758A8B2CA2BFA80.10313@lists.yoctoproject.org>
  2 siblings, 0 replies; 4+ messages in thread
From: adam.johnston @ 2023-04-23 19:58 UTC (permalink / raw
  To: meta-arm, Ross.Burton; +Cc: nd, Adam Johnston

From: Adam Johnston <adam.johnston@arm.com>

Installing SMM Gateway SP on the N1SDP may stop the platform from booting
for on-device testing in CI.

In n1sdp.yml, remove `ts-smm-gateway` if it has been added

Keep `ts-smm-gateway` in default SP set so it can still be tested with
`qemu-secureboot`

Signed-off-by: Adam Johnston <adam.johnston@arm.com>
---
 ci/n1sdp.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/n1sdp.yml b/ci/n1sdp.yml
index 797a5225..f6883079 100644
--- a/ci/n1sdp.yml
+++ b/ci/n1sdp.yml
@@ -4,3 +4,7 @@ header:
     - ci/base.yml
 
 machine: n1sdp
+
+local_conf_header:
+  unsupported_trusted_services: |
+    MACHINE_FEATURES:remove = "ts-smm-gateway"
-- 
2.25.1



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

* Re: [PATCH 0/1] CI: Remove ts-smm-gateway from N1SDP
  2023-04-23 19:58 [PATCH 0/1] CI: Remove ts-smm-gateway from N1SDP adam.johnston
  2023-04-23 19:58 ` [PATCH 1/1] " adam.johnston
@ 2023-04-24 21:19 ` Jon Mason
       [not found] ` <1758A8B2CA2BFA80.10313@lists.yoctoproject.org>
  2 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2023-04-24 21:19 UTC (permalink / raw
  To: meta-arm, adam.johnston@arm.com, Ross.Burton; +Cc: nd

On Sun, 23 Apr 2023 20:58:54 +0100, adam.johnston@arm.com wrote:
> Installing SMM Gateway SP on the N1SDP may stop the platform from booting
> for on-device testing in CI.
> 
> In n1sdp.yml, remove `ts-smm-gateway` if it has been added
> 
> Keep `ts-smm-gateway` in default SP set so it can still be tested with
> other platforms e.g. `qemu-secureboot`
> 
> [...]

Applied, thanks!

[1/1] CI: Remove ts-smm-gateway from N1SDP
      commit: b3c7b2d7a53f5781787a66f629305b9467adeddc

Best regards,
-- 
Jon Mason <jon.mason@arm.com>


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

* RE: [meta-arm] [PATCH 1/1] CI: Remove ts-smm-gateway from N1SDP
       [not found] ` <1758A8B2CA2BFA80.10313@lists.yoctoproject.org>
@ 2023-04-26  7:34   ` Adam Johnston
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Johnston @ 2023-04-26  7:34 UTC (permalink / raw
  To: meta-arm@lists.yoctoproject.org, Ross Burton; +Cc: nd, Adam Johnston

Please can this CI fix be backported to langdale?

Thanks

Adam

-----Original Message-----
From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> On Behalf Of Adam Johnston via lists.yoctoproject.org
Sent: Sunday, April 23, 2023 8:59 PM
To: meta-arm@lists.yoctoproject.org; Ross Burton <Ross.Burton@arm.com>
Cc: nd <nd@arm.com>; Adam Johnston <Adam.Johnston@arm.com>
Subject: [meta-arm] [PATCH 1/1] CI: Remove ts-smm-gateway from N1SDP

From: Adam Johnston <adam.johnston@arm.com>

Installing SMM Gateway SP on the N1SDP may stop the platform from booting for on-device testing in CI.

In n1sdp.yml, remove `ts-smm-gateway` if it has been added

Keep `ts-smm-gateway` in default SP set so it can still be tested with `qemu-secureboot`

Signed-off-by: Adam Johnston <adam.johnston@arm.com>
---
 ci/n1sdp.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ci/n1sdp.yml b/ci/n1sdp.yml index 797a5225..f6883079 100644
--- a/ci/n1sdp.yml
+++ b/ci/n1sdp.yml
@@ -4,3 +4,7 @@ header:
     - ci/base.yml
 
 machine: n1sdp
+
+local_conf_header:
+  unsupported_trusted_services: |
+    MACHINE_FEATURES:remove = "ts-smm-gateway"
--
2.25.1



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

end of thread, other threads:[~2023-04-26  7:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-23 19:58 [PATCH 0/1] CI: Remove ts-smm-gateway from N1SDP adam.johnston
2023-04-23 19:58 ` [PATCH 1/1] " adam.johnston
2023-04-24 21:19 ` [PATCH 0/1] " Jon Mason
     [not found] ` <1758A8B2CA2BFA80.10313@lists.yoctoproject.org>
2023-04-26  7:34   ` [meta-arm] [PATCH 1/1] " Adam Johnston

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.