mbox series

[0/2] N1SDP: Bump TF-A version, add optee support

Message ID 20220816131933.33160-1-vishnu.banavath@arm.com
Headers show
Series N1SDP: Bump TF-A version, add optee support | expand

Message

vishnu.banavath@arm.com Aug. 16, 2022, 1:19 p.m. UTC
From: Vishnu Banavath <vishnu.banavath@arm.com>

These changes are to bump TF-A version for N1SDP and also
to add optee-os support for N1SDP platform.

Vishnu Banavath (2):
  arm-bsp/trusted-firmware-a: Bump TF-A version for N1SDP
  arm-bsp/optee: add optee-os support for N1SDP target

 meta-arm-bsp/conf/machine/n1sdp.conf          |   3 +
 .../files/n1sdp/bl_size.patch                 |  40 ---
 .../trusted-firmware-a-n1sdp.inc              |  28 ++-
 ...DR-affinity-shift-and-mask-for-32-bi.patch |  29 +++
 ...lat-n1sdp-add-N1SDP-platform-support.patch | 233 ++++++++++++++++++
 ...ble-instruction-cache-and-data-cache.patch |  46 ++++
 .../n1sdp/0004-Handle-logging-syscall.patch   |  33 +++
 .../recipes-security/optee/optee-os-n1sdp.inc |  22 ++
 .../optee/optee-os_3.18.0.bbappend            |   6 +
 meta-arm/recipes-security/optee/optee-os.inc  |   6 +-
 10 files changed, 396 insertions(+), 50 deletions(-)
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/n1sdp/bl_size.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/0001-core-arm-add-MPIDR-affinity-shift-and-mask-for-32-bi.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/0002-plat-n1sdp-add-N1SDP-platform-support.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/0003-HACK-disable-instruction-cache-and-data-cache.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/0004-Handle-logging-syscall.patch
 create mode 100644 meta-arm-bsp/recipes-security/optee/optee-os-n1sdp.inc
 create mode 100644 meta-arm-bsp/recipes-security/optee/optee-os_3.18.0.bbappend

Comments

Jon Mason Aug. 17, 2022, 6:37 p.m. UTC | #1
On Tue, 16 Aug 2022 14:19:31 +0100, vishnu.banavath@arm.com wrote:
> These changes are to bump TF-A version for N1SDP and also
> to add optee-os support for N1SDP platform.
> 
> Vishnu Banavath (2):
>   arm-bsp/trusted-firmware-a: Bump TF-A version for N1SDP
>   arm-bsp/optee: add optee-os support for N1SDP target
> 
> [...]

Applied, thanks!

[1/2] arm-bsp/trusted-firmware-a: Bump TF-A version for N1SDP
      commit: 1badf7877fdcd7d7632f8ddbbde0c726ef501625
[2/2] arm-bsp/optee: add optee-os support for N1SDP target
      commit: 5496260af77a18c26174b99be39986f605d9f615

Best regards,