config/git: Import pcsx-redux
We don't need the entire emulator, but we will be using a specific part: src/mips/openbios third_party/uC-sdk submodule is included, because it contains the necessary header files when building open bios. I will be adding Sony Playstation support to Canoeboot, alongside a new emulator project to be announced soon. Yes, RYF playstation is possible. A real playstation can run this BIOS. Then disable the copy protection from the CD controller by installing a modchip (PsNee runs free modchip firmware), and picostation is also libre if you want something to boot software from SD card instead of CD-R. Very hackable 90s games console. Libre SDKs also exist that are quite powerful, so you can actually use this machine while avoiding all proprietary software of any kind. Signed-off-by: Leah Rowe <leah@libreboot.org>20250107_branch
parent
c424795611
commit
1b6d56e4bf
|
@ -9,4 +9,4 @@ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
|
||||||
sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \
|
sharutils subversion swig texinfo ttf-dejavu unarchiver unzip wget xz zlib \
|
||||||
"
|
"
|
||||||
|
|
||||||
aur_notice="bdf-unifont unifont"
|
aur_notice="bdf-unifont unifont cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
|
||||||
|
|
|
@ -12,4 +12,5 @@ libusb-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted pciutils
|
||||||
perl pkg-config python3 python3-distutils python3-pkg-resources python3-pycryptodome \
|
perl pkg-config python3 python3-distutils python3-pkg-resources python3-pycryptodome \
|
||||||
python3-pyelftools python3-setuptools python-is-python3 sharutils swig unar \
|
python3-pyelftools python3-setuptools python-is-python3 sharutils swig unar \
|
||||||
unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \
|
unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \
|
||||||
|
g++-mipsel-linux-gnu make \
|
||||||
"
|
"
|
||||||
|
|
|
@ -9,3 +9,5 @@ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \
|
||||||
sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \
|
sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \
|
||||||
wget xz zlib ccache \
|
wget xz zlib ccache \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
aur_notice="cross-mipsel-linux-gnu-binutils cross-mipsel-linux-gnu-gcc"
|
||||||
|
|
|
@ -12,4 +12,5 @@ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
|
||||||
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
|
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
|
||||||
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
|
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
|
||||||
sharutils swig fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev \
|
sharutils swig fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev \
|
||||||
|
g++-mipsel-linux-gnu make \
|
||||||
"
|
"
|
||||||
|
|
|
@ -11,4 +11,5 @@ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
|
||||||
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
|
pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \
|
||||||
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
|
python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \
|
||||||
sharutils swig ttf-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \
|
sharutils swig ttf-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \
|
||||||
|
g++-mipsel-linux-gnu make \
|
||||||
"
|
"
|
||||||
|
|
|
@ -11,4 +11,5 @@ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \
|
||||||
pciutils perl pkg-config python3 python3-pkg-resources python3-pycryptodome \
|
pciutils perl pkg-config python3 python3-pkg-resources python3-pycryptodome \
|
||||||
python3-pyelftools python3-setuptools python-is-python3 sharutils swig \
|
python3-pyelftools python3-setuptools python-is-python3 sharutils swig \
|
||||||
fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \
|
fonts-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \
|
||||||
|
g++-mipsel-linux-gnu make \
|
||||||
"
|
"
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
rev="6ec5348058413619b290b069adbdae68180ce8c0"
|
||||||
|
url="https://github.com/grumpycoders/pcsx-redux"
|
||||||
|
bkup_url="https://codeberg.org/vimuser/pcsx-redux"
|
|
@ -0,0 +1 @@
|
||||||
|
third_party/uC-sdk
|
|
@ -0,0 +1,3 @@
|
||||||
|
subhash="7c6f1973a16893cf1f0868af6f8e60a028b933ad"
|
||||||
|
subrepo="https://github.com/grumpycoders/uC-sdk.git"
|
||||||
|
subrepo_bkup="https://codeberg.org/vimuser/uC-sdk"
|
Loading…
Reference in New Issue