Re: [LinuxBIOS] Intel refactoring and microcode updates

2008-01-11 Thread Uwe Hermann
On Fri, Jan 11, 2008 at 04:34:39AM +0100, Peter Stuge wrote: On Thu, Jan 10, 2008 at 09:34:28PM -0500, Corey Osgood wrote: How many different cores could you put in even the most popular socket, three? LGA775 currently has 19 (and may have more I don't know about). Using some rough

Re: [LinuxBIOS] Intel refactoring and microcode updates

2008-01-11 Thread Uwe Hermann
On Tue, Jan 08, 2008 at 09:36:20PM -0500, Corey Osgood wrote: Both patches Signed-off-by: Corey Osgood [EMAIL PROTECTED] I checked that this doesn't break abuild, so far so good. On which hardware has this been tested so far? I'm reluctant to commit this without some broader testing on actual

Re: [LinuxBIOS] LinuxBIOSv3 Config files

2008-01-11 Thread Uwe Hermann
On Fri, Jan 11, 2008 at 01:48:36PM +0100, Stefan Reinauer wrote: * Myles Watson [EMAIL PROTECTED] [080111 05:00]: On Thu, Jan 10, 2008 at 12:18:14PM -0700, Jordan Crouse wrote: it really should be a feature that kconfig offers. It's make defconfig in Linux. Make defconfig

Re: [LinuxBIOS] Intel refactoring and microcode updates

2008-01-11 Thread Uwe Hermann
On Fri, Jan 11, 2008 at 03:54:18PM +0100, Peter Stuge wrote: On Fri, Jan 11, 2008 at 09:42:00AM -0500, Corey Osgood wrote: Peter Stuge wrote: I think we need to make it configurable. I don't like that. With a factory bios, you expect the correct microcode update for your CPU to be

Re: [LinuxBIOS] LinuxBIOSv3 Config files

2008-01-11 Thread Uwe Hermann
On Fri, Jan 11, 2008 at 07:59:17AM -0800, ron minnich wrote: On Jan 11, 2008 7:31 AM, Uwe Hermann [EMAIL PROTECTED] wrote: If you want yes for all unspecified options: make oldconfig /usr/bin/yes Now, Uwe, we just came full circle. I said something like that a few messages ago

Re: [LinuxBIOS] problem about dram init

2007-12-20 Thread Uwe Hermann
On Thu, Dec 20, 2007 at 10:42:33AM -0500, Corey Osgood wrote: Weird, I've never seen that problem. Do you have any other dram modules you can try? Can you send me the specs (or a link to the datasheet would be best) on the module you're currently using? I have some comments I need to put in

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] [Fwd: Re: Patch file for Fedora 8 compile problems]

2007-12-17 Thread Uwe Hermann
On Mon, Dec 17, 2007 at 02:55:35PM -0500, Marc Karasek wrote: That would work, but this brings up a rather interesting point. What are we todo about all the other Distros? At some point (if not already) they will also face a similar issue. Yep, true. The correct thing IMO is to check for

Re: [LinuxBIOS] Tyan s1894

2007-12-17 Thread Uwe Hermann
On Mon, Dec 17, 2007 at 03:55:06AM +0100, Peter Stuge wrote: On Sat, Dec 15, 2007 at 03:21:28PM -0600, Jason Green wrote: I am new to LinuxBIOS mailing list. I have a few old boards I want to try out. I dunno if it's compatible with this or not.

Re: [LinuxBIOS] [PATCH] IDE legacy port access + UDMA/33 for 440BX boards

2007-12-17 Thread Uwe Hermann
. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/mainboard/a-trend/atc-6220/Config.lb === --- src/mainboard/a-trend/atc-6220/Config.lb (Revision 3009) +++ src/mainboard/a-trend/atc-6220/Config.lb (Arbeitskopie) @@ -130,6 +130,12

Re: [LinuxBIOS] [PATCH] IDE legacy port access + UDMA/33 for 440BX boards

2007-12-17 Thread Uwe Hermann
On Mon, Dec 17, 2007 at 10:11:16PM +0100, Carl-Daniel Hailfinger wrote: On 17.12.2007 22:05, Uwe Hermann wrote: Enable IDE legacy port access for all 440BX based boards per default, as this is needed (at the very least) to make FILO work on these boards. Disable UDMA/33 per default, which

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

2007-12-17 Thread Uwe Hermann
On Sat, Dec 15, 2007 at 10:04:21PM +0100, Ulf Jordan wrote: Add dump support for NSC PC87317. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Thanks, r3011. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

Re: [LinuxBIOS] PCI: Left over static devices. Check your Config.lb

2007-12-17 Thread Uwe Hermann
On Mon, Dec 17, 2007 at 03:10:52PM -0700, Marc Jones wrote: Carl-Daniel Hailfinger wrote: On 10.12.2007 21:56, Marc Jones wrote: A devices needs to be listed in the config.lb if it requires more setup than standard PCI initialization (resource allocation). Usually that means the CPU,

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 |

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 |

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] [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] PCI: Left over static devices. Check your Config.lb

2007-12-10 Thread Uwe Hermann
On Mon, Dec 10, 2007 at 10:08:30AM -0800, Steve Isaacs wrote: For the PCI parts, LinuxBIOS sets up the static/onboard devices and scans for other devices dynamically, if I'm not mistaken. This means you do not specify PCI/AGP/PCIe extention cards in Config.lb, they're rather detected at

Re: [LinuxBIOS] [PATCH] many trivial patches

2007-12-09 Thread Uwe Hermann
On Fri, Dec 07, 2007 at 03:21:34PM -0500, Ward Vandewege wrote: Acked-by: Ward Vandewege [EMAIL PROTECTED] Thanks, r3002. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list

Re: [LinuxBIOS] LinuxBIOSv3 lgdt and gdtptr patch

2007-12-09 Thread Uwe Hermann
On Thu, Dec 06, 2007 at 03:08:58PM -0700, Myles Watson wrote: On Thu, Dec 06, 2007 at 10:14:41AM -0700, Myles Watson wrote: It was submitted (but not in patch form) by Brendan Trotter http://www.mail-archive.com/linuxbios@linuxbios.org/msg08771.html Here it is in patch form. -

Re: [LinuxBIOS] Will linuxBIOS Work on My Machine?

2007-12-09 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 12:31:54PM -0800, Wakefield, John wrote: I have an Acer 5102WLMi Notebook with Dual Core AMD TL50s, which are 64 I'm afraid LinuxBIOS doesn't yet work on laptops, those are much harder to support than normal PCs for various reasons. It's on our TODO list to support

Re: [LinuxBIOS] SLIT Support

2007-12-09 Thread Uwe Hermann
On Fri, Dec 07, 2007 at 02:28:42PM -0600, David Edrich wrote: Also though I would like to know if anyone knows if SLIT has been implemented by the major BIOS vendors? I would think that maybe it hasn't since it would require customization probably every time. Well, yes, but that's required

Re: [LinuxBIOS] PCI: Left over static devices. Check your Config.lb

2007-12-09 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 12:00:59PM -0800, Steve Isaacs wrote: On Wed, 2007-12-05 at 12:30 +0100, Uwe Hermann wrote: Please post your Config.lb and 'lspci -tvnn' output. You're likely listing PCI devices in Config.lb which are not on the board, or you use the wrong nesting or order

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

2007-12-09 Thread Uwe Hermann
for the Abit BE6-II V2.0 board. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/mainboard/abit/be6-ii_v2_0/Config.lb === --- src/mainboard/abit/be6-ii_v2_0/Config.lb (Revision 0) +++ src/mainboard/abit/be6-ii_v2_0/Config.lb

Re: [LinuxBIOS] SLIT Support

2007-12-07 Thread Uwe Hermann
On Tue, Dec 04, 2007 at 03:40:03PM -0600, David Edrich wrote: I've seen SLIT support within Linux does anyone know anything about what platforms/systems have implemented SLIT Table support? Is this does by any standard BIOS vendor? Dunno, sorry. Someone else has to answer this question.

Re: [LinuxBIOS] Patch file for Fedora 8 compile problems

2007-12-07 Thread Uwe Hermann
On Fri, Dec 07, 2007 at 12:43:57PM -0500, Marc Karasek wrote: Here it is in -u format... Thanks, but I think your Thunderbird broke the patch, probably because you copy-pasted it into the mailer and it clipped long lines. I recommend to use 'svn diff foo.patch' in your svn tree (easier IMO,

Re: [LinuxBIOS] alix1c patch for irq.

2007-12-07 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 01:08:21PM +0100, Stefan Reinauer wrote: This should be the last change needed for the alix1c. The minipci slot works, and with this change, the pci slot seems to work too. At least for me. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] Acked-by: Stefan

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

2007-12-07 Thread Uwe Hermann
On Fri, Nov 30, 2007 at 10:15:07PM +0100, Ulf Jordan wrote: Add detection and dump support for NSC PC87309. Signed-off-by: Ulf Jordan [EMAIL PROTECTED] Thanks, r3001. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

Re: [LinuxBIOS] [PATCH] Re: superiotool: conflicting SID for PC97317?

2007-12-07 Thread Uwe Hermann
On Fri, Dec 07, 2007 at 07:59:21PM +0100, Ulf Jordan wrote: There was never a PC97371 made by National. -Bari Attched is a patch that fixes the typos in superiotool/nsc.c. /ulf Fix typo. According to National's datasheet PC87317 has SID = 0xd0 and PC97317 has SID = 0xdf. PC87371/PC97371

Re: [LinuxBIOS] Expand linuxbiosv3 support

2007-12-07 Thread Uwe Hermann
On Fri, Dec 07, 2007 at 12:31:37PM -0700, Jordan Crouse wrote: On 07/12/07 00:06 -0500, Corey Osgood wrote: Typo! That makes 2 mistakes this week! Are you feeling okay? :P This does look pretty good though, and the idea of having v3 in buildrom is great! I'm kicking myself now for never

Re: [LinuxBIOS] buildrom: add supermicro h8dmr

2007-12-07 Thread Uwe Hermann
On Fri, Nov 30, 2007 at 02:01:59PM -0700, Jordan Crouse wrote: Add Supermicro H8DMR support to buildrom. Signed-off-by: Ward Vandewege [EMAIL PROTECTED] Acked-by: Jordan Crouse [EMAIL PROTECTED] This is r71. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de

Re: [LinuxBIOS] Patch file for Fedora 8 compile problems

2007-12-07 Thread Uwe Hermann
On Fri, Dec 07, 2007 at 12:39:36PM -0800, Ed Swierk wrote: Here is another attempt that does not rely on the --build-id option, incorporating Marc's workaround in src/arch/i386/lib/id.lds for the .id allocation issue. The patch is missing the original Signed-off-by from Marc, and your

Re: [LinuxBIOS] CONFIG_ROM_STREAM verus CONFIG_IDE_STREAM verus CONFIG_FS_STREAM?

2007-12-07 Thread Uwe Hermann
On Tue, Dec 04, 2007 at 10:59:21AM -0800, Steve Isaacs wrote: I'm puzzled about the difference between these options. If I want to boot using an IDE device does the following make sense? ## Boot linux from IDE default CONFIG_IDE=1 default CONFIG_FS_STREAM=1 default CONFIG_FS_EXT2=1

Re: [LinuxBIOS] LinuxBIOSv3 lgdt and gdtptr patch

2007-12-06 Thread Uwe Hermann
On Thu, Dec 06, 2007 at 10:14:41AM -0700, Myles Watson wrote: It was submitted (but not in patch form) by Brendan Trotter http://www.mail-archive.com/linuxbios@linuxbios.org/msg08771.html Here it is in patch form. - data32 lgdt %cs:gdtptr + movl$gdtptr, %ebx + lgdt

Re: [LinuxBIOS] r539 - LinuxBIOSv3/arch/x86

2007-12-06 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 02:45:55AM +0100, [EMAIL PROTECTED] wrote: linuxbios.stage2.o (and stage2.o in the LAR) are NOT .o files, they are ELF executables. Remove the .o suffix to reduce confusion. For clarity's sake we might even want to add an .elf extention? Opinions? Uwe. --

Re: [LinuxBIOS] [PATCH] Drop coherent_ht_car.c file

2007-12-05 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 11:40:50AM -0700, Marc Jones wrote: Acked-by: Marc Jones [EMAIL PROTECTED] Thanks, r2998. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list

Re: [LinuxBIOS] State of the buildrom

2007-12-05 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 01:28:33PM -0700, Myles Watson wrote: This patch adds support for QEMU to buildrom, for both v2 and v3. It also allows you to build QEMU from sources with the patches. I've built it for v2 and v3 and it boots in v2, I'm not sure why it builds but doesn't boot in v3.

[LinuxBIOS] [PATCH] Drop coherent_ht_car.c file

2007-12-05 Thread Uwe Hermann
the coherent_ht_car.c file. It is exactly the same as coherent_ht.c (save one empty line removed) so there's no use to keep it around. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/northbridge/amd/amdk8/coherent_ht_car.c

Re: [LinuxBIOS] mcp55 irq and apic patch

2007-12-05 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 11:38:15AM -0800, yhlu wrote: [Patch] mcp55: irq and apic route device irq through pci bridge instead in mptable. don't enable pin0 for ioapic of io-4 Signed-off-by: Yinghai Lu [EMAIL PROTECTED] Thanks! The patch didn't apply cleanly and had some random whitespace

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

2007-12-05 Thread Uwe Hermann
On Tue, Dec 04, 2007 at 02:39:04PM -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

Re: [LinuxBIOS] PCI: Left over static devices. Check your Config.lb

2007-12-05 Thread Uwe Hermann
On Tue, Dec 04, 2007 at 04:08:47PM -0800, Steve Isaacs wrote: I'm seeing this message during boot and have made several attempts and modifying the Config.lb as the message suggests. Here's the tail of the messages: PCI: 00:09.0 [1166/0142] disabled PCI: 00:0a.0 subbordinate bus PCI Express

Re: [LinuxBIOS] mcp55 irq and apic patch

2007-12-05 Thread Uwe Hermann
On Wed, Dec 05, 2007 at 10:49:52PM +0100, Uwe Hermann wrote: route device irq through pci bridge instead in mptable. don't enable pin0 for ioapic of io-4 Please explain in more detail why the change is done and which consequences there are or which bugs / problems are fixed. Also, you're

Re: [LinuxBIOS] r534 - in LinuxBIOSv3: arch/x86 include lib northbridge/amd/geodelx northbridge/intel/i440bxemulation

2007-12-04 Thread Uwe Hermann
On Mon, Dec 03, 2007 at 10:08:36PM +0100, Stefan Reinauer wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [071203 21:32]: Author: uwe Date: 2007-12-03 21:32:53 +0100 (Mon, 03 Dec 2007) New Revision: 534 Added: LinuxBIOSv3/include/northbridgelib.h LinuxBIOSv3/lib/northbridgelib.c

[LinuxBIOS] [PATCH] Move northbridgelib.c code to pci_device.c

2007-12-04 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Move the code from northbridgelib.c to pci_device.c. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: include/northbridgelib.h

Re: [LinuxBIOS] [PATCH] Move northbridgelib.c code to pci_device.c

2007-12-04 Thread Uwe Hermann
On Tue, Dec 04, 2007 at 12:23:04PM +0100, Stefan Reinauer wrote: Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r536. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list

Re: [LinuxBIOS] [PATCH] v3: Refactoring, northbridgelib.c

2007-12-03 Thread Uwe Hermann
On Sun, Dec 02, 2007 at 10:58:31AM -0800, ron minnich wrote: Acked-by: Ronald G. Minnich [EMAIL PROTECTED] Thanks, r534. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list

Re: [LinuxBIOS] LinuxBIOS on Compaq ProLiant 1850R?

2007-12-03 Thread Uwe Hermann
On Mon, Dec 03, 2007 at 10:45:01AM -0500, Corey Osgood wrote: I was wondering if LinuxBIOS would work on my Compaq ProLiant 1850R server. The current Compaq BIOS lacks a lot of options. The system itself is not supported yet, but all the components are. It wouldn't be very hard to

Re: [LinuxBIOS] Infamous __stack_chk_fail problem.

2007-12-03 Thread Uwe Hermann
On Mon, Dec 03, 2007 at 10:36:51PM +0100, Stefan Reinauer wrote: You can add the following lines to your target/vendor/board/Config.lb: option CC=i386-elf-gcc # this one is CFLAGS. option CPU_OPT=-O2 -Wl,... option HOSTCC=gcc Yep, this should be in the wiki (FAQ?) if it's not already

Re: [LinuxBIOS] [PATCH] Improved Intel 82371EB (and others) support

2007-12-03 Thread Uwe Hermann
On Fri, Nov 30, 2007 at 04:01:16AM +0100, Žiga Mlinar wrote: This is required to make all 440BX based boards in v2 almost fully supported. Without the patch at least the Super I/O init is never performed, thus lots of stuff is broken. Works here on Azza/PT-6IBD. With this patch ps2 mouse

Re: [LinuxBIOS] OT: Motherboard

2007-12-03 Thread Uwe Hermann
On Mon, Dec 03, 2007 at 05:08:57PM -0500, Forest Dean Feighner wrote: Off topic for the list yet apropos. Can anyone recommend an entry level motherboard that has a bios socket rather than one wired to the board? Too generic. There are tons of boards with socketed BIOS. Do you want a shiny

Re: [LinuxBIOS] Infamous __stack_chk_fail problem.

2007-12-03 Thread Uwe Hermann
On Mon, Dec 03, 2007 at 02:11:50PM -0800, Steve Isaacs wrote: So, I summarize. If I need a consistent and repeatable build I use the toolchain of my choice and use the above to point the LinuxBIOS build to that toolchain. Yep, pretty much. For a product you probably also want to stick with a

Re: [LinuxBIOS] State of the buildrom

2007-12-03 Thread Uwe Hermann
On Mon, Dec 03, 2007 at 11:29:27AM -0700, Jordan Crouse wrote: I think it's more important to figure out how we really want to configure LinuxBIOS (it seems to be a large hurdle for newbies), not buildrom. Agreed - being able to do these things easily with v3 is a priority. We have to

Re: [LinuxBIOS] [PATCH] v3: Refactoring, northbridgelib.c

2007-12-02 Thread Uwe Hermann
On Tue, Nov 27, 2007 at 02:08:52AM +0100, Uwe Hermann wrote: See patch. Factor out common code. In v2 98% of all northbridges do exactly the same thing (in these functions), thus refactor. It's easy to override the common functions if a northbridge needs slightly different ones (I think K8

Re: [LinuxBIOS] [PATCH] flashrom: Acorp 6A815EPD board-enable

2007-12-02 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 05:24:25PM -0600, [EMAIL PROTECTED] wrote: Add board-enable for Acorp 6A815EPD. Signed-off-by: Jonathan A. Kollasch [EMAIL PROTECTED] Thanks, committed in r2995. + dev = pci_dev_find(0x8086, 0x2440); /* Intel ICH2 LPC */ + if (!dev) { +

Re: [LinuxBIOS] Booting Windows with QEMU+LinuxBIOS

2007-12-01 Thread Uwe Hermann
On Thu, Nov 29, 2007 at 06:37:10PM +0900, Jun Koi wrote: Hmm... I managed to do like this: - Compile ADLO separately, then I have a file named payload - In LinuxBIOSv3, I run make menuconfig, then specify the path of payload option to the above payload. - Save options, quit and compile.

Re: [LinuxBIOS] USB booting in LinuxBIOS

2007-11-30 Thread Uwe Hermann
On Thu, Nov 29, 2007 at 08:00:11PM -0700, Jordan Crouse wrote: On 30/11/07 03:33 +0100, Uwe Hermann wrote: [New thread] On Thu, Nov 29, 2007 at 08:25:32PM -0500, Richard Smith wrote: That said, here in the OLPC offices we have still have periodic pain involved with USB booting

Re: [LinuxBIOS] [PATCH] IDE legacy port access + UDMA/33 for 440BX boards

2007-11-30 Thread Uwe Hermann
On Fri, Nov 30, 2007 at 09:14:57AM +0100, Stefan Reinauer wrote: * Uwe Hermann [EMAIL PROTECTED] [071130 03:21]: See patch. At the very least the IDE legacy port access must be enabled to be able to use FILO. The rest is optional, but I see no reason to not enable it per default

Re: [LinuxBIOS] r2991 - trunk/LinuxBIOSv2/src/mainboard/iwill/dk8_htx

2007-11-29 Thread Uwe Hermann
On Thu, Nov 29, 2007 at 02:39:30PM +0100, Stefan Reinauer wrote: Signed-off-by: Mondrian Nuessle [EMAIL PROTECTED] Acked-by: mcq [EMAIL PROTECTED] Short question: Do we require real names for Acked-by or is that just a requirement for Signed-off-by? I vote for both. Me too, but

[LinuxBIOS] USB booting in LinuxBIOS

2007-11-29 Thread Uwe Hermann
[New thread] On Thu, Nov 29, 2007 at 08:25:32PM -0500, Richard Smith wrote: That said, here in the OLPC offices we have still have periodic pain involved with USB booting. A lot of usb sticks are just trash. The generic case requires up to several seconds of delay before you can access

[LinuxBIOS] [PATCH] Improved Intel 82371EB (and others) support

2007-11-29 Thread Uwe Hermann
supports southbridges other than the 82371EB (but which are very similar), more complete support will follow. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/southbridge/intel/i82371eb/Config.lb === --- src/southbridge/intel

[LinuxBIOS] [PATCH] IDE legacy port access + UDMA/33 for 440BX boards

2007-11-29 Thread Uwe Hermann
-software.org Enable IDE legacy port access and UDMA/33 for all 440BX based boards per default, for now. If there are problems with UDMA on some of them we might selectively disable UDMA there. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/mainboard/a-trend/atc-6220/Config.lb

Re: [LinuxBIOS] [PATCH] Improved Intel 82371EB (and others) support

2007-11-29 Thread Uwe Hermann
On Fri, Nov 30, 2007 at 02:50:31AM +0100, Stefan Reinauer wrote: Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2994. Not sure about the USB controller part. It does nothing, yet, does it? Good question. This needs some more testing, but I _think_ Linux just enables the USB ports

Re: [LinuxBIOS] [PATCH] Remove Bitworks IMS

2007-11-28 Thread Uwe Hermann
On Wed, Nov 28, 2007 at 08:04:59AM -0500, Richard Smith wrote: I may be able to help out here. I have a GigaByte i440bx board with a dual-bios. There are two physical non-socketed chips, but the fallback logic is software conntrolled. Oh. I don't care about bricking. My boards have

[LinuxBIOS] [PATCH] AMD CPU ID fixes and additions

2007-11-28 Thread Uwe Hermann
(as per datasheet). Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/cpu/amd/model_fxx/model_fxx_init.c === --- src/cpu/amd/model_fxx/model_fxx_init.c (Revision 2988) +++ src/cpu/amd/model_fxx/model_fxx_init.c (Arbeitskopie

Re: [LinuxBIOS] [PATCH] v3: factor out one makefile rule

2007-11-28 Thread Uwe Hermann
On Tue, Nov 27, 2007 at 10:54:59AM -0800, ron minnich wrote: Acked-by: Ronald G. Minnich [EMAIL PROTECTED] r529. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list

Re: [LinuxBIOS] AMD CPU ID fixes and additions

2007-11-28 Thread Uwe Hermann
On Wed, Nov 28, 2007 at 05:23:57PM -0700, Jordan Crouse wrote: There are some comment updates (datasheet now says SH-CG instead of SH7-CG, for example), and also 2-3 new CPU IDs. I only looked at the AMD Athlon64 datasheet, other parts might need updates, too. As far as the uncommented

Re: [LinuxBIOS] [PATCH] Remove Bitworks IMS

2007-11-27 Thread Uwe Hermann
On Tue, Nov 27, 2007 at 03:39:54AM +0100, Peter Stuge wrote: On Mon, Nov 26, 2007 at 07:31:14PM -0500, Richard Smith wrote: What 440bx based boards now work? tyan/s1846 Uh, that and ASUS P2B ASUS P2B-F ASUS P3B-F A-Trend ATC-6220 AZZA PT-6IBD Biostar M6TBA Compaq Deskpro EN SFF P600

Re: [LinuxBIOS] v3: convert stage2 to multi-segment LAR

2007-11-27 Thread Uwe Hermann
On Tue, Nov 27, 2007 at 06:26:23PM +0100, Stefan Reinauer wrote: * Carl-Daniel Hailfinger [EMAIL PROTECTED] [071127 18:01]: Yes. How about: old way: normal/stage2.o/segment0 normal/stage2.o/segment1 new 1: normal/stage2/seg0 normal/stage2/seg1 new 2: normal/stage2/0 normal/stage2/1 I

Re: [LinuxBIOS] patch: post code standard

2007-11-27 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 03:02:00PM -0800, ron minnich wrote: comments welcome. ron Proposed start of standard post codes. Signed-off-by: Ronald G. Minnich [EMAIL PROTECTED] Index: include/post_code.h === ---

Re: [LinuxBIOS] [PATCH] Remove Bitworks IMS

2007-11-27 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 07:31:14PM -0500, Richard Smith wrote: That said, I still have some boards and I would sure love to see proper video pop out sometime before I die. It is the only project of mine that outright failed because of technical problems I was not able to solve. The scars

Re: [LinuxBIOS] flashrom support for AMD CS5536

2007-11-27 Thread Uwe Hermann
On Wed, Nov 28, 2007 at 01:15:01AM +0700, Darmawan Salihun wrote: I'm not sure if there is somekind of /dev/cmos in Linux. But IIRC, there is a project that working on such a thing. I just don't know where exactly it is. I think lxbios has an option to dump the CMOS contents (which should also

Re: [LinuxBIOS] [PATCH] v3: Constify structs

2007-11-26 Thread Uwe Hermann
On Sun, Nov 25, 2007 at 07:09:03PM -0800, ron minnich wrote: Acked-by: Ronald G. MInnich [EMAIL PROTECTED] Thanks, r519. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org -- linuxbios mailing list

Re: [LinuxBIOS] Can't compile flashrom

2007-11-26 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 09:34:17AM -0700, Shocky wrote: On Sunday 25 November 2007 19:42, ron minnich wrote: how's about we just figure out why flashrom won't build? ron Yeah, that's what I was hoping for 8^). Any ideas? Please post the full compile output here. Do you have

Re: [LinuxBIOS] [PATCH] v3: Various cleanups

2007-11-26 Thread Uwe Hermann
On Sun, Nov 25, 2007 at 08:12:25PM -0500, Corey Osgood wrote: Did Carl-Daniel's documentation fixes make it in yet? I think so, yes. r511, r512. Index: mainboard/emulation/qemu-x86/vga.c === ---

Re: [LinuxBIOS] [PATCH] v3: Various cleanups

2007-11-26 Thread Uwe Hermann
[Please post all replies on the mailing list] On Mon, Nov 26, 2007 at 07:36:31PM +0100, Paul Menzel wrote: Hi, small typos I think. Am Montag, den 26.11.2007, 00:54 + schrieb Uwe Hermann: /** - * Place holder in case we ever need it. Since this file is a - * template

Re: [LinuxBIOS] [PATCH] add support the IEI PCISA-LX

2007-11-26 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 12:25:45PM +0500, Nikolay Petukhov wrote: This board (http://www.ieiworld.com/en/product_IPC.asp?model=PCISA-LX) is based on amd-lx800/cs5536, so most of the on-board hardware is work normally. Thanks a lot! Here's a quick review: I think the full name for this

Re: [LinuxBIOS] patch: alix1c support for v3

2007-11-26 Thread Uwe Hermann
On Sun, Nov 25, 2007 at 07:07:42PM -0800, ron minnich wrote: try again. Yep, works now. Committed as r521 with some coding style fixes etc. +int main(void) +{ + u8 smb_devices[] = { + DIMM0, DIMM1 + }; + + post_code(POST_START_OF_MAIN);

Re: [LinuxBIOS] Board support

2007-11-26 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 12:12:14PM +0100, Klaus Stammermann wrote: Hi The bios of my MINI-ITX board from VIA is booting too slow. So I am looking for an alternative bios and found this project. But my board is not listed at supported motherboard list. I am using an VIA EPIA ME6000G (NB

[LinuxBIOS] [PATCH] v3: Refactoring, northbridgelib.c

2007-11-26 Thread Uwe Hermann
://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Factor out common functions which almost all northbridges share into lib/northbridgelib.c. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: include/northbridgelib.h

Re: [LinuxBIOS] Drop Bitworks IMS board

2007-11-26 Thread Uwe Hermann
On Mon, Nov 26, 2007 at 04:11:02PM -0700, Jordan Crouse wrote: On 14/11/07 00:28 +0100, Peter Stuge wrote: On Tue, Nov 13, 2007 at 03:47:07PM +0100, Uwe Hermann wrote: Drop the unfinished, non-working Bitworks IMS board. Richard? Ok with you? I asked him on IRC and he said OK

Re: [LinuxBIOS] [PATCH] superiotool: Use 'static const' instead of 'const static'

2007-11-25 Thread Uwe Hermann
On Wed, Oct 24, 2007 at 09:57:34PM +0200, Uwe Hermann wrote: Use the preferred order of 'static const' instead of 'const static'. This is the common style in both Linux as well as in LinuxBIOS. For reference, this is r2922. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de

Re: [LinuxBIOS] [PATCH] v3: improve LAR comments, fix possible access to uninitialized memory

2007-11-25 Thread Uwe Hermann
On Tue, Oct 16, 2007 at 08:42:42PM +0200, Carl-Daniel Hailfinger wrote: Acked-by: Uwe Hermann [EMAIL PROTECTED] Thanks, will fix and commit. This was r506. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free

Re: [LinuxBIOS] superiotool - dump support for fdc37c672

2007-11-25 Thread Uwe Hermann
On Sat, Oct 06, 2007 at 04:27:33PM -0400, Robinson Tryon wrote: Signed-off-by: Robinson P. Tryon [EMAIL PROTECTED] Thanks, r2986 with some small changes. Sorry for the delay. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org |

Re: [LinuxBIOS] patch: alix1c support for v3

2007-11-25 Thread Uwe Hermann
On Sun, Nov 25, 2007 at 12:45:29PM -0800, ron minnich wrote: This builds. Not yet: HOSTCC build/util/kconfig/zconf.tab.o HOSTCC build/util/kconfig/mconf mainboard/Kconfig:61: can't open file mainboard/pcengines/Kconfig make: *** [menuconfig] Error 1 The fix should be easy though. You

[LinuxBIOS] [PATCH] v3: Constify structs

2007-11-25 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Constify structs which can be const. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: include/device/device.h

[LinuxBIOS] [PATCH] v3: Various cleanups

2007-11-25 Thread Uwe Hermann
See patch. Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org Various cleanups and cosmetic fixes. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: Kconfig

Re: [LinuxBIOS] [PATCH] Add support for the ASUS MEW-AM

2007-11-24 Thread Uwe Hermann
On Fri, Nov 23, 2007 at 11:21:52AM +0100, Stefan Reinauer wrote: * Uwe Hermann [EMAIL PROTECTED] [071122 16:53]: Add support for the ASUS MEW-AM board. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Acked-by: Stefan Reinauer [EMAIL PROTECTED] Thanks, r2980. Uwe. -- http://www.hermann

Re: [LinuxBIOS] [PATCH] v3: Move string.h contents to string.c

2007-11-24 Thread Uwe Hermann
On Fri, Nov 23, 2007 at 11:22:40AM +0100, Stefan Reinauer wrote: * Uwe Hermann [EMAIL PROTECTED] [071121 21:07]: Move the code from strings.h to a C file. We should really avoid to have code in header files. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Have you compared code size

Re: [LinuxBIOS] GIGABYTE GA-2761GXDK

2007-11-22 Thread Uwe Hermann
On Thu, Nov 22, 2007 at 05:46:06PM +0800, 蔡明耀 (my_tsai) wrote: Looks good, but why disable PS/2 keyboard and mouse? Aren't these connectors available at all on the board or should the keyboard/mouse init be done by the southbridge (there is some code in *_lpc.c)? There is no connector and

[LinuxBIOS] Superiotool dump: SMSC LPC47B27x

2007-11-22 Thread Uwe Hermann
This is from the ASUS MEW-AM, rev. 1.01. superiotool r2977 Found SMSC LPC47B27x (id=0x51, rev=0x01) at 0x2e Register dump: idx 03 20 21 22 23 24 26 27 28 2a 2b 2c 2d 2e 2f val 00 51 01 39 00 44 2e 00 00 00 00 00 00 00 00 def RR 51 NA 00 00 04 MM MM RR NA NA NA NA NA NA LDN 0x00 (Floppy) idx 30

[LinuxBIOS] [PATCH] Add support for the ASUS MEW-AM

2007-11-22 Thread Uwe Hermann
-software.org Add support for the ASUS MEW-AM board. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: src/mainboard/asus/mew-am/Config.lb === --- src/mainboard/asus/mew-am/Config.lb (Revision 0) +++ src/mainboard/asus/mew-am/Config.lb

Re: [LinuxBIOS] Superiotool dump: SMSC LPC47B27x

2007-11-22 Thread Uwe Hermann
On Thu, Nov 22, 2007 at 04:13:31PM +0100, Uwe Hermann wrote: This is from the ASUS MEW-AM, rev. 1.01. Same box, but this time the current LinuxBIOS dump: superiotool r2977 Found SMSC LPC47B27x (id=0x51, rev=0x01) at 0x2e Register dump: idx 03 20 21 22 23 24 26 27 28 2a 2b 2c 2d 2e 2f val 00 51

Re: [LinuxBIOS] [PATCH] v3: fix compilation due to multiple definitions of printk

2007-11-22 Thread Uwe Hermann
On Thu, Nov 22, 2007 at 09:44:03PM +0100, Carl-Daniel Hailfinger wrote: The introduction of the _SHARED macros had one flaw: If multiple files had _SHARED defined during compilation, each of them would contain an assignment of stage0_printk to *printk. During linking, this caused errors as

Re: [LinuxBIOS] [PATCH] v3: fix compilation due to multiple definitions of printk

2007-11-22 Thread Uwe Hermann
[EMAIL PROTECTED] Acked-by: Uwe Hermann [EMAIL PROTECTED] I think we should go even further and specify the INITRAM_SOURCE instead of INITRAM_OBJ because those are the files we care about. (And it will make proper dependencies easier at some point) Yeah, sounds good. +# ram initialization code

Re: [LinuxBIOS] From slashdot - a company possibly using linuxbios.

2007-11-21 Thread Uwe Hermann
On Fri, Nov 16, 2007 at 11:43:30AM -0500, Robert Vogel wrote: Well...yes there is a reason the GA-M57SLI doesn't really work for me. To see why take a look at Ward's tutorial at http://linuxbios.org/GIGABYTE_GA-M57SLI-S4_Build_Tutorial The obstacles are obvious from the tutorial. Not

Re: [LinuxBIOS] [PATCH] small fix for iei/juki-511p

2007-11-21 Thread Uwe Hermann
On Wed, Nov 21, 2007 at 03:25:32PM +0500, Nikolay Petukhov wrote: Hm, why is this required here? Is it necessary for all GX1/CS5530 boards? If so it should be done in the CS5530 code, I think. Why doesn't the usual copy_pirq_routing_table() suffice here? if kernel builded with Juergen

Re: [LinuxBIOS] DFI LANPARTY nF4 SLI-DR superiotool lspci.

2007-11-21 Thread Uwe Hermann
On Wed, Nov 21, 2007 at 09:05:01AM -0800, ron minnich wrote: On Nov 21, 2007 12:37 AM, Jerome Ibanes [EMAIL PROTECTED] wrote: In set_Trwt(): if ((clocks DTH_TRWT_MIN) || (clocks DTH_TRWT_MAX)) { die(Unknown Trwt); } It might not kill us, or

Re: [LinuxBIOS] Fwd: Could original VGA BIOS be responsible for long timeout before LinuxBIOS kicks in?

2007-11-21 Thread Uwe Hermann
On Tue, Nov 20, 2007 at 08:00:14PM -0500, Corey Osgood wrote: On 11/20/07, Coquelicot [EMAIL PROTECTED] wrote: Hi all, what can be responsible for long delay before starting LinuxBIOS? I have it on VIA EPIA M-II with LB preppended by original VGA bios extracted from the original BIOS.

Re: [LinuxBIOS] DFI LANPARTY nF4 SLI-DR superiotool lspci.

2007-11-21 Thread Uwe Hermann
On Wed, Nov 21, 2007 at 11:22:50AM -0800, Jerome Ibanes wrote: Ron List, print(Trwt %x is out of range: min %x max %x\n etc. etc. etc. [snip] Are you suggesting that I try to boot with less or different memory? I've Yes. Only one DIMM in the slot which the manual says it should be.

[LinuxBIOS] [PATCH] v3: Add missing mkdir's

2007-11-21 Thread Uwe Hermann
directories. This should probably be factored out together with the rest of the lines in mainboard/* later, but for now it'll do. Signed-off-by: Uwe Hermann [EMAIL PROTECTED] Index: mainboard/adl/msm800sev/Makefile === --- mainboard/adl

  1   2   3   4   5   6   7   8   9   10   >