Re: [LinuxBIOS] SMBIOS tables or alternate.

2007-12-19 Thread Steve Isaacs
On Wed, 2007-12-19 at 11:17 +0100, Carl-Daniel Hailfinger wrote: On 19.12.2007 01:35, Marc Jones wrote: Steve Isaacs wrote: AFAICS Steve is talking about SMBIOS, not SMI. SMBIOS is sort of an asset management helper. With a chassis type, serial number and some information about the

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Marc Jones
[EMAIL PROTECTED] wrote: Author: cozzie Date: 2007-12-19 09:07:37 +0100 (Wed, 19 Dec 2007) New Revision: 3018 Modified: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb Log: Small fix to make the abuild happy, add ROM_SIZE to target/*/Config.lb, using the default from

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Corey Osgood
Marc Jones wrote: [EMAIL PROTECTED] wrote: Author: cozzie Date: 2007-12-19 09:07:37 +0100 (Wed, 19 Dec 2007) New Revision: 3018 Modified: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb Log: Small fix to make the abuild happy, add ROM_SIZE to target/*/Config.lb,

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Marc Jones
Corey Osgood wrote: Marc Jones wrote: [EMAIL PROTECTED] wrote: Author: cozzie Date: 2007-12-19 09:07:37 +0100 (Wed, 19 Dec 2007) New Revision: 3018 Modified: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb Log: Small fix to make the abuild happy, add ROM_SIZE to

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Corey Osgood
Marc Jones wrote: Corey Osgood wrote: Marc Jones wrote: [EMAIL PROTECTED] wrote: Author: cozzie Date: 2007-12-19 09:07:37 +0100 (Wed, 19 Dec 2007) New Revision: 3018 Modified: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config.lb Log: Small fix to make the abuild

[LinuxBIOS] [BUILDROM] Add support for the Cheetah FAM10 target to buildrom

2007-12-19 Thread Jordan Crouse
Hey all - following on Marc's awesome Barcelona patches, here is the code to add the fam10 target to buildrom. You may see a stack protect problem, patches following shortly to deal with that. Jordan -- Jordan Crouse Systems Software Development Engineer Advanced Micro Devices, Inc. [BUILDROM]

[LinuxBIOS] Possible stack protect solutions

2007-12-19 Thread Jordan Crouse
I need a community vote. There is an lingering stack protect issue in LinuxBIOS, and it hits us when we port new platforms. The problem is that not all of the lines in the various Config.lb files that compile code also include the $(CPU_OPT) variable that we use to pass in the

[LinuxBIOS] r3019 - trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10

2007-12-19 Thread svn
Author: stepan Date: 2007-12-19 18:59:50 +0100 (Wed, 19 Dec 2007) New Revision: 3019 Modified: trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb Log: trivial fix for abuild. Signed-off-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED]

[LinuxBIOS] r3019 - trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10

2007-12-19 Thread svn
Author: stepan Date: 2007-12-19 18:59:50 +0100 (Wed, 19 Dec 2007) New Revision: 3019 Modified: trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb Log: trivial fix for abuild. Signed-off-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED]

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Uwe Hermann
On Wed, Dec 19, 2007 at 12:36:51PM -0500, Corey Osgood wrote: -Wall -o rom_stream.o /home/corey/LinuxBIOSv2/src/stream/rom_stream.c /home/corey/LinuxBIOSv2/src/stream/rom_stream.c:47:90: error: invalid suffix x on integer constant make[1]: *** [rom_stream.o] Error 1 make[1]: Leaving directory

Re: [LinuxBIOS] r3019 - trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10

2007-12-19 Thread Corey Osgood
[EMAIL PROTECTED] wrote: Author: stepan Date: 2007-12-19 18:59:50 +0100 (Wed, 19 Dec 2007) New Revision: 3019 Modified: trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10/Options.lb Log: trivial fix for abuild. Signed-off-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by:

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Corey Osgood
Uwe Hermann wrote: On Wed, Dec 19, 2007 at 12:36:51PM -0500, Corey Osgood wrote: -Wall -o rom_stream.o /home/corey/LinuxBIOSv2/src/stream/rom_stream.c /home/corey/LinuxBIOSv2/src/stream/rom_stream.c:47:90: error: invalid suffix x on integer constant make[1]: *** [rom_stream.o] Error 1

[LinuxBIOS] r3020 - trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10

2007-12-19 Thread svn
Author: cozzie Date: 2007-12-19 19:29:59 +0100 (Wed, 19 Dec 2007) New Revision: 3020 Modified: trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10/Config.lb Log: Fix for newer iasl versions (trivial) Signed-off-by: Corey Osgood [EMAIL PROTECTED] Acked-by: Corey Osgood [EMAIL

[LinuxBIOS] r3020 - trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10

2007-12-19 Thread svn
Author: cozzie Date: 2007-12-19 19:29:59 +0100 (Wed, 19 Dec 2007) New Revision: 3020 Modified: trunk/LinuxBIOSv2/src/mainboard/amd/serengeti_cheetah_fam10/Config.lb Log: Fix for newer iasl versions (trivial) Signed-off-by: Corey Osgood [EMAIL PROTECTED] Acked-by: Corey Osgood [EMAIL

[LinuxBIOS] Tyan S2891 LinuxBios VGA ROM Question.

2007-12-19 Thread Nate
I had a question about the linuxbios build tutorial for the Tyan S2891. (http://linuxbios.org/Tyan_S2891_Build_Tutorial) The tutorial mentioned to concatenate the VGA video ROM from Tyan's original bios with the tyan-s2891.rom from buildrom. The question I have is after reading

[LinuxBIOS] r3019 build service

2007-12-19 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer stepan checked in revision 3019 to the LinuxBIOS source repository and caused the following changes: Change Log: trivial fix for abuild. Signed-off-by: Stefan Reinauer [EMAIL PROTECTED] Acked-by:

Re: [LinuxBIOS] Tyan S2891 LinuxBios VGA ROM Question.

2007-12-19 Thread Myles Watson
Now after I try to flashrom the tyan-s2891.rom file, I get a size mismatch because the rom built is only 988K and I have a 1024K rom. Is it necessary that I concatenate a 36K VGA rom? If not, how to I get buildrom to build a 1024K rom rather than a 988K rom? Change the size with the ROM_SIZE

Re: [LinuxBIOS] [BUILDROM] Add support for the Cheetah FAM10 target tobuildrom

2007-12-19 Thread Myles Watson
Hey all - following on Marc's awesome Barcelona patches, here is the code to add the fam10 target to buildrom. It works for me, but since you used the generic.mk instead of a specific one, it didn't catch that I didn't have iasl installed. That said, it seems like it would be nicer to have

Re: [LinuxBIOS] Broken build for kexec-boot-loader inbuildrom x86_64?

2007-12-19 Thread Myles Watson
On Thu, Dec 13, 2007 at 08:56:22AM -0700, Myles Watson wrote: Did the patch work for anyone else? Any concerns? Hi Myles, sorry for my late answer, I was away for a few days. Your patch works for me (GA_M57SLI_S4, 32BIT-LAB, debian lenny amd64). Thanks! Andi If you give

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Marc Jones
Corey Osgood wrote: Marc Jones wrote: Corey Osgood wrote: Marc Jones wrote: [EMAIL PROTECTED] wrote: `/home/corey/LinuxBIOSv2/util/abuild/linuxbios-builds/amd_serengeti_cheetah_fam10/normal' make: *** [normal/linuxbios.rom] Error 1 It looks like abuild tries to do a

Re: [LinuxBIOS] Broken build for kexec-boot-loader inbuildrom x86_64?

2007-12-19 Thread Andreas B. Mundt
On Wed, Dec 19, 2007 at 12:13:31PM -0700, Myles Watson wrote: On Thu, Dec 13, 2007 at 08:56:22AM -0700, Myles Watson wrote: Did the patch work for anyone else? Any concerns? Hi Myles, sorry for my late answer, I was away for a few days. Your patch works for me (GA_M57SLI_S4,

[LinuxBIOS] r3021 - in trunk/LinuxBIOSv2: src/northbridge/amd/amdfam10 targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread svn
Author: cozzie Date: 2007-12-19 20:30:36 +0100 (Wed, 19 Dec 2007) New Revision: 3021 Added: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb Modified: trunk/LinuxBIOSv2/src/northbridge/amd/amdfam10/Config.lb Log: More abuild fixes, this should be the last (trivial)

[LinuxBIOS] r3021 - in trunk/LinuxBIOSv2: src/northbridge/amd/amdfam10 targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread svn
Author: cozzie Date: 2007-12-19 20:30:36 +0100 (Wed, 19 Dec 2007) New Revision: 3021 Added: trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10/Config-abuild.lb Modified: trunk/LinuxBIOSv2/src/northbridge/amd/amdfam10/Config.lb Log: More abuild fixes, this should be the last (trivial)

Re: [LinuxBIOS] r3018 - trunk/LinuxBIOSv2/targets/amd/serengeti_cheetah_fam10

2007-12-19 Thread Corey Osgood
Marc Jones wrote: Corey Osgood wrote: Marc Jones wrote: Corey Osgood wrote: Marc Jones wrote: [EMAIL PROTECTED] wrote: `/home/corey/LinuxBIOSv2/util/abuild/linuxbios-builds/amd_serengeti_cheetah_fam10/normal' make: *** [normal/linuxbios.rom] Error 1 It looks like abuild tries to

[LinuxBIOS] r3020 build service

2007-12-19 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer cozzie checked in revision 3020 to the LinuxBIOS source repository and caused the following changes: Change Log: Fix for newer iasl versions (trivial) Signed-off-by: Corey Osgood [EMAIL PROTECTED]

[LinuxBIOS] r86 - buildrom-devel/packages/kexec-boot-loader

2007-12-19 Thread svn
Author: myles Date: 2007-12-19 20:52:21 +0100 (Wed, 19 Dec 2007) New Revision: 86 Added: buildrom-devel/packages/kexec-boot-loader/cross_compile.patch Modified: buildrom-devel/packages/kexec-boot-loader/kexec-boot-loader.mk Log: This patch explicitly uses gcc to build the .S files, so that

[LinuxBIOS] r86 - buildrom-devel/packages/kexec-boot-loader

2007-12-19 Thread svn
Author: myles Date: 2007-12-19 20:52:21 +0100 (Wed, 19 Dec 2007) New Revision: 86 Added: buildrom-devel/packages/kexec-boot-loader/cross_compile.patch Modified: buildrom-devel/packages/kexec-boot-loader/kexec-boot-loader.mk Log: This patch explicitly uses gcc to build the .S files, so that

Re: [LinuxBIOS] Broken build for kexec-boot-loader inbuildrom x86_64?

2007-12-19 Thread Myles Watson
Acked-by: Andreas Mundt andi.mundt at web.de The attached patch fixes the build for me. I've included it separately (cross_compile.patch), and as a patch to buildrom (kbl_compile.patch). It looks like a case where make was too smart, so it used the assembler for

Re: [LinuxBIOS] SMBIOS tables or alternate.

2007-12-19 Thread Steve Isaacs
On Wed, 2007-12-19 at 07:44 -0800, Steve Isaacs wrote: On Wed, 2007-12-19 at 11:17 +0100, Carl-Daniel Hailfinger wrote: On 19.12.2007 01:35, Marc Jones wrote: Steve Isaacs wrote: The requirement I'm struggling with is for our Linux based applications to be able to identify the

[LinuxBIOS] r87 - buildrom-devel/packages/kexec-boot-loader

2007-12-19 Thread svn
Author: myles Date: 2007-12-19 21:13:22 +0100 (Wed, 19 Dec 2007) New Revision: 87 Modified: buildrom-devel/packages/kexec-boot-loader/cross_compile.patch Log: Trivial removal of doubled patch lines, didn't break the build, just not needed. Signed-off-by: Myles Watson [EMAIL PROTECTED]

[LinuxBIOS] r87 - buildrom-devel/packages/kexec-boot-loader

2007-12-19 Thread svn
Author: myles Date: 2007-12-19 21:13:22 +0100 (Wed, 19 Dec 2007) New Revision: 87 Modified: buildrom-devel/packages/kexec-boot-loader/cross_compile.patch Log: Trivial removal of doubled patch lines, didn't break the build, just not needed. Signed-off-by: Myles Watson [EMAIL PROTECTED]

Re: [LinuxBIOS] cmos.layout field meanings.

2007-12-19 Thread Steve Isaacs
On Tue, 2007-12-18 at 17:05 -0800, ron minnich wrote: Steve, I am afraid few people really understand all the ins and outs of the cmos bits, and most don't really use them. We used them somewhat at LANL, but the real usage was by linux networx on their cluster nodes. I would say we used maybe

[LinuxBIOS] r3021 build service

2007-12-19 Thread LinuxBIOS information
Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer cozzie checked in revision 3021 to the LinuxBIOS source repository and caused the following changes: Change Log: More abuild fixes, this should be the last (trivial) Signed-off-by: Corey Osgood

Re: [LinuxBIOS] r3021 build service

2007-12-19 Thread Corey Osgood
On Dec 19, 2007 4:26 PM, LinuxBIOS information [EMAIL PROTECTED] wrote: Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer cozzie checked in revision 3021 to the LinuxBIOS source repository and caused the following changes: Change Log: More

Re: [LinuxBIOS] cmos.layout field meanings.

2007-12-19 Thread Peter Stuge
On Wed, Dec 19, 2007 at 01:03:51PM -0800, Steve Isaacs wrote: The bits I'm most interested in at this time are the ones that payloads such as FILO, etherboot may depend upon. Anybody have any clues? Sorry, best to just dig into the code. At least FILO is easy to grep. //Peter -- linuxbios

Re: [LinuxBIOS] Possible stack protect solutions

2007-12-19 Thread Peter Stuge
On Wed, Dec 19, 2007 at 10:53:44AM -0700, Jordan Crouse wrote: So I leave it to the community - which solution do we prefer? I like fixing it in LB. We already know Config.lb is not optimal, but I don't think it will ever be replaced in v2 so may as well carry on with it. //Peter --

Re: [LinuxBIOS] r3021 build service

2007-12-19 Thread Corey Osgood
Corey Osgood wrote: On Dec 19, 2007 4:26 PM, LinuxBIOS information [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Dear LinuxBIOS readers! This is the automated build check service of LinuxBIOS. The developer cozzie checked in revision 3021 to the LinuxBIOS source