From ff9c250a3ec05c9afa3faf84e2e5d793f68361b4 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 25 Sep 2024 23:59:52 +0100 Subject: 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 --- config/data/pcsx-redux/mkhelper.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 config/data/pcsx-redux/mkhelper.cfg (limited to 'config/data/pcsx-redux/mkhelper.cfg') diff --git a/config/data/pcsx-redux/mkhelper.cfg b/config/data/pcsx-redux/mkhelper.cfg new file mode 100644 index 00000000..379ad032 --- /dev/null +++ b/config/data/pcsx-redux/mkhelper.cfg @@ -0,0 +1,3 @@ +. "include/rom.sh" + +postmake="copyps1bios" -- cgit v1.2.1