Re: [coreboot] [commit] r5091 - in trunk/src/mainboard: amd/db800 amd/norwich digitallogic/msm800sev iei/pcisa-lx-800-r10 lippert/roadrunner-lx lippert/spacerunner-lx

2010-02-08 Thread Patrick Georgi
Am 09.02.2010 08:45, schrieb Peter Stuge: > repository service wrote: >> fix further build.h dependencies that were undetected before we >> enabled it on our parallel build server ;-) > .. >> +++ trunk/src/mainboard/amd/db800/Makefile.inc Sun Feb 7 23:56:06 >> 2010(r5091) >> @@ -21,

Re: [coreboot] support for Commell LV-677

2010-02-08 Thread Peter Stuge
Hi Andreas, Please make sure to not hijack threads. When posting on a new subject please send a fresh email to the mailing list and avoid using reply functions in your email program. This ensures that your message is displayed correctly by web sites which archive the mailing list and it may also h

Re: [coreboot] [commit] r5091 - in trunk/src/mainboard: amd/db800 amd/norwich digitallogic/msm800sev iei/pcisa-lx-800-r10 lippert/roadrunner-lx lippert/spacerunner-lx

2010-02-08 Thread Peter Stuge
repository service wrote: > fix further build.h dependencies that were undetected before we > enabled it on our parallel build server ;-) .. > +++ trunk/src/mainboard/amd/db800/Makefile.incSun Feb 7 23:56:06 > 2010(r5091) > @@ -21,7 +21,7 @@ > > ifdef POST_EVALUATION > > -$(o

Re: [coreboot] Where to find document for bayou.xml?

2010-02-08 Thread Peter Stuge
jasonzhao wrote: > Or, can you tell me where is wrong in the bayou.xml at below? It is difficult for me to read your xml because of how it is included in the email. Next time please send the two xml files as attachment. Personally I have used bayou version 0.2 successfully with changes in what pa

Re: [coreboot] Where to find document for bayou.xml?

2010-02-08 Thread Peter Stuge
Marc Jones wrote: > Has Bayou been updated to work with CBFS? bayou should be cbfs agnostic, no? The payloads are included into the bayou ELF file, right? //Peter -- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot

Re: [coreboot] Where to find document for bayou.xml?

2010-02-08 Thread jasonzhao
Hi Marc, My workmate has use the newest coreboot(download from svn) to load bayou.elf(include seabios and coreinfo in it) and it worked, but it is based on qemu and without CBFS. So maybe your concern of CBFS is right, thanks. -Original Message- From: Marc Jones [mailto:marcj...@gmail.co

Re: [coreboot] Where to find document for bayou.xml?

2010-02-08 Thread jasonzhao
Kevin, Thank you for your infomation, this may be another way to achieve my task target. -Original Message- From: Kevin O'Connor [mailto:ke...@koconnor.net] Sent: Tuesday, February 09, 2010 11:22 AM To: jasonzhao Cc: jordan.cro...@amd.com; coreboot@coreboot.org Subject: Re: [coreboot] Wher

Re: [coreboot] Where to find document for bayou.xml?

2010-02-08 Thread Kevin O'Connor
On Mon, Feb 08, 2010 at 04:26:15PM +0800, jasonzhao wrote: > hi Jordan, > Do you have any document talking about how to write a BAYOU xml > file,where to get it? > Or, can you tell me where is wrong in the bayou.xml at below? > Many thanks. > > I have a bios.bin.elf(seabios binary file) and corein

[coreboot] Re : [PATCH] Math support for libpayload

2010-02-08 Thread Sylvain Ageneau
Hello, [ Replying to my own post since I'm not subscribed to the mailing list ] I understand your objections about the libm patch, I sent it because because I saw you listed these functions on the libpayload page on the coreboot website so I assumed you might have an interest in adding these to

Re: [coreboot] It's not just v2 anymore

2010-02-08 Thread Edwin Beasant
This would be most appreciated. Its difficult to explain to non-techs (read manager) that v2 doesn't really mean v2, and that they can't draw any comparisons with images built from a 18 month old codebase from the *same place* ;-) (classic "it has the same name, therefore it is the same" pro

Re: [coreboot] Where to find document for bayou.xml?

2010-02-08 Thread Marc Jones
On Mon, Feb 8, 2010 at 1:26 AM, jasonzhao wrote: > hi Jordan, > Do you have any document talking about how to write a BAYOU xml file,where to > get it? > Or, can you tell me where is wrong in the bayou.xml at below? > Many thanks. > > I have a bios.bin.elf(seabios binary file) and coreinfo.elf in

Re: [coreboot] It's not just v2 anymore

2010-02-08 Thread Stefan Reinauer
On 2/1/10 6:58 PM, Uwe Hermann wrote: > On Sun, Jan 31, 2010 at 06:05:38PM +0100, Patrick Georgi wrote: > >> Am 30.01.2010 15:38, schrieb Stefan Reinauer: >> >>> See patch :-) >>> >> Acked-by: Patrick Georgi >> > r5096 > Maybe not call it 4.0alpha1 but only 4.0. Just as wit

[coreboot] [commit] r5096 - trunk

2010-02-08 Thread repository service
Author: stepan Date: Mon Feb 8 19:30:41 2010 New Revision: 5096 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5096 Log: update coreboot trunk version Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi Modified: trunk/Makefile Modified: trunk/Makefile ===

[coreboot] [commit] r5095 - trunk

2010-02-08 Thread repository service
Author: stepan Date: Mon Feb 8 18:04:04 2010 New Revision: 5095 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5095 Log: get rid of old news. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer Deleted: trunk/NEWS -- coreboot mailing list: coreboot@coreboot.org http://www.

Re: [coreboot] M2v-mx_se asus : nvram reset on power unplug

2010-02-08 Thread Rudolf Marek
hi This NVRAM is for suspend/resume. So it is only powered if 5VSB is there. So it is not a real battery backup device. The platform has 256 bytes of classic NVRAM (CMOS). I think you can use ioports 74/75. to get access to whole 256Bytes. (check if PCI 11.0 4e bit 3 is 1) I think it should

Re: [coreboot] [PATCH]Clean up ACPI

2010-02-08 Thread Patrick Georgi
Am 08.02.2010 16:42, schrieb Stefan Reinauer: > Acked-by: Stefan Reinauer Thanks, r5094 > For the future it would be nice if files like > usb.asl/sata.asl/ide.asl/globutil.asl of the AMD RS690/SB600 based > boards could live in southbridge/amd/sb600/acpi > Maybe someone can step up and fix this?

Re: [coreboot] [PATCH]Clean up ACPI

2010-02-08 Thread Stefan Reinauer
On 2/8/10 4:11 PM, Patrick Georgi wrote: > Hi, > > with newconfig out of the way, I decided to clean up ACPI. > > This implies lots of file movements, so the patch I attach is of > somewhat limited use (even if I were to add the deletions in full it > doesn't apply cleanly) > > Changes: > - All fil

[coreboot] support for Commell LV-677

2010-02-08 Thread Andreas Schneider
Hello, l was looking at your supported motherboards and chipsets, seems the chipset is supported, but I don't know if I can give it a try. (Intel 945GME and ICH7M Chipset) This is the board: http://www.commell.com.tw/product/SBC/LV-677.HTM Currently I use it as a Media-Centre running Linux. R

[coreboot] [commit] r5093 - in trunk/src/mainboard: amd/serengeti_cheetah amd/serengeti_cheetah_fam10 gigabyte/ga_2761gxdk gigabyte/m57sli msi/ms7260 msi/ms9282 nvidia/l1_2pvv supermicro/h8dme supermi

2010-02-08 Thread repository service
Author: stepan Date: Mon Feb 8 13:32:30 2010 New Revision: 5093 URL: http://tracker.coreboot.org/trac/coreboot/changeset/5093 Log: straighten naming scheme for application processor rom stage files. Apparently they are not used. If you have any of the boards touched in this commit, please test an

[coreboot] Where to find document for bayou.xml?

2010-02-08 Thread jasonzhao
hi Jordan, Do you have any document talking about how to write a BAYOU xml file,where to get it? Or, can you tell me where is wrong in the bayou.xml at below? Many thanks. I have a bios.bin.elf(seabios binary file) and coreinfo.elf included in my bayou.elf, so a bayou.xml is written based on bay