- 04 Oct, 2022 5 commits
-
-
Anton Antonov authored
This commit also enables clang CI pipelines for TS. Signed-off-by:
Anton Antonov <Anton.Antonov@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Rui Miguel Silva authored
Bump the kernel version to 5.19.9, remove backported ffa related patch to previous version and fix issues in the arm rpmsg driver. Signed-off-by:
Rui Miguel Silva <rui.silva@linaro.org> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Sumit Garg authored
Enable support for 11.3.rel1 binary toolchain release. Also, update CI to use it. Signed-off-by:
Sumit Garg <sumit.garg@linaro.org> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Sumit Garg authored
Along with that add a new variable ARM_GCC_SUB_VERSION as newer clubbed Arm GNU toolchain releases includes a sub-version like the current release being 11.3.rel1 where ARM_GCC_SUB_VERSION=rel1. Also, update CI to this release. Signed-off-by:
Sumit Garg <sumit.garg@linaro.org> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
- 03 Oct, 2022 3 commits
-
-
Jon Mason authored
Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Jon Mason authored
Move the features uniquely needed for system images to the testimage file. This should reduce the image size and amount of things needing to be built for machines that do not run testimage. Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Jon Mason authored
Move the FVP include file to the include directory, matching what is done for corstone1000 and other machines in meta-arm-bsp. Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
- 01 Oct, 2022 12 commits
-
-
Abdellatif El Khlifi authored
ffa-debugfs kernel module is replaced with arm-ffa-user module Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
secure-partitions recipe is replaced with the new design of trusted services recipes. Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
add arm-ffa machine feature which applies FF-A config fragment and kernel patch Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
Trusted Services PSA API tests commands allow testing the following SE Proxy services: crypto, its, ps and iat Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
Add an out of tree patch enabling MHU-driver Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
exclude kernel-image-* packages from the rootfs Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
support for ts-smm-gateway and ts-se-proxy secure partitions Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
removing the following packages: ffa-debugfs-mod secure-partitions-psa-api-tests Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
optee-spdevkit no longer used. It has been replaced with newlib Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
Upgrading optee-os uses the new Trusted Services support Signed-off-by:
Vishnu Banavath <vishnu.banavath@arm.com> Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
update the FF-A patchset with the one sent to the u-boot mailing list cover letter: https://lore.kernel.org/all/20220926101723.9965-1-abdellatif.elkhlifi@arm.com/ Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
Abdellatif El Khlifi authored
increase the size of the initramfs bundle used in the boot command The new trusted services support increases the rootfs size. When decompressed the initramfs bundle size is around 15M. u-boot boot command needs to be updated with this size to be able to load all the initramfs bundle. When compressed the initramfs bundle size is around 5.4M (Image.gz-initramfs--5.15.59) Signed-off-by:
Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
-
- 03 Oct, 2022 5 commits
-
-
Peter Hoyes authored
The prevoius commit refactored trusted-firmware-m-sign-host-images.inc into tfm_sign_image.bbclass. Move the image signing logic from the TF-M bbappend to corstone1000-image.bb, using the new bbclass. Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: Ib76dce2ba9102e343d0611d929250d1d8aee518b Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Peter Hoyes authored
Introduce a new recipe for the TF-M signing scripts. To make the functionality easier to reuse, move the logic that is currently in trusted-firmware-m-sign-host-images.inc to tfm_sign_image.bbclass. This bbclass DEPENDS on trusted-firmware-m-scrpits-native. tfm_sign_image.bbclass can be inherited in image recipes to sign artifacts. Issue-Id: SCM-4964 Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: I74aaab5db1a43fedf13ea2564c2f31af207ae924 Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Peter Hoyes authored
In order to support overriding the branch names in other layers, extract the branch name for each repository and set using default assignment. Issue-Id: SCM-4964 Signed-off-by:
Peter Hoyes <Peter.Hoyes@arm.com> Change-Id: I09d0c1f1d012c1abb84648ad974883bbdaa1db7a Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Emekcan authored
Migrating RTX repo to a new namespace under arm reference solution. The new repo also adds corstone1000 as a product so this commits also changes the PRODUCT variable. Signed-off-by:
Emekcan Aras <emekcan.aras@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Emekcan authored
Migrating the test repo to a new namespace under arm reference solution. Signed-off-by:
Emekcan Aras <emekcan.aras@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
- 30 Sep, 2022 4 commits
-
-
Jon Mason authored
Remove microbit-v1, qemu-cortex-a53, qemu-cortex-m3, and qemu-cortex-r5 from CI (and the tree in general). These machines are part of the meta-zephyr CI now and keeping them here is redundant. However, keeping zephyr builds for machines that also have TF-M. Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Adam Johnston authored
Update TF-A version to align with post-N1SDP-2022.06.22 refresh Signed-off-by:
Adam Johnston <adam.johnston@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Adam Johnston authored
This is to align edk2/edk2-platforms with N1SDP-2022.06.22 release Signed-off-by:
Adam Johnston <adam.johnston@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Adam Johnston authored
Update edk2/edk2-platforms versions to align with N1SDP-2022.06.22 release. Signed-off-by:
Adam Johnston <adam.johnston@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
- 29 Sep, 2022 6 commits
-
-
Jon Mason authored
Now that langdale is available, convert all kirkstone references to it. Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Ross Burton authored
Since 820a55d3 the environment that the FVPs run in is limited, however this broke the use of GUI applications for the terminals. Passthrough DISPLAY and WAYLAND_DISPLAY automatically so these continue to work. Signed-off-by:
Ross Burton <ross.burton@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Davidson K authored
Signed-off-by:
Davidson K <davidson.kumaresan@arm.com> Change-Id: I348b80ee8d31f6ac7c528bcd80490fe83ac5f97d Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Davidson K authored
Signed-off-by:
Davidson K <davidson.kumaresan@arm.com> Change-Id: Ice2396de4705ed7859c2334678170ef7f17e4709 Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Davidson K authored
Since U-Boot 2022.04 the host tool mkeficapsule requires gnutls. Thus adding it to the dependency. Signed-off-by:
Davidson K <davidson.kumaresan@arm.com> Change-Id: I8eff2e9bb9752bea5b885fcf3a69bf79c4f0c215 Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Ross Burton authored
This reverts commit f5132375.
-
- 28 Sep, 2022 2 commits
-
-
Jiacheng Tang authored
Update version in documentation. Issue-Id: SCM-5168 Signed-off-by:
Jiacheng Tang <jiacheng.tang@arm.com> Change-Id: Iea0815fb7e99997f45f7882c47138f0f9dfac0ac Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Khem Raj authored
This does not build with clang from meta-clang and also does not build with gcc either Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
- 26 Sep, 2022 3 commits
-
-
Xueliang Zhong authored
Upgraded N1SDP scp-firmware to N1SDP-2022.06.22 version. Signed-off-by:
Xueliang Zhong <xueliang.zhong@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Anton Antonov authored
Signed-off-by:
Anton Antonov <Anton.Antonov@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-
Emekcan authored
Adds the external system test application and the relevant recipe into the corstone1000 initramfs image. Signed-off-by:
Emekcan Aras <emekcan.aras@arm.com> Signed-off-by:
Jon Mason <jon.mason@arm.com>
-