Re: [LinuxBIOS] #10: test email interface of trac.

2006-11-01 Thread LinuxBIOS
seems to be finished for public use :-) -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/10#comment:7 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #17: clean up linuxbios table handling

2006-11-01 Thread LinuxBIOS
#17: clean up linuxbios table handling ---+ Reporter: stepan | Owner: stepan Type: task| Status: new Priority: major | Milestone

[LinuxBIOS] #18: autoprobe apic cluster and application processors on K8 systems

2006-11-01 Thread LinuxBIOS
| ---+ In the config files the 19.x, 1a.x, 1b.x, 1c.x devices should be removed. In addition the apic cluster should be moved before the cpu devices. Additional CPUs and bridges can be autoprobed. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/18 LinuxBIOS http

Re: [LinuxBIOS] #18: autoprobe apic cluster and application processors on K8 systems

2006-11-01 Thread LinuxBIOS
+--- Changes (by stepan): * keywords: = K8, cleanup -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/18#comment:3 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo

Re: [LinuxBIOS] #19: Remove useless #includes from mainboard.c files

2006-11-02 Thread LinuxBIOS
#includes from most mainboard.c files. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] --- Tested with abuild. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/19#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http

Re: [LinuxBIOS] #4: Directory names in svn should be (mostly) lower-case

2006-11-02 Thread LinuxBIOS
-+-- Changes (by uwe): * milestone: = Cosmetic fixes -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/4#comment:5 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org

Re: [LinuxBIOS] #9: Do not hardcode iasl path

2006-11-02 Thread LinuxBIOS
(by uwe): * milestone: = Cosmetic fixes Old description: The path to the 'iasl' compiler is currently hard-coded in the code. This should be fixed. See also http://www.linuxbios.org/pipermail/linuxbios/2006-September/015968.html New description: The path to the 'iasl' compiler

Re: [LinuxBIOS] #19: Remove useless #includes from mainboard.c files

2006-11-02 Thread LinuxBIOS
-+-- Changes (by uwe): * milestone: = Cosmetic fixes -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/19#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org

Re: [LinuxBIOS] #21: Library to unpack, repack, change and use DTB structures

2006-11-02 Thread LinuxBIOS
: blocker | Milestone: Setting up LinuxBIOS v3 Component: code|Version: v3 Resolution: | Keywords: device tree Include_gantt: 1 | Dependencies: Due_assign: 11/02/2006

Re: [LinuxBIOS] #22: sed error in abuild

2006-11-03 Thread LinuxBIOS
(by uwe): * owner: somebody = uwe * status: new = assigned * reporter: anonymous = uwe -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/22#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo

Re: [LinuxBIOS] #23: Use Doxygen-style comments

2006-11-03 Thread LinuxBIOS
-+-- Comment (by uwe): Replying to [comment:1 stepan]: We should probably use Doxygen-style comments to document (at least) the core API/code of LinuxBIOS. This documentation is automatically available at: http://qa.linuxbios.org/docs/doxygen.php It does

Re: [LinuxBIOS] #21: Library to unpack, repack, change and use DTB structures

2006-11-03 Thread LinuxBIOS
: blocker | Milestone: Setting up LinuxBIOS v3 Component: code|Version: v3 Resolution: | Keywords: device tree Include_gantt: 1 | Dependencies: Due_assign: 11/02/2006

[LinuxBIOS] #25: Remove one x86 emulator from the tree?

2006-11-04 Thread LinuxBIOS
://www.linuxbios.org/pipermail/linuxbios/2006-November/016626.html: {{{ which of the following x86 emulators in the tree works better and are there any plans to eliminate one of them? LinuxBIOSv2/src/devices/emulator/x86emu/ LinuxBIOSv2/util/vgabios/x86emu/src/x86emu/ Has anyone recently worked

Re: [LinuxBIOS] #25: Clean up x86 emulator in the tree?

2006-11-04 Thread LinuxBIOS
to do such a merge / unification together. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/25#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #26: flashrom: Support for PIIX4/PIIX4E/PIIX4M

2006-11-04 Thread LinuxBIOS
, and 1-Meg Extended BIOS Enable. I only enabled the Extended BIOS Enable (FFF8-FFFD); do I need to touch one of the others, too? -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/26 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org

[LinuxBIOS] #27: Minor typo

2006-11-05 Thread LinuxBIOS
%d\n, i); /* Sanity check the elf header */ if ((ehdr-e_type == ET_EXEC) elf_check_arch(ehdr) -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/27 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios

Re: [LinuxBIOS] #26: flashrom: Support for PIIX4/PIIX4E/PIIX4M

2006-11-05 Thread LinuxBIOS
/trac/LinuxBIOS/ticket/26#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #27: Minor typo

2006-11-05 Thread LinuxBIOS
(ehdr) Signed-off-by: Luis Correia [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/27#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #26: flashrom: Support for PIIX4/PIIX4E/PIIX4M

2006-11-05 Thread LinuxBIOS
into the lower 1 Meg of address space. Since we don't have that legacy baggage you can just eanble the entire upper 1 Meg (0xfff0- 0x). And let flashrom mmap it. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/26#comment:2 LinuxBIOS http://www.linuxbios.org

Re: [LinuxBIOS] #28: Finish Intel 440BX port

2006-11-05 Thread LinuxBIOS
. It wont be until I get up to Boston that I can start aquiring new tools. So if nobody else steps up to the plate then I can hopfully get to this in January or 07. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/28#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios

Re: [LinuxBIOS] #26: flashrom: Support for PIIX4/PIIX4E/PIIX4M

2006-11-05 Thread LinuxBIOS
/trac/LinuxBIOS/ticket/26#comment:3 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #29: this is a captcha test

2006-11-05 Thread LinuxBIOS
-- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/29 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #29: this is a captcha test

2006-11-05 Thread LinuxBIOS
(by anonymous): test -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/29#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #26: flashrom: Support for PIIX4/PIIX4E/PIIX4M

2006-11-05 Thread LinuxBIOS
good to me. Acked-By: Stefan Reinauer [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/26#comment:6 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #15: fix abuild for all boards that use the three images solution

2006-11-05 Thread LinuxBIOS
+--- Changes (by stepan): * owner: somebody = yhlu -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/15#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #11: pirq table automation

2006-11-05 Thread LinuxBIOS
-+-- Changes (by stepan): * owner: somebody = yhlu * milestone: = Going mainstream -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/11#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http

Re: [LinuxBIOS] #29: this is a captcha test

2006-11-05 Thread LinuxBIOS
(by anonymous): Replying to [comment:1 anonymous]: test ... sorry for the inconvenience -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/29#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo

[LinuxBIOS] #30: Support for VIA VT82C686 in flashrom

2006-11-05 Thread LinuxBIOS
/ | ---+ This patch adds support for the VIA VT82C686 to the flashrom utility. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/30 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios

[LinuxBIOS] #31: Do proper checking for flash erase for SST FWH parts

2006-11-05 Thread LinuxBIOS
] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/31 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #31: Do proper checking for flash erase for SST FWH parts

2006-11-05 Thread LinuxBIOS
: Due_assign: MM/DD/ | Due_close: MM/DD/ +--- Changes (by stepan): * priority: major = minor * status: new = assigned -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/31

Re: [LinuxBIOS] #26: flashrom: Support for PIIX4/PIIX4E/PIIX4M

2006-11-05 Thread LinuxBIOS
: Due_assign: MM/DD/ | Due_close: MM/DD/ -+-- Changes (by uwe): * milestone: = Enhance the flashrom utility -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/26#comment:8 LinuxBIOS

[LinuxBIOS] #32: New motherboard IEI NOVA4899R

2006-11-05 Thread LinuxBIOS
due to the IRQ thing. Audio, other serial ports, irda, floppy and paralell port support is unknown aka untested yet. Please forgive me for not supplying a proper patch file. Signed-off-by: Luis Correia [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/32

[LinuxBIOS] #33: New motherboard IEI NOVA4899R

2006-11-05 Thread LinuxBIOS
due to the IRQ thing. Audio, other serial ports, irda, floppy and paralell port support is unknown aka untested yet. Please forgive me for not supplying a proper patch file. Signed-off-by: Luis Correia [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/33

Re: [LinuxBIOS] #20: Cleanup of all CHIP_NAME() entries

2006-11-05 Thread LinuxBIOS
URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/20#comment:3 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #33: Signed-off-by in trac is meaningless

2006-11-05 Thread LinuxBIOS
the message attachments. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/33#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #20: Cleanup of all CHIP_NAME() entries

2006-11-05 Thread LinuxBIOS
the name in the structure completely, thus saving a couple of bytes for every device. Since romcc was easily bloating auto.c up to 64k, the savings can be considered non-existent -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/20#comment:4 LinuxBIOS http://www.linuxbios.org

Re: [LinuxBIOS] #33: Signed-off-by in trac is meaningless

2006-11-05 Thread LinuxBIOS
? -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/33#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #20: Cleanup of all CHIP_NAME() entries

2006-11-05 Thread LinuxBIOS
. Yeah let's always enable it, it doesn't take much space, and the (potentially) improved diagnostics are worth it /me thinks. Segher -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/20#comment:5 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios

Re: [LinuxBIOS] #33: Signed-off-by in trac is meaningless

2006-11-05 Thread LinuxBIOS
the sender used the wrong MIME-type, or the web server did and the mailing list archive software is too stupid to set it from the mail and just guesses instead. Or something else still ;-) ) Segher -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/33#comment:5 LinuxBIOS http

Re: [LinuxBIOS] #33: Signed-off-by in trac is meaningless

2006-11-05 Thread LinuxBIOS
/LinuxBIOS/ticket/33#comment:6 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #33: Signed-off-by in trac is meaningless

2006-11-05 Thread LinuxBIOS
for what we're trying to use it for right now. Segher -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/33#comment:7 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #22: sed error in abuild

2006-11-05 Thread LinuxBIOS
/LinuxBIOS/ticket/22#comment:3 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #31: Do proper checking for flash erase for SST FWH parts

2006-11-05 Thread LinuxBIOS
, wait for tomorrow morning or something like that). Segher -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/31#comment:3 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #34: flashrom: Fix PIIX4/PIIX4E/PIIX4M code comments

2006-11-06 Thread LinuxBIOS
* patchstatus: there is no patch = patch needs review -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/34#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #31: Do proper checking for flash erase for SST FWH parts

2006-11-06 Thread LinuxBIOS
reviewed? does it need more work? is it ready to be comitted?) etc. This is mostly used for the shiny new Patch Queue I created yesterday: http://tracker.linuxbios.org/trac/LinuxBIOS/report/9 (or click View Tickets - Patch Queue) That should make it easier to track which tickets have patches

Re: [LinuxBIOS] #14: Rename stream to payload

2006-11-06 Thread LinuxBIOS
Patchstatus: there is no patch | --+- Changes (by uwe): * patchstatus: = there is no patch -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/14#comment:5 LinuxBIOS http://www.linuxbios.org/ -- linuxbios

Re: [LinuxBIOS] #34: flashrom: Fix PIIX4/PIIX4E/PIIX4M code comments

2006-11-07 Thread LinuxBIOS
this patch is fine. (means Acked-By) the lower 64-Kbyte BIOS block (E­E) at the top should read the lower 64-Kbyte BIOS block (E-­E) at the top -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/34#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing

Re: [LinuxBIOS] #34: flashrom: Fix PIIX4/PIIX4E/PIIX4M code comments

2006-11-07 Thread LinuxBIOS
(by uwe): * patchstatus: patch needs review = patch has been committed -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/34#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #30: Support for VIA VT82C686 in flashrom

2006-11-07 Thread LinuxBIOS
): * patchstatus: patch needs review = patch has been committed -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/30#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #27: Minor typo

2006-11-07 Thread LinuxBIOS
): * patchstatus: = patch has been committed -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/27#comment:3 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #20: Cleanup of all CHIP_NAME() entries

2006-11-07 Thread LinuxBIOS
:| Due_assign: DD/MM/ Patchstatus: patch has been committed | -+-- Changes (by uwe): * patchstatus: = patch has been committed -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS

Re: [LinuxBIOS] #3: connect abuild to the automated test system

2006-11-07 Thread LinuxBIOS
://tracker.linuxbios.org/trac/LinuxBIOS/ticket/3#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #19: Remove useless #includes from mainboard.c files

2006-11-07 Thread LinuxBIOS
/LinuxBIOS/ticket/19#comment:5 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #28: Finish Intel 440BX port

2006-11-07 Thread LinuxBIOS
Patchstatus: there is no patch | --+- Changes (by uwe): * patchstatus: = there is no patch Comment: A related thread in the mailing list has started here: http://www.linuxbios.org/pipermail/linuxbios/2006

[LinuxBIOS] #36: Make the mailing list archive searchable

2006-11-07 Thread LinuxBIOS
URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #36: Make the mailing list archive searchable

2006-11-07 Thread LinuxBIOS
. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #37: Send tracker mails with attachments

2006-11-07 Thread LinuxBIOS
--+- The tracker is not sending any attachments (patches etc). This needs to be implemented to make the tracker fully usable via email. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/37 LinuxBIOS http

Re: [LinuxBIOS] #33: Signed-off-by in trac is meaningless

2006-11-07 Thread LinuxBIOS
: there is no patch | --+- Changes (by stepan): * patchstatus: = there is no patch * milestone: Resolve license issues = -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/33#comment:8 LinuxBIOS http

Re: [LinuxBIOS] #36: Make the mailing list archive searchable

2006-11-07 Thread LinuxBIOS
allmost useable.. Can you flip the date order so that most recient come first? -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #38: Improved spd.h

2006-11-07 Thread LinuxBIOS
for improvements welcome. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/38 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #38: Improved spd.h

2006-11-07 Thread LinuxBIOS
; suggestions for improvements welcome. Excellent.. Go man Go!. Acked-by: Richard A. Smith [EMAIL PROTECTED] Oh and btw. Until we fix the Trac to send the patches to the mailing list can you cc: the mailing list? -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/38#comment:1 LinuxBIOS

Re: [LinuxBIOS] #36: Make the mailing list archive searchable

2006-11-07 Thread LinuxBIOS
here . bxshi -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/36#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #38: Improved spd.h

2006-11-08 Thread LinuxBIOS
is part of the LinuxBIOS project. * * Copyright (C) 2005 Digital Design Corporation + * Copyright (C) 2006 Uwe Hermann [EMAIL PROTECTED] * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published

[LinuxBIOS] #39: 440BX header file with register definitions

2006-11-09 Thread LinuxBIOS
://tracker.linuxbios.org/trac/LinuxBIOS/ticket/39 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #40: Decide on common header #ifndef names or standards for usage

2006-11-09 Thread LinuxBIOS
, it should be documented. If no, we should standardize on one format and use it consistently. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/40 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #39: 440BX header file with register definitions

2006-11-09 Thread LinuxBIOS
. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-By: Richard Smith [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/39#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo

Re: [LinuxBIOS] #42: Disable SMM on K8 platforms

2006-11-10 Thread LinuxBIOS
://tracker.linuxbios.org/trac/LinuxBIOS/ticket/42#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #42: Disable SMM on K8 platforms

2006-11-10 Thread LinuxBIOS
them at default values and I don't know whether the default settings leave some exploits unfixed. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/42#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman

Re: [LinuxBIOS] #42: Disable SMM on K8 platforms

2006-11-10 Thread LinuxBIOS
://tracker.linuxbios.org/trac/LinuxBIOS/ticket/42#comment:6 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #44: ACPI collides with smbus/ide on i82801ca southbridge

2006-11-12 Thread LinuxBIOS
patch to get it to work. Note: It is not tested on real h/w, just in a simulator. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/44 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #44: ACPI collides with smbus/ide on i82801ca southbridge

2006-11-12 Thread LinuxBIOS
Patchstatus: there is no patch | --+- -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/44 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman

Re: [LinuxBIOS] #44: ACPI collides with smbus/ide on i82801ca southbridge

2006-11-12 Thread LinuxBIOS
Patchstatus: patch needs review | ---+ Changes (by uwe): * patchstatus: there is no patch = patch needs review -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/44#comment:1 LinuxBIOS http

Re: [LinuxBIOS] #38: Improved spd.h

2006-11-19 Thread LinuxBIOS
+--- Changes (by stepan): * patchstatus: patch needs review = patch is ready to be committed Comment: Acked-by: Stefan Reinauer [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/38#comment:5 LinuxBIOS http

Re: [LinuxBIOS] #32: New motherboard IEI NOVA4899R

2006-11-19 Thread LinuxBIOS
to be committed Comment: Acked-by: Stefan Reinauer [EMAIL PROTECTED] Please commit after changing CHIP_NAME -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/32#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org

Re: [LinuxBIOS] #38: Improved spd.h

2006-11-22 Thread LinuxBIOS
+--- Changes (by uwe): * patchstatus: patch is ready to be committed = patch has been committed -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/38#comment:7 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http

[LinuxBIOS] #51: flashrom: create a Debian package

2006-11-22 Thread LinuxBIOS
| -+-- I'm going to create a Debian package for flashrom. See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399893 -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/51 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios

[LinuxBIOS] #52: flashrom: List the supported flash chips and southbridges in the README

2006-11-26 Thread LinuxBIOS
review | --+- List the supported flash chips and southbridges in the flashrom README. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] --- See also http://www.openbios.org/pipermail/linuxbios/2006-November/017056.html

Re: [LinuxBIOS] #32: New motherboard IEI NOVA4899R

2006-11-26 Thread LinuxBIOS
-- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/32#comment:7 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #53: Add license headers to IEI NOVA-4899R code

2006-11-26 Thread LinuxBIOS
| -+-- The code committed in r2508 doesn't yet contain the proper license headers. This should be fixed ASAP. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/53 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http

[LinuxBIOS] #54: flashrom: Add install target to Makefile

2006-11-27 Thread LinuxBIOS
| --+- Add an install target to the flashrom Makefile which installs flashrom into /usr/local/bin. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] --- -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/54 LinuxBIOS http

Re: [LinuxBIOS] #54: flashrom: Add install target to Makefile

2006-11-27 Thread LinuxBIOS
put the signed-off (along with the patch description / checkin comment) in the patch itself (it's fine to *also* have it separate of course). Segher -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/54#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list

[LinuxBIOS] #55: Support for Intel Virtualization Technology (IVT) a.k.a Vanderpool

2006-11-29 Thread LinuxBIOS
| -+-- This might be a long term issue, but we might want to support Vanderpool at some point... -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/55 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo

[LinuxBIOS] #56: Support for AMD Virtualization (AMD-V) a.k.a Pacifica

2006-11-29 Thread LinuxBIOS
| -+-- This might be a long term issue, but we might want to support Pacifica at some point... -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/56 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #57: libusb host program for PLX NET20DC debug device

2006-12-01 Thread LinuxBIOS
/trac/LinuxBIOS/ticket/57 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #57: libusb host program for PLX NET20DC debug device

2006-12-01 Thread LinuxBIOS
+--- Comment (by stuge): #can't attach the Makefile so here it is: LDFLAGS=-lusb TARGET=usb_debug_io SRC=$(TARGET).c $(TARGET): $(SRC) gcc -Wall -g -o $@ $(SRC) $(LDFLAGS) clean: rm -f $(TARGET) -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/57#comment:1

Re: [LinuxBIOS] #57: libusb host program for PLX NET20DC debug device

2006-12-01 Thread LinuxBIOS
+--- Changes (by uwe): * patchstatus: there is no patch = patch needs review Comment: Please add a license header to the file(s). Thanks! -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/57#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios

Re: [LinuxBIOS] #57: libusb host program for PLX NET20DC debug device

2006-12-01 Thread LinuxBIOS
product=0x127a to load the driver and associate it with the NET20DC, either before or after the device is connected to the host. Greg K-H is working on a specific driver for the device (class) as well. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/57#comment:3 LinuxBIOS http

Re: [LinuxBIOS] #57: libusb host program for PLX NET20DC debug device

2006-12-01 Thread LinuxBIOS
+--- Comment (by stuge): If someone wants to use it on anything but Linux just reopen the ticket. :) -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/57#comment:4 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman

[LinuxBIOS] #58: abuild: Fails for iwill/dk8_htx due to hardcoded paths

2006-12-03 Thread LinuxBIOS
to some hardcoded paths. {{{ Processing mainboard/iwill/dk8_htx (i386: ok) Using existing test target /home/uwe/code/linuxbios/repos/trunk/LinuxBIOSv2/targets/iwill/dk8_htx /Config-abuild.lb ok Creating builddir...ok Compiling image ..FAILED after 3s! Log excerpt: nm -n linuxbios | sort

Re: [LinuxBIOS] #52: flashrom: List the supported flash chips and southbridges in the README

2006-12-04 Thread LinuxBIOS
-+-- Changes (by uwe): * patchstatus: patch needs review = patch has been committed -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/52#comment:2 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list

[LinuxBIOS] #59: Support for SMSC FDC37M60X Super I/O

2006-12-11 Thread LinuxBIOS
output on serial port 1 is tested and works, the rest probably not yet. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] --- Patch is available at http://www.openbios.org/pipermail/linuxbios/2006-December/017494.html for now, as Trac currently has problems with attachments. -- Ticket URL: http

[LinuxBIOS] #60: Change 'ram' to 'RAM' in user-visible output

2006-12-11 Thread LinuxBIOS
' to 'RAM' in user-visible output. Signed-off-by: Uwe Hermann uwe at hermann-uwe.de --- Patch is available at http://www.openbios.org/pipermail/linuxbios/2006-December/017610.html or directly at http://www.openbios.org/pipermail/linuxbios/attachments/20061210/c82afdec/attachment.bin

[LinuxBIOS] #62: Wrong variable causes a compile error

2006-12-12 Thread LinuxBIOS
. -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/62 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

[LinuxBIOS] #63: make flashrom work on Iwill DK8-HTX

2006-12-13 Thread LinuxBIOS
| ---+ flashrom does not work after booting LinuxBIOS on the Iwill DK8-HTX board, according to [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/63 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios

Re: [LinuxBIOS] #63: make flashrom work on Iwill DK8-HTX

2006-12-13 Thread LinuxBIOS
---+ Comment (by stuge): Signed-off-by: Mondrian Nuessle [EMAIL PROTECTED] Acked-by: mcq [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/63#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios

Re: [LinuxBIOS] #59: Support for SMSC FDC37M60X Super I/O

2006-12-13 Thread LinuxBIOS
+--- Changes (by stepan): * patchstatus: patch needs review = patch is ready to be committed Comment: Acked-by: Stefan Reinauer [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/59#comment:1 LinuxBIOS

[LinuxBIOS] #65: Unify SuperIO code?

2006-12-13 Thread LinuxBIOS
/LinuxBIOS/ticket/65 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #54: flashrom: Add install target to Makefile

2006-12-13 Thread LinuxBIOS
+--- Changes (by stepan): * patchstatus: patch needs review = patch is ready to be committed Comment: Acked-by: Stefan Reinauer [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/54#comment:2

Re: [LinuxBIOS] #61: Add mtrr support for pentium m cpus

2006-12-13 Thread LinuxBIOS
to be committed Comment: Good spot! Acked-by: Stefan Reinauer [EMAIL PROTECTED] -- Ticket URL: http://tracker.linuxbios.org/trac/LinuxBIOS/ticket/61#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] #62: Wrong variable causes a compile error

2006-12-13 Thread LinuxBIOS
/LinuxBIOS/ticket/62#comment:1 LinuxBIOS http://www.linuxbios.org/ -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

  1   2   3   4   5   6   7   8   >