This series of patches is updating the software stack to version 1.7. It was tested on the hardware and via FVP.
The current implementation can be found here [1]
[1] https://git.morello-project.org/pzalewski/meta-morello/-/tree/release-1.7?re...
Pawel Zalewski (15): llvm-morello: update recipes to 1.7 classes: modify llvm musl: update recipe to 1.7 board-firmware: update recipes to 1.7 scp-firmware: update the recipes to 1.7 tf-a: update recipe to 1.7 fiptool-native: update recipe to 1.7 edk2: update recipe to 1.7 linux-morello: update recipe to 1.7 busybox-morello: update to latest commit gdb: update to latest commit purecap-app: update compiler flags for 1.7 machine: update config to 1.7 gitlab-ci: fix the log path gitlab-ci: add libc++-13
.gitlab-ci.yml | 3 +- .../classes/llvm-morello.bbclass | 19 ++++---- .../recipes-core/musl/musl-morello-c64-so.inc | 5 +++ .../recipes-core/musl/musl-morello-c64.inc | 2 +- .../recipes-core/musl/musl-morello-common.inc | 6 +-- ...usl_morello-1.6.bb => musl_morello-1.7.bb} | 0 .../recipes-devtools/llvm/llvm-morello.inc | 4 +- .../llvm/llvm-morello_13.0.bb | 8 ++-- .../conf/machine/include/morello-common.inc | 10 ++--- ...o-1.6.bb => board-firmware_morello-1.7.bb} | 6 +-- ...o-2.10.bb => scp-firmware_morello-2.12.bb} | 6 +-- ...7.bb => trusted-firmware-a_morello-2.9.bb} | 4 +- ...lo-2.4.bb => edk2-firmware_morello-2.7.bb} | 23 ++++------ ...Basetools-remove-brotli-build-errors.patch | 45 ------------------- .../busybox/busybox-morello_morello-1.5.bb | 2 +- ...-append-toolchain-with-relative-path.patch | 2 +- .../fiptool/fiptool-native_2.7.bb | 8 +++- meta-morello/recipes-devtools/gdb/gdb.inc | 2 +- ...lo-1.6.bb => linux-morello_morello-1.7.bb} | 6 +-- .../applications/files/Makefile | 2 +- 20 files changed, 63 insertions(+), 100 deletions(-) rename meta-morello-toolchain/recipes-core/musl/{musl_morello-1.6.bb => musl_morello-1.7.bb} (100%) rename meta-morello/recipes-bsp/board-firmware/{board-firmware_morello-1.6.bb => board-firmware_morello-1.7.bb} (83%) rename meta-morello/recipes-bsp/scp-firmware/{scp-firmware_morello-2.10.bb => scp-firmware_morello-2.12.bb} (94%) rename meta-morello/recipes-bsp/trusted-firmware-a/{trusted-firmware-a_morello-2.7.bb => trusted-firmware-a_morello-2.9.bb} (95%) rename meta-morello/recipes-bsp/uefi/{edk2-firmware_morello-2.4.bb => edk2-firmware_morello-2.7.bb} (67%) delete mode 100644 meta-morello/recipes-bsp/uefi/files/0001-Basetools-remove-brotli-build-errors.patch rename meta-morello/recipes-kernel/linux/{linux-morello_morello-1.6.bb => linux-morello_morello-1.7.bb} (51%)