2005-07-15 21:22:10 +00:00
|
|
|
/*
|
|
|
|
* This config file is for iAudio X5
|
|
|
|
*/
|
|
|
|
|
2006-02-04 00:01:15 +00:00
|
|
|
/* For Rolo and boot loader */
|
2006-03-21 14:40:07 +00:00
|
|
|
#define MODEL_NUMBER 10
|
2006-02-04 00:01:15 +00:00
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* define this if you have recording possibility */
|
|
|
|
/*#define HAVE_RECORDING 1*/
|
|
|
|
|
|
|
|
/* define this if you have a bitmap LCD display */
|
|
|
|
#define HAVE_LCD_BITMAP 1
|
|
|
|
|
2005-07-19 09:24:29 +00:00
|
|
|
/* define this if you have a colour LCD */
|
|
|
|
#define HAVE_LCD_COLOR 1
|
|
|
|
|
2006-04-10 03:51:17 +00:00
|
|
|
/* define this if you have access to the quickscreen */
|
|
|
|
#define HAVE_QUICKSCREEN
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* LCD dimensions */
|
|
|
|
#define LCD_WIDTH 160
|
|
|
|
#define LCD_HEIGHT 128
|
2006-02-20 12:03:32 +00:00
|
|
|
#define LCD_DEPTH 16 /* pseudo 262.144 colors */
|
|
|
|
#define LCD_PIXELFORMAT RGB565 /* rgb565 */
|
2005-07-15 21:22:10 +00:00
|
|
|
|
2006-04-11 10:37:37 +00:00
|
|
|
#define IRAM_LCDFRAMEBUFFER IDATA_ATTR /* put the lcd frame buffer in IRAM */
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* remote LCD */
|
|
|
|
#define LCD_REMOTE_WIDTH 128
|
|
|
|
#define LCD_REMOTE_HEIGHT 64
|
|
|
|
#define LCD_REMOTE_DEPTH 1
|
|
|
|
|
|
|
|
#define CONFIG_KEYPAD IAUDIO_X5_PAD
|
|
|
|
|
|
|
|
/* Define this if you do software codec */
|
2005-08-29 21:15:27 +00:00
|
|
|
#define CONFIG_CODEC SWCODEC
|
2005-07-15 21:22:10 +00:00
|
|
|
|
2006-02-21 21:35:06 +00:00
|
|
|
/* Define this if you have an remote lcd
|
2005-07-15 21:22:10 +00:00
|
|
|
#define HAVE_REMOTE_LCD
|
2006-02-21 21:35:06 +00:00
|
|
|
*/
|
2005-07-15 21:22:10 +00:00
|
|
|
|
|
|
|
#define CONFIG_LCD LCD_X5
|
|
|
|
|
2006-01-18 11:09:06 +00:00
|
|
|
/* Define this for LCD backlight available */
|
|
|
|
#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* Define this if you have a software controlled poweroff */
|
|
|
|
#define HAVE_SW_POWEROFF
|
|
|
|
|
|
|
|
/* The number of bytes reserved for loadable codecs */
|
2006-03-21 12:23:55 +00:00
|
|
|
#define CODEC_SIZE 0x80000
|
2005-07-15 21:22:10 +00:00
|
|
|
|
|
|
|
/* The number of bytes reserved for loadable plugins */
|
2006-01-18 00:05:14 +00:00
|
|
|
#define PLUGIN_BUFFER_SIZE 0x80000
|
2005-07-15 21:22:10 +00:00
|
|
|
|
2006-04-15 13:07:21 +00:00
|
|
|
#define BATTERY_CAPACITY_DEFAULT 950 /* default battery capacity */
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
#ifndef SIMULATOR
|
|
|
|
|
2005-07-31 17:31:33 +00:00
|
|
|
/* Define this if you have a Motorola SCF5250 */
|
2005-07-15 21:22:10 +00:00
|
|
|
#define CONFIG_CPU MCF5250
|
|
|
|
|
2005-07-31 17:31:33 +00:00
|
|
|
/* Define this if you want to use coldfire's i2c interface */
|
|
|
|
#define CONFIG_I2C I2C_COLDFIRE
|
2005-07-15 21:22:10 +00:00
|
|
|
|
2005-07-29 12:58:59 +00:00
|
|
|
#define HAVE_TLV320
|
|
|
|
|
2006-06-06 22:23:52 +00:00
|
|
|
/* Hardware controlled charging? FIXME */
|
|
|
|
#define CONFIG_CHARGING CHARGING_SIMPLE
|
2005-07-15 21:22:10 +00:00
|
|
|
|
|
|
|
/* define this if the hardware can be powered off while charging */
|
|
|
|
#define HAVE_POWEROFF_WHILE_CHARGING
|
|
|
|
|
2006-02-04 00:01:15 +00:00
|
|
|
/* The size of the flash ROM */
|
|
|
|
#define FLASH_SIZE 0x400000
|
2005-07-15 21:22:10 +00:00
|
|
|
|
|
|
|
/* Define this to the CPU frequency */
|
|
|
|
#define CPU_FREQ 11289600
|
|
|
|
|
2006-02-04 00:01:15 +00:00
|
|
|
/* Type of mobile power */
|
|
|
|
#define CONFIG_BATTERY BATT_LIPOL1300
|
2006-04-15 12:31:33 +00:00
|
|
|
#define BATTERY_CAPACITY_MIN 950 /* min. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_MAX 2250 /* max. capacity selectable */
|
|
|
|
#define BATTERY_CAPACITY_INC 50 /* capacity increment */
|
|
|
|
#define BATTERY_TYPES_COUNT 1 /* only one type */
|
|
|
|
#define BATTERY_SCALE_FACTOR 23437 /* FIX: this value is picked at random */
|
2006-02-04 00:01:15 +00:00
|
|
|
|
2006-03-31 08:40:00 +00:00
|
|
|
/* define this if you have a real-time clock */
|
|
|
|
#define CONFIG_RTC RTC_PCF50606
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* Define this if you have ATA power-off control */
|
|
|
|
#define HAVE_ATA_POWER_OFF
|
|
|
|
|
2006-03-31 08:40:00 +00:00
|
|
|
/* Virtual LED (icon) */
|
|
|
|
#define CONFIG_LED LED_VIRTUAL
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* Offset ( in the firmware file's header ) to the file CRC */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_CRC 0
|
|
|
|
|
|
|
|
/* Offset ( in the firmware file's header ) to the real data */
|
|
|
|
#define FIRMWARE_OFFSET_FILE_DATA 8
|
|
|
|
|
2006-02-04 00:01:15 +00:00
|
|
|
#define USB_X5STYLE
|
|
|
|
|
2005-07-15 21:22:10 +00:00
|
|
|
/* Define this if you have adjustable CPU frequency */
|
|
|
|
#define HAVE_ADJUSTABLE_CPU_FREQ
|
|
|
|
|
2005-09-02 15:05:35 +00:00
|
|
|
#define BOOTFILE_EXT "iaudio"
|
|
|
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
2005-07-15 21:22:10 +00:00
|
|
|
|
|
|
|
#endif
|