[rsp] Introduce microcode build process, disassemble and build both rspboot versions (#2764)

* [rsp] Introduce microcode build process, disassemble and build both rspboot versions

* Suggested changes

* Check-in tool for generating armips.cpp from upstream sources, regen armips.cpp against a newer commit

* License armips_gen.py, add notice that armips.cpp is automatically generated

* Qualify comment with X105

* Clarify the assumed purpose of rspboot releasing SP_SEMAPHORE
This commit is contained in:
Tharo
2026-08-02 15:27:33 +01:00
committed by GitHub
parent 32b88f90a8
commit da4a1f661c
14 changed files with 21657 additions and 22 deletions
+5 -1
View File
@@ -85,7 +85,11 @@ beginseg
include "$(BUILD_DIR)/src/boot/build.o"
// RSP microcode
include "$(BUILD_DIR)/data/rspboot.o"
#if PLATFORM_N64
include "$(BUILD_DIR)/rsp/rspboot_ap.o"
#else
include "$(BUILD_DIR)/rsp/rspboot.o"
#endif
include "$(BUILD_DIR)/data/cic6105.o"
// Extra files for non-matching debug builds