Re: [coreboot] [PATCH] v3: s/BIOS_DEBUG/DEBUG/ etc. for printk()

2008-10-25 Thread Uwe Hermann
On Fri, Oct 24, 2008 at 03:31:20AM +0200, Peter Stuge wrote: Uwe Hermann wrote: Drop the 'BIOS_' prefix from all printk() log-levels. It would be nice to have another prefix though. Maybe LOG_ ? Without a prefix some of the names look a bit too generic. I've though about that, but I don't

[coreboot] [inteltool]Add support for GM965 NorthBridge dump

2008-10-25 Thread lu zhihe
Dear all: I had made inteltool work on my Laptop's GM965. Hope it can help you. -- Thx Lu Zhihe gm965.patch Description: Binary data -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] DFI Infinity NF570-M2/G motherboard

2008-10-25 Thread Chris Lingard
I have been following this list for a while, and noted down the names of socketed motherboards. When I went to purchase one, they were all obsolete/unobtainable in the United Kingdom. The local computer shop is Linux friendly, so I asked them to find a motherboard with a socketed chip, and

Re: [coreboot] [inteltool]Add support for GM965 NorthBridge dump

2008-10-25 Thread lu zhihe
Maybe it is better to show the patch on the email. :-) This patch is based on trunk code r3692. Signed-off-by: lu zhihe tombowfly at gmail.com diff --new-file -u -r inteltool.orig/inteltool.c inteltool/inteltool.c --- inteltool.orig/inteltool.c 2008-08-20 13:41:24.0 + +++

Re: [coreboot] K8 HT architecture

2008-10-25 Thread Tom Sylla
On Fri, Oct 24, 2008 at 8:24 PM, Carl-Daniel Hailfinger [EMAIL PROTECTED] wrote: AGESA has a default discovery method (I think breadth first, lowest link number first) but it has options to over-ride the discovery mechanism to change the order of nodes in a system. All that matters is that the

[coreboot] [PATCH] flashrom: Add support for VIA VT82C586A/B, improve docs

2008-10-25 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Add support for the VIA VT82C586A/B chipset, improve documentation. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: chipset_enable.c

Re: [coreboot] [PATCH] flashrom: Add support for VIA VT82C586A/B, improve docs

2008-10-25 Thread Carl-Daniel Hailfinger
On 25.10.2008 18:53, Uwe Hermann wrote: Add support for the VIA VT82C586A/B chipset, improve documentation. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] I assume you verified this. Acked-by: Carl-Daniel Hailfinger [EMAIL PROTECTED] Regards, Carl-Daniel -- http://www.hailfinger.org/ --

Re: [coreboot] Lanparty UT NF4 Ultra-D support status

2008-10-25 Thread Uwe Hermann
On Sat, Oct 25, 2008 at 07:23:50PM +0200, razor1394 wrote: Is anyone working on this? Yes, I'll post a patch soonish. I'm more than ready to flash my secondary computer with the same board but another bios and a different firmware chip . The information posted before was generated from my

[coreboot] r3693 - trunk/util/flashrom

2008-10-25 Thread svn
Author: uwe Date: 2008-10-25 20:03:50 +0200 (Sat, 25 Oct 2008) New Revision: 3693 Modified: trunk/util/flashrom/chipset_enable.c Log: Add support for the VIA VT82C586A/B chipset, improve documentation. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Carl-Daniel Hailfinger [EMAIL

Re: [coreboot] [PATCH] flashrom: Add support for VIA VT82C586A/B, improve docs

2008-10-25 Thread Uwe Hermann
On Sat, Oct 25, 2008 at 07:25:07PM +0200, Carl-Daniel Hailfinger wrote: On 25.10.2008 18:53, Uwe Hermann wrote: Add support for the VIA VT82C586A/B chipset, improve documentation. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] I assume you verified this. Acked-by: Carl-Daniel Hailfinger

Re: [coreboot] K8 HT architecture

2008-10-25 Thread yhlu
On Sat, Oct 25, 2008 at 9:25 AM, Tom Sylla [EMAIL PROTECTED] wrote: Hopefully it is clear now how things can move like that. The Opterons won't move. It is possible with HT that other devices may exist on higher bus numbers without a bridge (real or fake) from bus 0. It is weird, and

Re: [coreboot] brainstorm: new LPC dongle from Artec Group

2008-10-25 Thread Ed Swierk
On Mon, Aug 11, 2008 at 8:20 AM, Ed Swierk [EMAIL PROTECTED] wrote: Here's my wish list for a new version of the dongle (some of which overlap previous responses). I'd like to be able to: 1. Reset the dongle by issuing a command from the host, instead of pushing a button on the dongle. 2.

Re: [coreboot] DFI Infinity NF570-M2/G motherboard

2008-10-25 Thread Corey Osgood
On Sat, Oct 25, 2008 at 11:13 AM, Chris Lingard [EMAIL PROTECTED]wrote: I have been following this list for a while, and noted down the names of socketed motherboards. When I went to purchase one, they were all obsolete/unobtainable in the United Kingdom. The local computer shop is Linux

Re: [coreboot] [inteltool]GM965 temperature detector

2008-10-25 Thread lu zhihe
Dear all: I just update the data report a little. And add support for GM945 temperature detect support. 2008/10/25 lu zhihe [EMAIL PROTECTED] Dear all: I had download a old version inteltool to add GM965 IGP Thermal Sensor supported. It seems work. And the process of

Re: [coreboot] DFI Infinity NF570-M2/G motherboard

2008-10-25 Thread Peter Stuge
Corey Osgood wrote: Filo orders drives starting with IDE, For filo-0.5 the drive order is actually two drives per PCI bus controller. For filo-0.6 (current trunk, using libpayload) the drive enumeration has changed to something else, but I don't know exactly what. I spent some time tracing

Re: [coreboot] More v3 quesions

2008-10-25 Thread Corey Osgood
Thanks for all the answers! One more problem, I've got to know how much vga memory to allocate from two different device drivers. If I have the vga memory size in the dts for one device, and then from the other device, do dev_find_device() to find the first one, can I access its dts info? Or, is

Re: [coreboot] More v3 quesions

2008-10-25 Thread Peter Stuge
Corey Osgood wrote: Or, is there any reason not to move vga memory size to Kconfig? I agree, graphics memory size when sizable should be in Kconfig! //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] More v3 quesions

2008-10-25 Thread Corey Osgood
On Sun, Oct 26, 2008 at 1:35 AM, Peter Stuge [EMAIL PROTECTED] wrote: Corey Osgood wrote: Or, is there any reason not to move vga memory size to Kconfig? I agree, graphics memory size when sizable should be in Kconfig! Will do! -Corey -- coreboot mailing list: coreboot@coreboot.org