Add Sony PlayStation support to Libreboot

I also added a "cleanargs" argument, similar to the makeargs
argument, to work around a build error.

This builds the PCSX-Redux PS1 BIOS. They reverse engineered
the Sony PS1 BIOS and wrote a free one under MIT license.

Run this:

./mk -b pcsx-redux

The file will appear: bin/playstation/openbios.bin

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-09-25 23:59:52 +01:00
parent 2b0fe39acb
commit ff9c250a3e
5 changed files with 57 additions and 6 deletions
+3
View File
@@ -0,0 +1,3 @@
. "include/rom.sh"
postmake="copyps1bios"