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