Re: [coreboot] SeaBIOS and hp dl145g3

2010-05-26 Thread Arne Georg Gleditsch
Stefan Reinauer writes: > What S-ATA controller is that? We have a SIL 3114 driver which sets the > class ID from RAID to IDE in coreboot. Maybe something like that would > work here, too? > > Not sure which is the better approach though. This is the onboard BCM5785/HT1000 SATA controller. --

Re: [coreboot] SeaBIOS and hp dl145g3

2010-05-26 Thread Stefan Reinauer
On 5/26/10 12:18 PM, Arne Georg Gleditsch wrote: > +u16 class = pci_config_readw(bdf, PCI_CLASS_DEVICE); > +if (class != PCI_CLASS_STORAGE_IDE && class != > PCI_CLASS_STORAGE_RAID) > continue; > What S-ATA controller is that? We have a SIL 3114 driver which sets the

Re: [coreboot] SeaBIOS and hp dl145g3

2010-05-26 Thread Arne Georg Gleditsch
Kevin O'Connor writes: >> and the original patch from mondrian to add support for the dl145g3 to filo: >> http://merlin.ugent.be/~samuel/dl145g3/patch/filo_dl145_sata.patch >> >> It looks rather simple but I don't see what i have to change in >> seabios to support the device. >> >> The pci id (0

Re: [coreboot] SeaBIOS and hp dl145g3

2009-05-01 Thread Stefan Reinauer
On 01.05.2009 1:47 Uhr, Kevin O'Connor wrote: >> This forces SeaBIOS to see it as a PATA controller, but it's in SATA mode. >> >> Is there an easy way to add SATA support to SeaBIOS? It sounds like a >> bit of work. It looks like you could force the device to be in PATA >> mode, but once it's boo

Re: [coreboot] SeaBIOS and hp dl145g3

2009-04-30 Thread Myles Watson
> -Original Message- > From: Kevin O'Connor [mailto:ke...@koconnor.net] > Sent: Thursday, April 30, 2009 5:47 PM > To: Myles Watson > Cc: samuel; coreboot > Subject: Re: SeaBIOS and hp dl145g3 > > On Thu, Apr 30, 2009 at 09:24:22AM -0600, Myles Watson wrote: > > On Thu, Apr 30, 2009 at 9

Re: [coreboot] SeaBIOS and hp dl145g3

2009-04-30 Thread Kevin O'Connor
On Thu, Apr 30, 2009 at 09:24:22AM -0600, Myles Watson wrote: > On Thu, Apr 30, 2009 at 9:07 AM, samuel wrote: > > On Thu, Apr 30, 2009 at 2:43 AM, Kevin O'Connor wrote: > >> On Wed, Apr 29, 2009 at 04:53:13PM +0200, samuel wrote: > >>> lspci -vnn : http://merlin.ugent.be/~samuel/dl145g3/info/lsp

Re: [coreboot] SeaBIOS and hp dl145g3

2009-04-30 Thread Myles Watson
On Thu, Apr 30, 2009 at 9:07 AM, samuel wrote: > On Thu, Apr 30, 2009 at 2:43 AM, Kevin O'Connor wrote: >> On Wed, Apr 29, 2009 at 04:53:13PM +0200, samuel wrote: >>> Hi Kevin, >>> >>> I have tried Seabios on my hp dl145 g3 (the patches from mondrian) and >>> it works really well now >>> I was ab

Re: [coreboot] SeaBIOS and hp dl145g3

2009-04-29 Thread Kevin O'Connor
On Wed, Apr 29, 2009 at 04:53:13PM +0200, samuel wrote: > Hi Kevin, > > I have tried Seabios on my hp dl145 g3 (the patches from mondrian) and > it works really well now > I was able to load the vga rom and i have output on the screen. Great! > One single problem... It doesn't seem to find the s