Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-25 Thread Myles Watson
Since I don't have the hardware, I only have the log files to look at. Could you send a working log file with the onboard patch and the broken one without it? That way the only differences should be related to that change. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://ww

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-24 Thread Bao, Zheng
25, 2009 12:10 AM To: Bao, Zheng Cc: 'coreboot' Subject: RE: [coreboot] [v2] r4925 makes my linux hang Zheng, >From the K8 log: PCI: 00:02.0: enabled 0, 0 resources PCI: 00:03.0: enabled 0, 0 resources These devices are enabled for fam10, but disabled for the K8 board. I tho

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-24 Thread Myles Watson
Zheng, >From the K8 log: PCI: 00:02.0: enabled 0, 0 resources PCI: 00:03.0: enabled 0, 0 resources These devices are enabled for fam10, but disabled for the K8 board. I thought the only difference was supposed to be the processor/northbridge. Because of that, rs780_gfx_init doesn't get run. U

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-23 Thread Myles Watson
> Here comes the complete logs. I only got the fam10 log, I didn't see the complete k8 logs. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-16 Thread Myles Watson
> That only happens when the CPU is K8. When the cpu is fam10, VGA runs > ok. > Any advice? I'd be interested in the complete logs, and a log from a successful fam10 boot. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-15 Thread Stefan Reinauer
Bao, Zheng wrote: > Now my VGA BIOS seems to run incorrectly. > > Without_entry.txt: > The output of image running with Config.lb like, > chip southbridge/amd/rs780 > device pci 0.0 on end # HT 0x9600 > device pci 1.0 on end # Internal Graphics P2P bridge 0x9602 > > With_entry.txt:

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-15 Thread Bao, Zheng
? Zheng -Original Message- From: Myles Watson [mailto:myle...@gmail.com] Sent: Saturday, November 14, 2009 12:34 AM To: Bao, Zheng; 'Stefan Reinauer' Cc: 'Marc Jones'; coreboot@coreboot.org Subject: RE: [coreboot] [v2] r4925 makes my linux hang > Other boards like

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-13 Thread Myles Watson
> Other boards like 690/600 need to modify, don't they? I don't have any boards with those chipsets. I thought you said the dbm690t was fine, but I don't know for sure. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-12 Thread Bao, Zheng
eboot@coreboot.org Subject: Re: [coreboot] [v2] r4925 makes my linux hang Great!! It fixes the hanging on my board. And the display also works. Everything seems to be fine. Zheng -Original Message- From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On Behalf Of Stefan Rei

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-12 Thread Bao, Zheng
Cc: coreboot@coreboot.org Subject: Re: [coreboot] [v2] r4925 makes my linux hang Myles Watson wrote: >> The good news is: >> chip southbridge/amd/rs780 unconditionally pulls in the graphics driver >> which is still executed per PCI ID, and not per notation of static.c >&g

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-11 Thread Stefan Reinauer
Myles Watson wrote: >> The good news is: >> chip southbridge/amd/rs780 unconditionally pulls in the graphics driver >> which is still executed per PCI ID, and not per notation of static.c >> >> So it's completely enough to drop the graphics device from >> Config.lb/devicetree.cb and say >> >> chip

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-11 Thread Myles Watson
On Wed, Nov 11, 2009 at 2:26 PM, Stefan Reinauer wrote: > Myles Watson wrote: >>> The good news is: >>> chip southbridge/amd/rs780 unconditionally pulls in the graphics driver >>> which is still executed per PCI ID, and not per notation of static.c >>> >>> So it's completely enough to drop the gra

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-11 Thread Stefan Reinauer
Myles Watson wrote: >> The good news is: >> chip southbridge/amd/rs780 unconditionally pulls in the graphics driver >> which is still executed per PCI ID, and not per notation of static.c >> >> So it's completely enough to drop the graphics device from >> Config.lb/devicetree.cb and say >> >> chip

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-11 Thread Myles Watson
> The good news is: > chip southbridge/amd/rs780 unconditionally pulls in the graphics driver > which is still executed per PCI ID, and not per notation of static.c > > So it's completely enough to drop the graphics device from > Config.lb/devicetree.cb and say > > chip southbridge/amd/rs780 >

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-11 Thread Stefan Reinauer
Peter Stuge wrote: > Config.lb_mahogany_k8 > >> chip southbridge/amd/rs780 >> device pci 0.0 on end # HT 0x9600 >> device pci 1.0 on # Internal Graphics P2P bridge 0x9602 >> chip drivers/pci/onboard >> device pci 5.0 on end # Internal Graphics

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Bao, Zheng
, November 11, 2009 11:33 AM To: coreboot@coreboot.org Subject: Re: [coreboot] [v2] r4925 makes my linux hang Config.lb_mahogany_k8 > chip southbridge/amd/rs780 > device pci 0.0 on end # HT 0x9600 > device pci 1.0 on # Internal Graphics P2P bridge 0x9602 >

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Peter Stuge
Config.lb_mahogany_k8 > chip southbridge/amd/rs780 > device pci 0.0 on end # HT 0x9600 > device pci 1.0 on # Internal Graphics P2P bridge 0x9602 > chip drivers/pci/onboard > device pci 5.0 on end # Internal Graphics 0x9615 >

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Bao, Zheng
Jones; Carl-Daniel Hailfinger; coreboot@coreboot.org Subject: Re: [coreboot] [v2] r4925 makes my linux hang On Mon, Nov 9, 2009 at 10:06 PM, Myles Watson wrote: On Mon, Nov 9, 2009 at 9:54 PM, Bao, Zheng wrote: > By "we", please tell me if it has anything to do with th

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Myles Watson
> > Could you send me your devicetree.cb or Config.lb? > > > > My thought is that you can put chip drivers/generic/generic around the > > video card so that it doesn't get the 780 ops. > > Does it get any 780 ops at all? I'd think it only does when a struct > pci_driver is catching it? I have

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Stefan Reinauer
Myles Watson wrote: > > > On Tue, Nov 10, 2009 at 9:45 AM, Myles Watson > wrote: > > > > On Mon, Nov 9, 2009 at 10:06 PM, Myles Watson > wrote: > > On Mon, Nov 9, 2009 at 9:54 PM, Bao, Zheng > w

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Myles Watson
On Tue, Nov 10, 2009 at 9:45 AM, Myles Watson wrote: > > > On Mon, Nov 9, 2009 at 10:06 PM, Myles Watson wrote: > >> On Mon, Nov 9, 2009 at 9:54 PM, Bao, Zheng wrote: >> > By "we", please tell me if it has anything to do with the chipset and >> > mainboard code. >> Sorry I wasn't clear. I mean

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-10 Thread Myles Watson
On Mon, Nov 9, 2009 at 10:06 PM, Myles Watson wrote: > On Mon, Nov 9, 2009 at 9:54 PM, Bao, Zheng wrote: > > By "we", please tell me if it has anything to do with the chipset and > > mainboard code. > Sorry I wasn't clear. I meant maybe coreboot needs a generic chip driver. > > I think the 780

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-09 Thread Myles Watson
On Mon, Nov 9, 2009 at 9:54 PM, Bao, Zheng wrote: > By "we", please tell me if it has anything to do with the chipset and > mainboard code. Sorry I wasn't clear. I meant maybe coreboot needs a generic chip driver. I think the 780 code needs to check the device to make sure it's part of the chips

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-09 Thread Bao, Zheng
7;; 'Stefan Reinauer'; 'Marc Jones' Subject: RE: [coreboot] [v2] r4925 makes my linux hang > Log from r4924. The problem is that the video card gets treated as if it were part of the RS780. In many chipsets, there's a check to see if the device is really part of the ch

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-09 Thread Myles Watson
> Log from r4924. The problem is that the video card gets treated as if it were part of the RS780. In many chipsets, there's a check to see if the device is really part of the chipset before it is initialized using the chipset functions. rs780_enable: dev=000231dc, VID_DID=0x96151002 Bus-0, Dev

Re: [coreboot] [v2] r4925 makes my linux hang

2009-11-09 Thread Myles Watson
> R4925 makes my linux hang. Output is attached. > My board is K8+rs780+sb700, which is close to dbm690t(k8+rs690+sb700). > But dbm690t works well. I don't know why. Can you send the log from r4924? Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/l