I forgot to add this:

 

Signed-off-by: Myles Watson [EMAIL PROTECTED]

 

Thanks,

Myles

 

Index: device/Makefile

===================================================================

--- device/Makefile          (revision 951)

+++ device/Makefile       (working copy)

@@ -33,5 +33,10 @@

 STAGE2_DEVICE_SRC += hypertransport.c

 endif

 

+# this is only needed for pcix

+ifeq ($(CONFIG_SOUTHBRIDGE_AMD_AMD8132),y)

+STAGE2_DEVICE_SRC += pcix_device.c

+endif

 

+

 $(obj)/device/pci_device.o: $(src)/device/pci_device.c $(obj)/statictree.h

 

  _____  

From: Myles Watson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 23, 2008 4:16 PM
To: ron minnich; Carl-Daniel Hailfinger
Cc: Coreboot
Subject: Re: [coreboot] HT devices in v3

 

 

On Thu, Oct 23, 2008 at 4:03 PM, Myles Watson <[EMAIL PROTECTED]> wrote:


>
> hold off on device tree for a bit. Marc is guiding me in a cleanup
> effort and we have a pending patch. Just keep going on via :-)
>

I wonder how we could best collaborate here.  I'm in the middle of messing
with a lot of files.  I guess if you can just fix it...

Thanks,
Myles

I have to go right now, but here's part of my patch.  It adds the 8132 to
the build, and changes the dts.

Hopefully it either saves you time or confirms what you're doing.

Signed-off-by: Myles  Watson <[EMAIL PROTECTED]> 



Thanks,
Myles

--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to