From 4d41886caaefeccb08ed6eeccfffea15bad9c2a6 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sat, 13 Jun 2009 20:59:03 +0000 Subject: M:Robe 500: Fix up 256 color blitting when in portrait mode, fix a mistake in the plugin linker script, reduce the amount of memory used by overwriting IRAM with bss after program has started, clean up some tabs and formatting, resize the simulator when building for 640x480 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21280 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/plugin.lds | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps') diff --git a/apps/plugins/plugin.lds b/apps/plugins/plugin.lds index 57b2faf027..6fdbc2c64f 100644 --- a/apps/plugins/plugin.lds +++ b/apps/plugins/plugin.lds @@ -37,7 +37,14 @@ OUTPUT_FORMAT(elf32-littlemips) #if CONFIG_CPU==DM320 || CONFIG_CPU==IMX31L /* Give this 1 meg to allow it to align to the MMU boundary */ +#if CONFIG_CPU==DM320 +#define LCD_FUDGE LCD_NATIVE_WIDTH%32 +#define LCD_BUFFER_SIZE ((LCD_NATIVE_WIDTH+LCD_FUDGE)*LCD_NATIVE_HEIGHT*2) +#define LCD_TTB_AREA 0x100000*((LCD_BUFFER_SIZE>>19)+1) +#else #define LCD_TTB_AREA 0x100000 +#endif + #define DRAMSIZE (MEMORYSIZE * 0x100000) - STUBOFFSET - PLUGIN_BUFFER_SIZE - CODEC_SIZE - LCD_TTB_AREA #elif CONFIG_CPU==S3C2440 -- cgit v1.2.3