From: Simon Glass <simon.glass@canonical.com> Update the CI Docker image for build compatibility: - Pin trace-cmd libraries to pre-BTF versions for Jammy - Update coreboot from 24.08 to 24.12 - Add Arm FVP platform and vexpress test support - Install Rust toolchain for ulib example builds Fix the trace test to handle the new trace-cmd output format which appends caller information to function trace lines. Simon Glass (3): docker: Install Rust toolchain for ulib examples docker: Update Dockerfile for build compatibility test: trace: Handle trace-cmd caller-info output format Tom Rini (2): Dockerfile: Download the Arm FVP and extract it Docker, CI: Add vexpress_fvp / vexpress_fvp_bloblist support .gitlab-ci.yml | 2 +- test/py/tests/test_trace.py | 9 +++--- tools/docker/Dockerfile | 56 +++++++++++++++++++++++++++++-------- 3 files changed, 50 insertions(+), 17 deletions(-) -- 2.43.0 base-commit: c3b3dd0245d3437ba28a2f9110a88a1351c50ba7 branch: dock