[Concept,0/5] docker: Update Docker image and fix trace test

Message ID 20260219192130.737116-1-sjg@u-boot.org
Headers
Series docker: Update Docker image and fix trace test |

Message

Simon Glass Feb. 19, 2026, 7:21 p.m. UTC
  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(-)