Send commitlog mailing list submissions to
commitlog@lists.openmoko.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r4480 - in trunk/src/host/qemu-neo1973: hw openmoko
([EMAIL PROTECTED])
2. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
3. Openmoko's OpenEmbedded repository. This is used to build the
Openmoko distribution: Changes to 'org.openmoko.asu.dev'
([EMAIL PROTECTED])
--- Begin Message ---
Author: andrew
Date: 2008-06-09 04:10:18 +0200 (Mon, 09 Jun 2008)
New Revision: 4480
Modified:
trunk/src/host/qemu-neo1973/hw/neo1973.c
trunk/src/host/qemu-neo1973/hw/s3c2410.c
trunk/src/host/qemu-neo1973/openmoko/flash.sh
Log:
Use u-boot "dynpart" when flashing, with all it's consequences, to get the
exact same partition sizes as gta01.
Don't print repeated backlight level messages.
Don't die on programmatic CPU off, although there's no way to resume atm.
Modified: trunk/src/host/qemu-neo1973/hw/neo1973.c
===================================================================
--- trunk/src/host/qemu-neo1973/hw/neo1973.c 2008-06-06 11:37:46 UTC (rev
4479)
+++ trunk/src/host/qemu-neo1973/hw/neo1973.c 2008-06-09 02:10:18 UTC (rev
4480)
@@ -95,6 +95,8 @@
const char *kernel;
struct sd_card_s *mmc;
uint32_t id;
+
+ int bl_level;
};
/* Handlers for output ports */
@@ -105,12 +107,17 @@
static void neo_bl_intensity(int line, int level, void *opaque)
{
+ struct neo_board_s *s = (struct neo_board_s *) opaque;
+
#if 0
if (((s->io->bank[1].con >> (line * 2)) & 3) == 2) /* TOUT0 */
neo_printf("LCD Backlight now at %i/%i.\n",
s->timers->compareb[line], s->timers->countb[line]);
#else
- neo_printf("LCD Backlight now at %i/64.\n", level >> 8); /* XXX */
+ if ((level >> 8) != s->bl_level) {
+ s->bl_level = level >> 8;
+ neo_printf("LCD Backlight now at %i/64.\n", s->bl_level);
+ }
#endif
}
Modified: trunk/src/host/qemu-neo1973/hw/s3c2410.c
===================================================================
--- trunk/src/host/qemu-neo1973/hw/s3c2410.c 2008-06-06 11:37:46 UTC (rev
4479)
+++ trunk/src/host/qemu-neo1973/hw/s3c2410.c 2008-06-09 02:10:18 UTC (rev
4480)
@@ -632,8 +632,10 @@
cpu_interrupt(s->env, CPU_INTERRUPT_HALT);
printf("%s: processor powered off\n", __FUNCTION__);
s3c_gpio_setpwrstat(s->io, 2);
+#if 0
cpu_reset(s->env);
s->env->regs[15] = 0; /* XXX */
+#endif
} else
if (value & (1 << 2)) /* Normal IDLE mode */
cpu_interrupt(s->env, CPU_INTERRUPT_HALT);
Modified: trunk/src/host/qemu-neo1973/openmoko/flash.sh
===================================================================
--- trunk/src/host/qemu-neo1973/openmoko/flash.sh 2008-06-06 11:37:46 UTC
(rev 4479)
+++ trunk/src/host/qemu-neo1973/openmoko/flash.sh 2008-06-09 02:10:18 UTC
(rev 4480)
@@ -109,8 +109,8 @@
setenv menu_3 'Power off: neo1973 power-off'
setenv splashimage 'nand read.e $splash_addr splash $splash_size; unzip
$splash_addr 0x33d00000 0x96000'
setenv mtdids nand0=neo1973-nand
-setenv mtdparts
mtdparts=neo1973-nand:0x00050000(u-boot),0x00004000(u-boot_env),0x00208000(kernel),0x00010000(splash),0x039a4000(rootfs)
-#dynpart
+#setenv mtdparts
mtdparts=neo1973-nand:0x00050000(u-boot),0x00004000(u-boot_env),0x00208000(kernel),0x00010000(splash),0x039a4000(rootfs)
+dynpart
nand write.e $kernel_addr u-boot $uboot_size
dynenv set u-boot_env
saveenv"
--- End Message ---
--- Begin Message ---
packages/openmoko-projects/exposure_svn.bb | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
New commits:
commit d4d331f013163e118d63ee994ef092abd4ddaa66
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 14:26:16 2008 +0800
[exposure] As Marek's request.
Add python-dbus to exposure
--- End Message ---
--- Begin Message ---
conf/distro/include/sane-srcrevs.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
New commits:
commit 9b4532c097a06bf49ff76aa3855b68925515c2d4
Author: Julian_chu <[EMAIL PROTECTED]>
Date: Mon Jun 9 16:49:00 2008 +0800
[sane-srcrevc] Bump up revision of assassin to 160.
Most features of ASU feature plan were complete, except William new request.
Therefore, bump up the revision.
--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog