Message ID | 20211211100226.17180-1-abdellatif.elkhlifi@arm.com |
---|---|
Headers | show |
Series | Corstone1000: updating source-code and fixes | expand |
On Sat, 11 Dec 2021 10:02:19 +0000, abdellatif.elkhlifi@arm.com wrote: > From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> > > Updates and fixes for the following components: > > trusted-firmware-m > optee-os > secure-partitions > u-boot > > [...] Applied, thanks! [1/7] arm-bsp/trusted-firmware-m: corstone1000: bump the version to 1.5 commit: ea8d5b2eeb81a54232e1cdb36051ff698cf0d009 [2/7] arm-bsp/optee-os: corstone1000: unpack sp_manifest_combined_se.dts in WORKDIR commit: 55e3fef745bcf898c609dbd971301db4e96d5de9 [3/7] arm-bsp/secure-partitions: rebase TS patches commit: 56d2e4e79c82923acfc39cbb4a0854e43677b916 [4/7] arm-bsp/optee-os: cherry pick fixes from upstream integration branch commit: 13e4bd913b159755cf7a11546a5eb718d447e95a [5/7] arm-bsp/u-boot: corstone1000: Fix GetVariable data size issue commit: 0bf8eb4caa72f353b5590d72016f242b2a5b5ceb [6/7] arm/secure-partitions: introducing a common file commit: e8432d0333b77c0265c9b0d80553b48cefbb0c2b [7/7] arm-bsp/secure-partitions: corstone1000: using the default SHA commit: f01e8234ab64d7c6bb0e75898fd85ec9145f284d Best regards,
From: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Updates and fixes for the following components: trusted-firmware-m optee-os secure-partitions u-boot Abdellatif El Khlifi (4): arm-bsp/trusted-firmware-m: corstone1000: bump the version to 1.5 arm-bsp/optee-os: corstone1000: unpack sp_manifest_combined_se.dts in WORKDIR arm/secure-partitions: introducing a common file arm-bsp/secure-partitions: corstone1000: using the default SHA Gowtham Suresh Kumar (1): arm-bsp/u-boot: corstone1000: Fix GetVariable data size issue Vishnu Banavath (2): arm-bsp/secure-partitions: rebase TS patches arm-bsp/optee-os: cherry pick fixes from upstream integration branch .../conf/machine/include/corstone1000.inc | 1 + ...ppend => trusted-firmware-m_1.4%.bbappend} | 0 ...ix-GetVariable-to-handle-0-data-size.patch | 47 + .../recipes-bsp/u-boot/u-boot_%.bbappend | 1 + ...d-missing-error-check-during-SP-init.patch | 40 + .../optee/optee-os_corstone1000.inc | 5 +- .../optee/optee-os_corstone1000_common.inc | 3 +- ...pplying-lowercase-project-convention.patch | 6 +- ...0002-fix-EARLY_TA_PATHS-env-variable.patch | 6 +- ...proxy-dts-add-se-proxy-as-child-node.patch | 6 +- ...te-mm-comm-buffer-region-in-dts-file.patch | 10 +- .../0005-Configure-NV-storage-macro.patch | 10 +- .../0006-Use-device-region.patch | 10 +- ...7-Add-openamp-to-SE-proxy-deployment.patch | 20 +- ...iver-and-the-OpenAmp-conversion-laye.patch | 6 +- .../0009-Add-openamp-rpc-caller.patch | 10 +- ...-add-psa-client-definitions-for-ff-m.patch | 8 +- ...mon-service-component-to-ipc-support.patch | 12 +- .../0012-Add-secure-storage-ipc-backend.patch | 10 +- ...storage-ipc-and-openamp-for-se_proxy.patch | 6 +- ...d-uefi-variable-append-write-support.patch | 1152 +++++++++++++++++ ...riable-support-for-QueryVariableInfo.patch | 822 ++++++++++++ .../0016-Add-uefi-test-deployment.patch | 239 ++++ ...-parameter-setting-in-sp-ffarpc_call.patch | 31 + ...-call-requests-with-no-shared-buffer.patch | 107 ++ .../trusted-services/ts-corstone1000.inc | 7 +- .../trusted-services/secure-partitions.inc | 25 + .../trusted-services/secure-partitions_git.bb | 17 +- 28 files changed, 2539 insertions(+), 78 deletions(-) rename meta-arm-bsp/recipes-bsp/trusted-firmware-m/{trusted-firmware-m_%.bbappend => trusted-firmware-m_1.4%.bbappend} (100%) create mode 100644 meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/0035-Fix-GetVariable-to-handle-0-data-size.patch create mode 100644 meta-arm-bsp/recipes-security/optee/files/optee-os/corstone1000/0005-Fix-add-missing-error-check-during-SP-init.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0014-Add-uefi-variable-append-write-support.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0015-Add-UEFI-variable-support-for-QueryVariableInfo.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0016-Add-uefi-test-deployment.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0017-Fix-interface-ID-parameter-setting-in-sp-ffarpc_call.patch create mode 100644 meta-arm-bsp/recipes-security/trusted-services/secure-partitions/0018-Support-FFARPC-call-requests-with-no-shared-buffer.patch create mode 100644 meta-arm/recipes-security/trusted-services/secure-partitions.inc