summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config.h5
-rw-r--r--firmware/export/config/iriverifp7xx.h129
-rw-r--r--firmware/export/gdb_api.h3
-rw-r--r--firmware/export/ifp_usb_serial.h30
4 files changed, 0 insertions, 167 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index d23abfa086..b758bef49d 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -101,7 +101,6 @@
101#define IPOD_4G_PAD 7 101#define IPOD_4G_PAD 7
102#define IPOD_3G_PAD 8 102#define IPOD_3G_PAD 8
103#define IPOD_1G2G_PAD 9 103#define IPOD_1G2G_PAD 9
104#define IRIVER_IFP7XX_PAD 10
105#define GIGABEAT_PAD 11 104#define GIGABEAT_PAD 11
106#define IRIVER_H10_PAD 12 105#define IRIVER_H10_PAD 12
107#define SANSA_E200_PAD 13 106#define SANSA_E200_PAD 13
@@ -222,7 +221,6 @@
222#define LCD_IPODVIDEO 8 /* as used by iPod Video */ 221#define LCD_IPODVIDEO 8 /* as used by iPod Video */
223#define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */ 222#define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */
224#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */ 223#define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */
225#define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */
226#define LCD_GIGABEAT 12 224#define LCD_GIGABEAT 12
227#define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */ 225#define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */
228#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */ 226#define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
@@ -322,7 +320,6 @@ Lyre prototype 1 */
322/* else HW controlled LED (iRiver H1x0) */ 320/* else HW controlled LED (iRiver H1x0) */
323 321
324/* CONFIG_NAND */ 322/* CONFIG_NAND */
325#define NAND_IFP7XX 1
326#define NAND_TCC 2 323#define NAND_TCC 2
327#define NAND_SAMSUNG 3 324#define NAND_SAMSUNG 3
328#define NAND_CC 4 /* ChinaChip */ 325#define NAND_CC 4 /* ChinaChip */
@@ -410,8 +407,6 @@ Lyre prototype 1 */
410#include "config/ipodnano2g.h" 407#include "config/ipodnano2g.h"
411#elif defined(IPOD_6G) 408#elif defined(IPOD_6G)
412#include "config/ipod6g.h" 409#include "config/ipod6g.h"
413#elif defined(IRIVER_IFP7XX)
414#include "config/iriverifp7xx.h"
415#elif defined(GIGABEAT_F) 410#elif defined(GIGABEAT_F)
416#include "config/gigabeatfx.h" 411#include "config/gigabeatfx.h"
417#elif defined(GIGABEAT_S) 412#elif defined(GIGABEAT_S)
diff --git a/firmware/export/config/iriverifp7xx.h b/firmware/export/config/iriverifp7xx.h
deleted file mode 100644
index 0db9a7810d..0000000000
--- a/firmware/export/config/iriverifp7xx.h
+++ /dev/null
@@ -1,129 +0,0 @@
1/*
2 * This config file is for iriver iFP-799
3 */
4
5#define IRIVER_IFP7XX_SERIES 1
6
7#define MODEL_NAME "iriver iFP-799"
8
9/* For Rolo and boot loader */
10#define MODEL_NUMBER 6
11
12/* define this if you have recording possibility */
13/*#define HAVE_RECORDING*/
14
15
16
17
18/* define this if you would like tagcache to build on this target */
19/* #define HAVE_TAGCACHE */
20
21/* LCD dimensions */
22#define LCD_WIDTH 128
23#define LCD_HEIGHT 64
24/* sqrt(128^2 + 64^2) / 1.0 = 143.1 */
25#define LCD_DPI 143
26#define LCD_DEPTH 1
27
28#define LCD_PIXELFORMAT VERTICAL_PACKING
29
30/* Display colours, for screenshots and sim (0xRRGGBB) */
31#define LCD_DARKCOLOR 0x000000
32#define LCD_BRIGHTCOLOR 0x5e6854
33#define LCD_BL_DARKCOLOR 0x000000
34#define LCD_BL_BRIGHTCOLOR 0x3ca0e6
35
36#define CONFIG_KEYPAD IRIVER_IFP7XX_PAD
37
38#define CONFIG_STORAGE STORAGE_NAND
39
40#define CONFIG_NAND NAND_IFP7XX
41
42#define HAVE_FAT16SUPPORT
43
44
45
46
47/* Define this if you have a software controlled poweroff */
48#define HAVE_SW_POWEROFF
49
50/* The number of bytes reserved for loadable codecs */
51#define CODEC_SIZE 0x38000
52
53/* The number of bytes reserved for loadable plugins */
54#define PLUGIN_BUFFER_SIZE 0x10000
55
56/* Define this if you have the WM8975 audio codec */
57/* #define HAVE_WM8975 */
58
59#define HAVE_LCD_CONTRAST
60
61#define MIN_CONTRAST_SETTING 5
62#define MAX_CONTRAST_SETTING 63
63#define DEFAULT_CONTRAST_SETTING 40
64
65/* define this if you have a flash memory storage */
66#define HAVE_FLASH_STORAGE
67
68#define BATTERY_CAPACITY_DEFAULT 1000 /* default battery capacity */
69#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */
70#define BATTERY_CAPACITY_MAX 2800 /* max. capacity selectable */
71#define BATTERY_CAPACITY_INC 50 /* capacity increment */
72#define BATTERY_TYPES_COUNT 2 /* Alkalines or NiMH */
73
74#define CONFIG_BATTERY_MEASURE VOLTAGE_MEASURE
75
76/* define this if the unit should not shut down on low battery. */
77#define NO_LOW_BATTERY_SHUTDOWN
78
79/* Define this if you have a Philips PNX0101 */
80#define CONFIG_CPU PNX0101
81
82/* Define this if you want to use the PNX0101 i2c interface */
83#define CONFIG_I2C I2C_PNX0101
84
85/* The start address index for ROM builds */
86#define ROM_START 0x00000000
87
88/* Define this for LCD backlight available */
89#define HAVE_BACKLIGHT
90
91/* Define this to the CPU frequency */
92#define CPU_FREQ 48000000
93
94#define CONFIG_LCD LCD_IFP7XX
95
96/* Offset ( in the firmware file's header ) to the file length */
97#define FIRMWARE_OFFSET_FILE_LENGTH 0
98
99/* Offset ( in the firmware file's header ) to the file CRC */
100#define FIRMWARE_OFFSET_FILE_CRC 0
101
102/* Offset ( in the firmware file's header ) to the real data */
103#define FIRMWARE_OFFSET_FILE_DATA 8
104
105#define USB_ISP1582
106
107#define HAVE_GDB_API
108
109/* Define this if you have adjustable CPU frequency */
110#define HAVE_ADJUSTABLE_CPU_FREQ
111
112#define BOOTFILE_EXT "iriver"
113#define BOOTFILE "rockbox." BOOTFILE_EXT
114#define BOOTDIR "/.rockbox"
115
116#define IBSS_ATTR_VOICE_STACK
117#define ICODE_ATTR_TREMOR_NOT_MDCT
118#define ICODE_ATTR_TREMOR_MDCT
119#define ICODE_ATTR_FLAC
120#define IBSS_ATTR_FLAC_DECODED0
121#define ICONST_ATTR_MPA_HUFFMAN
122#define IBSS_ATTR_MPC_SAMPLE_BUF
123#define ICODE_ATTR_ALAC
124#define IBSS_ATTR_SHORTEN_DECODED0
125
126#define IRAM_LCDFRAMEBUFFER IBSS_ATTR /* put the lcd frame buffer in IRAM */
127
128/* Define this if a programmable hotkey is mapped */
129#define HAVE_HOTKEY
diff --git a/firmware/export/gdb_api.h b/firmware/export/gdb_api.h
index 1836c5992e..d2358ee3bb 100644
--- a/firmware/export/gdb_api.h
+++ b/firmware/export/gdb_api.h
@@ -25,9 +25,6 @@
25#include "config.h" 25#include "config.h"
26 26
27#define GDB_API_MAGIC 0x6db570b 27#define GDB_API_MAGIC 0x6db570b
28#ifdef IRIVER_IFP7XX_SERIES
29#define GDB_API_ADDRESS 0xc06000
30#endif
31 28
32struct gdb_api 29struct gdb_api
33{ 30{
diff --git a/firmware/export/ifp_usb_serial.h b/firmware/export/ifp_usb_serial.h
deleted file mode 100644
index b56e5fff86..0000000000
--- a/firmware/export/ifp_usb_serial.h
+++ /dev/null
@@ -1,30 +0,0 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 *
10 * Copyright (C) 2006 by Tomasz Malesinski
11 *
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
16 *
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
19 *
20 ****************************************************************************/
21#ifndef _USB_SERIAL_H_
22#define _USB_SERIAL_H_
23
24void usb_serial_init(void);
25void usb_serial_put_byte(int b);
26int usb_serial_get_byte(void);
27int usb_serial_try_put_byte(int b);
28int usb_serial_try_get_byte(void);
29
30#endif