summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-06-27 21:23:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-06-27 21:23:03 +0000
commita24017f4da1be50a43bd14db607205582abc7544 (patch)
tree16e3d6a2fc27e21a44238b3b647c50546e0bb5ce /firmware
parent46136596433da25f3d802d72d0d1273a229c9d9f (diff)
downloadrockbox-a24017f4da1be50a43bd14db607205582abc7544.tar.gz
rockbox-a24017f4da1be50a43bd14db607205582abc7544.zip
Moved the codec and plugin buffer sizes to the config-*.h files instead of
having it repeated in numerous files where they all had to be updated to the same value if ever changed. This allows specific models to actually have its own buffer sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/app.lds12
-rw-r--r--firmware/export/config-fmrecorder.h3
-rw-r--r--firmware/export/config-gmini120.h7
-rw-r--r--firmware/export/config-gminisp.h7
-rw-r--r--firmware/export/config-h100.h6
-rw-r--r--firmware/export/config-h300.h6
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rw-r--r--firmware/export/config-player.h3
-rw-r--r--firmware/export/config-recorder.h3
-rw-r--r--firmware/export/config-recorderv2.h3
-rw-r--r--firmware/export/config.h4
12 files changed, 50 insertions, 10 deletions
diff --git a/firmware/app.lds b/firmware/app.lds
index 91f03955cc..ee666d8cb3 100644
--- a/firmware/app.lds
+++ b/firmware/app.lds
@@ -101,17 +101,9 @@ _pluginbuf = 0;
101 101
102#else 102#else
103 103
104#if MEMORYSIZE >= 32 104#define PLUGINSIZE PLUGIN_BUFFER_SIZE
105#define PLUGINSIZE 0xC0000 105#define CODECSIZE CODEC_SIZE
106#else
107#define PLUGINSIZE 0x8000
108#endif
109 106
110#if CONFIG_HWCODEC == MASNONE
111#define CODECSIZE 0x40000
112#else
113#define CODECSIZE 0
114#endif
115 107
116#ifdef DEBUG 108#ifdef DEBUG
117#define STUBOFFSET 0x10000 109#define STUBOFFSET 0x10000
diff --git a/firmware/export/config-fmrecorder.h b/firmware/export/config-fmrecorder.h
index a3f2597d5d..d566ffd7eb 100644
--- a/firmware/export/config-fmrecorder.h
+++ b/firmware/export/config-fmrecorder.h
@@ -17,6 +17,9 @@
17/* Define this if you have a software controlled poweroff */ 17/* Define this if you have a software controlled poweroff */
18#define HAVE_SW_POWEROFF 18#define HAVE_SW_POWEROFF
19 19
20/* The number of bytes reserved for loadable plugins */
21#define PLUGIN_BUFFER_SIZE 0x8000
22
20#ifndef SIMULATOR 23#ifndef SIMULATOR
21 24
22/* Define this if you have a MAS3587F */ 25/* Define this if you have a MAS3587F */
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index 93b8727b63..fa7e98eb45 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -19,6 +19,13 @@
19/* Define this if you have a software controlled poweroff */ 19/* Define this if you have a software controlled poweroff */
20#define HAVE_SW_POWEROFF 20#define HAVE_SW_POWEROFF
21 21
22/* The number of bytes reserved for loadable codecs. Although in this case
23 the codec won't be loadable... */
24#define CODEC_SIZE 0x40000
25
26/* The number of bytes reserved for loadable plugins */
27#define PLUGIN_BUFFER_SIZE 0xC0000
28
22#ifndef SIMULATOR 29#ifndef SIMULATOR
23 30
24/* Define this if you have a TCC730 (CalmRISC16) */ 31/* Define this if you have a TCC730 (CalmRISC16) */
diff --git a/firmware/export/config-gminisp.h b/firmware/export/config-gminisp.h
index 6a1105f30a..2bf97d5ef5 100644
--- a/firmware/export/config-gminisp.h
+++ b/firmware/export/config-gminisp.h
@@ -13,6 +13,13 @@
13/* Define this if you have a software controlled poweroff */ 13/* Define this if you have a software controlled poweroff */
14#define HAVE_SW_POWEROFF 14#define HAVE_SW_POWEROFF
15 15
16/* The number of bytes reserved for loadable codecs. Although in this case
17 the codec won't be loadable... */
18#define CODEC_SIZE 0x40000
19
20/* The number of bytes reserved for loadable plugins */
21#define PLUGIN_BUFFER_SIZE 0xC0000
22
16#ifndef SIMULATOR 23#ifndef SIMULATOR
17 24
18/* Define this if you have a TCC730 (CalmRISC16) */ 25/* Define this if you have a TCC730 (CalmRISC16) */
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 552eea1166..5c161ae7a0 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -27,6 +27,12 @@
27/* Define this if you have a software controlled poweroff */ 27/* Define this if you have a software controlled poweroff */
28#define HAVE_SW_POWEROFF 28#define HAVE_SW_POWEROFF
29 29
30/* The number of bytes reserved for loadable codecs */
31#define CODEC_SIZE 0x40000
32
33/* The number of bytes reserved for loadable plugins */
34#define PLUGIN_BUFFER_SIZE 0xC0000
35
30#ifndef SIMULATOR 36#ifndef SIMULATOR
31 37
32/* Define this if you have a Motorola SCF5249 */ 38/* Define this if you have a Motorola SCF5249 */
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 015f31ad8a..f6e1e69e31 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -25,6 +25,12 @@
25/* Define this if you have a software controlled poweroff */ 25/* Define this if you have a software controlled poweroff */
26#define HAVE_SW_POWEROFF 26#define HAVE_SW_POWEROFF
27 27
28/* The number of bytes reserved for loadable codecs */
29#define CODEC_SIZE 0x40000
30
31/* The number of bytes reserved for loadable plugins */
32#define PLUGIN_BUFFER_SIZE 0xC0000
33
28#ifndef SIMULATOR 34#ifndef SIMULATOR
29 35
30/* Define this if you have a Motorola SCF5249 */ 36/* Define this if you have a Motorola SCF5249 */
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 9436b86f1e..48f1d86128 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -14,6 +14,9 @@
14/* Define this if you have a software controlled poweroff */ 14/* Define this if you have a software controlled poweroff */
15#define HAVE_SW_POWEROFF 15#define HAVE_SW_POWEROFF
16 16
17/* The number of bytes reserved for loadable plugins */
18#define PLUGIN_BUFFER_SIZE 0x8000
19
17#ifndef SIMULATOR 20#ifndef SIMULATOR
18 21
19/* Define this if you have a SH7034 */ 22/* Define this if you have a SH7034 */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index fd79d19cb7..3030c2830e 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -11,6 +11,9 @@
11/* Define this if you have a software controlled poweroff */ 11/* Define this if you have a software controlled poweroff */
12#define HAVE_SW_POWEROFF 12#define HAVE_SW_POWEROFF
13 13
14/* The number of bytes reserved for loadable plugins */
15#define PLUGIN_BUFFER_SIZE 0x8000
16
14#ifndef SIMULATOR 17#ifndef SIMULATOR
15 18
16/* Define this if you have a SH7034 */ 19/* Define this if you have a SH7034 */
diff --git a/firmware/export/config-player.h b/firmware/export/config-player.h
index eee9e97530..464561d90d 100644
--- a/firmware/export/config-player.h
+++ b/firmware/export/config-player.h
@@ -8,6 +8,9 @@
8/* define this if you have the Player's keyboard */ 8/* define this if you have the Player's keyboard */
9#define CONFIG_KEYPAD PLAYER_PAD 9#define CONFIG_KEYPAD PLAYER_PAD
10 10
11/* The number of bytes reserved for loadable plugins */
12#define PLUGIN_BUFFER_SIZE 0x8000
13
11#ifndef SIMULATOR 14#ifndef SIMULATOR
12 15
13/* Define this if you have a SH7034 */ 16/* Define this if you have a SH7034 */
diff --git a/firmware/export/config-recorder.h b/firmware/export/config-recorder.h
index 61c76d480d..4cc378f180 100644
--- a/firmware/export/config-recorder.h
+++ b/firmware/export/config-recorder.h
@@ -14,6 +14,9 @@
14/* define this if you have a real-time clock */ 14/* define this if you have a real-time clock */
15#define HAVE_RTC 1 15#define HAVE_RTC 1
16 16
17/* The number of bytes reserved for loadable plugins */
18#define PLUGIN_BUFFER_SIZE 0x8000
19
17#ifndef SIMULATOR 20#ifndef SIMULATOR
18 21
19/* Define this if you have a MAS3587F */ 22/* Define this if you have a MAS3587F */
diff --git a/firmware/export/config-recorderv2.h b/firmware/export/config-recorderv2.h
index c75f0e6f12..a9c8afcdd3 100644
--- a/firmware/export/config-recorderv2.h
+++ b/firmware/export/config-recorderv2.h
@@ -17,6 +17,9 @@
17/* Define this if you have a software controlled poweroff */ 17/* Define this if you have a software controlled poweroff */
18#define HAVE_SW_POWEROFF 18#define HAVE_SW_POWEROFF
19 19
20/* The number of bytes reserved for loadable plugins */
21#define PLUGIN_BUFFER_SIZE 0x8000
22
20#ifndef SIMULATOR 23#ifndef SIMULATOR
21 24
22/* Define this if you have a SH7034 */ 25/* Define this if you have a SH7034 */
diff --git a/firmware/export/config.h b/firmware/export/config.h
index e0d901b587..61c9899762 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -108,4 +108,8 @@
108/* no known platform */ 108/* no known platform */
109#endif 109#endif
110 110
111#ifndef CODEC_SIZE
112#define CODEC_SIZE 0
113#endif
114
111#endif 115#endif