Skip to content

Commit a19ee35

Browse files
committed
Fix the CI build for NXP T2080
1 parent 0f7c9c5 commit a19ee35

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test-configs.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,24 @@ jobs:
205205
arch: ppc
206206
config-file: ./config/examples/nxp-t1024.config
207207

208+
# T2080 RDB DDR register values are not yet populated (placeholders in
209+
# nxp_t2080.h), so CI must select a board with complete DDR config.
208210
nxp_t2080_test:
209211
uses: ./.github/workflows/test-build.yml
210212
with:
211213
arch: ppc
212214
config-file: ./config/examples/nxp-t2080.config
215+
make-args: CFLAGS_EXTRA=-DBOARD_NAII_68PPC2
216+
217+
# VPX3-152 compile test: validates board-specific code paths build cleanly.
218+
# Uses default config addresses (128MB layout); real hardware needs the
219+
# VPX3-152 address overrides uncommented in .config.
220+
nxp_t2080_vpx3152_test:
221+
uses: ./.github/workflows/test-build.yml
222+
with:
223+
arch: ppc
224+
config-file: ./config/examples/nxp-t2080.config
225+
make-args: CFLAGS_EXTRA=-DBOARD_CW_VPX3152
213226

214227
nxp_ls1028a_test:
215228
uses: ./.github/workflows/test-build.yml

0 commit comments

Comments
 (0)