mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH v2] firmware-zynqmp: port from linux
@ 2019-02-21 12:13 Thomas Hämmerle
  2019-02-21 12:13 ` Thomas Hämmerle
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Hämmerle @ 2019-02-21 12:13 UTC (permalink / raw)
  To: barebox; +Cc: Thomas Hämmerle

From: Thomas Haemmerle <thomas.haemmerle@wolfvision.net>

Changes since v1:
- return -EIO (instead of -1) if API version or trustzone version are 
  earlier than v1.0 in probe function

Thomas Haemmerle (1):
  firmware-zynqmp: port from linux

 arch/arm/Kconfig                                   |   1 +
 arch/arm/mach-zynqmp/Makefile                      |   2 +-
 arch/arm/mach-zynqmp/firmware-zynqmp.c             | 601 +++++++++++++++++++++
 .../arm/mach-zynqmp/include/mach/firmware-zynqmp.h |  66 +++
 4 files changed, 669 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/mach-zynqmp/firmware-zynqmp.c
 create mode 100644 arch/arm/mach-zynqmp/include/mach/firmware-zynqmp.h

-- 
2.7.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-02-22  7:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21 12:13 [PATCH v2] firmware-zynqmp: port from linux Thomas Hämmerle
2019-02-21 12:13 ` Thomas Hämmerle
2019-02-22  7:53   ` Sascha Hauer

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