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 230] New: Use the toolchain speified in $CROSS_COMPILE
      in        u-boot. ([EMAIL PROTECTED])
   2. [Bug 230] New: Use the toolchain speified in $CROSS_COMPILE
      in        u-boot. ([EMAIL PROTECTED])
   3. [Bug 230] Use the toolchain speified in $CROSS_COMPILE in
      u-boot. ([EMAIL PROTECTED])
   4. [Bug 230] Use the toolchain speified in $CROSS_COMPILE in
      u-boot. ([EMAIL PROTECTED])
   5. [Bug 231] New: switch display backlight GPIO to "output,  off"
      when suspending ([EMAIL PROTECTED])
   6. [Bug 231] New: switch display backlight GPIO to "output,  off"
      when suspending ([EMAIL PROTECTED])
   7. [Bug 230] Use the toolchain speified in $CROSS_COMPILE in
      u-boot. ([EMAIL PROTECTED])
   8. [Bug 230] Use the toolchain speified in $CROSS_COMPILE in
      u-boot. ([EMAIL PROTECTED])
   9. [Bug 202] Start using NAND hardware ECC support
      ([EMAIL PROTECTED])
  10. [Bug 202] Start using NAND hardware ECC support
      ([EMAIL PROTECTED])
  11. [Bug 224] call to uboot-mkimage requires ${STAGING_BINDIR}
      prefix ([EMAIL PROTECTED])
  12. [Bug 224] call to uboot-mkimage requires ${STAGING_BINDIR}
      prefix ([EMAIL PROTECTED])
  13. [Bug 179] Implement u-boot power-off timer
      ([EMAIL PROTECTED])
  14. [Bug 179] Implement u-boot power-off timer
      ([EMAIL PROTECTED])
  15. [Bug 178] u-boot 'factory reset' option
      ([EMAIL PROTECTED])
  16. [Bug 178] u-boot 'factory reset' option
      ([EMAIL PROTECTED])
  17. [Bug 79] suspend/resume to RAM support
      ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=230

           Summary: Use the toolchain speified in $CROSS_COMPILE in u-boot.
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: u-boot
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


board/neo1973/Makefile has arm-linux-objcopy hardcoded, use CROSS_COMPILE. Also
make split_by_variant.sh executable.



------- 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=230

           Summary: Use the toolchain speified in $CROSS_COMPILE in u-boot.
           Product: OpenMoko
           Version: current svn head
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: u-boot
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


board/neo1973/Makefile has arm-linux-objcopy hardcoded, use CROSS_COMPILE. Also
make split_by_variant.sh executable.



------- 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=230





------- Additional Comments From [EMAIL PROTECTED]  2007-03-02 15:17 -------
Created an attachment (id=14)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=14&action=view)
Use $CROSS_COMPILE




------- 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=230





------- Additional Comments From [EMAIL PROTECTED]  2007-03-02 15:17 -------
Created an attachment (id=14)
 --> 
(http://bugzilla.openmoko.org/cgi-bin/bugzilla/attachment.cgi?id=14&action=view)
Use $CROSS_COMPILE




------- 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=231

           Summary: switch display backlight GPIO to "output, off" when
                    suspending
           Product: OpenMoko
           Version: current svn head
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Currently, when resuming from suspend, the display backlight GPIO seems to get
set to input or output/high.  This means that even if you have a dark backlight,
it will get to full brightness immediately when resuming, only to get darker
when the pwm driver resumes.

This might be useful for debugging, but we need to change this.  The display
backlight should be dark, until LCM has been fully initialized, and it has to
come back with the exact brightness level that it had before suspend.

Assigning this to Werner, who is already familiar with the code.



------- 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=231

           Summary: switch display backlight GPIO to "output, off" when
                    suspending
           Product: OpenMoko
           Version: current svn head
          Platform: Neo1973
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P2
         Component: kernel
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Currently, when resuming from suspend, the display backlight GPIO seems to get
set to input or output/high.  This means that even if you have a dark backlight,
it will get to full brightness immediately when resuming, only to get darker
when the pwm driver resumes.

This might be useful for debugging, but we need to change this.  The display
backlight should be dark, until LCM has been fully initialized, and it has to
come back with the exact brightness level that it had before suspend.

Assigning this to Werner, who is already familiar with the code.



------- 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=230

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:45 -------
committed in svn rev. 1229



------- 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=230

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:45 -------
committed in svn rev. 1229



------- 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=202

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:47 -------
this has already been implemented.



------- 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=202

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:47 -------
this has already been implemented.



------- 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=224

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:49 -------
fixed in svn rev. 1230



------- 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=224

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:49 -------
fixed in svn rev. 1230



------- 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=179

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:50 -------
this is now in werner's uboot bootmenu code.



------- 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=179

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:50 -------
this is now in werner's uboot bootmenu code.



------- 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=178

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:50 -------
factory reset is now in u-boot bootmenu



------- 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=178

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:50 -------
factory reset is now in u-boot bootmenu



------- 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=79

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2007-03-03 01:51 -------
this is working quite fine now (from a software point of view).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



--- End Message ---
_______________________________________________
buglog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/buglog

Reply via email to