Send buglog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/buglog
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 buglog digest..."
Today's Topics:
1. [Bug 11] u-boot lacks USB DFU support
([EMAIL PROTECTED])
2. [Bug 11] u-boot lacks USB DFU support
([EMAIL PROTECTED])
3. [Bug 207] New: DFU mode should only be enabled when in "911
key" mode ([EMAIL PROTECTED])
4. [Bug 208] New: u-boot DFU upload broken
([EMAIL PROTECTED])
5. [Bug 209] New: u-boot DFU needs to block console access while
in DFU mode ([EMAIL PROTECTED])
6. [Bug 143] Implement NAND write/read support in OpenOCD
([EMAIL PROTECTED])
7. [Bug 143] Implement NAND write/read support in OpenOCD
([EMAIL PROTECTED])
8. Your Bugzilla buglist needs attention. ([EMAIL PROTECTED])
9. [Bug 210] New: "now" causes frequent rebuilds and fills disks
([EMAIL PROTECTED])
10. [Bug 210] New: "now" causes frequent rebuilds and fills disks
([EMAIL PROTECTED])
11. [Bug 72] Add on-screen boot menu
([EMAIL PROTECTED])
12. [Bug 72] Add on-screen boot menu
([EMAIL PROTECTED])
13. [Bug 76] Implement PWM control for vibrator
([EMAIL PROTECTED])
14. [Bug 76] Implement PWM control for vibrator
([EMAIL PROTECTED])
15. [Bug 71] make a short vibration pulse once u-boot is starting
([EMAIL PROTECTED])
16. [Bug 71] make a short vibration pulse once u-boot is starting
([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=11
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 01:34 -------
This has now been implemented and is basically working, though a number of bugs
are still there. I will add bugzilla bugs for the major bugs and close this
one.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=11
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 01:34 -------
This has now been implemented and is basically working, though a number of bugs
are still there. I will add bugzilla bugs for the major bugs and close this
one.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=207
Summary: DFU mode should only be enabled when in "911 key" mode
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: u-boot
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
In order to minimize the security threat posed by DFU mode (everyone can just
read or write to all of the phone flash!), we should make sure that it is only
enabled in the "911 key" bootup mode, i.e. when both 911 and power buttons are
pressed at system start.
This is still no real protection, though. Unfortunately the USB DFU spec
doesn't provide for any authentication mechanism, so we will just stay with the
standard for now.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=208
Summary: u-boot DFU upload broken
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: u-boot
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
For some strange reason, the NAND flash read fails when in DFU mode. Needs more
investigation
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=209
Summary: u-boot DFU needs to block console access while in DFU
mode
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: u-boot
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
sine DFU does all kinds of strange things (such as doing device i/o) from USB
interrupt context, we should restrict interactive access to the bootloader while
dfu_state != DFU_STATE_appIDLE.
usbtty access is disabled anyway, since the interface and endpoint descriptors
for CDC ACM do not exist in DFU mode. After a successful DOWNLOAD, or to be
more precise: As soon as the USB host issues a USB reset, we switch back to
runtime mode (with usbtty) support anyway.
So this is really mainly about the serial port, which the standard user hasn't
access to anyway.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=143
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 04:29 -------
we got the debug boardv2 with FT2232 chip, removed the wiggler already
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=143
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 04:29 -------
we got the debug boardv2 with FT2232 chip, removed the wiggler already
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
[This e-mail has been automatically generated.]
You have one or more bugs assigned to you in the Bugzilla
bugsystem (http://bugzilla.openmoko.org/cgi-bin/bugzilla/) that require
attention.
All of these bugs are in the NEW state, and have not been touched
in 7 days or more. You need to take a look at them, and
decide on an initial action.
Generally, this means one of three things:
(1) You decide this bug is really quick to deal with (like, it's INVALID),
and so you get rid of it immediately.
(2) You decide the bug doesn't belong to you, and you reassign it to someone
else. (Hint: if you don't know who to reassign it to, make sure that
the Component field seems reasonable, and then use the "Reassign bug to
owner of selected component" option.)
(3) You decide the bug belongs to you, but you can't solve it this moment.
Just use the "Accept bug" command.
To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):
http://bugzilla.openmoko.org/cgi-bin/bugzilla/buglist.cgi?bug_status=NEW&[EMAIL
PROTECTED]
Or, you can use the general query page, at
http://bugzilla.openmoko.org/cgi-bin/bugzilla/query.cgi.
Appended below are the individual URLs to get to all of your NEW bugs that
haven't been touched for a week or more.
You will get this message once a day until you've dealt with these bugs!
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=69
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=70
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=112
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=114
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=137
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=141
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=181
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=192
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=210
Summary: "now" causes frequent rebuilds and fills disks
Product: OpenMoko
Version: current svn head
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: OE bitbake recipes / build system
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Packages that reflect the "now" state, such as the kernel, are rebuilt
on each "bitbake openmoko-devel-image" or similar. This not only wastes
time, but due to how bitbake caches old builds, it also consumes disk
space rapidly, possibly causing hard to find unrelated failures.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=210
Summary: "now" causes frequent rebuilds and fills disks
Product: OpenMoko
Version: current svn head
Platform: Other
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: OE bitbake recipes / build system
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
Packages that reflect the "now" state, such as the kernel, are rebuilt
on each "bitbake openmoko-devel-image" or similar. This not only wastes
time, but due to how bitbake caches old builds, it also consumes disk
space rapidly, possibly causing hard to find unrelated failures.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=72
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 10:36 -------
werner has done a simplistic implementation on this, based on the text console
on u-boot framebuffer. It's in svn.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=72
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 10:36 -------
werner has done a simplistic implementation on this, based on the text console
on u-boot framebuffer. It's in svn.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=76
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 10:40 -------
This has been changed in the current GTA01Bv4 design, i.e. we will be able to do
PWM on the vibrator at that point.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=76
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 10:40 -------
This has been changed in the current GTA01Bv4 design, i.e. we will be able to do
PWM on the vibrator at that point.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=71
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 10:41 -------
this has been tested now and is working.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=71
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-25 10:41 -------
this has been tested now and is working.
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog