mbox series

[0/3] Cleanup CS1000 recipes after removing OpenAMP

Message ID 20240430160301.802105-1-bence.balogh@arm.com
Headers show
Series Cleanup CS1000 recipes after removing OpenAMP | expand

Message

bence.balogh@arm.com April 30, 2024, 4:02 p.m. UTC
From: Bence Balogh <bence.balogh@arm.com>

The OpenAMP and libmetal references were removed from the TF-M and TS
recipes because only the Corstone1000 platform used them.

The docs were also updated to reflect the new A+M communication
protocol.

Bence Balogh (3):
  arm-bsp/doc: corstone1000: update A+M communication
  arm-bsp/trusted-firmware-m: remove OpenAMP and Libmetal
  arm/trusted-services: remove OpenAMP and Libmetal

 .../corstone1000/images/SecureServices.png    | Bin 57910 -> 111038 bytes
 .../corstone1000/software-architecture.rst    |  13 +++++----
 ...are-m-disable-address-warnings-into.patch} |   0
 ...modify-path-to-libmetal-version-file.patch |  27 ------------------
 .../trusted-firmware-m-corstone1000.inc       |  20 ++-----------
 .../trusted-services/trusted-services-src.inc |  14 +--------
 6 files changed, 11 insertions(+), 63 deletions(-)
 rename meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/{0002-arm-trusted-firmware-m-disable-address-warnings-into.patch => 0001-arm-trusted-firmware-m-disable-address-warnings-into.patch} (100%)
 delete mode 100644 meta-arm-bsp/recipes-bsp/trusted-firmware-m/files/0001-cmake-modify-path-to-libmetal-version-file.patch

--
2.25.1

Comments

Jon Mason May 1, 2024, 2:06 a.m. UTC | #1
On Tue, 30 Apr 2024 18:02:58 +0200, bence.balogh@arm.com wrote:
> From: Bence Balogh <bence.balogh@arm.com>
> 
> The OpenAMP and libmetal references were removed from the TF-M and TS
> recipes because only the Corstone1000 platform used them.
> 
> The docs were also updated to reflect the new A+M communication
> protocol.
> 
> [...]

Applied, thanks!

[1/3] arm-bsp/doc: corstone1000: update A+M communication
      commit: 013dded5a480324e7d262c470bcd5e6398ce0faa
[2/3] arm-bsp/trusted-firmware-m: remove OpenAMP and Libmetal
      commit: 1d122b18f23a618e97c6ad703bcc0e39eb23317a
[3/3] arm/trusted-services: remove OpenAMP and Libmetal
      commit: db28829ff85b58e1977b6382ebb60ab4da92b10c

Best regards,