TARGET_TREE is not needed anymore
[maemo-rb.git] / firmware / export / config / tatungtpj1022.h
blob13d23ab65d80dc2eba0abd679963d3a5fc1dacfe
1 /*
2 * This config file is for the Tatung Elio TPJ-1022
3 */
5 #define MODEL_NAME "Tatung Elio TPJ-1022"
7 /* For Rolo and boot loader */
8 #define MODEL_NUMBER 15
10 /* define this if you use an ATA controller */
11 #define CONFIG_STORAGE STORAGE_ATA
13 /*define this if the ATA controller and method of USB access support LBA48 */
14 #define HAVE_LBA48
16 /* define this if you have recording possibility */
17 /*#define HAVE_RECORDING*/ /* TODO: add support for this */
19 /* define the bitmask of hardware sample rates */
20 #define HW_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
21 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8)
23 /* define the bitmask of recording sample rates
24 #define REC_SAMPR_CAPS (SAMPR_CAP_96 | SAMPR_CAP_88 | SAMPR_CAP_48 | \
25 SAMPR_CAP_44 | SAMPR_CAP_32 | SAMPR_CAP_8) */
27 /* define this if you have a bitmap LCD display */
28 #define HAVE_LCD_BITMAP
30 /* define this if you have a colour LCD */
31 #define HAVE_LCD_COLOR
33 /* define this if you have access to the quickscreen */
34 #define HAVE_QUICKSCREEN
36 /* define this if you have access to the pitchscreen */
37 #define HAVE_PITCHSCREEN
39 /* LCD dimensions */
40 #define LCD_WIDTH 220
41 #define LCD_HEIGHT 176
42 #define LCD_DEPTH 16 /* 65536 colours */
43 #define LCD_PIXELFORMAT RGB565
45 /* #define IRAM_LCDFRAMEBUFFER IDATA_ATTR *//* put the lcd frame buffer in IRAM */
47 #define CONFIG_KEYPAD TATUNG_TPJ1022_PAD
49 /* Define this if you do software codec */
50 #define CONFIG_CODEC SWCODEC
52 /* define this if you have a real-time clock */
53 #ifndef BOOTLOADER
54 //#define CONFIG_RTC RTC_E8564
55 #endif
57 /* Define this if you have a software controlled poweroff */
58 #define HAVE_SW_POWEROFF
60 /* The number of bytes reserved for loadable codecs */
61 #define CODEC_SIZE 0x100000
63 /* The number of bytes reserved for loadable plugins */
64 #define PLUGIN_BUFFER_SIZE 0x80000
66 /* Define this if you have the WM8731 audio codec */
67 #define HAVE_WM8731
69 #define AB_REPEAT_ENABLE
71 /* define this if you have a disk storage, i.e. something
72 that needs spinups and can cause skips when shaked */
73 #define HAVE_DISK_STORAGE
75 /* Define this for LCD backlight available */
76 #define HAVE_BACKLIGHT
78 #define BATTERY_CAPACITY_DEFAULT 1550 /* default battery capacity
79 TODO: check this, probably different
80 for different models too */
81 #define BATTERY_CAPACITY_MIN 1500 /* min. capacity selectable */
82 #define BATTERY_CAPACITY_MAX 1600 /* max. capacity selectable */
83 #define BATTERY_CAPACITY_INC 10 /* capacity increment */
84 #define BATTERY_TYPES_COUNT 1 /* only one type */
86 #define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
88 /* Hardware controlled charging? FIXME */
89 #define CONFIG_CHARGING CHARGING_SIMPLE
91 /* define this if the unit can be powered or charged via USB */
92 /*#define HAVE_USB_POWER*/
94 /* Define this if you have a PortalPlayer PP5020 */
95 #define CONFIG_CPU PP5020
97 /* Define this if you want to use the PP5020 i2c interface */
98 #define CONFIG_I2C I2C_PP5020
100 /* define this if the hardware can be powered off while charging */
101 /* TODO: should this be set for the H10? */
102 //#define HAVE_POWEROFF_WHILE_CHARGING
104 /* The start address index for ROM builds */
105 #define ROM_START 0x00000000
107 /* Define this to the CPU frequency */
108 /* TODO: this is probably wrong */
109 #define CPU_FREQ 11289600
111 /* Type of LCD */
112 #define CONFIG_LCD LCD_TPJ1022
114 #define DEFAULT_CONTRAST_SETTING 19
116 /* Offset ( in the firmware file's header ) to the file length */
117 #define FIRMWARE_OFFSET_FILE_LENGTH 0
119 /* Offset ( in the firmware file's header ) to the file CRC */
120 #define FIRMWARE_OFFSET_FILE_CRC 0
122 /* Offset ( in the firmware file's header ) to the real data */
123 #define FIRMWARE_OFFSET_FILE_DATA 8
125 /* USB On-the-go */
126 #define CONFIG_USBOTG USBOTG_ARC
128 /* define this if the unit can be powered or charged via USB */
129 #define HAVE_USB_POWER
131 /* enable these for the experimental usb stack ROOLKU */
132 #define HAVE_USBSTACK
133 #define USB_VENDOR_ID 0x07B4
134 #define USB_PRODUCT_ID 0x0280
136 /* Define this if you have adjustable CPU frequency */
137 #define HAVE_ADJUSTABLE_CPU_FREQ
139 #define BOOTFILE_EXT "elio"
140 #define BOOTFILE "rockbox." BOOTFILE_EXT
141 #define BOOTDIR "/.rockbox"
144 /* DMA is used only for reading on PP502x because although reads are ~8x faster
145 * writes appear to be ~25% slower.
147 /* Switched off due to reported instabilities. #define HAVE_ATA_DMA */
149 /* Define this if a programmable hotkey is mapped */
150 //#define HAVE_HOTKEY