Initial commit

This commit is contained in:
Al Azif
2025-05-12 14:30:43 -07:00
commit b9f5957555
28 changed files with 6529 additions and 0 deletions

16
fw_series_convention.txt Normal file
View File

@@ -0,0 +1,16 @@
PS4/PS5 Firmware Series Convention
Convention used by this repo to refer to a set of firmwares.
The pattern X.Yx means X.Y0 <= firmware < (X + 1).V0. Y is either 0 or 5. V is
5 if Y is 0, 0 if Y is 5.
examples:
* 6.0x refer to 6.00 <= fw < 6.50.
* 6.5x refer to 6.50 <= fw < 7.00.
The pattern X.xx means X.00 <= firmware < (X + 1).00.
examples:
* 6.xx refer to 6.00 <= fw < 7.00.
* 7.xx refer to 7.00 <= fw < 8.00.