Re: [coreboot] [PATCH] Drop all pre-CBFS rom_address entries in Config.lb/devicetree.cb

2009-11-05 Thread Myles Watson
On Thu, Nov 5, 2009 at 12:25 PM, ron minnich rminn...@gmail.com wrote: On Thu, Nov 5, 2009 at 10:22 AM, Myles Watson myle...@gmail.com wrote: I meant should onboard devices be the only ones allowed to have ROMs in CBFS, but I can see that that wasn't right either. It just seems like when

[coreboot] [PATCH] fix arima/hdama mptable.c

2009-11-05 Thread Myles Watson
Fix hard-coded paths and some warnings. This patch enables Hugh to boot successfully every time with gcc 3.4, and most of the time (~29/30) with gcc 4.4. Signed-off-by: Myles Watson myle...@gmail.com Thanks, Myles Index: svn/src/mainboard/arima/hdama/mptable.c

[coreboot] Coreboot V2 or V3 for Geode LX800 ?

2009-11-05 Thread Guy Ellis
Hi all, We want to use coreboot on a new product we have designed at work. The PCB is a variant of the AMD NAS reference design (LX800 and CS5536) Coreboot V3 seems to be a fork going nowhere? Where is the best place to start - Coreboot V2 or V3 for the LX800? Cheers, - Guy. -- coreboot

[coreboot] [PATCH] Ron's v3 code ported to v2

2009-11-05 Thread Myles Watson
This was helpful in figuring out what was going on with arima/hdama. A very similar one could be written for fam10. Signed-off-by: Myles Watson myle...@gmail.com Thanks, Myles Index: svn/src/northbridge/amd/amdk8/Makefile.inc ===

[coreboot] [v2] r4918 - trunk/src/devices

2009-11-05 Thread svn
Author: myles Date: 2009-11-05 20:06:19 + (Thu, 05 Nov 2009) New Revision: 4918 Modified: trunk/src/devices/pci_device.c Log: Don't try to set fixed resources. Trivial. Signed-off-by: Myles Watson myle...@gmail.com Acked-by: Myles Watson myle...@gmail.com Modified:

Re: [coreboot] [PATCH] Ron's v3 code ported to v2

2009-11-05 Thread ron minnich
Acked-by: Ronald G. Minnich rminn...@gmail.com -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Coreboot V2 or V3 for Geode LX800 ?

2009-11-05 Thread ron minnich
Get v3 working. Then, back your changes into v2. V3 is really not under development, but it works very well for geode. But v2 is the future, since it's evolving to be v4. ron -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] [v2] r4919 - trunk/src/northbridge/amd/amdk8

2009-11-05 Thread svn
Author: myles Date: 2009-11-05 21:02:35 + (Thu, 05 Nov 2009) New Revision: 4919 Added: trunk/src/northbridge/amd/amdk8/util.c Modified: trunk/src/northbridge/amd/amdk8/Makefile.inc trunk/src/northbridge/amd/amdk8/amdk8.h Log: Add debugging utility file for dumping routing registers

Re: [coreboot] [PATCH] Ron's v3 code ported to v2

2009-11-05 Thread Myles Watson
On Thu, Nov 5, 2009 at 2:44 PM, ron minnich rminn...@gmail.com wrote: Acked-by: Ronald G. Minnich rminn...@gmail.com Rev 4919. Thanks, Myles -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot