Re: [coreboot] Trying to port abit A-S78H

2012-02-03 Thread Prakash Punnoor
On Sunday 29 January 2012 19:38:47 Peter Stuge wrote: > Prakash Punnoor wrote: > > >> - seabios payload: no gfx output, but postcode is F8 > > > > > > Focus on this. What is the serial output from coreboot and SeaBIOS? > > > > That's the t

Re: [coreboot] Trying to port abit A-S78H

2012-01-29 Thread Prakash Punnoor
On 29.01.2012 17:50, Peter Stuge wrote: > Prakash Punnoor wrote: >> - seabios payload: no gfx output, but postcode is F8 > > Focus on this. What is the serial output from coreboot and SeaBIOS? That's the thing: I don't have a serial port on this mainboard, that'

Re: [coreboot] Trying to port abit A-S78H

2012-01-29 Thread Prakash Punnoor
On Friday 27 January 2012 12:08:01 Prakash Punnoor wrote: > On Tuesday 24 January 2012 22:26:31 Scott Duplichan wrote: > > Prakash Punnoor wrote: > > ] At least the following "die(...)" statement (romstage.c > > ]cache_as_ram_main) suggests that program flow s

Re: [coreboot] Trying to port abit A-S78H

2012-01-29 Thread Prakash Punnoor
On 29.01.2012 05:16, Scott Duplichan wrote: > Prakash Punnoor wrote: > ]The last post code is F8, so it seesm SeaBios should have been started. > ]Unfortunately I the internal gfx doesn't seem to get propery initialized, > ]as I > ]cannot see anything. Then I changed t

Re: [coreboot] Trying to port abit A-S78H

2012-01-28 Thread Prakash Punnoor
On Monday 23 January 2012 20:12:33 Prakash Punnoor wrote: > Hi, > > as a noob I am trying to make a port based on the mahagony fam10, as the > abit is also an AMD RS780/SB700 board. I have a Phenom II X4 840 installed, > so I guess selecting fam10 is correct? I also adjusted the

Re: [coreboot] Trying to port abit A-S78H

2012-01-27 Thread Prakash Punnoor
Hi, On Tuesday 24 January 2012 22:26:31 Scott Duplichan wrote: > Prakash Punnoor wrote: > > ]BTW, could you explain what happens after soft_reset? Will coreboot run > ]again from start? > > Yes, the CF9 soft reset starts execution at the reset vector > same as a cold boot

Re: [coreboot] Trying to port abit A-S78H

2012-01-24 Thread Prakash Punnoor
On Monday 23 January 2012 22:35:22 Scott Duplichan wrote: > Prakash Punnoor wrote: > ]So, I cannot make coreboot boot. On cold start it seems to hang in > ] > ]src/southbridge/amd/sb700/reset.c > ] > ]in soft_reset. set_bios_reset seems sucessful, but I get no post code aft

[coreboot] Trying to port abit A-S78H

2012-01-23 Thread Prakash Punnoor
Hi, as a noob I am trying to make a port based on the mahagony fam10, as the abit is also an AMD RS780/SB700 board. I have a Phenom II X4 840 installed, so I guess selecting fam10 is correct? I also adjusted the sources to use the correct superio (Winbond W83627DHG). Unfortunately the motherboa

Re: [coreboot] Trouble building coreboot/SeaBios

2011-12-31 Thread Prakash Punnoor
On Friday 30 December 2011 16:46:15 Idwer Vollering wrote: > 2011/12/30 Prakash Punnoor : > > print "Error: Fixed section %s has non-zero alignment (%d)" % ( > > > > I tried stable and master but both give this error. Any idea? > > Installing python 2.x wi

[coreboot] Trouble building coreboot/SeaBios

2011-12-31 Thread Prakash Punnoor
Hi, I am trying to build coreboot with SeaBios (for a new mainboard I am trying to port). Initially the build system complained about a broken LD, so I built make crossgcc -j1 (iasl compile fails in parallel mode, btw) and rm .xcompile as written in the wiki. Now make -j1 goes further and dies

[coreboot] Trouble building coreboot/SeaBios

2011-12-30 Thread Prakash Punnoor
Hi, I am trying to build coreboot with SeaBios (for a new mainboard I am trying to port). Initially the build system complained about a broken LD, so I built make crossgcc -j1 (iasl compile fails in parallel mode, btw) and rm .xcompile as written in the wiki. Now make -j1 goes further and dies

Re: [coreboot] Alternate for serial port debug messages

2011-05-14 Thread Prakash Punnoor
Hi, On 12.05.2011 12:28, Andrew Goodbody wrote: > Vikram Narayanan wrote: >> I have an USB port that has debug capabilities (according to the >> lspci output) >> Should I buy the one mentioned in this page >> http://www.coreboot.org/EHCI_Debug_Port > > Yes > >> or can I use a normal cable to debu

Re: [coreboot] [PATCH] Dump some more registers for Winbond W83627DHG

2011-03-28 Thread Prakash Punnoor
Hi, On Monday 28 March 2011 21:08:54 Prakash Punnoor wrote: > @Marc > > Please revert my patch in the meantime. Sorry for the confusion. So, here's the patch. I did following: I checked both datasheets side by side and added the differences to a copy of the original values. In

Re: [coreboot] [PATCH] Dump some more registers for Winbond W83627DHG

2011-03-28 Thread Prakash Punnoor
Hi, On Monday 28 March 2011 19:46:08 Uwe Hermann wrote: > Hi, > > On Fri, Mar 25, 2011 at 10:55:21AM -0600, Marc Jones wrote: > > >> Signed-off-by: Prakash Punnoor > > > > Thanks for the contribution and for the reminder. > > > > Acked-by: Marc J

Re: [coreboot] [PATCH] Dump some more registers for Winbond W83627DHG

2011-03-25 Thread Prakash Punnoor
So nobody is interested in the patch? On Friday 11 March 2011 11:28:54 Prakash Punnoor wrote: > Hi, > > I noticed some registers of Winbond W83627DHG, which the datasheet > mentions, were not dumped by superiotool. This patch adds those registers > to the dump. > > S

[coreboot] [PATCH] Dump some more registers for Winbond W83627DHG

2011-03-11 Thread Prakash Punnoor
Hi, I noticed some registers of Winbond W83627DHG, which the datasheet mentions, were not dumped by superiotool. This patch adds those registers to the dump. Signed-off-by: Prakash Punnoor Index: util/superiotool/winbond.c