Bjorn Stenberg | 2 Oct 2003 00:30
Picon

cvs: uisimulator/x11 Makefile,1.105,1.106

Update of /cvsroot/rockbox/uisimulator/x11
In directory sc8-pr-cvs1:/tmp/cvs-serv32379/x11

Modified Files:
	Makefile 
Log Message:
Removed games and demos menus.

Index: Makefile
===================================================================
RCS file: /cvsroot/rockbox/uisimulator/x11/Makefile,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -b -r1.105 -r1.106
--- Makefile	10 Jul 2003 11:52:42 -0000	1.105
+++ Makefile	1 Oct 2003 22:30:04 -0000	1.106
 <at>  <at>  -103,7 +103,7  <at>  <at> 
 	screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
 	misc.c plugin.c

-MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c playlist_menu.c
+MENUS = settings_menu.c sound_menu.c playlist_menu.c

 ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
    APPS += bmp.c widgets.c
 <at>  <at>  -156,12 +156,6  <at>  <at> 
 	$(CC) $(APPCFLAGS) -c $< -o $ <at> 

 $(OBJDIR)/sound_menu.o: $(APPDIR)/sound_menu.c
-	$(CC) $(APPCFLAGS) -c $< -o $ <at> 
(Continue reading)

Bjorn Stenberg | 2 Oct 2003 00:30
Picon

cvs: uisimulator/win32 Makefile,1.61,1.62

Update of /cvsroot/rockbox/uisimulator/win32
In directory sc8-pr-cvs1:/tmp/cvs-serv32379/win32

Modified Files:
	Makefile 
Log Message:
Removed games and demos menus.

Index: Makefile
===================================================================
RCS file: /cvsroot/rockbox/uisimulator/win32/Makefile,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- Makefile	10 Jul 2003 11:52:41 -0000	1.61
+++ Makefile	1 Oct 2003 22:30:04 -0000	1.62
 <at>  <at>  -103,7 +103,7  <at>  <at> 
 	screens.c peakmeter.c sleeptimer.c keyboard.c onplay.c\
 	misc.c plugin.c

-MENUS = games_menu.c demo_menu.c settings_menu.c sound_menu.c playlist_menu.c
+MENUS = settings_menu.c sound_menu.c playlist_menu.c

 ifeq ($(DISPLAY),-DHAVE_LCD_BITMAP)
    APPS += bmp.c widgets.c
 <at>  <at>  -156,12 +156,6  <at>  <at> 
 	$(CC) $(APPCFLAGS) -c $< -o $ <at> 

 $(OBJDIR)/sound_menu.o: $(APPDIR)/sound_menu.c
-	$(CC) $(APPCFLAGS) -c $< -o $ <at> 
(Continue reading)

Bjorn Stenberg | 2 Oct 2003 12:37
Picon

cvs: apps/lang english.lang,1.86,1.87

Update of /cvsroot/rockbox/apps/lang
In directory sc8-pr-cvs1:/tmp/cvs-serv11712

Modified Files:
	english.lang 
Log Message:
Changed 'Profiles' to 'Configurations'.

Index: english.lang
===================================================================
RCS file: /cvsroot/rockbox/apps/lang/english.lang,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -b -r1.86 -r1.87
--- english.lang	29 Sep 2003 21:26:53 -0000	1.86
+++ english.lang	2 Oct 2003 10:37:39 -0000	1.87
 <at>  <at>  -1750,7 +1750,7  <at>  <at> 

 id: LANG_CUSTOM_CFG
 desc: in setting_menu()
-eng: "Profiles"
+eng: "Configurations"
 new:

 id: LANG_PLUGINS

Linus Nielsen Feltzing | 10 Oct 2003 12:19
Picon

cvs: apps tree.c,1.206,1.207

Update of /cvsroot/rockbox/apps
In directory sc8-pr-cvs1:/tmp/cvs-serv20619/apps

Modified Files:
	tree.c 
Log Message:
.rockbox-browser showed old cached data when the .rockbox dir was already cached by the dir browser. Now it
forces a reload of the .rockbox dir.

Index: tree.c
===================================================================
RCS file: /cvsroot/rockbox/apps/tree.c,v
retrieving revision 1.206
retrieving revision 1.207
diff -u -b -r1.206 -r1.207
--- tree.c	29 Sep 2003 21:26:53 -0000	1.206
+++ tree.c	10 Oct 2003 10:19:44 -0000	1.207
 <at>  <at>  -1416,6 +1416,7  <at>  <at> 
     int cursorpos_save = cursorpos[0];

     memcpy(currdir_save, currdir, sizeof(currdir));
+    reload_dir = true;
     rc = dirbrowse(root, &dirfilter);
     memcpy(currdir, currdir_save, sizeof(currdir));

J?rg Hohensohn | 11 Oct 2003 23:35
Picon

cvs: firmware rolo.c,1.6,1.7

Update of /cvsroot/rockbox/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv13064/firmware

Modified Files:
	rolo.c 
Log Message:
fixed rolo-ing of original Archos firmware when flashed. Finally narrowed it down, PAIOR needs to be initialized.

Index: rolo.c
===================================================================
RCS file: /cvsroot/rockbox/firmware/rolo.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- rolo.c	4 Aug 2003 18:41:13 -0000	1.6
+++ rolo.c	11 Oct 2003 21:35:46 -0000	1.7
 <at>  <at>  -171,7 +171,7  <at>  <at> 
         return -1;
     }

-    restore_io = rolo_io_load("/startup_io.bin"); /* test code, recycle a variable */
+    restore_io = rolo_io_load("/startup_io.bin"); /* test code */

     lcd_puts(0, 1, "Executing     ");
     lcd_update();
 <at>  <at>  -185,6 +185,7  <at>  <at> 
     system_init();           /* Initialize system for restart */
     i2c_init();              /* Init i2c bus - it seems like a good idea */
     ICR = IRQ0_EDGE_TRIGGER; /* Make IRQ0 edge triggered */
+	PAIOR = 0x0FA0;          /* needed when flashed, probably model-specific */
(Continue reading)

J?rg Hohensohn | 12 Oct 2003 17:45
Picon

cvs: firmware bitswap.S,1.3,1.4

Update of /cvsroot/rockbox/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv31933/firmware

Modified Files:
	bitswap.S 
Log Message:
patch #801964 by Magnus Holmgren: 10% faster bitswap

Index: bitswap.S
===================================================================
RCS file: /cvsroot/rockbox/firmware/bitswap.S,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- bitswap.S	8 Oct 2002 12:14:13 -0000	1.3
+++ bitswap.S	12 Oct 2003 15:45:03 -0000	1.4
 <at>  <at>  -18,8 +18,8  <at>  <at> 
  ****************************************************************************/

     .section    .icode,"ax", <at> progbits
-    .global     _bitswap
     .align      4
+    .global     _bitswap
     .type       _bitswap, <at> function

 /* Registers used:
 <at>  <at>  -38,8 +38,7  <at>  <at> 
     mov.l   .fliptable,r7
     mov #1,r6
     mov r4,r0
(Continue reading)

J?rg Hohensohn | 12 Oct 2003 18:40
Picon

cvs: firmware descramble.S,NONE,1.1 Makefile,1.43,1.44 app.lds,1.21,1.22 crt0.S,1.9,1.10 rolo.c,1.7,1.8

Update of /cvsroot/rockbox/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv8064/firmware

Modified Files:
	Makefile app.lds crt0.S rolo.c 
Added Files:
	descramble.S 
Log Message:
patch #785885 by Magnus Holmgren: way faster rolo, with assembler

--- NEW FILE: descramble.S ---
/***************************************************************************
 *             __________               __   ___.
 *   Open      \______   \ ____   ____ |  | _\_ |__   _______  ___
 *   Source     |       _//  _ \_/ ___\|  |/ /| __ \ /  _ \  \/  /
 *   Jukebox    |    |   (  <_> )  \___|    < | \_\ (  <_> > <  <
 *   Firmware   |____|_  /\____/ \___  >__|_ \|___  /\____/__/\_ \
 *                     \/            \/     \/    \/            \/
 * $Id: descramble.S,v 1.1 2003/10/12 16:40:45 hohensoh Exp $
 *
 * Copyright (C) 2003 by Magnus Holmgren
 *
 * All files in this archive are subject to the GNU General Public License.
 * See the file COPYING in the source tree root for full license agreement.
 *
 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
 * KIND, either express or implied.
 *
 ****************************************************************************/

(Continue reading)

Linus Nielsen Feltzing | 14 Oct 2003 12:18
Picon

cvs: firmware buffer.c,1.1,1.2

Update of /cvsroot/rockbox/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv4977/firmware

Modified Files:
	buffer.c 
Log Message:
More linker safe MP3 buffer handling in the simulator

Index: buffer.c
===================================================================
RCS file: /cvsroot/rockbox/firmware/buffer.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- buffer.c	9 May 2003 16:01:21 -0000	1.1
+++ buffer.c	14 Oct 2003 10:18:22 -0000	1.2
 <at>  <at>  -21,7 +21,7  <at>  <at> 

 #ifdef SIMULATOR
 unsigned char mp3buffer[0x100000];
-unsigned char mp3end[1];
+unsigned char *mp3end = mp3buffer + sizeof(mp3buffer);
 #else
 /* defined in linker script */
 extern unsigned char mp3buffer[];

Linus Nielsen Feltzing | 14 Oct 2003 12:18
Picon

cvs: firmware/export buffer.h,1.1,1.2

Update of /cvsroot/rockbox/firmware/export
In directory sc8-pr-cvs1:/tmp/cvs-serv4977/firmware/export

Modified Files:
	buffer.h 
Log Message:
More linker safe MP3 buffer handling in the simulator

Index: buffer.h
===================================================================
RCS file: /cvsroot/rockbox/firmware/export/buffer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- buffer.h	9 May 2003 16:01:21 -0000	1.1
+++ buffer.h	14 Oct 2003 10:18:22 -0000	1.2
 <at>  <at>  -20,7 +20,11  <at>  <at> 
 #define BUFFER_H

 /* defined in linker script */
+#ifdef SIMULATOR
+extern unsigned char *mp3end;
+#else
 extern unsigned char mp3end[];
+#endif

 extern unsigned char *mp3buf;

Linus Nielsen Feltzing | 15 Oct 2003 11:33
Picon

cvs: firmware mpeg.c,1.239,1.240

Update of /cvsroot/rockbox/firmware
In directory sc8-pr-cvs1:/tmp/cvs-serv19847/firmware

Modified Files:
	mpeg.c 
Log Message:
The 'rec upd' panic now prints the filename as well

Index: mpeg.c
===================================================================
RCS file: /cvsroot/rockbox/firmware/mpeg.c,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -b -r1.239 -r1.240
--- mpeg.c	29 Aug 2003 04:36:26 -0000	1.239
+++ mpeg.c	15 Oct 2003 09:33:29 -0000	1.240
 <at>  <at>  -1892,7 +1892,7  <at>  <at> 
                     /* Create the Xing header */
                     mpeg_file = open(recording_filename, O_RDWR);
                     if(mpeg_file < 0)
-                        panicf("rec upd: %d", mpeg_file);
+                        panicf("rec upd: %d (%s)", mpeg_file, recording_filename);

                     /* If the number of recorded frames have reached 0x7ffff,
                        we can no longer trust it */


Gmane