Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread ron minnich
On Fri, Oct 10, 2008 at 9:00 AM, Corey Osgood <[EMAIL PROTECTED]> wrote: > Once CAR's running, the rest of initram should be a breeze (and I can > actually do it up right, too!). The hardest part after that will be the dts > given an lspci I can give you an initial dts. how about we start commit

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread Corey Osgood
On Fri, Oct 10, 2008 at 11:40 AM, ron minnich <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 12:25 AM, Corey Osgood <[EMAIL PROTECTED]> > wrote: > > > Sorry for the mailbox flooding, I'm slowly learning to step back and look > at > > things before jumping to conclusions. Geode and i586 also

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread Corey Osgood
On Fri, Oct 10, 2008 at 11:40 AM, ron minnich <[EMAIL PROTECTED]> wrote: > On Fri, Oct 10, 2008 at 12:25 AM, Corey Osgood <[EMAIL PROTECTED]> > wrote: > > > Sorry for the mailbox flooding, I'm slowly learning to step back and look > at > > things before jumping to conclusions. Geode and i586 also

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread ron minnich
On Fri, Oct 10, 2008 at 12:25 AM, Corey Osgood <[EMAIL PROTECTED]> wrote: > Sorry for the mailbox flooding, I'm slowly learning to step back and look at > things before jumping to conclusions. Geode and i586 also have ROM_CODE_SEG > defined, this didn't, that's why the jump was going to nowhere. D

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread Carl-Daniel Hailfinger
On 10.10.2008 09:25, Corey Osgood wrote: > On Fri, Oct 10, 2008 at 12:46 AM, Corey Osgood <[EMAIL PROTECTED]>wrote: > > >> On Thu, Oct 9, 2008 at 9:57 PM, Corey Osgood <[EMAIL PROTECTED]>wrote: >> >> >>> On Thu, Oct 9, 2008 at 7:56 PM, ron minnich <[EMAIL PROTECTED]> wrote: >>> >>> >

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread Carl-Daniel Hailfinger
On 10.10.2008 06:46, Corey Osgood wrote: > On Thu, Oct 9, 2008 at 9:57 PM, Corey Osgood <[EMAIL PROTECTED]> wrote: > > >> On Thu, Oct 9, 2008 at 7:56 PM, ron minnich <[EMAIL PROTECTED]> wrote: >> >> >>> exciting! I am looking forward to this one! >>> >> Problems already: >> >> [EMAIL

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-10 Thread Corey Osgood
On Fri, Oct 10, 2008 at 12:46 AM, Corey Osgood <[EMAIL PROTECTED]>wrote: > On Thu, Oct 9, 2008 at 9:57 PM, Corey Osgood <[EMAIL PROTECTED]>wrote: > >> On Thu, Oct 9, 2008 at 7:56 PM, ron minnich <[EMAIL PROTECTED]> wrote: >> >>> exciting! I am looking forward to this one! >> >> >> >> Problems alre

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-09 Thread Corey Osgood
On Thu, Oct 9, 2008 at 9:57 PM, Corey Osgood <[EMAIL PROTECTED]> wrote: > On Thu, Oct 9, 2008 at 7:56 PM, ron minnich <[EMAIL PROTECTED]> wrote: > >> exciting! I am looking forward to this one! > > > > Problems already: > > [EMAIL PROTECTED]:~/coreboot/coreboot-v3$ make > CP build/config.h

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-09 Thread Corey Osgood
On Thu, Oct 9, 2008 at 7:56 PM, ron minnich <[EMAIL PROTECTED]> wrote: > exciting! I am looking forward to this one! Problems already: [EMAIL PROTECTED]:~/coreboot/coreboot-v3$ make CP build/config.h GEN build/build.h CC build/mainboard/jetway/j7f2/stage1.o DTC build/

Re: [coreboot] [PATCH] current state of C7 CAR for v3

2008-10-09 Thread ron minnich
exciting! I am looking forward to this one! ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [PATCH] current state of C7 CAR for v3

2008-10-09 Thread Carl-Daniel Hailfinger
This is what's currently in my v3 VIA CAR tree. Needs more work (comments, code, copyrights, makefiles). Just FYI. I'll work on it some more, then submit. Sent to make Bari and Corey happy and give them a reasonably close preview. Regards, Carl-Daniel Index: arch/x86/via/stage0.S ===