mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
WIP hosted port to the Surfans F28
* Only bootloader builds * Plugins disabled * No keymaps to anything else * No simulator * Touchscreen not wired up yet * Audio still untested Bugs: * rotary encoder does nothing in bootloader (might be bootloader bug, might be something else) Other stuff pulled in: * Unify all of the (identical!) hibyos makefiles * Rename the "bootloader" to more generic name Change-Id: I6d8a3b58de726db8e89cf193c90960a070a575c2
This commit is contained in:
parent
3270daf2c4
commit
82f3d0c18f
27 changed files with 730 additions and 127 deletions
35
tools/configure
vendored
35
tools/configure
vendored
|
@ -1730,8 +1730,8 @@ cat <<EOF
|
|||
==Shanling== 242) X3II 248) Eros Q / K native
|
||||
260) Q1 243) X20 (hw3 bl only)
|
||||
249) Eros Q / K native
|
||||
(hw4 bl only)
|
||||
==Echo project==
|
||||
==Surfans== (hw4 bl only)
|
||||
==Echo project== 280) F28 (WIP)
|
||||
270) Echo R1 (WIP)
|
||||
EOF
|
||||
|
||||
|
@ -4019,7 +4019,7 @@ fi
|
|||
|
||||
240|agptekrocker)
|
||||
application="yes"
|
||||
app_type="rocker"
|
||||
app_type="hibyos"
|
||||
target_id=97
|
||||
modelname="agptekrocker"
|
||||
target="AGPTEK_ROCKER"
|
||||
|
@ -4064,7 +4064,7 @@ fi
|
|||
242|xduoox3ii)
|
||||
target_id=110
|
||||
application=yes
|
||||
app_type="xduoo"
|
||||
app_type="hibyos"
|
||||
modelname="xduoox3ii"
|
||||
target="XDUOO_X3II"
|
||||
memory=8
|
||||
|
@ -4087,7 +4087,7 @@ fi
|
|||
243|xduoox20)
|
||||
target_id=111
|
||||
application=yes
|
||||
app_type="xduoo"
|
||||
app_type="hibyos"
|
||||
modelname="xduoox20"
|
||||
target="XDUOO_X20"
|
||||
memory=8
|
||||
|
@ -4133,7 +4133,7 @@ fi
|
|||
245|aigoerosq|erosq)
|
||||
target_id=113
|
||||
application=yes
|
||||
app_type="erosq"
|
||||
app_type="hibyos"
|
||||
modelname="aigoerosq"
|
||||
target="EROS_Q"
|
||||
memory=8
|
||||
|
@ -4373,6 +4373,29 @@ fi
|
|||
t_model="echoplayer"
|
||||
;;
|
||||
|
||||
280|surfansf28)
|
||||
target_id=120
|
||||
application=yes
|
||||
app_type="hibyos"
|
||||
modelname="surfansf28"
|
||||
target="SURFANS_F28"
|
||||
memory=32 # 64 total!
|
||||
mipsellinuxcc
|
||||
tool="cp "
|
||||
boottool="cp "
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 10"
|
||||
output="rockbox.f28"
|
||||
bootoutput="bootloader.f28"
|
||||
appextra="recorder:gui:hosted"
|
||||
plugins="no"
|
||||
# architecture, manufacturer and model for the target-tree build
|
||||
t_cpu="hosted"
|
||||
t_manufacturer="surfans"
|
||||
t_model="f28"
|
||||
sysfontbl="16-Terminus"
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Please select a supported target platform!"
|
||||
exit 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue