Re: [LinuxBIOS] [PATCH] Abit BE6-II V2.0 support

2007-12-13 Thread Sergei Antonov
On Dec 13, 2007 2:06 AM, ron minnich [EMAIL PROTECTED] wrote: On Dec 12, 2007 2:38 PM, Sergei Antonov [EMAIL PROTECTED] wrote: 1. The keyboard doesn't work. Here is a piece of log from the serial port: = PNP: 03f0.5 init Keyboard init... Keyboard

[LinuxBIOS] Problem with VGA initialization

2007-12-13 Thread Patrick Georgi
Hi, I tried running linuxbios v3 in qemu again, and for some reason it didn't initialize the pcivga device, even though I have vm86 compiled in. See this excerpt from the log: Phase 3: Enumerating buses... dev_root_phase3 missing 'ops' initialization Phase 3: Failed. Show all devs... Phase 4:

[LinuxBIOS] [PATCH] Buildrom remove lgdt patch

2007-12-13 Thread Myles Watson
This patch removes the option from buildrom to use the lgdt patch for LinuxBIOSv3. On a compiler that doesn't need the patch, this patch makes the image unbootable. Signed-off-by: Myles Watson [EMAIL PROTECTED] Index: buildrom-devel/Config.in

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

2007-12-13 Thread Myles Watson
Did the patch work for anyone else? Any concerns? Thanks, Myles On Dec 7, 2007 10:45 AM, Myles Watson [EMAIL PROTECTED] wrote: On Dec 3, 2007 10:23 AM, Myles Watson [EMAIL PROTECTED] wrote: buildrom gives me still an error when building kexec-boot-loader (x86_64) for the m57sli:

Re: [LinuxBIOS] patch for making system run past disable_car

2007-12-13 Thread ron minnich
On Dec 12, 2007 9:49 PM, Marc Jones [EMAIL PROTECTED] wrote: I don't think that moving the stack should be a problem. All access should be push/pop or ss/esp/ebp relative. I also don't think you need to copy the stack back (like K8) and I would only copy the amount of stack that is being

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread Myles Watson
Please focus most attention on the few places where changes were made to preexisting files. Index: LinuxBIOSv2/src/config/Options.lb === --- LinuxBIOSv2.orig/src/config/Options.lb 2007-12-12 11:03:38.0 -0700 +++

Re: [LinuxBIOS] Buildrom remove lgdt patch

2007-12-13 Thread Jordan Crouse
On 13/12/07 08:00 -0700, Myles Watson wrote: This patch removes the option from buildrom to use the lgdt patch for LinuxBIOSv3. On a compiler that doesn't need the patch, this patch makes the image unbootable. Signed-off-by: Myles Watson [EMAIL PROTECTED] Acked-by: Jordan Crouse [EMAIL

Re: [LinuxBIOS] patch for making system run past disable_car

2007-12-13 Thread Marc Jones
ron minnich wrote: On Dec 12, 2007 9:49 PM, Marc Jones [EMAIL PROTECTED] wrote: I don't think that moving the stack should be a problem. All access should be push/pop or ss/esp/ebp relative. I also don't think you need to copy the stack back (like K8) and I would only copy the amount of

[LinuxBIOS] r84 - in buildrom-devel: . packages/linuxbios packages/linuxbios/patches

2007-12-13 Thread svn
Author: myles Date: 2007-12-13 19:09:30 +0100 (Thu, 13 Dec 2007) New Revision: 84 Removed: buildrom-devel/packages/linuxbios/patches/lgdt.patch Modified: buildrom-devel/Config.in buildrom-devel/packages/linuxbios/qemu.mk Log: This patch removes the option from buildrom to use the lgdt

Re: [LinuxBIOS] Buildrom remove lgdt patch

2007-12-13 Thread Myles Watson
On Dec 13, 2007 10:55 AM, Jordan Crouse [EMAIL PROTECTED] wrote: On 13/12/07 08:00 -0700, Myles Watson wrote: This patch removes the option from buildrom to use the lgdt patch for LinuxBIOSv3. On a compiler that doesn't need the patch, this patch makes the image unbootable.

Re: [LinuxBIOS] patch for making system run past disable_car

2007-12-13 Thread ron minnich
BTW, I am really happy with these kinds of discussions we're having. I think the quality of V3 is already very good as a result. Thanks again ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread ron minnich
On Dec 12, 2007 10:38 PM, David Hendricks [EMAIL PROTECTED] wrote: AWESOME! I'd like to try this out on an AMD790 platform in the near future if possible :-) Just out of curiosity, is there an ER298 fix buried in here or should we try kernel workarounds first? speaking of which, what is a

Re: [LinuxBIOS] patch for making system run past disable_car

2007-12-13 Thread Marc Jones
ron minnich wrote: Marc, should we call disable_car from the initram bits? That makes sense to me anyway. ron So, I should go see where it is right now (I've been a bit busy) I think the location in stage1.c is good. It is controlled by stage1 core code rather than in the

Re: [LinuxBIOS] Add support for the AMD SimNow (TM) simulator (try 2)

2007-12-13 Thread Jordan Crouse
On 04/12/07 14:39 -0700, Myles Watson wrote: On 11/28/07, Jordan Crouse [EMAIL PROTECTED] wrote: On 28/11/07 12:31 -0800, ron minnich wrote: Is there a howto on the web page to show how to use this sim environment? This is really cool. I put up a basic page today that should help

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread Marc Jones
Myles Watson wrote: Please focus most attention on the few places where changes were made to preexisting files. Index: LinuxBIOSv2/src/config/Options.lb === --- LinuxBIOSv2.orig/src/config/Options.lb 2007-12-12

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread ron minnich
On Dec 13, 2007 10:28 AM, Marc Jones [EMAIL PROTECTED] wrote: I also didn't understand why the type change from uint32_t to u32 was important. Myles Just trying to follow the LB guidelines. Maybe I should have left it alone. no, you did the right thing. We decided some time ago, I

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread yhlu
On Dec 13, 2007 9:01 AM, Marc Jones [EMAIL PROTECTED] wrote: Marc Jones wrote: Here is the initial patches for AMD Barcelona support! These patches provide support for the Barcelona revision Bx. There is still a lot of work to do as you will see in the FIXME comments. Please focus most

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 1 of 4

2007-12-13 Thread Marc Jones
yhlu wrote: On Dec 13, 2007 9:01 AM, Marc Jones [EMAIL PROTECTED] wrote: part 3 is trimmed too. Get all four parts here: http://linuxbios.org/~mjones/barc121207.tar.gz 1. it seems that you keep native ram init code raminit_ddr2.c and raminit_ddr2_dqs.c 2. northbridge.c and etc still

[LinuxBIOS] VGA help under QEMU

2007-12-13 Thread Marc Karasek
I am trying to boot LinuxBIOS using qemu with VGA support. I have got both V2 V3 to boot with a FILO payload and the linux test disk image from QEMU website using the -nographic option. I can boot the disk image using qemu and the bios vgabios it came with. I cannot get it to come up with

[LinuxBIOS] Southbridge

2007-12-13 Thread Cimino Vittorio
Is possible to make a dump of southbridge? tnx -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] VGA help under QEMU

2007-12-13 Thread Myles Watson
I am trying to boot LinuxBIOS using qemu with VGA support. I have got both V2 V3 to boot with a FILO payload and the linux test disk image from QEMU website using the -nographic option. I can boot the disk image using qemu and the bios vgabios it came with. I cannot get it to come up

Re: [LinuxBIOS] VGA help under QEMU

2007-12-13 Thread Myles Watson
On Dec 13, 2007 1:50 PM, Myles Watson [EMAIL PROTECTED] wrote: I am trying to boot LinuxBIOS using qemu with VGA support. I have got both V2 V3 to boot with a FILO payload and the linux test disk image from QEMU website using the -nographic option. I can boot the disk image using qemu

Re: [LinuxBIOS] VGA help under QEMU

2007-12-13 Thread ron minnich
I'm attaching the serial log of my boot. Maybe I just don't see where it's being executed and there's another problem? FILO version 0.5 ([EMAIL PROTECTED]) Thu Dec 13 13:53:00 MST 2007 menu: hda3:/boot/filo/menu.lst It's all good to this point. hda: LBA48 209MB: QEMU HARDDISK Unrecognized

Re: [LinuxBIOS] VGA help under QEMU

2007-12-13 Thread Myles Watson
On Dec 13, 2007 2:43 PM, ron minnich [EMAIL PROTECTED] wrote: I'm attaching the serial log of my boot. Maybe I just don't see where it's being executed and there's another problem? FILO version 0.5 ([EMAIL PROTECTED]) Thu Dec 13 13:53:00 MST 2007 menu: hda3:/boot/filo/menu.lst It's all

Re: [LinuxBIOS] VGA help under QEMU

2007-12-13 Thread ron minnich
my apologies, it was a big going-away lunch and I am now sleepy. I just did a build with latest v3, built a 256kb bios, copy it to a directory, run qemu as follows: qemu -serial stdio -L . -kernel linux-2.6.15-bochs/vmlinux -hdc hda -hda hda and I get video. I am using the vgabios-cirrus.bin

Re: [LinuxBIOS] VGA help under QEMU

2007-12-13 Thread Myles Watson
On Dec 13, 2007 3:01 PM, ron minnich [EMAIL PROTECTED] wrote: my apologies, it was a big going-away lunch and I am now sleepy. No problem. I just did a build with latest v3, built a 256kb bios, copy it to a directory, run qemu as follows: qemu -serial stdio -L . -kernel

Re: [LinuxBIOS] Southbridge

2007-12-13 Thread joe
Quoting Cimino Vittorio [EMAIL PROTECTED]: Is possible to make a dump of southbridge? tnx Yup, lsppci -xxx as root Thanks - Joe -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Southbridge

2007-12-13 Thread joe
Quoting [EMAIL PROTECTED]: Quoting Cimino Vittorio [EMAIL PROTECTED]: Is possible to make a dump of southbridge? tnx Yup, lsppci -xxx as root Sorry only one p lspci -xxx Thanks - Joe -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 3 of 4

2007-12-13 Thread Rudolf Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Marc, Just a quick note due to total -ENOTIME. +unsigned long acpi_fill_mcfg(unsigned long current) +{ + /* Just a dummy */ + return current; You don't need this, the acpi_fill_mcfg is a weak symbol. if it does not exists

Re: [LinuxBIOS] [PATCH] AMD Barcelona(family 10) support 3 of 4

2007-12-13 Thread Marc Jones
Rudolf Marek wrote: unsigned long acpi_fill_mcfg(unsigned long current) +{ + /* Just a dummy */ + return current; You don't need this, the acpi_fill_mcfg is a weak symbol. if it does not exists everything compiles fine. OK thanks, I will be updating APCI tables in the near

[LinuxBIOS] r3005 - trunk/util/superiotool

2007-12-13 Thread svn
Author: uwe Date: 2007-12-14 00:56:16 +0100 (Fri, 14 Dec 2007) New Revision: 3005 Modified: trunk/util/superiotool/nsc.c Log: Add detection and dump support for NSC PC97307. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

[LinuxBIOS] r3005 - trunk/util/superiotool

2007-12-13 Thread svn
Author: uwe Date: 2007-12-14 00:56:16 +0100 (Fri, 14 Dec 2007) New Revision: 3005 Modified: trunk/util/superiotool/nsc.c Log: Add detection and dump support for NSC PC97307. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified:

Re: [LinuxBIOS] [PATCH] superiotool: Add detection and dump support for NSC PC97307

2007-12-13 Thread Uwe Hermann
On Thu, Dec 06, 2007 at 09:11:50PM +0100, Ulf Jordan wrote: Add detection and dump support for NSC PC97307. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Thanks, r3005. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] [PATCH] buildrom qemu patch

2007-12-13 Thread Myles Watson
This patch puts build output from qemu into log files, corrects a reference to the compiler in the Makefile, and updates the default compiler to be gcc34 instead of gcc32. I'd have called it trivial except that I changed the default compiler. Myles Signed-off-by: Myles Watson [EMAIL PROTECTED]

Re: [LinuxBIOS] [PATCH] superiotool: Add dump support for NSC PC8741x

2007-12-13 Thread Uwe Hermann
On Wed, Nov 28, 2007 at 11:18:52PM +0100, Ulf Jordan wrote: Add dump support for NSC PC8741x. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Thanks, r3004. Sorry for the delay. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

[LinuxBIOS] r3004 - trunk/util/superiotool

2007-12-13 Thread svn
Author: uwe Date: 2007-12-14 00:41:45 +0100 (Fri, 14 Dec 2007) New Revision: 3004 Modified: trunk/util/superiotool/nsc.c trunk/util/superiotool/superiotool.h Log: Add dump support for NSC PC8741x. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED]

[LinuxBIOS] r3004 - trunk/util/superiotool

2007-12-13 Thread svn
Author: uwe Date: 2007-12-14 00:41:45 +0100 (Fri, 14 Dec 2007) New Revision: 3004 Modified: trunk/util/superiotool/nsc.c trunk/util/superiotool/superiotool.h Log: Add dump support for NSC PC8741x. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED]

[LinuxBIOS] r3006 - trunk/util/superiotool

2007-12-13 Thread svn
Author: uwe Date: 2007-12-14 01:04:16 +0100 (Fri, 14 Dec 2007) New Revision: 3006 Modified: trunk/util/superiotool/nsc.c Log: Add dump support for NSC PC97317. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified: trunk/util/superiotool/nsc.c

[LinuxBIOS] r3006 - trunk/util/superiotool

2007-12-13 Thread svn
Author: uwe Date: 2007-12-14 01:04:16 +0100 (Fri, 14 Dec 2007) New Revision: 3006 Modified: trunk/util/superiotool/nsc.c Log: Add dump support for NSC PC97317. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] Modified: trunk/util/superiotool/nsc.c

Re: [LinuxBIOS] [PATCH] superiotool: Add dump support for NSC PC97317

2007-12-13 Thread Uwe Hermann
On Sun, Dec 09, 2007 at 04:42:05PM +0100, Ulf Jordan wrote: Add dump support for NSC PC97317. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Thanks, r3006. Good work btw, I double-checked all your patches against the datasheets before committing and didn't notice a single typo so far -:) Uwe.

Re: [LinuxBIOS] buildrom qemu patch

2007-12-13 Thread Jordan Crouse
On 13/12/07 16:54 -0700, Myles Watson wrote: This patch puts build output from qemu into log files, corrects a reference to the compiler in the Makefile, and updates the default compiler to be gcc34 instead of gcc32. I'd have called it trivial except that I changed the default compiler.

Re: [LinuxBIOS] [PATCH] buildrom qemu patch

2007-12-13 Thread Uwe Hermann
On Thu, Dec 13, 2007 at 04:54:44PM -0700, Myles Watson wrote: Index: buildrom-devel/config/platforms/Config.in === --- buildrom-devel/config/platforms/Config.in (revision 84) +++ buildrom-devel/config/platforms/Config.in (working

Re: [LinuxBIOS] Southbridge

2007-12-13 Thread yhlu
On Dec 13, 2007 2:51 PM, [EMAIL PROTECTED] wrote: Quoting [EMAIL PROTECTED]: Quoting Cimino Vittorio [EMAIL PROTECTED]: Is possible to make a dump of southbridge? tnx Yup, lsppci -xxx as root Sorry only one p lspci -xxx normal PCI 256 regs: lspci -vvxxx pcie 4096 regs