forked from len0rd/rockbox
Add support for the NWZ-A860
Change-Id: Ibf0c5168ac31d4ba2aeaa86cbeca37a1011b75fa
This commit is contained in:
parent
f22ccabac3
commit
ac57f96838
10 changed files with 419 additions and 10 deletions
25
tools/configure
vendored
25
tools/configure
vendored
|
|
@ -1512,7 +1512,7 @@ cat <<EOF
|
|||
208) Samsung YP-R1 231) 960 225) NWZ-E580 series
|
||||
226) NWZ-A10 series
|
||||
==iBasso== 227) NW-A20 series
|
||||
232) DX50
|
||||
232) DX50 228) NWZ-A860 series
|
||||
233) DX90
|
||||
|
||||
EOF
|
||||
|
|
@ -4007,6 +4007,29 @@ fi
|
|||
sonynwzcc
|
||||
;;
|
||||
|
||||
228|sonynwza860)
|
||||
application="yes"
|
||||
target_id=103
|
||||
modelname="sonynwza860"
|
||||
target="SONY_NWZA860"
|
||||
memory=16
|
||||
bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
|
||||
bmp2rb_native="$rootdir/tools/bmp2rb -f 4"
|
||||
tool="cp"
|
||||
output="rockbox.sony"
|
||||
boottool="$rootdir/tools/scramble -add=a860"
|
||||
bootoutput="bootloader-nwza860.sony"
|
||||
appextra="gui:recorder"
|
||||
plugins=""
|
||||
swcodec="yes"
|
||||
toolset=$genericbitmaptools
|
||||
t_cpu="hosted"
|
||||
t_manufacturer="sonynwz"
|
||||
t_model="nwza860"
|
||||
uname=`uname`
|
||||
sonynwzcc
|
||||
;;
|
||||
|
||||
230|ihifi760)
|
||||
target_id=92
|
||||
modelname="ihifi760"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue