Thanks, for the answers, i managed to get the vgabios running when i
inserted the extracted vgabios (from awardeco) and inserted it with
the dd command.
My next problem is trying to boot from my usb device using FILO version 0.5
from this "link" svn://openbios.org/filo/trunk/filo-0.5
"FILO version 0.5 (root@powertron) Fri Nov 10 02:05:10 CET 2006
Press <Enter> for default boot, or <Esc> for boot prompt... 1mlinuz
root=/dev/sda1 console=tty0 console=ttyS0nd UHCI at 1800
uhc_reset: …
[View More]Resetting UHCI
uhc_init: uhc_init setting framelist to: 1decb9f0
uhc_start: Starting UHCI
dump_uhci: HCI at 00001800
uhc_init: Found UHCI at 1820
uhc_reset: Resetting UHCI"
The computer now "hangs" no boot nothing.
Using the filo from ehterboot, it get's to the "LinuxLabs USB
bootloader" and that's as far as it goes.
Stock award bios managed to boot from this usbstick,
What could be wrong, any suggestions?!
Thanks in advance
Best regards
Kurt.
[View Less]
Dear LinuxBIOS readers!
This is the automated build check service of LinuxBIOS.
The developer "uwe" checked in revision 2495 to
the LinuxBIOS source repository and caused the following
changes:
Change Log:
Add an include file which contains the register definitions for the
Intel 440BX northbridge (Closes #39).
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Richard Smith <smithbone(a)gmail.com>
Build Log:
Compilation of amd:rumba has been broken
Compilation of …
[View More]artecgroup:dbe61 has been broken
Compilation of asus:p2b has been broken
Compilation of bitworks:ims has been broken
Compilation of dell:s1850 has been broken
Compilation of densitron:dpx114 has been broken
Compilation of digitallogic:adl855pc has been broken
Compilation of digitallogic:msm800sev has been broken
Compilation of eaglelion:5bcm has been broken
Compilation of intel:jarrell has been broken
Compilation of intel:xe7501devkit has been broken
Compilation of iwill:dk8x has been broken
Compilation of lippert:frontrunner has been broken
Compilation of olpc:btest has been broken
Compilation of olpc:rev_a has been broken
Compilation of supermicro:x6dai_g has been broken
Compilation of supermicro:x6dhe_g has been broken
Compilation of supermicro:x6dhe_g2 has been broken
Compilation of supermicro:x6dhr_ig has been broken
Compilation of supermicro:x6dhr_ig2 has been broken
Compilation of tyan:s2735 has been broken
Compilation of via:epia has been broken
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]
Author: uwe
Date: 2006-11-10 10:04:12 +0100 (Fri, 10 Nov 2006)
New Revision: 2495
Added:
trunk/LinuxBIOSv2/src/northbridge/intel/i440bx/i440bx.h
Log:
Add an include file which contains the register definitions for the
Intel 440BX northbridge (Closes #39).
Signed-off-by: Uwe Hermann <uwe(a)hermann-uwe.de>
Acked-by: Richard Smith <smithbone(a)gmail.com>
Added: trunk/LinuxBIOSv2/src/northbridge/intel/i440bx/i440bx.h
===============================================================…
[View More]====
--- trunk/LinuxBIOSv2/src/northbridge/intel/i440bx/i440bx.h (rev 0)
+++ trunk/LinuxBIOSv2/src/northbridge/intel/i440bx/i440bx.h 2006-11-10 09:04:12 UTC (rev 2495)
@@ -0,0 +1,81 @@
+/*
+ * This file is part of the LinuxBIOS project.
+ *
+ * Copyright (C) 2006 Uwe Hermann <uwe(a)hermann-uwe.de>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+/*
+ * Datasheet:
+ * - Name: Intel 440BX AGPset: 82443BX Host Bridge/Controller
+ * - URL: http://www.intel.com/design/chipsets/datashts/290633.htm
+ * - PDF: http://www.intel.com/design/chipsets/datashts/29063301.pdf
+ * - Order Number: 290633-001
+ */
+
+/*
+ * Host-to-PCI Bridge Registers.
+ * The values in parenthesis are the default values as per datasheet.
+ * Any addresses between 0x00 and 0xff not listed below are either
+ * Reserved or Intel Reserved and should not be touched.
+ */
+#define VID 0x00 /* Vendor Identification (0x8086). */
+#define DID 0x02 /* Device Identification (0x7190/0x7192). */
+#define PCICMD 0x04 /* PCI Command Register (0x006). */
+#define PCISTS 0x06 /* PCI Status Register (0x0210/0x0200). */
+#define RID 0x08 /* Revision Identification (0x00/0x01/0x02). */
+#define SUBC 0x0a /* Sub-Class Code (0x00). */
+#define BCC 0x0b /* Base Class Code (0x06). */
+#define MLT 0x0d /* Master Latency Timer (0x00). */
+#define HDR 0x0e /* Header Type (0x00). */
+#define APBASE 0x10 /* Aperture Base Configuration (0x00000008). */
+#define SVID 0x2c /* Subsystem Vendor Identification (0x0000). */
+#define SID 0x2e /* Subsystem Identification (0x0000). */
+#define CAPPTR 0x34 /* Capabilities Pointer (0xa0/0x00. */
+#define NBXCFG 0x50 /* 440BX Configuration (0x0000:00S0_0000_000S_0S00b). */
+#define DRAMC 0x57 /* DRAM Control (00S0_0000b). */
+#define DRAMT 0x58 /* DRAM Timing (0x03). */
+#define PAM 0x59 /* Programmable Attribute Map, 7 registers (0x00). */
+#define DRB 0x60 /* DRAM Row Boundary, 8 registers (0x01). */
+#define FDHC 0x68 /* Fixed SDRAM Hole Control (0x00). */
+#define MBSC 0x69 /* Memory Buffer Strength Control (0x0000-0000-0000). */
+#define SMRAM 0x72 /* System Management RAM Control (0x02). */
+#define ESMRAMC 0x73 /* Extended System Management RAM Control (0x38). */
+#define RPS 0x74 /* SDRAM Row Page Size (0x0000). */
+#define SDRAMC 0x76 /* SDRAM Control Register (0x0000). */
+#define PGPOL 0x78 /* Paging Policy Register (0x00). */
+#define PMCR 0x7a /* Power Management Control Register (0000_S0S0b). */
+#define SCRR 0x7b /* Suspend CBR Refresh Rate Register (0x0038). */
+#define EAP 0x80 /* Error Address Pointer Register (0x00000000). */
+#define ERRCMD 0x90 /* Error Command Register (0x80). */
+#define ERRSTS 0x91 /* Error Status (0x0000). */
+// TODO: AGP stuff.
+#define MBFS 0xca /* Memory Buffer Frequency Select (0x000000). */
+#define BSPAD 0xd0 /* BIOS Scratch Pad (0x000..000). */
+#define DWTC 0xe0 /* DRAM Write Thermal Throttling Control (0x000..000). */
+#define DRTC 0xe8 /* DRAM Read Thermal Throttling Control (0x000..000). */
+#define BUFFC 0xf0 /* Buffer Control Register (0x0000). */
+
+/* For convenience: */
+#define DRB0 0x60
+#define DRB1 0x61
+#define DRB2 0x62
+#define DRB3 0x63
+#define DRB4 0x64
+#define DRB5 0x65
+#define DRB6 0x66
+#define DRB7 0x67
+
[View Less]
Dear Owen ,
There are several experts from all of world are planning to port it . I will introduce you to them . I think when they are porting ,they may need some datasheet.etc. I may not be able to port it myself ,because I am busy with MS-9182 linuxbios porting.
More detail please see www.linuxbios.org
Dear carl-Daniel ,Stefan ,Yinghai,ron,uwe:
Owen is our Desktop BIOS manager , if you need some help of MSI K9N Nero ,you can contact with him .He is preparing help .
Thanks
bxshi
-----邮件…
[View More]原件-----
发件人: owenchen [mailto:owenchen@msik.com.cn]
发送时间: 2006年11月10日 14:04
收件人: bxshi(石炳勛=研發)
抄送: 'Carl-Daniel Hailfinger'
主题: RE: MSI K9N Neo support for LinuxBIOS?
Dear BxShi
What I can do a favor to you? And tell me the K9N Neo model's name?
thanks
-----Original Message-----
From: bxshi [mailto:bxshi@msik.com.cn]
Sent: Friday, November 10, 2006 10:46 AM
To: owenchen(陳慶濃=研發)
Cc: 'Carl-Daniel Hailfinger'
Subject: 转发: MSI K9N Neo support for LinuxBIOS?
Dear Owen ,
Linuxbios Community is interested in MSI K9N Neo, and they are planning to
port linuxbios for it .could you please give them some help ? Many people
are like this board if it has linuxbios support.
-----邮件原件-----
发件人: Carl-Daniel Hailfinger [mailto:c-d.hailfinger.devel.2006@gmx.net]
发送时间: 2006年11月9日 23:29
收件人: bxshi(a)msik.com.cn
抄送: LinuxBIOS
主题: MSI K9N Neo support for LinuxBIOS?
Hi bxshi,
would you help us port LinuxBIOS to the MSI K9N Neo?
http://cweb.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID
=733
http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=
733
It is a good and cheap board and a few of us will buy it
to port LinuxBIOS to it, but we need your support.
Regards,
Carl-Daniel
*****CONFIDENTIAL INFORMATION*****
This email is intended only for the use of the person or entity to whom it is addressed and contains information that may be subject to and/or may be restricted from disclosure by contract or applicable law. If you are not the intended recipient of this email, be advised that any disclosure, copy, distribution or use of the contents of this message is strictly prohibited. If you are not the intended recipient of this email, please notify the sender that you have received this in error by replying to this message. Then, please delete it from your system. Thank you.
[View Less]
Dear Owen ,
There are several experts from all of world are planning to port it . I will introduce you to them . I think when they are porting ,they may need some datasheet.etc. I may not be able to port it myself ,because I am busy with MS-9182 linuxbios porting.
More detail please see www.linuxbios.org
Dear carl-Daniel ,Stefan ,Yinghai,ron,uwe,
Owen is our Desktop BIOS manager , if you need some help of MSI K9N Nero ,you can contact with him .He is preparing help .
Thanks
bxshi
-----邮件原…
[View More]件-----
发件人: owenchen [mailto:owenchen@msik.com.cn]
发送时间: 2006年11月10日 14:04
收件人: bxshi(石炳勛=研發)
抄送: 'Carl-Daniel Hailfinger'
主题: RE: MSI K9N Neo support for LinuxBIOS?
Dear BxShi
What I can do a favor to you? And tell me the K9N Neo model's name?
thanks
-----Original Message-----
From: bxshi [mailto:bxshi@msik.com.cn]
Sent: Friday, November 10, 2006 10:46 AM
To: owenchen(陳慶濃=研發)
Cc: 'Carl-Daniel Hailfinger'
Subject: 转发: MSI K9N Neo support for LinuxBIOS?
Dear Owen ,
Linuxbios Community is interested in MSI K9N Neo, and they are planning to
port linuxbios for it .could you please give them some help ? Many people
are like this board if it has linuxbios support.
-----邮件原件-----
发件人: Carl-Daniel Hailfinger [mailto:c-d.hailfinger.devel.2006@gmx.net]
发送时间: 2006年11月9日 23:29
收件人: bxshi(a)msik.com.cn
抄送: LinuxBIOS
主题: MSI K9N Neo support for LinuxBIOS?
Hi bxshi,
would you help us port LinuxBIOS to the MSI K9N Neo?
http://cweb.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID
=733
http://www.msi.com.tw/program/products/mainboard/mbd/pro_mbd_detail.php?UID=
733
It is a good and cheap board and a few of us will buy it
to port LinuxBIOS to it, but we need your support.
Regards,
Carl-Daniel
*****CONFIDENTIAL INFORMATION*****
This email is intended only for the use of the person or entity to whom it is addressed and contains information that may be subject to and/or may be restricted from disclosure by contract or applicable law. If you are not the intended recipient of this email, be advised that any disclosure, copy, distribution or use of the contents of this message is strictly prohibited. If you are not the intended recipient of this email, please notify the sender that you have received this in error by replying to this message. Then, please delete it from your system. Thank you.
[View Less]
Kurt André Selbach wrote:
> uhc_init: uhc_init setting framelist to: 1decb9f0
> uhc_start: Starting UHCI
> dump_uhci: HCI at 00001800
> uhc_init: Found UHCI at 1820
> uhc_reset: Resetting UHCI"
>
> The computer now "hangs" no boot nothing.
>
> Using the filo from ehterboot, it get's to the "LinuxLabs USB
> bootloader" and that's as far as it goes.
>
> Stock award bios managed to boot from this usbstick,
> What could be wrong, any suggestions?!
Run the …
[View More]memtest86 payload and make sure your RAM is solid.
--
Richard A. Smith
[View Less]
Please check the updated patch. It will check e_entry and p_paddr to
decide if need to switch 64 bit in convert.
Current status: I have forced it switch to 64 bit and use startup_64 in
kernel directly, it will restart instead of boot the kernel.
YH
If I understand the layout of the repository correctly, this should
work ->
http://www.openbios.org/viewvc/trunk/LinuxBIOSv1/src/mainboard/digitallogic…
. I will have a 440bx-baseed board of my own, some generic gateway model, in a few hours, but it has a sodiered-on pll, anyone know where I can get a socket for this cheap? I'm in Bangor, Maine, if anyone lives around here and knows. Also, thanks for all the info, and I already have a null serial modem cable.
Corey Osgood
----- Original …
[View More]Message ----
From: Al Boldi <a1426z(a)gawab.com>
To: linuxbios(a)linuxbios.org
Sent: Tuesday, November 7, 2006 3:05:18 PM
Subject: Re: [LinuxBIOS] 440bx stuff
ron minnich wrote:
> btw, the digitallogic/smartcore-p3 in v1 is a 440-bx based board.
If it is of any help, I could try this on my i440bx board.
Just point me to the tar-ball.
Thanks!
--
Al
--
linuxbios mailing list
linuxbios(a)linuxbios.org
http://www.openbios.org/mailman/listinfo/linuxbios
[View Less]