Send commitlog mailing list submissions to
[email protected]
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. r1110 - trunk/src/host/dfu-util/src ([EMAIL PROTECTED])
2. r1111 - trunk/src/host/dfu-util/src ([EMAIL PROTECTED])
3. r1112 - trunk/src/target/u-boot/patches ([EMAIL PROTECTED])
--- Begin Message ---
Author: laforge
Date: 2007-02-25 01:42:21 +0100 (Sun, 25 Feb 2007)
New Revision: 1110
Modified:
trunk/src/host/dfu-util/src/main.c
Log:
fix --help printout
Modified: trunk/src/host/dfu-util/src/main.c
===================================================================
--- trunk/src/host/dfu-util/src/main.c 2007-02-25 00:06:34 UTC (rev 1109)
+++ trunk/src/host/dfu-util/src/main.c 2007-02-25 00:42:21 UTC (rev 1110)
@@ -261,7 +261,7 @@
" -c --cfg config_nr\t\tSpecify the Configuration of DFU
device\n"
" -i --intf intf_nr\t\tSpecify the DFU Interface number\n"
" -a --alt alt_nr\t\tSpecify the Altseting of the DFU
Interface\n"
- " -t --transfer-size\tSpecify the number of bytes per USB
Transfer\n"
+ " -t --transfer-size\t\tSpecify the number of bytes per USB
Transfer\n"
" -U --upload file\t\tRead firmware from device into <file>\n"
" -D --download file\t\tWrite firmware from <file> into
device\n"
);
--- End Message ---
--- Begin Message ---
Author: laforge
Date: 2007-02-25 01:42:30 +0100 (Sun, 25 Feb 2007)
New Revision: 1111
Modified:
trunk/src/host/dfu-util/src/sam7dfu.c
Log:
add 'Done' message at the end of a transfer
Modified: trunk/src/host/dfu-util/src/sam7dfu.c
===================================================================
--- trunk/src/host/dfu-util/src/sam7dfu.c 2007-02-25 00:42:21 UTC (rev
1110)
+++ trunk/src/host/dfu-util/src/sam7dfu.c 2007-02-25 00:42:30 UTC (rev
1111)
@@ -130,6 +130,7 @@
fprintf(stderr, "error resetting after download: %s\n",
usb_strerror());
}
+ printf("Done!\n");
out_close:
close(fd);
out_free:
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2007-02-25 07:29:09 +0100 (Sun, 25 Feb 2007)
New Revision: 1112
Modified:
trunk/src/target/u-boot/patches/boot-menu.patch
Log:
board/neo1973/bootmenu.c: fixed file header
board/neo1973/bootmenu.c (bootmenu): run "dynpart" in factory default mode
board/neo1973/bootmenu.c (bootmenu): when starting, switch stdout and stderr to
"vga"
Modified: trunk/src/target/u-boot/patches/boot-menu.patch
===================================================================
--- trunk/src/target/u-boot/patches/boot-menu.patch 2007-02-25 00:42:30 UTC
(rev 1111)
+++ trunk/src/target/u-boot/patches/boot-menu.patch 2007-02-25 06:29:09 UTC
(rev 1112)
@@ -14,9 +14,9 @@
===================================================================
--- /dev/null
+++ u-boot/board/neo1973/bootmenu.c
-@@ -0,0 +1,181 @@
+@@ -0,0 +1,185 @@
+/*
-+ * bootmenu.c - Convert a 480x640 PNG to a splash screen raw dump
++ * bootmenu.c - Boot menu
+ *
+ * Copyright (C) 2006-2007 by OpenMoko, Inc.
+ * Written by Werner Almesberger <[EMAIL PROTECTED]>
@@ -174,6 +174,8 @@
+
+void bootmenu(void)
+{
++ console_assign(stdout, "vga");
++ console_assign(stderr, "vga");
+ while (1) {
+ int n, seconds;
+
@@ -184,8 +186,10 @@
+
+ printf(ANSI_CLEAR ANSI_GOTOYX, 1, 1);
+ if (!n || n == options+1) {
-+ if (n)
++ if (n) {
+ default_env();
++ run_command("dynpart", 0);
++ }
+ run_command("bootd", 0);
+ }
+ else
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog