Skip to content

Commit 40e6249

Browse files
committed
Fix the CI build for NXP T2080
1 parent 7342aa3 commit 40e6249

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/test-configs.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,24 @@ jobs:
207207

208208
nxp_t2080_test:
209209
uses: ./.github/workflows/test-build-powerpc.yml
210+
# T2080 RDB DDR register values are not yet populated (placeholders in
211+
# nxp_t2080.h), so CI must select a board with complete DDR config.
212+
nxp_t2080_test_naii_68ppc2:
213+
uses: ./.github/workflows/test-build-powerpc.yml
214+
with:
215+
arch: ppc
216+
config-file: ./config/examples/nxp-t2080.config
217+
make-args: CFLAGS_EXTRA=-DBOARD_NAII_68PPC2
218+
219+
# VPX3-152 compile test: validates board-specific code paths build cleanly.
220+
# Uses default config addresses (128MB layout); real hardware needs the
221+
# VPX3-152 address overrides uncommented in .config.
222+
nxp_t2080_vpx3152_test:
223+
uses: ./.github/workflows/test-build-powerpc.yml
210224
with:
211225
arch: ppc
212226
config-file: ./config/examples/nxp-t2080.config
227+
make-args: CFLAGS_EXTRA=-DBOARD_CW_VPX3152
213228

214229
nxp_ls1028a_test:
215230
uses: ./.github/workflows/test-build.yml

0 commit comments

Comments
 (0)