Skip to content

Commit

Permalink
ipl3: release r7
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Jun 25, 2024
1 parent 29c5a64 commit 49edb42
Show file tree
Hide file tree
Showing 6 changed files with 384 additions and 805 deletions.
7 changes: 7 additions & 0 deletions boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,13 @@ actually loading the main binary and run it.

(for each version, the md5 of ipl3_prod.z64 is reported)

r7 (7f014ed41cc53bb1a5e44f211f8c3dec)
* Fix RDRAM clearing to fully cover the whole memory (because of a bug,
some zones were not cleaned at all before).
* Improve boot time by ~10 ms thanks to some optimizations.
* Correctly configure X2 bit during RDRAM init. No visible change, but it
seems required, when reading the datasheet.

r6 (954cc30e419ba8561e252cd97f8da0a2)
* Fix iQue boot when the binary is in SA2 context.

Expand Down
Binary file modified boot/bin/ipl3_compat.z64
Binary file not shown.
Binary file modified boot/bin/ipl3_prod.z64
Binary file not shown.
2 changes: 1 addition & 1 deletion boot/ipl3_compat.ld
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SECTIONS {
} > rom

.text.signature 0xA4000FF8 : {
QUAD(0x0001A77970BCC63F);
QUAD(0x0003F10CF16E4E7C);
} > dmem

__stage2_size = __stage2_end - __stage2_start;
Expand Down
2 changes: 1 addition & 1 deletion boot/ipl3_prod.ld
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SECTIONS {
} > dmem

.text.signature 0xA4000FF8 : {
QUAD(0x00001C5CE9EB8A06);
QUAD(0x000023A66D530235);
} > dmem

__stage2_size = __stage2_end - __stage2_start;
Expand Down
Loading

0 comments on commit 49edb42

Please sign in to comment.