Skip to content

Commit

Permalink
Sw: generate hex from DRAM ELFs
Browse files Browse the repository at this point in the history
  • Loading branch information
ezelioli committed Feb 6, 2025
1 parent 36504eb commit 88b2d12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sw/sw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -192,5 +192,9 @@ $(foreach link,$(CHS_SW_LINK_MODES),$(eval CHS_SW_TEST_DUMP += $(CHS_SW_TEST_C_L
CHS_SW_TEST_ROM_DUMP = $(filter %.rom.dump,$(CHS_SW_TEST_DUMP))
CHS_SW_TESTS += $(CHS_SW_TEST_ROM_DUMP:.rom.dump=.rom.memh) $(CHS_SW_TEST_ROM_DUMP:.rom.dump=.gpt.memh)

# Generate .memh targets for DRAM-linked tests
CHS_SW_TEST_DRAM_DUMP = $(filter %.dram.dump,$(CHS_SW_TEST_DUMP))
CHS_SW_TESTS += $(CHS_SW_TEST_DRAM_DUMP:.dram.dump=.dram.memh)

# Add all dumps to test build
CHS_SW_TESTS += $(CHS_SW_TEST_DUMP)

0 comments on commit 88b2d12

Please sign in to comment.