On Wed, Dec 10, 2008 at 12:37 PM, Carl-Daniel Hailfinger < c-d.hailfinger.devel.2006@gmx.net> wrote:
On 10.12.2008 17:35, Corey Osgood wrote:
On Wed, Dec 10, 2008 at 7:52 AM, Uwe Hermann uwe@hermann-uwe.de wrote:
On Wed, Dec 10, 2008 at 05:00:51AM -0500, Corey Osgood wrote:
On Tue, Dec 9, 2008 at 12:15 PM, Corey Osgood <corey.osgood@gmail.com wrote:
Attached is the net result of what I've done to try to figure out
what's
going on with the cn700, right now it reboots part of the way through initram, probably as a result of the GP3 timer not getting reset like
it
should. I'm heading into finals week, so I probably won't be able to
get
back to this until late December.
-Corey
Ignore that patch, something Carl-Daniel quoted that I just read
reminded
me
what the problem was, it was my 1Mbit flash chip not being set up
properly.
Attached patch fixes that, checks for CAR area and ROM collision (for
C7
at
least), and....well, just look at the patch.
Something needs fixing here, I think, epia-cn will no longer compile:
northbridge/via/cn700/cn700.h:87: error: redefinition of 'struct
board_info
Haven't yet looked into it.
Can you try the attached patch? I never got that specific error, but got
a
couple others and fixed them. I also cut out the CAR size check per Carl-Daniel's request.
Thanks!
Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Committed in r1070
Thanks, Corey