From 0700d3938dc94a12abed378d1ab64faf6765c847 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 14 Aug 2026 10:13:25 -0700 Subject: [PATCH] ci: build zynqmp with FIT_RAMDISK to cover the src/fdt.c initrd paths --- .github/workflows/test-configs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/test-configs.yml b/.github/workflows/test-configs.yml index 5b8d3566ba..60366ad15e 100644 --- a/.github/workflows/test-configs.yml +++ b/.github/workflows/test-configs.yml @@ -799,6 +799,14 @@ jobs: config-file: ./config/examples/zynqmp_sdcard.config make-args: ENCRYPT=1 ENCRYPT_WITH_CHACHA=1 + # The only build that compiles the WOLFBOOT_FIT_RAMDISK paths of src/fdt.c. + zynqmp_sdcard_ramdisk_test: + uses: ./.github/workflows/test-build-aarch64.yml + with: + arch: aarch64 + config-file: ./config/examples/zynqmp_sdcard.config + make-args: FIT_RAMDISK=1 WOLFBOOT_LOAD_RAMDISK_ADDRESS=0x40000000 + zynqmp_fsbl_test: uses: ./.github/workflows/test-build-aarch64.yml with: