build, revisions and fixes for opendingux based platforms

This commit is contained in:
kub 2023-11-15 22:38:10 +00:00
parent 7f09f5c477
commit f2554438f8
7 changed files with 19 additions and 15 deletions

View file

@ -210,7 +210,7 @@ jobs:
run: | run: |
git config --global --add safe.directory $PWD git config --global --add safe.directory $PWD
ver=$(cut -d'"' -f2 platform/common/version.h)-$(git rev-parse --short HEAD) ver=$(cut -d'"' -f2 platform/common/version.h)-$(git rev-parse --short HEAD)
./configure --platform=opendingux ./configure --platform=gcw0 --platform=odbeta
make -j2 make -j2
mv PicoDrive.opk PicoDrive-odbeta-gcw0-$ver.opk mv PicoDrive.opk PicoDrive-odbeta-gcw0-$ver.opk
- name: artifacts - name: artifacts
@ -230,7 +230,7 @@ jobs:
run: | run: |
git config --global --add safe.directory $PWD git config --global --add safe.directory $PWD
ver=$(cut -d'"' -f2 platform/common/version.h)-$(git rev-parse --short HEAD) ver=$(cut -d'"' -f2 platform/common/version.h)-$(git rev-parse --short HEAD)
./configure --platform=opendingux ./configure --platform=opendingux --platform=odbeta
make -j2 make -j2
mv PicoDrive.opk PicoDrive-odbeta-lepus-$ver.opk mv PicoDrive.opk PicoDrive-odbeta-lepus-$ver.opk
- name: artifacts - name: artifacts

View file

@ -458,3 +458,4 @@ pico/memory.o pico/cd/memory.o pico/32x/memory.o : pico/memory.h
$(shell grep -rl pico_int.h pico) : pico/pico_int.h $(shell grep -rl pico_int.h pico) : pico/pico_int.h
# pico/cart.o : pico/carthw_cfg.c # pico/cart.o : pico/carthw_cfg.c
cpu/fame/famec.o: cpu/fame/famec.c cpu/fame/famec_opcodes.h cpu/fame/famec.o: cpu/fame/famec.c cpu/fame/famec_opcodes.h
platform/common/menu_pico.o: platform/libpicofe/menu.c

19
configure vendored
View file

@ -39,7 +39,7 @@ check_define()
# "" means "autodetect". # "" means "autodetect".
# TODO this is annoyingly messy. should have platform and device # TODO this is annoyingly messy. should have platform and device
platform_list="generic pandora gp2x wiz caanoo dingux retrofw gcw0 rg350 opendingux miyoo rpi1 rpi2 psp rg99" platform_list="generic pandora gp2x wiz caanoo dingux retrofw gcw0 rg350 opendingux miyoo rpi1 rpi2 psp rg99 odbeta"
platform="generic" platform="generic"
sound_driver_list="oss alsa sdl" sound_driver_list="oss alsa sdl"
sound_drivers="" sound_drivers=""
@ -73,6 +73,7 @@ fail()
set_platform() set_platform()
{ {
platform=$1 platform=$1
CFLAGS="$CFLAGS -D__`echo $platform | tr '[a-z]' '[A-Z]'`__"
case "$platform" in case "$platform" in
rpi1) rpi1)
MFLAGS="-mcpu=arm1176jzf-s -mfpu=vfp" MFLAGS="-mcpu=arm1176jzf-s -mfpu=vfp"
@ -83,6 +84,7 @@ set_platform()
have_gles="yes" have_gles="yes"
;; ;;
generic) generic)
MFLAGS=""
;; ;;
dingux) dingux)
# dingoo a320, ritmix rzx-50, the like. all have Ingenic MIPS cpu <= JZ4755 # dingoo a320, ritmix rzx-50, the like. all have Ingenic MIPS cpu <= JZ4755
@ -90,7 +92,6 @@ set_platform()
# use static linking since the lib situation is ... let's say vague # use static linking since the lib situation is ... let's say vague
#LDFLAGS="$LDFLAGS -static" #LDFLAGS="$LDFLAGS -static"
# uses a pre-gcw0 version of opendingux # uses a pre-gcw0 version of opendingux
CFLAGS="$CFLAGS -D__DINGUX__"
MFLAGS="-march=mips32 -msoft-float" MFLAGS="-march=mips32 -msoft-float"
platform="opendingux" platform="opendingux"
;; ;;
@ -98,7 +99,6 @@ set_platform()
# devices using retrofw. AFAIK all have Ingenic MIPS JZ4760 with fpu # devices using retrofw. AFAIK all have Ingenic MIPS JZ4760 with fpu
sound_drivers="sdl" sound_drivers="sdl"
# uses it's own modified version of opendingux # uses it's own modified version of opendingux
CFLAGS="$CFLAGS -D__RETROFW__"
MFLAGS="-march=mips32" MFLAGS="-march=mips32"
platform="opendingux" platform="opendingux"
;; ;;
@ -106,22 +106,26 @@ set_platform()
# more modern devices using opendingux, with Ingenic MIPS JZ4770 or newer # more modern devices using opendingux, with Ingenic MIPS JZ4770 or newer
sound_drivers="sdl" sound_drivers="sdl"
# mostly based on opendingux for gcw0, save device type as C define. # mostly based on opendingux for gcw0, save device type as C define.
CFLAGS="$CFLAGS -D__`echo $platform | tr '[a-z]' '[A-Z]'`__" CFLAGS="$CFLAGS -D__OPENDINGUX__"
MFLAGS="-march=mips32r2" MFLAGS="-march=mips32r2"
platform="opendingux" platform="opendingux"
;; ;;
odbeta)
# various devices with opendingux beta, arch flags from toolchain default
MFLAGS=""
platform="opendingux"
;;
rg99) rg99)
# RG99 using opendingux, with Ingenic MIPS JZ4725B # RG99 using opendingux, with Ingenic MIPS JZ4725B
sound_drivers="sdl" sound_drivers="sdl"
# mostly based on opendingux for gcw0, save device type as C define. # mostly based on opendingux for gcw0, save device type as C define.
CFLAGS="$CFLAGS -D__`echo $platform | tr '[a-z]' '[A-Z]'`__"
MFLAGS="-march=mips32" MFLAGS="-march=mips32"
CFLAGS="$CFLAGS -D__OPENDINGUX__"
platform="opendingux" platform="opendingux"
;; ;;
miyoo) miyoo)
# Miyoo BittBoy, PocketGO 1, PowKiddy V90/Q90 with Allwinner F1C100s # Miyoo BittBoy, PocketGO 1, PowKiddy V90/Q90 with Allwinner F1C100s
sound_drivers="sdl" sound_drivers="sdl"
CFLAGS="$CFLAGS -D__MIYOO__"
MFLAGS="-mcpu=arm926ej-s -marm" MFLAGS="-mcpu=arm926ej-s -marm"
platform="miyoo" platform="miyoo"
;; ;;
@ -146,7 +150,6 @@ set_platform()
psp) psp)
# use newlib # use newlib
SYSLIBS="-lc -lpspuser -lpspkernel" SYSLIBS="-lc -lpspuser -lpspkernel"
CFLAGS="$CFLAGS -D__PSP__"
MFLAGS="-march=allegrex" MFLAGS="-march=allegrex"
ARCH=mipsel ARCH=mipsel
;; ;;
@ -276,7 +279,7 @@ arm*)
esac esac
case "$platform" in case "$platform" in
rpi1 | rpi2 | generic | opendingux | miyoo) rpi1 | rpi2 | generic | opendingux | odbeta | miyoo)
need_sdl="yes" need_sdl="yes"
;; ;;
esac esac

View file

@ -351,7 +351,7 @@ void plat_init(void)
ret = plat_sdl_init(); ret = plat_sdl_init();
if (ret != 0) if (ret != 0)
exit(1); exit(1);
#if defined(__RG350__) || defined(__GCW0__) || defined(__OPENDINGUX__) || defined(__RG99__) #if defined(__OPENDINGUX__)
// opendingux on JZ47x0 may falsely report a HW overlay, fix to window // opendingux on JZ47x0 may falsely report a HW overlay, fix to window
plat_target.vout_method = 0; plat_target.vout_method = 0;
#endif #endif

@ -1 +1 @@
Subproject commit 7b58e15633b54621f9508cb673da61a6b0844955 Subproject commit d5a43fbd972854cf6f02a47a8ca4ccc1bdadfca8

View file

@ -78,7 +78,7 @@ const char * const _in_sdl_key_names[SDLK_LAST] = {
[SDLK_RETURN] = "START", [SDLK_RETURN] = "START",
[SDLK_ESCAPE] = "SELECT", [SDLK_ESCAPE] = "SELECT",
#if defined(__RG350__) || defined(__OPENDINGUX__) || defined(__RG99__) #if defined(__OPENDINGUX__)
[SDLK_HOME] = "POWER", [SDLK_HOME] = "POWER",
[SDLK_TAB] = "L1", [SDLK_TAB] = "L1",

View file

@ -115,7 +115,7 @@ mv PicoDrive-pandora-$rel release-$rel/
# gcw0 (untested): JZ4770 (mips32r2 with fpu), swapped X/Y buttons # gcw0 (untested): JZ4770 (mips32r2 with fpu), swapped X/Y buttons
docker pull ghcr.io/irixxxx/toolchain-odbeta-gcw0 docker pull ghcr.io/irixxxx/toolchain-odbeta-gcw0
echo " git config --global --add safe.directory /home/picodrive &&\ echo " git config --global --add safe.directory /home/picodrive &&\
./configure --platform=gcw0 &&\ ./configure --platform=gcw0 --platform=odbeta &&\
make clean && make -j2 all "\ make clean && make -j2 all "\
| docker run -i -v$PWD:/home/picodrive -w/home/picodrive --rm ghcr.io/irixxxx/toolchain-odbeta-gcw0 sh && | docker run -i -v$PWD:/home/picodrive -w/home/picodrive --rm ghcr.io/irixxxx/toolchain-odbeta-gcw0 sh &&
mv PicoDrive.opk release-$rel/PicoDrive-odbeta-gcw0_$rel.opk mv PicoDrive.opk release-$rel/PicoDrive-odbeta-gcw0_$rel.opk
@ -125,7 +125,7 @@ mv PicoDrive.opk release-$rel/PicoDrive-odbeta-gcw0_$rel.opk
# lepus (untested): JZ4760 (mips32r1 with fpu) # lepus (untested): JZ4760 (mips32r1 with fpu)
docker pull ghcr.io/irixxxx/toolchain-odbeta-lepus docker pull ghcr.io/irixxxx/toolchain-odbeta-lepus
echo " git config --global --add safe.directory /home/picodrive &&\ echo " git config --global --add safe.directory /home/picodrive &&\
./configure --platform=opendingux &&\ ./configure --platform=opendingux --platform=odbeta &&\
make clean && make -j2 all "\ make clean && make -j2 all "\
| docker run -i -v$PWD:/home/picodrive -w/home/picodrive --rm ghcr.io/irixxxx/toolchain-odbeta-lepus sh && | docker run -i -v$PWD:/home/picodrive -w/home/picodrive --rm ghcr.io/irixxxx/toolchain-odbeta-lepus sh &&
mv PicoDrive.opk release-$rel/PicoDrive-odbeta-lepus_$rel.opk mv PicoDrive.opk release-$rel/PicoDrive-odbeta-lepus_$rel.opk