File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments