From 561df3827e091c5646648a50b94278843a7554aa Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Thu, 4 Sep 2008 14:49:53 +0000 Subject: WPS editor: * Simplify Makefile * Get rid of buildall.* * Change library loading behaviour to work with MODEL_NAME Screenshot: * Simplify Makefile config-*.h: * Add MODEL_NAME git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18407 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-c100.h | 2 ++ firmware/export/config-c200.h | 2 +- firmware/export/config-cowond2.h | 2 ++ firmware/export/config-creativezv.h | 2 ++ firmware/export/config-creativezvm.h | 4 +++- firmware/export/config-creativezvm60gb.h | 2 ++ firmware/export/config-e200.h | 2 +- firmware/export/config-fmrecorder.h | 2 ++ firmware/export/config-gigabeat-s.h | 2 ++ firmware/export/config-gigabeat.h | 2 ++ firmware/export/config-h100.h | 2 ++ firmware/export/config-h120.h | 2 ++ firmware/export/config-h300.h | 2 ++ firmware/export/config-hdd1630.h | 2 +- firmware/export/config-iaudiom3.h | 2 ++ firmware/export/config-iaudiom5.h | 2 ++ firmware/export/config-iaudiox5.h | 2 ++ firmware/export/config-ifp7xx.h | 2 ++ firmware/export/config-ipod1g2g.h | 2 ++ firmware/export/config-ipod3g.h | 2 ++ firmware/export/config-ipod4g.h | 2 ++ firmware/export/config-ipodcolor.h | 2 ++ firmware/export/config-ipodmini.h | 2 ++ firmware/export/config-ipodmini2g.h | 2 ++ firmware/export/config-ipodnano.h | 2 ++ firmware/export/config-ipodvideo.h | 2 ++ firmware/export/config-logikdax.h | 2 ++ firmware/export/config-m200.h | 2 ++ firmware/export/config-meizu-m6sl.h | 4 +++- firmware/export/config-mrobe500.h | 1 + firmware/export/config-ondavx747.h | 2 ++ firmware/export/config-ondiofm.h | 2 ++ firmware/export/config-ondiosp.h | 2 ++ firmware/export/config-player.h | 2 ++ firmware/export/config-recorder.h | 2 ++ firmware/export/config-recorderv2.h | 2 ++ firmware/export/config-tpj1022.h | 2 ++ 37 files changed, 72 insertions(+), 5 deletions(-) (limited to 'firmware/export') diff --git a/firmware/export/config-c100.h b/firmware/export/config-c100.h index 91e21d0f3b..5bf0fc83a6 100644 --- a/firmware/export/config-c100.h +++ b/firmware/export/config-c100.h @@ -3,6 +3,8 @@ */ #define TARGET_TREE /* this target is using the target tree system */ +#define MODEL_NAME "Sandisk Sansa c100 series" + /* For Rolo and boot loader */ #define MODEL_NUMBER 30 diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h index d7b8e7e824..bb8adae505 100644 --- a/firmware/export/config-c200.h +++ b/firmware/export/config-c200.h @@ -5,7 +5,7 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 20 -#define MODEL_NAME "Sandisk Sansa c200" +#define MODEL_NAME "Sandisk Sansa c200 series" #define HW_SAMPR_CAPS (SAMPR_CAP_44) diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h index 841390b479..1bcb406837 100644 --- a/firmware/export/config-cowond2.h +++ b/firmware/export/config-cowond2.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 24 +#define MODEL_NAME "Cowon iAudio D2" + /* Produce a dual-boot bootloader.bin for mktccboot */ #define TCCBOOT diff --git a/firmware/export/config-creativezv.h b/firmware/export/config-creativezv.h index bf7b45b4a9..78055018d1 100644 --- a/firmware/export/config-creativezv.h +++ b/firmware/export/config-creativezv.h @@ -28,6 +28,8 @@ #define CREATIVE_ZV 1 +#define MODEL_NAME "Creative Zen Vision" + /* This makes it part of the Creative Zen Vision family :) */ #define CREATIVE_ZVx 1 diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h index 647e8e986c..c2abcda7f5 100644 --- a/firmware/export/config-creativezvm.h +++ b/firmware/export/config-creativezvm.h @@ -28,6 +28,8 @@ #define CREATIVE_ZVM 1 +#define MODEL_NAME "Creative Zen Vision: M" + /* This makes it part of the Creative Zen Vision family :) */ #define CREATIVE_ZVx 1 @@ -160,7 +162,7 @@ #define BOOTFILE "rockbox." BOOTFILE_EXT #define BOOTDIR "/.rockbox" -#define CONFIG_USBOTG USBOTG_ISP1583 +#define CONFIG_USBOTG USBOTG_ISP1583 #define HAVE_USBSTACK #define USB_VENDOR_ID 0x041e #define USB_PRODUCT_ID 0x4133 diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h index e9ad101a34..93fb2e5ec0 100644 --- a/firmware/export/config-creativezvm60gb.h +++ b/firmware/export/config-creativezvm60gb.h @@ -28,6 +28,8 @@ #define CREATIVE_ZVM60GB 1 +#define MODEL_NAME "Creative Zen Vision:M 60GB" + /* This makes it part of the Creative Zen Vision family :) */ #define CREATIVE_ZVx 1 diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h index 3a4ab69082..f187c973f5 100644 --- a/firmware/export/config-e200.h +++ b/firmware/export/config-e200.h @@ -5,7 +5,7 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 16 -#define MODEL_NAME "Sandisk Sansa e200" +#define MODEL_NAME "Sandisk Sansa e200 series" #define HW_SAMPR_CAPS (SAMPR_CAP_44) diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h index c3c894edb9..fd85e51b46 100644 --- a/firmware/export/config-fmrecorder.h +++ b/firmware/export/config-fmrecorder.h @@ -1,6 +1,8 @@ /* define this if you use an ATA controller */ #define HAVE_ATA +#define MODEL_NAME "Archos FM Recorder" + /* define this if you have recording possibility */ #define HAVE_RECORDING diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h index cafb202ebe..1f40339065 100644 --- a/firmware/export/config-gigabeat-s.h +++ b/firmware/export/config-gigabeat-s.h @@ -7,6 +7,8 @@ #define TOSHIBA_GIGABEAT_S 1 +#define MODEL_NAME "Toshiba Gigabeat S" + /* For Rolo and boot loader */ #define MODEL_NUMBER 21 diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h index cf64baab12..27bd51e3ab 100644 --- a/firmware/export/config-gigabeat.h +++ b/firmware/export/config-gigabeat.h @@ -5,6 +5,8 @@ #define TOSHIBA_GIGABEAT_F 1 +#define MODEL_NAME "Toshiba Gigabeat F" + /* For Rolo and boot loader */ #define MODEL_NUMBER 18 diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 987f9a686e..f250c5f862 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -9,6 +9,8 @@ */ #define IRIVER_H100_SERIES 1 +#define MODEL_NAME "iriver iHP-100 series" + /* For Rolo and boot loader */ #define MODEL_NUMBER 1 diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h index afb848898c..9cea95eb6f 100644 --- a/firmware/export/config-h120.h +++ b/firmware/export/config-h120.h @@ -4,6 +4,8 @@ */ #define IRIVER_H100_SERIES 1 +#define MODEL_NAME "iriver H120/H140" + /* For Rolo and boot loader */ #define MODEL_NUMBER 0 diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h index c9b473a2f3..4aae255daa 100644 --- a/firmware/export/config-h300.h +++ b/firmware/export/config-h300.h @@ -4,6 +4,8 @@ */ #define IRIVER_H300_SERIES 1 +#define MODEL_NAME "iriver H300 series" + /* For Rolo and boot loader */ #define MODEL_NUMBER 2 diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h index 19ca190a57..5b89bded21 100755 --- a/firmware/export/config-hdd1630.h +++ b/firmware/export/config-hdd1630.h @@ -1,5 +1,5 @@ /* - * This config file is for the iriver H10 20Gb + * This config file is for the Philips GoGear HDD1630 */ #define TARGET_TREE /* this target is using the target tree system */ diff --git a/firmware/export/config-iaudiom3.h b/firmware/export/config-iaudiom3.h index 1541f7cee5..b8dc52c91e 100644 --- a/firmware/export/config-iaudiom3.h +++ b/firmware/export/config-iaudiom3.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 25 +#define MODEL_NAME "iAudio M3" + /* define this if you use an ATA controller */ #define HAVE_ATA diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h index e54fb15231..a5b0f3d7bd 100644 --- a/firmware/export/config-iaudiom5.h +++ b/firmware/export/config-iaudiom5.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 17 +#define MODEL_NAME "iAudio M5" + /* define this if you use an ATA controller */ #define HAVE_ATA diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h index 0d6e50053f..c29d4242fe 100644 --- a/firmware/export/config-iaudiox5.h +++ b/firmware/export/config-iaudiox5.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 10 +#define MODEL_NAME "iAudio X5" + /* define this if you use an ATA controller */ #define HAVE_ATA diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h index 41193e251d..bea4374fc1 100644 --- a/firmware/export/config-ifp7xx.h +++ b/firmware/export/config-ifp7xx.h @@ -5,6 +5,8 @@ #define IRIVER_IFP7XX_SERIES 1 +#define MODEL_NAME "iriver iFP-799" + /* For Rolo and boot loader */ #define MODEL_NUMBER 6 diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h index 6781fe608f..cbb5267331 100644 --- a/firmware/export/config-ipod1g2g.h +++ b/firmware/export/config-ipod1g2g.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod 1g/2g" + /* For Rolo and boot loader */ #define MODEL_NUMBER 19 diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h index d5f403c1a9..6c78f408bf 100644 --- a/firmware/export/config-ipod3g.h +++ b/firmware/export/config-ipod3g.h @@ -6,6 +6,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod 3g" + /* For Rolo and boot loader */ #define MODEL_NUMBER 7 diff --git a/firmware/export/config-ipod4g.h b/firmware/export/config-ipod4g.h index ad03f41b90..c5c592dfca 100644 --- a/firmware/export/config-ipod4g.h +++ b/firmware/export/config-ipod4g.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod 4g Grayscale" + /* For Rolo and boot loader */ #define MODEL_NUMBER 8 diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h index 9a7c055d53..cda0857b19 100644 --- a/firmware/export/config-ipodcolor.h +++ b/firmware/export/config-ipodcolor.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod Color/Photo" + /* For Rolo and boot loader */ #define MODEL_NUMBER 3 diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h index 15aa95bce5..b5c566f4c5 100644 --- a/firmware/export/config-ipodmini.h +++ b/firmware/export/config-ipodmini.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod Mini 1g" + /* For Rolo and boot loader */ #define MODEL_NUMBER 9 diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h index c861f5ae13..6a6ab7b07a 100644 --- a/firmware/export/config-ipodmini2g.h +++ b/firmware/export/config-ipodmini2g.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod Mini 2g" + /* For Rolo and boot loader */ #define MODEL_NUMBER 11 diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h index ced2c47b4e..bfdf7fdc30 100644 --- a/firmware/export/config-ipodnano.h +++ b/firmware/export/config-ipodnano.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod Nano 1g" + /* For Rolo and boot loader */ #define MODEL_NUMBER 4 diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h index d15494cfd1..4c56d74c72 100644 --- a/firmware/export/config-ipodvideo.h +++ b/firmware/export/config-ipodvideo.h @@ -5,6 +5,8 @@ #define IPOD_ARCH 1 +#define MODEL_NAME "Apple iPod Video" + /* For Rolo and boot loader */ #define MODEL_NUMBER 5 diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h index 175bf7ccdf..c66a2ab581 100644 --- a/firmware/export/config-logikdax.h +++ b/firmware/export/config-logikdax.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 27 +#define MODEL_NAME "Logik DAX MP3/DAB" + /* define this if you have recording possibility */ //#define HAVE_RECORDING diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h index 875debd257..f7ab78d87e 100644 --- a/firmware/export/config-m200.h +++ b/firmware/export/config-m200.h @@ -6,6 +6,8 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 29 +#define MODEL_NAME "Sandisk Sansa m200 series" + /* Enable FAT16 support */ #define HAVE_FAT16SUPPORT diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h index 96c163ce11..f10f548dd3 100644 --- a/firmware/export/config-meizu-m6sl.h +++ b/firmware/export/config-meizu-m6sl.h @@ -1,11 +1,13 @@ /* - * This config file is for iAudio X5 + * This config file is for Meizu M6SL */ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ #define MODEL_NUMBER 1 +#define MODEL_NAME "Meizu M6SL" + /* define this if you have recording possibility */ //#define HAVE_RECORDING diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h index 285a53a014..b9b8ee65ab 100644 --- a/firmware/export/config-mrobe500.h +++ b/firmware/export/config-mrobe500.h @@ -27,6 +27,7 @@ #define CONFIG_SDRAM_START 0x00900000 #define OLYMPUS_MROBE_500 1 +#define MODEL_NAME "Olympus M:Robe 500i" /* For Rolo and boot loader */ #define MODEL_NUMBER 22 diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h index 9f5c800d3c..66570d4622 100644 --- a/firmware/export/config-ondavx747.h +++ b/firmware/export/config-ondavx747.h @@ -28,6 +28,8 @@ #define ONDA_VX747 1 +#define MODEL_NAME "Onda VX747" + /* For Rolo and boot loader */ #define MODEL_NUMBER 30 diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h index d750b2d756..8d3b040745 100644 --- a/firmware/export/config-ondiofm.h +++ b/firmware/export/config-ondiofm.h @@ -1,6 +1,8 @@ /* define this if you have recording possibility */ #define HAVE_RECORDING +#define MODEL_NAME "Ondio FM" + /* Define bitmask of input sources - recordable bitmask can be defined explicitly if different */ #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN) diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h index 43dbaaf06b..fc99bf459d 100644 --- a/firmware/export/config-ondiosp.h +++ b/firmware/export/config-ondiosp.h @@ -1,6 +1,8 @@ /* define this if you have a bitmap LCD display */ #define HAVE_LCD_BITMAP +#define MODEL_NAME "Ondio SP" + /* define this if you can flip your LCD */ #define HAVE_LCD_FLIP diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h index 2fefcbdcac..186bd5a58d 100644 --- a/firmware/export/config-player.h +++ b/firmware/export/config-player.h @@ -1,6 +1,8 @@ /* define this if you use an ATA controller */ #define HAVE_ATA +#define MODEL_NAME "Archos Player/Studio" + /* define this if you have a charcell LCD display */ #define HAVE_LCD_CHARCELLS diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h index bd9bd07d58..b86e31630a 100644 --- a/firmware/export/config-recorder.h +++ b/firmware/export/config-recorder.h @@ -1,6 +1,8 @@ /* define this if you use an ATA controller */ #define HAVE_ATA +#define MODEL_NAME "Archos Recorder" + /* define this if you have recording possibility */ #define HAVE_RECORDING diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h index 50066918b1..fd00b78887 100644 --- a/firmware/export/config-recorderv2.h +++ b/firmware/export/config-recorderv2.h @@ -1,6 +1,8 @@ /* define this if you use an ATA controller */ #define HAVE_ATA +#define MODEL_NAME "Archos Recorder v2" + /* define this if you have recording possibility */ #define HAVE_RECORDING diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h index 5a633ecee1..ea235edc24 100644 --- a/firmware/export/config-tpj1022.h +++ b/firmware/export/config-tpj1022.h @@ -4,6 +4,8 @@ #define TARGET_TREE /* this target is using the target tree system */ +#define MODEL_NAME "Tatung Elio TPJ-1022" + /* For Rolo and boot loader */ #define MODEL_NUMBER 15 -- cgit v1.2.3