[coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-03 Thread Bao, Zheng
Hi, Myles, About the HT code, I have a question. I am debugging my board, which is Fam10+RS780+SB700. The CPU and RS780 are the two HT node. It seems like the RS690/SB600 board. In early_ht.c, the comment in enumertate_ht_chain() says, #if CONFIG_HT_CHAIN_UNITID_BASE != 0 /* CONFIG_HT_CHAIN_UN

Re: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-04 Thread Myles Watson
> Hi, Myles, > About the HT code, I have a question. > > I am debugging my board, which is Fam10+RS780+SB700. The CPU and RS780 are > the two HT node. Aren't there three? How is the SB700 connected to the RS780? > It seems like the RS690/SB600 board. The RS690/SB600 board has three. > In earl

Re: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-04 Thread Myles Watson
On Wed, Nov 4, 2009 at 11:02 AM, Myles Watson wrote: > > Hi, Myles, > > About the HT code, I have a question. > > > > I am debugging my board, which is Fam10+RS780+SB700. The CPU and RS780 > are > > the two HT node. > Is there a SimNOW config that is close? Could you make one? That would make i

Re: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-04 Thread Myles Watson
On Wed, Nov 4, 2009 at 10:02 AM, Myles Watson wrote: > > Hi, Myles, > > About the HT code, I have a question. > > > > I am debugging my board, which is Fam10+RS780+SB700. The CPU and RS780 > are > > the two HT node. > Aren't there three? How is the SB700 connected to the RS780? > > > It seems li

Re: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-04 Thread Marc Jones
On Wed, Nov 4, 2009 at 10:02 AM, Myles Watson wrote: >> Hi, Myles, >> About the HT code, I have a question. >> >> I am debugging my board, which is Fam10+RS780+SB700. The CPU and RS780 are >> the two HT node. > Aren't there three?  How is the SB700 connected to the RS780? > >> It seems like the RS

Re: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-04 Thread Myles Watson
> There is just the CPU and 690 or 780. The AMD 600 or 700 is connect > with Alink, not HT. You're right. I didn't look closely enough. > > early_ht.c: Just enumerate the southbridge chain in case that's needed > for > > serial initialization or ROM access. > > > > incoherent_ht.c: Enumerate all

Re: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode?

2009-11-16 Thread Bao, Zheng
7; Cc: Bao, Zheng; coreboot@coreboot.org Subject: RE: [coreboot] what should CONFIG_HT_CHAIN_UNITID_BASE be in "CPU/1HT device" mode? > There is just the CPU and 690 or 780. The AMD 600 or 700 is connect > with Alink, not HT. You're right. I didn't look closely enough.