[coreboot] HT devices in v3

Myles Watson mylesgw at gmail.com
Fri Oct 24 00:53:05 CEST 2008


I forgot to add this:

 

Signed-off-by: Myles Watson mylesgw at gmail.com

 

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:mylesgw at gmail.com] 
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 <mylesgw at gmail.com> 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 <mylesgw at gmail.com> 



Thanks,
Myles

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.coreboot.org/pipermail/coreboot/attachments/20081023/ea026ad6/attachment.html>


More information about the coreboot mailing list