Re: [coreboot] [commit] r5286 - ...

2010-03-27 Thread Stefan Reinauer
On 3/25/10 11:46 PM, Stefan Reinauer wrote: > On 3/25/10 11:07 PM, Myles Watson wrote: > >>> @@ -273,8 +273,10 @@ >>> acpi_create_facs(facs); >>> >>> dsdt = (acpi_header_t *) current; >>> -current += AmlCode.length; >>> -memcpy((void *) dsdt, &AmlCode, AmlCode.length); >>> +

[coreboot] [PATCH]various build system improvements

2010-03-27 Thread Patrick Georgi
Hi, attached patch improves various aspects in the build system: make only needs to read Makefile.incs once, thanks to the SECONDEXPANSION feature of GNU make (and we rely on GNU make for lots of things already) File paths are relative to the root directory, which simplifies debugging (make V=1

Re: [coreboot] [FILO] r114 - in trunk/filo: . include/grub main/grub

2010-03-27 Thread baiyin cai
there is an bug(at least in my eyes). /main/grub/grub.c line 937: plen=strrchr(CMDLINE_TMP,'/') -(CMDLINE_TMP+7) +1; function strrchr returns the pointer which is (char*), right? 2010/3/26 repository service > Author: stepan > Date: Fri Mar 26 12:57:34 2010 > New Revision: 114 > URL: http://trac

Re: [coreboot] [PATCH]various build system improvements

2010-03-27 Thread ron minnich
Lovely. better and better. Acked-by: Ronald G. Minnich -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

[coreboot] vendors:

2010-03-27 Thread ron minnich
We're looking at getting a small cluster (150 nodes or so) at Sandia. After using a 128-node Dell cluster for a while with a standard BIOS and IPMI, and having used coreboot on a 2048 node cluster in years past, I can't stand the thought of dealing with standard BIOS, EFI, and IPMI in a new cluste

[coreboot] [commit] r5304 - in trunk: . src/arch/i386 src/arch/i386/lib src/cpu/x86/smm util/abuild util/cbfstool

2010-03-27 Thread repository service
Author: oxygene Date: Sat Mar 27 18:18:39 2010 New Revision: 5304 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5304 Log: make only needs to read Makefile.incs once, thanks to the SECONDEXPANSION feature of GNU make (and we rely on GNU make for lots of things already) File paths are r

[coreboot] [commit] r5305 - trunk/src

2010-03-27 Thread repository service
Author: oxygene Date: Sat Mar 27 18:36:39 2010 New Revision: 5305 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5305 Log: ccache and scan-build actually work together, so remove the restriction that tells Kconfig not to allow that setup. It's not particularily useful, as scan-build tot

[coreboot] build service results for r5305

2010-03-27 Thread coreboot information
Dear coreboot readers! This is the automatic build system of coreboot. The developer "oxygene" checked in revision 5305 to the coreboot repository. This caused the following changes: Change Log: ccache and scan-build actually work together, so remove the restriction that tells Kconfig not to al

Re: [coreboot] GIGABYTE GA-K8NXP-SLI support

2010-03-27 Thread Peter Stuge
Ştefan-Daniel Mihăilă wrote: > Do I have any chance of using coreboot (now or in the future) with > my GIGABYTE GA-K8NXP-SLI motherboard? I'd say between zero and low chance. > NVIDIA nForce4 SLI x16 northbridge and NVIDIA CK804 southbridge There is no documentation for CK804 and there is no ex

Re: [coreboot] [FILO] r114 - in trunk/filo: . include/grub main/grub

2010-03-27 Thread Stefan Reinauer
Hi, thank you very much for your review of the code... On 3/27/10 4:14 PM, baiyin cai wrote: > there is an bug(at least in my eyes). > /main/grub/grub.c > line 937: > plen=strrchr(CMDLINE_TMP,'/') -(CMDLINE_TMP+7) +1; > function strrchr returns the pointer which is (char*), right? it subtracts a