Author: rminnich
Date: 2006-10-27 20:22:13 +0200 (Fri, 27 Oct 2006)
New Revision: 2479
Modified:
trunk/LinuxBIOSv2/src/devices/emulator/biosemu.c
Log:
This change fixes a long-standing bug, whereby we do not set ret for an
un-inited vector, which we should have done.
Signed-off-by: Ronald G. Minnich <rminnich(a)gmail.com>
Acked-by: Stefan Reinauer <stepan(a)coresystems.de>
Modified: trunk/LinuxBIOSv2/src/devices/emulator/biosemu.c
==============================================…
[View More]=====================
--- trunk/LinuxBIOSv2/src/devices/emulator/biosemu.c 2006-10-27 11:40:01 UTC (rev 2478)
+++ trunk/LinuxBIOSv2/src/devices/emulator/biosemu.c 2006-10-27 18:22:13 UTC (rev 2479)
@@ -122,6 +122,7 @@
case 0x6D:
if (getIntVect(num) == 0x0000) {
printk_debug("un-inited int vector\n");
+ ret = 1;
}
if (getIntVect(num) == 0xFF065) {
//ret = int42_handler();
[View Less]
Please try to set APC=0 in your MB Options.lb to disable APC.
YH
-----Original Message-----
From: Beneo [mailto:beneo@comcast.net]
Sent: Friday, October 27, 2006 10:40 AM
To: Lu, Yinghai; yhlu; Stefan Reinauer
Cc: Carl-Daniel Hailfinger; LinuxBIOS
Subject: Re: [LinuxBIOS] Supported GCC versions for LinuxBIOS.
First, it is good that I heard it actaully worked somewhere.
But on my systems, I tried both build 2446 and 2475 that I download from
the
web site, both of them have the same …
[View More]problem as I described.
Are you using a private build that differ from the web?
Thanks
Beneo
----- Original Message -----
From: "Lu, Yinghai" <yinghai.lu(a)amd.com>
To: "Beneo" <beneo(a)comcast.net>; "yhlu" <yinghailu(a)gmail.com>; "Stefan
Reinauer" <stepan(a)coresystems.de>
Cc: "Carl-Daniel Hailfinger" <c-d.hailfinger.devel.2006(a)gmx.net>;
"LinuxBIOS" <linuxbios(a)linuxbios.org>
Sent: Friday, October 27, 2006 10:07 AM
Subject: RE: [LinuxBIOS] Supported GCC versions for LinuxBIOS.
I'm using gcc 3.3.6, 3.4.5, 4.0.2. All worked.
YH
-----Original Message-----
From: Beneo [mailto:beneo@comcast.net]
Sent: Friday, October 27, 2006 10:00 AM
To: Lu, Yinghai; yhlu; Stefan Reinauer
Cc: Carl-Daniel Hailfinger; LinuxBIOS
Subject: Re: [LinuxBIOS] Supported GCC versions for LinuxBIOS.
I tried GCC 3.4.2 on Redhad Enterprise. It doesn't work,
So for LinuxBIOS, GCC 3.X are no longer supported?
Thanks
Beneo
----- Original Message -----
From: "Lu, Yinghai" <yinghai.lu(a)amd.com>
To: "Beneo" <beneo(a)comcast.net>; "yhlu" <yinghailu(a)gmail.com>; "Stefan
Reinauer" <stepan(a)coresystems.de>
Cc: "Carl-Daniel Hailfinger" <c-d.hailfinger.devel.2006(a)gmx.net>;
"LinuxBIOS" <linuxbios(a)linuxbios.org>
Sent: Thursday, October 26, 2006 6:11 PM
Subject: Re: [LinuxBIOS] selection of compression algorithm
> You may need gcc4 for it.
>
> YH
>
>
>
>
> --
> linuxbios mailing list
> linuxbios(a)linuxbios.org
> http://www.openbios.org/mailman/listinfo/linuxbios
>
[View Less]
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "uwe" checked in revision 2478 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
svn mv src/northbridge/intel/E7520 src/northbridge/intel/e7520
svn mv src/northbridge/intel/E7525 src/northbridge/intel/e7525
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan(a)coresystems.de>
Build Log:
Configuration of dell:s1850 has …
[View More]been fixed
Configuration of intel:jarrell has been fixed
Configuration of supermicro:x6dai_g has been fixed
Configuration of supermicro:x6dhe_g has been fixed
Configuration of supermicro:x6dhe_g2 has been fixed
Configuration of supermicro:x6dhr_ig has been fixed
Configuration of supermicro:x6dhr_ig2 has been fixed
If something broke during this checkin please be a pain
in uwe's neck until the issue is fixed.
If this issue is not fixed within 24h the revision will
be backed out.
Yours truely,
LinuxBIOS automatic build system
[View Less]
Fix the CHIP_NAME() entries of all mainboards to have the same format
and (hopefully) the correct canonical name of the vendor and board.
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
---
Btw, I'm trying to use more of the Linux kernel process here, i.e. posting
the exact (proposed) commit message in the beginning of the email,
including the sign-off. Followed by a line which only contains "---",
followed by any comments which should not go into the commit log,
followed by the …
[View More]patch.
Uwe.
--
http://www.hermann-uwe.de | http://www.holsham-traders.dehttp://www.crazy-hacks.org | http://www.unmaintained-free-software.org
[View Less]
does someone have a known-good image with (e.g.) FILO or Etherboot they
could send me to try on something? I need to do a remote install and if I
have a prebuilt image it will simplify life.
Any help welcome.
thanks
ron