From 08c41d42bb699a1be99c9696b4d4fb7b40e8723a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 19 Oct 2008 14:11:01 +0000 Subject: Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18836 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-clip.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'firmware/export/config-clip.h') diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h index 0685e45fd9..d2c2b51d18 100644 --- a/firmware/export/config-clip.h +++ b/firmware/export/config-clip.h @@ -4,7 +4,7 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 50 +#define MODEL_NUMBER 40 #define MODEL_NAME "Sandisk Sansa Clip" #define FIRMWARE_OFFSET_FILE_DATA 0 #define FIRMWARE_OFFSET_FILE_CRC 0 @@ -69,11 +69,9 @@ /* There is no hardware tone control */ #define HAVE_SW_TONE_CONTROLS -#define HAVE_AS3525 - /* define this if you have a real-time clock */ #ifndef BOOTLOADER -//#define CONFIG_RTC RTC_AS3525 +#define CONFIG_RTC RTC_AS3525 #endif /* Define this if you have a software controlled poweroff */ @@ -148,7 +146,7 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USB_VENDOR_ID 0x0781 -#define USB_PRODUCT_ID 0x7421 +#define USB_PRODUCT_ID 0x7433 #endif /* BOOTLOADER */ /* Virtual LED (icon) */ @@ -157,6 +155,11 @@ /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ +#define MI4_FORMAT +#define BOOTFILE_EXT "sansa" +#define BOOTFILE "rockbox." BOOTFILE_EXT +#define BOOTDIR "/.rockbox" + #define ICODE_ATTR_TREMOR_NOT_MDCT #define INCLUDE_TIMEOUT_API -- cgit v1.2.3