Re: [coreboot] Coreboot and Seabios CBFS problem

2010-01-19 Thread Kevin O'Connor
On Tue, Jan 19, 2010 at 10:20:12AM -0400, Peter Bannis wrote: > Hi Kevin, Hi Peter, I'm CC'ing the coreboot mailing list. > I need some help in resolving a problem with Coreboot latest with seabios as > a payload. Seabios cannot find the CBFS signature as it is looking for it > in the current s

Re: [coreboot] Seabios problems

2010-01-19 Thread Kevin O'Connor
On Tue, Jan 19, 2010 at 08:58:11PM +0100, conged...@voila.fr wrote: > I installed Windows7 on a sata hdd and the last seabios git boots, > so vista on sata hdd will using dma config. Great. > The ata_try_dma seems to loop indefinitely. Is it normal ? > Maybe it slows my pata hdd during boot. It

Re: [coreboot] Porting to Intel Atom

2010-01-19 Thread Peter Stuge
Shailendra Singh wrote: > Please let me know how to add support of Intel Atom N270 in > cpu/intel/model_106cx. The answer to this question basically means writing the code, so you will not get much of an answer to this query. If people could easily add this support then I think it might have been

[coreboot] [commit] r5043 - trunk/src/mainboard/kontron/986lcd-m

2010-01-19 Thread svn
Author: stepan Date: 2010-01-19 22:15:37 +0100 (Tue, 19 Jan 2010) New Revision: 5043 Modified: trunk/src/mainboard/kontron/986lcd-m/mptable.c Log: Kontron 986LCD-M MP table: When any of the onboard network cards are disabled, the bus numbers change and thus PCI devices in the riser wouldn't ge

[coreboot] [commit] r5042 - trunk/src/mainboard/kontron/986lcd-m

2010-01-19 Thread svn
Author: stepan Date: 2010-01-19 22:15:01 +0100 (Tue, 19 Jan 2010) New Revision: 5042 Modified: trunk/src/mainboard/kontron/986lcd-m/mainboard.c Log: Add Yabel support (int 15 5fXX callbacks for vga bios) on the kontron 986lcd-m so it's possible to use the LCD panel connector. Values are hard c

[coreboot] [commit] r5041 - trunk/util/x86emu/yabel

2010-01-19 Thread svn
Author: stepan Date: 2010-01-19 22:14:24 +0100 (Tue, 19 Jan 2010) New Revision: 5041 Modified: trunk/util/x86emu/yabel/device.c Log: dev->rom_address was dropped a while ago which broke yabel. This patch fixes it again. Signed-off-by: Stefan Reinauer Acked-by: Peter Stuge Modified: trunk

[coreboot] [commit] r5040 - in trunk: . src src/config util/compareboard util/x86emu util/x86emu/include/x86emu util/x86emu/x86emu util/x86emu/yabel util/x86emu/yabel/compat

2010-01-19 Thread svn
Author: stepan Date: 2010-01-19 22:13:44 +0100 (Tue, 19 Jan 2010) New Revision: 5040 Modified: trunk/Makefile trunk/src/Kconfig trunk/src/config/Options.lb trunk/util/compareboard/compareboard trunk/util/x86emu/biosemu.c trunk/util/x86emu/include/x86emu/x86emu.h trunk/util/x86

Re: [coreboot] Seabios problems

2010-01-19 Thread congedete
I installed Windows7 on a sata hdd and the last seabios git boots, so vista on sata hdd will using dma config. The ata_try_dma seems to loop indefinitely. Is it normal ? Maybe it slows my pata hdd during boot. I will try your patch tomorrow. I'll be back soon. > Message du 18/01/10 à 22h24 > De

Re: [coreboot] NIC working, IP assigned but not connected.

2010-01-19 Thread Myles Watson
> Never mind! I solved it. I got the wrong IRQ assign to the NIC but thats > because... > > smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, > m->bus_8132_2, (3<<2)|0, m->apicid_8132_2,0x0); > > when I assign a 0x0 in that line I actually get irq 31 assign to the > NIC. So I

Re: [coreboot] Paraflasher Competition

2010-01-19 Thread Joseph Smith
On Tue, 19 Jan 2010 15:50:33 +0100, Carl-Daniel Hailfinger wrote: > [added flashrom to CC] > > On 19.01.2010 15:44, Joseph Smith wrote: >> Looks like the Paraflasher has some competition: >> >> > http://cgi.ebay.com/NANO-BIOS-Programmer-for-PC-M-B-BIOS-repairing_W0QQitemZ270449469749QQcmdZView

Re: [coreboot] Paraflasher Competition

2010-01-19 Thread Carl-Daniel Hailfinger
[added flashrom to CC] On 19.01.2010 15:44, Joseph Smith wrote: > Looks like the Paraflasher has some competition: > > http://cgi.ebay.com/NANO-BIOS-Programmer-for-PC-M-B-BIOS-repairing_W0QQitemZ270449469749QQcmdZViewItemQQptZMotherboards?hash=item3ef80b6935 > > Possible external flasher for flash

[coreboot] Paraflasher Competition

2010-01-19 Thread Joseph Smith
Looks like the Paraflasher has some competition: http://cgi.ebay.com/NANO-BIOS-Programmer-for-PC-M-B-BIOS-repairing_W0QQitemZ270449469749QQcmdZViewItemQQptZMotherboards?hash=item3ef80b6935 Possible external flasher for flashrom? Although the Paraflasher is way better by design :-) -- Thanks,

Re: [coreboot] Porting to Intel Atom

2010-01-19 Thread Carl-Daniel Hailfinger
Hi Shailendra, On 19.01.2010 14:10, Shailendra Singh wrote: > Thanks Joseph, > > Now I complied this coreboot r5039 for intel 945Gclf successfully. Please > let me know how to add support of Intel Atom N270 in cpu/intel/model_106cx. > You need an orange cover NDA with intel, and a few weeks o

Re: [coreboot] Porting to Intel Atom

2010-01-19 Thread Shailendra Singh
Thanks Joseph, Now I complied this coreboot r5039 for intel 945Gclf successfully. Please let me know how to add support of Intel Atom N270 in cpu/intel/model_106cx. BR, Shailendra On Tue, Jan 19, 2010 at 6:19 PM, Joseph Smith wrote: > > > > On Tue, 19 Jan 2010 17:32:21 +0530, Shailendra Singh

Re: [coreboot] Porting to Intel Atom

2010-01-19 Thread Joseph Smith
On Tue, 19 Jan 2010 17:32:21 +0530, Shailendra Singh wrote: > Thanks Stefan. > Please let me know how to get this version of coreboot ? svn co svn://coreboot.org/coreboot/trunk coreboot for the latest version or svn co svn://coreboot.org/coreboot/trunk coreboot -r 5039 for a specific revisi

Re: [coreboot] NIC working, IP assigned but not connected.

2010-01-19 Thread Knut Kujat
Knut Kujat escribió: > Sorry, > forgot to attach the file! > > bye > Knut Kujat escribió: > >> Hi, >> >> I already managed to get IRQs assigned for my two NICs. As happy as I >> was about that I asked for a IP to test if the board works correctly >> so I booted with coreboot into my suse 11.2 ma

Re: [coreboot] Porting to Intel Atom

2010-01-19 Thread Shailendra Singh
Thanks Stefan. Please let me know how to get this version of coreboot ? Also any comments on my .config file. On Tue, Jan 19, 2010 at 5:26 PM, Stefan Reinauer wrote: > On 1/19/10 11:11 AM, Shailendra Singh wrote: > > On one of the discussion topic of this coreboot forum, they suggested that > th

Re: [coreboot] Porting to Intel Atom

2010-01-19 Thread Stefan Reinauer
On 1/19/10 11:11 AM, Shailendra Singh wrote: > On one of the discussion topic of this coreboot forum, they suggested > that the mainboard d945gclf is closer to intel Atom for the starting > point of porting to atom. The d945gclf actually _is_ an intel atom board. > I started to built the coreboot

[coreboot] Porting to Intel Atom

2010-01-19 Thread Shailendra Singh
Hello All, I am a newbie in coreboot. I just started to port this coreboot to my Intel Atom laptop. Below are Some details of my laptop Chipset- 945GSE + ICH7 CPU - Intel Atom N270 @ 1.60GHz Bios Chip- WinBond 25X80AV I have downloaded the latest source tree of Coreboot for reposito

Re: [coreboot] #156: Add Layout File capability to v3 and LAR tool

2010-01-19 Thread coreboot
#156: Add Layout File capability to v3 and LAR tool +--- Reporter: edwin_beas...@… | Owner: ste...@… Type: enhancement |Status: new