[coreboot] 870 attempt

2011-02-23 Thread Jonathan A. Kollasch
Hi, I've attempted to use the rs780 and sb800 code on a AM3 870 + SB850 board. Raminit seems to go okay, as does the first bits of ramstage. However, ramstage fails after the first two passes through rs780_enable(). It stalls in get_vid_did() reading PCI config space of device 2 (or 4). Also, t

Re: [coreboot] 870 attempt

2011-02-24 Thread Alex G.
On 02/24/2011 04:14 AM, Jonathan A. Kollasch wrote: > Hi, > > I've attempted to use the rs780 and sb800 code on a AM3 870 + SB850 > board. Raminit seems to go okay, as does the first bits of ramstage. > However, ramstage fails after the first two passes through > rs780_enable(). It stalls in get

Re: [coreboot] 870 attempt

2011-02-24 Thread Paul Menzel
Dear Jonathan, Am Donnerstag, den 24.02.2011, 02:14 + schrieb Jonathan A. Kollasch: > I've attempted to use the rs780 and sb800 code on a AM3 870 + SB850 > board. what is the model number? […] Good luck with the port! Thanks, Paul signature.asc Description: This is a digitally signed

Re: [coreboot] 870 attempt

2011-02-24 Thread Jonathan A. Kollasch
On Thu, Feb 24, 2011 at 02:14:07AM +, Jonathan A. Kollasch wrote: > Hi, > > I've attempted to use the rs780 and sb800 code on a AM3 870 + SB850 > board. Raminit seems to go okay, as does the first bits of ramstage. > However, ramstage fails after the first two passes through > rs780_enable().

Re: [coreboot] 870 attempt

2011-02-24 Thread Marc Jones
On Thu, Feb 24, 2011 at 7:23 AM, Jonathan A. Kollasch wrote: > On Thu, Feb 24, 2011 at 02:14:07AM +, Jonathan A. Kollasch wrote: >> Hi, >> >> I've attempted to use the rs780 and sb800 code on a AM3 870 + SB850 >> board.  Raminit seems to go okay, as does the first bits of ramstage. >> However,

Re: [coreboot] 870 attempt

2011-02-24 Thread Scott Duplichan
-Original Message- From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On Behalf Of Marc Jones Sent: Thursday, February 24, 2011 10:45 AM To: Jonathan A. Kollasch Cc: coreboot@coreboot.org Subject: Re: [coreboot] 870 attempt On Thu, Feb 24, 2011 at 7:23 AM

Re: [coreboot] 870 attempt

2011-02-24 Thread Jonathan A. Kollasch
eboot@coreboot.org > Subject: Re: [coreboot] 870 attempt > > On Thu, Feb 24, 2011 at 7:23 AM, Jonathan A. Kollasch > wrote: > > On Thu, Feb 24, 2011 at 02:14:07AM +, Jonathan A. Kollasch wrote: > >> Hi, > >> > >> I've attempted to use the rs780

Re: [coreboot] 870 attempt

2011-02-24 Thread Scott Duplichan
Jonathan A. Kollasch wrote: ]That seems to let it detect HT3 before warm reset, and the warm ]reset succeeded, something that didn't happen when I attempted to ]force HT3. Unfortunately that didn't also fix the stall on ]config space access. ] ] Jonathan Kollasch You could try disabling de

Re: [coreboot] 870 attempt

2011-02-24 Thread Stefan Reinauer
* Scott Duplichan [110224 18:07]: > -Original Message- > From: coreboot-boun...@coreboot.org [mailto:coreboot-boun...@coreboot.org] On > Behalf Of Marc Jones > Sent: Thursday, February 24, 2011 10:45 AM > To: Jonathan A. Kollasch > Cc: coreboot@coreboot.org > Subjec

Re: [coreboot] 870 attempt

2011-02-27 Thread Jonathan A. Kollasch
On Thu, Feb 24, 2011 at 02:14:07AM +, Jonathan A. Kollasch wrote: > Hi, > > I've attempted to use the rs780 and sb800 code on a AM3 870 + SB850 > board. Raminit seems to go okay, as does the first bits of ramstage. > However, ramstage fails after the first two passes through > rs780_enable().

Re: [coreboot] 870 attempt

2011-03-08 Thread Scott Duplichan
]> Also remember that the family 10h swap list problem still exists. ]> There are some old patches and discussion that might be useful. ]> Here is an example: ]> ]> http://www.mail-archive.com/coreboot@coreboot.org/msg27356.html ] ] Acked-by: Stefan Reinauer Thanks Stefen, rev 6439. Thanks, Scot