Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] ARM: at91: add support for secure suspend on sama5d2
@ 2022-03-07 10:15 Clément Léger
  2022-03-07 10:15 ` [PATCH v2 1/2] ARM: at91: add code to handle secure calls Clément Léger
  2022-03-07 10:15 ` [PATCH v2 2/2] ARM: at91: pm: add support for sama5d2 secure suspend Clément Léger
  0 siblings, 2 replies; 5+ messages in thread
From: Clément Léger @ 2022-03-07 10:15 UTC (permalink / raw)
  To: Russell King, Nicolas Ferre, Alexandre Belloni, Ludovic Desroches
  Cc: Clément Léger, linux-arm-kernel, linux-kernel,
	Thomas Petazzoni

Now that OP-TEE support for sama5d2 is more complete, add support to
execute SMC calls and to set suspend mode. This series adds new files
to be able to execute SMC calls targeting OP-TEE secure monitor and
secure suspend support uses it.

---

Changes V2:
 - Add suspend mode SMC in already existing secure support

Clément Léger (2):
  ARM: at91: add code to handle secure calls
  ARM: at91: pm: add support for sama5d2 secure suspend

 arch/arm/mach-at91/Kconfig      | 12 ++++++++-
 arch/arm/mach-at91/Makefile     |  2 +-
 arch/arm/mach-at91/pm.c         | 38 +++++++++++++++++++++++++++
 arch/arm/mach-at91/sam_secure.c | 46 +++++++++++++++++++++++++++++++++
 arch/arm/mach-at91/sam_secure.h | 18 +++++++++++++
 arch/arm/mach-at91/sama5.c      |  2 ++
 6 files changed, 116 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-at91/sam_secure.c
 create mode 100644 arch/arm/mach-at91/sam_secure.h

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-03-08 14:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07 10:15 [PATCH v2 0/2] ARM: at91: add support for secure suspend on sama5d2 Clément Léger
2022-03-07 10:15 ` [PATCH v2 1/2] ARM: at91: add code to handle secure calls Clément Léger
2022-03-07 10:15 ` [PATCH v2 2/2] ARM: at91: pm: add support for sama5d2 secure suspend Clément Léger
2022-03-08  8:21   ` Claudiu.Beznea
2022-03-08 14:03     ` Clément Léger

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