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 200] New: PARALLEL_MAKE seems to not work
([EMAIL PROTECTED])
2. [Bug 200] New: PARALLEL_MAKE seems to not work
([EMAIL PROTECTED])
3. [Bug 201] New: Use TEXT_BASE 0x37f80000 in u-boot on GTA01Bv2
and higher ([EMAIL PROTECTED])
4. [Bug 1] kernel is running way too slow
([EMAIL PROTECTED])
5. [Bug 3] Debug Board trying to control GSM_EN / FA_19
([EMAIL PROTECTED])
6. [Bug 3] Debug Board trying to control GSM_EN / FA_19
([EMAIL PROTECTED])
7. [Bug 7] PMU RTC driver date/time conversion is erroneous
([EMAIL PROTECTED])
8. [Bug 10] u-boot support for usb-serial lacking
([EMAIL PROTECTED])
9. [Bug 186] Fingerbubbles take endless amount of ram and get
OOMed ([EMAIL PROTECTED])
10. [Bug 202] New: Start using NAND hardware ECC support
([EMAIL PROTECTED])
11. [Bug 202] New: Start using NAND hardware ECC support
([EMAIL PROTECTED])
12. [Bug 197] Make theme suitable for qvga screens.
([EMAIL PROTECTED])
13. [Bug 197] Make theme suitable for qvga screens.
([EMAIL PROTECTED])
14. [Bug 197] Make theme suitable for qvga screens.
([EMAIL PROTECTED])
15. [Bug 154] mainmenu crashes when clicking wheel the 2nd time
([EMAIL PROTECTED])
16. [Bug 154] mainmenu crashes when clicking wheel the 2nd time
([EMAIL PROTECTED])
17. [Bug 14] bootloader should display startup image before
booting the kernel ([EMAIL PROTECTED])
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=200
Summary: PARALLEL_MAKE seems to not work
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: OE bitbake recipes / build system
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
our local.conf on buildhostcontains:
PARALLEL_MAKE = "-j 3"
but somehow I never see more than one compiler running simultaneously, even with
packages (Such as kernel) that clearly support it.
------- 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=200
Summary: PARALLEL_MAKE seems to not work
Product: OpenMoko
Version: current svn head
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: OE bitbake recipes / build system
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
our local.conf on buildhostcontains:
PARALLEL_MAKE = "-j 3"
but somehow I never see more than one compiler running simultaneously, even with
packages (Such as kernel) that clearly support it.
------- 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=201
Summary: Use TEXT_BASE 0x37f80000 in u-boot on GTA01Bv2 and
higher
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]
Currently,' we're still using 0x33f80000 as TEXT_BASE. This has historical
reasons, since GTA01v3 and GTA01v4 had only 64MB.
However, if we move TEXT_BASE up to 0x37f80000, this gives us way more space to
e.g. load an entire 64MB flash image from microSD and then flash it to NAND in
one go.
------- 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=1
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- 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=3
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- 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=3
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- 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=7
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- 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=10
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- 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=186
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-20 18:01 -------
I've just committed a fix for this. The original patch (to MokoAlignment)
removed the need for accessing the parent widget's private struct, but by using
the set_padding method, caused a size request inside the size request function.
I have fixed this and re-applied the patch.
Ideally the padding style property should not be re-read each time a size
request is called. We also noticed that gtk_widget_show and gtk_widget_hide are
being used inside the MokoFingerToolBox size request, which could cause a
size_request in itself, leading to another loop.
------- 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
Summary: Start using NAND hardware ECC support
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The kernel s3c2410 nand driver contains support for hardware ECC. We should be
using that, also within u-boot. Somebody needs to test it.
Also, we should investigate ECC correction, for which Ben Dooks has 2.6.21-rc1
patches.
------- 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
Summary: Start using NAND hardware ECC support
Product: OpenMoko
Version: current svn head
Platform: Neo1973
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
The kernel s3c2410 nand driver contains support for hardware ECC. We should be
using that, also within u-boot. Somebody needs to test it.
Also, we should investigate ECC correction, for which Ben Dooks has 2.6.21-rc1
patches.
------- 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=197
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 01:44 -------
Thanks, I have assigned that to me and will include it in SVN right after
FOSDEM.
------- 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=197
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 01:44 -------
Thanks, I have assigned that to me and will include it in SVN right after
FOSDEM.
------- 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=197
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 01:44 -------
Thanks, I have assigned that to me and will include it in SVN right after
FOSDEM.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
--- End Message ---
--- Begin Message ---
http://bugzilla.openmoko.org/cgi-bin/bugzilla/show_bug.cgi?id=154
------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 01:45 -------
Can't give more details than the traceback... Clicking "wheel down" lead to it,
not "wheel button".
------- 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=154
------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 01:45 -------
Can't give more details than the traceback... Clicking "wheel down" lead to it,
not "wheel button".
------- 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=14
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From [EMAIL PROTECTED] 2007-02-21 02:35 -------
Done, SVN trunk/src/host/splash/
------- 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