Skip to content

Commit cf7a596

Browse files
committed
Move .bif and add CI test
1 parent fa67e5e commit cf7a596

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/test-configs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,12 @@ jobs:
599599
arch: aarch64
600600
config-file: ./config/examples/zynqmp.config
601601

602+
zynqmp_sdcard_test:
603+
uses: ./.github/workflows/test-build-aarch64.yml
604+
with:
605+
arch: aarch64
606+
config-file: ./config/examples/zynqmp_sdcard.config
607+
602608
versal_vmk180_test:
603609
uses: ./.github/workflows/test-build-aarch64.yml
604610
with:

docs/Targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2113,7 +2113,7 @@ cp ${PREBUILT_DIR}/pmufw.elf .
21132113
cp ${PREBUILT_DIR}/bl31.elf .
21142114

21152115
source ${VITIS_PATH}/settings64.sh
2116-
bootgen -arch zynqmp -image ./tools/scripts/zynqmp_sd_boot.bif -w -o BOOT.BIN
2116+
bootgen -arch zynqmp -image ./tools/scripts/zcu102/zynqmp_sd_boot.bif -w -o BOOT.BIN
21172117
```
21182118

21192119
The BIF file (`zynqmp_sd_boot.bif`) configures the boot chain:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// wolfBoot loads firmware from MBR partitions on SD card
44
//
55
// Usage:
6-
// bootgen -arch zynqmp -image zynqmp_sd_boot.bif -w -o BOOT.BIN
6+
// bootgen -arch zynqmp -image tools/scripts/zcu102/zynqmp_sd_boot.bif -w -o BOOT.BIN
77
//
88
// Required files (copy to same directory):
99
// zynqmp_fsbl.elf - First Stage Boot Loader

0 commit comments

Comments
 (0)