diff options
Diffstat (limited to 'tools/configure')
-rwxr-xr-x | tools/configure | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/tools/configure b/tools/configure index 7fffcfdb6a..324e7a3cc2 100755 --- a/tools/configure +++ b/tools/configure @@ -676,8 +676,9 @@ cat <<EOF ==Tatung== ==Olympus== ==Logik== 60) Elio TPJ-1022 70) M:Robe 500 80) DAX 1GB MP3/DAB 71) M:Robe 100 - ==Creative== - 90) Zen Vision:M 30GB + + ==Creative== ==Philips== + 90) Zen Vision:M 30GB 100) GoGear SA9200 91) Zen Vision:M 60GB 92) Zen Vision @@ -1651,6 +1652,30 @@ fi t_model="tpj1022" ;; + 100|sa9200) + target_id=41 + modelname="sa9200" + target="-DPHILIPS_SA9200" + memory=32 # supposedly + arm7tdmicc + tool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBOS" + bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" + bmp2rb_native="$rootdir/tools/bmp2rb -f 4" + output="rockbox.mi4" + appextra="recorder:gui" + plugins="" + swcodec="yes" + boottool="$rootdir/tools/scramble -mi4v3 -model=9200 -type=RBBL" + bootoutput="FWImage.ebn" + # toolset is the tools within the tools directory that we build for + # this particular target. + toolset="$genericbitmaptools scramble" + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="philips" + t_model="sa9200" + ;; + *) echo "Please select a supported target platform!" exit |