From: Jason Andryuk <jandryuk@gmail.com>
To: xen-devel@lists.xenproject.org
Cc: Henry Wang <Henry.Wang@arm.com>,
Jason Andryuk <jandryuk@gmail.com>,
George Dunlap <george.dunlap@citrix.com>,
Nick Rosbrook <rosbrookn@gmail.com>, Wei Liu <wl@xen.org>,
Anthony PERARD <anthony.perard@citrix.com>
Subject: [PATCH for-4.18 1/2] golang: Fixup binding for Arm FF-A
Date: Fri, 3 Nov 2023 15:45:50 -0400 [thread overview]
Message-ID: <20231103194551.64448-2-jandryuk@gmail.com> (raw)
In-Reply-To: <20231103194551.64448-1-jandryuk@gmail.com>
The new FF-A TEE type changed the go bindings. Update them.
Fixes: 8abdd8d52862 ("tools: add Arm FF-A mediator")
Signed-off-by: Jason Andryuk <jandryuk@gmail.com>
---
tools/golang/xenlight/types.gen.go | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/golang/xenlight/types.gen.go b/tools/golang/xenlight/types.gen.go
index 4f40aac28c..6a9ebb3fec 100644
--- a/tools/golang/xenlight/types.gen.go
+++ b/tools/golang/xenlight/types.gen.go
@@ -488,6 +488,7 @@ type TeeType int
const(
TeeTypeNone TeeType = 0
TeeTypeOptee TeeType = 1
+TeeTypeFfa TeeType = 2
)
type SveType int
--
2.41.0
next prev parent reply other threads:[~2023-11-03 19:47 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-03 19:45 [PATCH for-4.18 0/2] golang: Binding fixes Jason Andryuk
2023-11-03 19:45 ` Jason Andryuk [this message]
2023-11-04 2:15 ` [PATCH for-4.18 1/2] golang: Fixup binding for Arm FF-A Henry Wang
2023-11-06 11:38 ` George Dunlap
2023-11-03 19:45 ` [PATCH for-4.18 2/2] golang: Fix bindings after XSA-443 Jason Andryuk
2023-11-04 2:16 ` Henry Wang
2023-11-06 11:41 ` George Dunlap
2023-11-06 11:53 ` George Dunlap
2023-11-06 12:15 ` Jan Beulich
2023-11-03 19:50 ` [PATCH for-4.18 0/2] golang: Binding fixes Andrew Cooper
2023-11-06 5:38 ` Henry Wang
2023-11-06 13:52 ` Andrew Cooper
2023-11-06 11:52 ` George Dunlap
2023-11-06 13:04 ` Jason Andryuk
2023-11-06 12:45 ` Roger Pau Monné
2023-11-06 13:06 ` Jason Andryuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231103194551.64448-2-jandryuk@gmail.com \
--to=jandryuk@gmail.com \
--cc=Henry.Wang@arm.com \
--cc=anthony.perard@citrix.com \
--cc=george.dunlap@citrix.com \
--cc=rosbrookn@gmail.com \
--cc=wl@xen.org \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.