Re: smp, newconfig, hdama

2003-08-14 Thread ron minnich
On Sun, 10 Aug 2003, Bari Ari wrote: ron minnich wrote: The two unknowable issues with IBM: - enable SPD - enable FLASH write they refuse to tell us. Was that with the T23? The T23 has a 830MP chipset and S3 graphics. What did they use for the keyboard controller/super I/O? that is

re: S2880

2003-08-14 Thread YhLu
Eric, Under 4G RAM linusbios_tables occupy 0x500-0xae0, cmos_util can find option_table even after rebooting. Under 6G RAM linuxbios_tables occupy 0x500-0xaf4, cmos_util can find option_table after power on but can not find it after rebooting. The only difference should be that rebooting don't

Re: LinuxBIOS binutils evilness

2003-08-14 Thread Eric W. Biederman
Jeff Noxon [EMAIL PROTECTED] writes: 2.14.90.0.5 (Debian unstable) works for mkelfImage 2.5 but won't link LinuxBIOS. This one is change in behavior of binutils. 2.12.90.0.1 (Debian stable) works for LinuxBIOS but mkelfimage 2.5 complains about no a5 magic. That is a binutils bug. Am I

Re: LinuxBIOS binutils evilness

2003-08-14 Thread Stefan Reinauer
* Jeff Noxon [EMAIL PROTECTED] [030814 19:55]: 2.14.90.0.5 (Debian unstable) works for mkelfImage 2.5 but won't link LinuxBIOS. do you have x86-64 support enabled in these binutils? This breaks relocations 32-16bit. Here is my link error: crt0.o(.reset+0x1): In function `reset_vector': :

Re: EPIA Linuxbios strangeness

2003-08-14 Thread ron minnich
On Thu, 14 Aug 2003, Jeff Noxon wrote: As an aside, I found a Winbond w49f002u chip and decided to back up the original EPIA BIOS to it. I had to remove the print statements from the flash_and_burn w49f002u driver, turn off the chip erase, and program it repeatedly before it verified

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread steven james
Greetings, One other call for modular binary support is end users. It's one thing to get them to use a provided tool to flash in one of several mix and match modules, it's quite a different matter to get them to actually compile something correctly and then flash it. An idea I have for baremetal

smartcore-p3 compiling errors

2003-08-14 Thread Roger
smartcore-p3 $ make Makefile:508: warning: overriding commands for target `nsuperio.o' Makefile:502: warning: ignoring old commands for target `nsuperio.o' cp /home/roger/src/linuxbios/freebios/src/arch/i386/config/crt0.base crt0.S gcc -x assembler-with-cpp -DASSEMBLY -E ... crt0.S crt0.s gcc ...

Re: smp, newconfig, hdama

2003-08-14 Thread Bari Ari
ron minnich wrote: On Sun, 10 Aug 2003, Bari Ari wrote: ron minnich wrote: The two unknowable issues with IBM: - enable SPD - enable FLASH write they refuse to tell us. Was that with the T23? The T23 has a 830MP chipset and S3 graphics. What did they use for the keyboard

DoC 2000 in Europe/Austria

2003-08-14 Thread Niki Waibel
does anyone know where i can order online a DoC 2000 in Austria or Europe? -- niki w. waibel - system administrator @ newlogic technologies ag ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Floppy drives and Linux BIOS

2003-08-14 Thread Gregg C Levine
Hello from Gregg C Levine Here's a question that's definitely going to keep me up nights. Can a properly configured and working Linux BIOS image, boot something else via the floppy drive, in this case a normal 3.5 drive setup as the A drive? Well at least from the point of view of the

List Problem

2003-08-14 Thread James Weir
Can someone help, I keep getting two of every message? Is anyone else having this problem, Thanks, James.

Re: smp, newconfig, hdama

2003-08-14 Thread ron minnich
On Mon, 11 Aug 2003, Bari Ari wrote: The few IBM's I've looked at mux all the SMBus and I2C lines that are used for SPD, smart battery, keyboard controller and DDC for CRT, etc, etc. The Flash ROM's and FWH write enables tend to be controlled through GPIO's on the Super I/O or

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Andrew Ip
Hi, I haven't seen the numbers on the dreaded size overhead. So that argument does not yet convince me. If I can fit a whole IP/UDP stack a network driver, and printk in 16K I have trouble seeing the problem. multiply that by, let's just say 4, for 4 elf payloads for 4 functions. At

Re: new mainboard for freebios 1

2003-08-14 Thread Roger
sweet. looks like my new computer. On Tue, 2003-08-05 at 14:54, ron minnich wrote: the supermicro x5dae, with e7505 and 82801db we'd like to have all new ports on freebios2 but we're short for time and decided to do this quick one. ron ___

Re: Commit on freebios2

2003-08-14 Thread ron minnich
On 4 Aug 2003, Eric W. Biederman wrote: This hasn't happened yet? I thought that had happened a while ago.. no, sorry, we just kind of worked it out last week, as the PPC really does things quite differently. ron ___ Linuxbios mailing list [EMAIL

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread ron minnich
On Fri, 8 Aug 2003, SONE Takeshi wrote: On Thu, Aug 07, 2003 at 03:17:26PM -0600, Eric W. Biederman wrote: However none of this will get into the core of LinuxBIOS, they will all be separate ELF loadable components like etherboot. So, we need an external program that provides legacy BIOS

Re: UK supplier of Bios Saviour or SST39SF020A 70-4C-NH Flash Part

2003-08-14 Thread Mark Wilkinson
Hi James, You can get a BIOS Saviour from a company called SCAN in the UK (www.scan.co.uk) It's hidden away on the overclocking products page. Regards Mark. On Wednesday 06 Aug 2003 18:59, James Weir wrote: Does anyone now of suppliers for either of the above ( see subject ) ?

basic help.

2003-08-14 Thread John Praveen
Hi, I have the custom board (geode sc1200) with peripherals like ethernet, PCI audio video decoder, Tuner, hard disk, SDRAM, Flash memory. I will have to have my BIOS program, linux kernel and specific application program in my Flash memory. I have hard disk only for storing files. My Flash

Re: S2880

2003-08-14 Thread Ronald G. Minnich
On Wed, 6 Aug 2003, YhLu wrote: So you will add one module that will produce PIRQ automatically? I don't see any choice. Bus mapping is dynamic and hence a static table is not going to work. We have needed this for some time now anyway. ron ___

Re: K7SEM support broken in freebios?

2003-08-14 Thread Alex Scarbro
On Sat, 2 Aug 2003 17:28:33 +0200, Thomas Wehrspann wrote: Am Montag, 28. Juli 2003 16:57 schrieb ron minnich: On Mon, 28 Jul 2003, Andrew Ip wrote: yes, this is the reason we have not frozen the tree. I am hoping somebody can fix the K7sem :-( Could it be the ecc problem? I think

new config version skew problem

2003-08-14 Thread Greg Watson
I found the problem that was causing the error with python 2.1. Please test new version. Greg ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

Re: Kernel in smaller ROMs, salvation in sight?

2003-08-14 Thread ron minnich
On Wed, 6 Aug 2003, Adam Agnew wrote: It seems like pretty good news for the linux kernel as a bootloader route that effots are being made to get the kernel smaller when necessary. good, because long term, that is still a preferred choice for me. ron

Re: Slowly merging the static and dynamic device trees.

2003-08-14 Thread ron minnich
On 8 Aug 2003, Eric W. Biederman wrote: cpu k8 cpu0 register up = {.chip = amd8131, .ht_width=16, .ht_speed=600} southbridge amd/amd8131 amd8131 end southbridge amd/amd8111 amd8111 superio NSC/pc87360 register com1 = {1}

DoC 2000 vs DoC Millennium

2003-08-14 Thread Niki Waibel
what are actually the differences between DoC 2000 and DoC Millennium? are both versions working in linux? which one is the newer product? are they electrically (pins, voltage, etc) different? are there any limitation in the size of these chips? i mean -- could a 2GB chip be used on linux? niki

Re: Kernel in smaller ROMs, salvation in sight?

2003-08-14 Thread ron minnich
On Thu, 7 Aug 2003, Joshua Wise wrote: Ouch. Was there specific bloat that happened after 2.4.13? After doing a preliminary look over the kernel code, much of the bloat seems to be in the filesystem code... the dentry cache was not a cheap date. But the bloat seems to happen everywhere,

HDAMA status at LANL

2003-08-14 Thread ron minnich
well, to sum up, on a 1 CPU system with arima/hdama - etherboot is working fine - linux loading from flash is working fine - once linux is loaded, it can't find an IRQ for the on-board ethernet. There is a PIRQ problem I will try to fix tomorrow. What's really neat, is that the fear level of

Preliminary doubts!

2003-08-14 Thread John Praveen
Hi, I have the custom board (geode sc1200) with peripherals like ethernet, PCI audio video decoder, Tuner, hard disk, SDRAM, Flash memory. I will have to have my BIOS program, linux kernel and specific application program in my Flash memory. I have hard disk only for storing files. My Flash

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Steve Gehlbach
Eric, I am sympathy with what you are saying. There is a reality here -- people want VGA and they want it on early. I want to accomodate this. ron There is always the direct register programming approach that we have for the sis630 and stpc, but in the case of the sis630, vga is not

Re: HDAMA status

2003-08-14 Thread YhLu
Ron, I have checked the mptable.c and irq_table.c for hdama. They seem got some problem. And you maybe need to re-produce the two files. Regards Yinghai Lu -- : ron minnich [mailto:[EMAIL PROTECTED] : 200385 10:46 : [EMAIL PROTECTED] : HDAMA status currently, I'm having PIRQ routing

Re: linking static to dynamic devices

2003-08-14 Thread ron minnich
On Tue, 5 Aug 2003, YhLu wrote: If you want cpufixup called by per cpu, you may need to modify cpu_initialize function and maybe add one pass for it. I plan to look at this tomorrow. ron Regards ___ Linuxbios mailing list [EMAIL PROTECTED]

Re: tools for programing?

2003-08-14 Thread Niki Waibel
quite new to all this... just got 2 epia-m's and 2 bios saviors. what tools do i need to flash the bios? where do i get them? (i'd like to flash the chips on the board...) what do i need to activate in the kernel to program a chip / use the flash tools? what do i need to activate in the

DoC on EPIA-M with DIP2PLCC adapter -- instead of 256kbyte bios chip

2003-08-14 Thread Niki Waibel
hi, my plan is still to use a DoC 2000 on an EPIA-M mobo with a DIP2PLCC adapter -- instead of the original 256kbyte (PLCC) bios chip. can anyone tell me if this is theoretically possible? niki ___ Linuxbios mailing list [EMAIL PROTECTED]

Re: Clearwater533

2003-08-14 Thread steven james
Greetings, The clearwater itself (se7501cw2), Tyan (s2723 I believe) Several of the Supermicro X5dpr and x5dpe It looks like the new Superio on the DPL is the real problem there. G'day, sjames On Fri, 8 Aug 2003, Adam Agnew wrote: Could I trouble the list, and you three gentleman in

Using USB Flash drives instead of CF

2003-08-14 Thread Jeff Noxon
Has anyone tried using a USB Flash drive instead of CF? I can build a usable 2.6.0-test2 kernel in well under 400kB with USB and SCSI support, and most of the rest as modules. In theory it could just use /dev/sda as the root device, right? Unfortunately, networking adds another 156kB to the

will it work?

2003-08-14 Thread wing549
though my motherboard my not be on the list is it not their because it just dosent work? or lack of reasearch, i have a asus a7v333, and a abitkx7333r, both via chipsets, what are the possibilities of getting the linuxbios on them? and could i totaly destroy my computers if im not sucessful?

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Greg Watson
At 6:04 PM -0600 10/8/03, ron minnich wrote: so, in the config file, we have something like: extension pcbios extension vgabios extension elfboot and the system linkes these in via src/extionsions/whatever. They are each run in turn. reasonable? Sounds good, but what does the 'extension'

Re: smp, newconfig, hdama

2003-08-14 Thread Bari Ari
ron minnich wrote: The two unknowable issues with IBM: - enable SPD - enable FLASH write they refuse to tell us. Was that with the T23? The T23 has a 830MP chipset and S3 graphics. What did they use for the keyboard controller/super I/O? Bari ___

Re: Using USB Flash drives instead of CF

2003-08-14 Thread Antony Stone
On Friday 08 August 2003 10:40 am, John Hearns wrote: The Oreilly book on Embedded Linux I mentioned yesterday has a good section on using USB flash drives. Hi John :) I didn't see a posting from you on this list yesterday, but the book sounds interesting; please could you repeat it?

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread SONE Takeshi
On Fri, Aug 08, 2003 at 08:28:34AM -0600, ron minnich wrote: I agree that in some sense it is cleaner to have VGA support in some external binary blob, but it is far more convenient to have it right in linuxbios itself. It works today, so I can't see strong reasons not to continue using it.

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Stefan Reinauer
* SONE Takeshi [EMAIL PROTECTED] [030809 19:40]: On Fri, Aug 08, 2003 at 03:23:42PM -0600, ron minnich wrote: Bochs is neat, but not simple. Maybe, however, we can make it simpler. I really don't want to write x86 asm at this point, however. If I do this I want to do it by building on the

PXA255?

2003-08-14 Thread deya privi
Hi, Does linuxbios support Intels Xsxale PxA255? Yahoo! India Promos: Win TVs, Bikes, DVD players more! Go to http://in.promos.yahoo.com ___ Linuxbios mailing list [EMAIL

Option ROM for Device.

2003-08-14 Thread YhLu
Ron, How about the support of Option rom execution for on board device? Some device vendors only provide option rom instead of datasheet. Regards Yinghai Lu ___ Linuxbios mailing list [EMAIL PROTECTED]

RE: DIP2PLCC

2003-08-14 Thread ron minnich
On Tue, 12 Aug 2003, Michel Belleau wrote: My first goal is to make it boot in 3 seconds (i think linuxbios can help me achieve it) and start to play mp3's from whatever will be connected to it (for instance, an old hard drive and/or a dvd-rom drive). The mb will feed the audio to the

quartet boot

2003-08-14 Thread Stefan Reinauer
Hi, I'm having bad luck with the AMD Quartet machines currently. Due to the 4 memory controllers I had to take out quite some debug messages from auto.c to get it compile, but I don't really get to that point anyways.. all I get is the following: LinuxBIOS-1.1.0Fallback Do Aug 7 16:05:24 CEST

Port to 845 chipset

2003-08-14 Thread Jeff Noxon
Care to guess how much effort would be required to port LB to the 845 chipset? I have several of these boxed Intel boards in use in embedded situations. I assume (perhaps wrongly) that the Xeon chipsets aren't all that different. Thanks Jeff ___

Re: List Problem

2003-08-14 Thread ron minnich
On 7 Aug 2003, Eric W. Biederman wrote: If you see three copies of this message I suspect you have somehow been subscribed twice. Ron? I will be looking at this, but I saw no doubles last time I looked. I suspect another mailling list gone awry. ron

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread ron minnich
On Tue, 12 Aug 2003, ron minnich wrote: compiling v86bios.vm86 from above I get everything into 20k. not the emulator, surely. Just the bios support code, right? Let's get our terms right. BIOS support code - the code in ADLO, or the linuxbios support code, that provides BIOS

Re: Questions on BX Chipset

2003-08-14 Thread Meinrad Sauter
biosint: Unsupport int #0x6 biosint: # 0x6, eax 0x0 ebx 0xd5b4 ecx 0x720 edx 0xa2f1 biosint: ebp 0x136ac esp 0xff6 edi 0xf6d4 esi 0xfb9fc biosint: ip 0x3 cs 0x0 flags 0x46 biosint: Unsupport int #0x6 yes, sorry, you just hit an int we don't support yet. It's all working right, but

Re: linking static to dynamic devices

2003-08-14 Thread YhLu
If you want cpufixup called by per cpu, you may need to modify cpu_initialize function and maybe add one pass for it. Regards Yinghai Lu -- : ron minnich [mailto:[EMAIL PROTECTED] : 200385 6:54 : [EMAIL PROTECTED] : linking static to dynamic devices The next obvious step is to link

Tiger MPX LinuxBIOS

2003-08-14 Thread Jeff Noxon
Howdy, I'm the newbie du jour. I'm attempting to get Linuxbios working on an EPIA 533 and a Tyan Tiger MPX (S2466N-4M). I was able to build an EPIA BIOS w/o trouble using the Howto. Applying the same principles to the Tiger, I am running into trouble. Can someone please help? TIA, Jeff

Re: Questions on BX Chipset

2003-08-14 Thread ron minnich
On Thu, 14 Aug 2003, Meinrad Sauter wrote: Enabling extended BIOS access Enabling Full ISA Mode Enabling IRQ8 Enabling Mouse IRQ12 on piix4e done. INSTALL REAL-MODE IDT DO THE VGA BIOS found VGA: vid=110b, did=4 0x55 0xaa 0x40 0xea 0xbe 0x31 0x0 0xc0 0x0 0x0 0xc3 0x0 0x14 0x0 0x0 0x0

Re: sourceforge cvs hang incorrect url for cvs-root snapshottarball

2003-08-14 Thread ron minnich
On 14 Aug 2003, Roger wrote: I'm noticing when checking out the sourceforge freebios cvs, it will hang on the last file. (fails to close the connect?) sourceforge problem. ron ___ Linuxbios mailing list [EMAIL PROTECTED]

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Adam Sulmicki
[apologies if it was mentioned before] Not sure if folks now about it, but there's this project. http://www.nongnu.org/vgabios/ perhaps it would be usefull. -- Adam Sulmicki http://www.eax.com The Supreme Headquarters of the 32 bit registers

Re: Questions to the experts

2003-08-14 Thread Steve Gehlbach
ron minnich wrote: 3) I read an article on Linux where in the serial section they indicate: Linux supports ordinary telephone modems only if they work through a serial port (although the port may be built into the modem). Is this true? if it is true and someone wants to modem in then it must be

Re: smp, newconfig, hdama

2003-08-14 Thread Steve Gehlbach
Stefan Reinauer wrote: There is not much you can do except gnireenigne esrever existing firmware Stefan That's it, gnireenigne esrever, perfectly legal in the US (Sony v Connectix) as long as the code is not encrypted for copy protection or content access protection (DMCA). Even then it is

Re: DIP2PLCC

2003-08-14 Thread Adam Agnew
You don't *have* to use a Disc On Chip. If you have an extra PLCC flash to play with, you could get LinuxBIOS up and running on the Epia and boot linux off of a hard drive or ide flash disk (compact flash with an ide adaptor perhaps). See the mailing list archives for Richard Smith's FAQ to learn

Re: Questions on BX Chipset

2003-08-14 Thread Meinrad Sauter
Hi all, thanks for your answers and sory for the late response (vacancies) ron minnich wrote: On Wed, 23 Jul 2003, Meinrad Sauter wrote: - VGA: The Multitainer has an onboard MPACT2 Graphics adapter. It would be nice to have, but not really required. From the docs, I think I could make

Re: EPIA Linuxbios strangeness

2003-08-14 Thread Jeff Noxon
The reset button turned out to be a bad connection. I still can't reboot the system under software control. Anyone? Thanks, Jeff On Mon, Aug 11, 2003 at 09:42:04AM -0500, Jeff Noxon wrote: 2) I can't do a software reboot either. The machine just goes dead if I try init 6 or any variation

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread YhLu
Ron, Thanks the clarification. I only move idt.c and vgabios.c and pcbios.c to the freebios2 and make it can be compiled into linuxbios. And it should call the Option rom in MB EEPROM or addon on card's expansion rom. I also find the freebios/util/vgabios. Is that you mean 16 VGABIOS or

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Stefan Reinauer
* Adam Sulmicki [EMAIL PROTECTED] [030812 04:39]: [apologies if it was mentioned before] Not sure if folks now about it, but there's this project. http://www.nongnu.org/vgabios/ perhaps it would be usefull. This is nice and useful for bochs and plex86, since they don't run on

l440bx compiling errors

2003-08-14 Thread Roger
l440bx $ make gcc -x assembler-with-cpp -DASSEMBLY -E ... crt0.S crt0.s gcc ... -o crt0.o crt0.s /home/roger/src/linuxbios/freebios/src/northbridge/intel/440bx/raminit.inc: Assembler messages: /home/roger/src/linuxbios/freebios/src/northbridge/intel/440bx/raminit.inc:478: Warning: using `%al'

RE: Preliminary doubts

2003-08-14 Thread Gregg C Levine
Hello from Gregg C Levine Are we discussing the strangeness behind the Geode here? If I remember correctly, everything about that device is documented. Even the boards that NSC developed for us to try out, before committing to a bigger board were documented. About the only thing that wasn't, were

Re: VGABIOS

2003-08-14 Thread
That code is obselete long time ago. All the knowledge in the ugly ASM code has been translated to C in the SiSFB_Lite. Beware that the ASM only deal with mode setting which is far awary from a complete VGABIOS implementation. - Original Message - From: Luis Pacheco [EMAIL PROTECTED]

Re: tools for programing?

2003-08-14 Thread Andrew Ip
Hi Niki, quite new to all this... just got 2 epia-m's and 2 bios saviors. what tools do i need to flash the bios? where do i get them? (i'd like to flash the chips on the board...) what do i need to activate in the kernel to program a chip / use the flash tools? what do i need to

Re: Questions to the experts

2003-08-14 Thread ron minnich
On Wed, 30 Jul 2003, lisa stout wrote: 1) Does Linux support IPMI? If so how? sure. I don't know where the tools are. 2) Why is their a preference for using Console Port Servers in Linux and Unix, while Windows tends to be KVM? Because windows systems can't be managed well any other

TigerMPX no dice - please help

2003-08-14 Thread Jeff Noxon
Howdy, I've been playing around with the CVS tree trying to get the TigerMPX stuff to compile. At first I got assembler warnings because AMD768_DEV was not defined. I found that AMD766_DEV was defined, so I changed it. That got a little further. It was set to 0x3800 yet my lspci -vvv shows my

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Steve Gehlbach
ron minnich wrote: you missed the point. We will never copy a vga bios into the tree in any place unless given permission. Okay, I saw something about putting binaries into linuxbios, and made the assumption... -Steve ___ Linuxbios mailing list

Re: Clearwater533

2003-08-14 Thread ron minnich
On Fri, 8 Aug 2003, Adam Agnew wrote: Could I trouble the list, and you three gentleman in particular, for a list of E7501 motherboards which have worked for you? It would really help me out so that I don't have to figure out what exactly is wrong with this SuperMicro X5DPL-iGM in a short

VGA BIOS init debate

2003-08-14 Thread Adam Agnew
I want to throw these arguments into the debate: I vote for the ELF payload. I would say that linking it in would be just as good, except that if EFI ever does really become common, a lot of these payloads would become useful to a larger user base. I do agree that there would be some redundancy

LinuxBIOS binutils evilness

2003-08-14 Thread Jeff Noxon
2.14.90.0.5 (Debian unstable) works for mkelfImage 2.5 but won't link LinuxBIOS. 2.12.90.0.1 (Debian stable) works for LinuxBIOS but mkelfimage 2.5 complains about no a5 magic. Am I stuck with two versions of binutils? Or maybe you know how to make LB link with the latest binutils? It looks

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030812 01:21]: I try to move the vgabios to freebios2 for 2880. I put the BIOS option rom to 0xfff8c000, ( the second 48k). ah, well, we shouldn't really do that until we resolve the VGA bios question. It sounds cleaner to work on a seperated version of

Re: DoC on EPIA-M with DIP2PLCC adapter -- instead of 256kbyte bios chip

2003-08-14 Thread Niki Waibel
does that 2001 fit into a DIP socket? DIP32 on the m-systems website: http://www.m-sys.com/Content/Products/DiskOnChip.asp there is only the DiskOnChip 2000 which is in a DIP socket. are you really sure that that type would not work in the bios? is it the 8mbyte DoC millennium (not

Re: VGA BIOS on EPIA 800

2003-08-14 Thread Michel Belleau
Selon Jeff Noxon [EMAIL PROTECTED]: It's not on the web. It's in CVS under HOWTO/EPIA. Hehehe.. That's why I haven't found it yet! Thanks a lot! -- Michel Belleau [EMAIL PROTECTED] ___ Linuxbios mailing list [EMAIL PROTECTED]

RE: smp, newconfig, hdama

2003-08-14 Thread ron minnich
On Tue, 5 Aug 2003, David Barr wrote: Ron, is the T23 running linuxbios? When I joined the list (though I later left) and was reading back-issues, I vaguely remember you as having said you couldn't get it on your lappy due to IBM's chipset detail stinginess; has any/all of that

Re: VGA BIOS on EPIA 800

2003-08-14 Thread Jeff Noxon
The EPIA HOWTO has instructions on how to extract the BIOS, enable VGA support, etc. On Tue, Aug 12, 2003 at 11:11:39AM -0400, Michel Belleau wrote: Hi everyone, I checked everywhere but I can't seem to find any real information about this.. The current status of LinuxBIOS on the EPIA 800

Re: Yh Lu's patches

2003-08-14 Thread ron minnich
On 4 Aug 2003, Eric W. Biederman wrote: diff -uNr ./freebios2/src/southbridge/amd/amd8111/config.lb ../freebios2/src/southbridge/amd/amd8111/config.lb --- ./freebios2/src/southbridge/amd/amd8111/config.lb 2003-06-17 12:51:05.0 -0400 +++

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Eric W. Biederman
ron minnich [EMAIL PROTECTED] writes: I guess I have a hard time seeing the difference between linking functions into LB via the static device tree, and calling ELFs, except that you get no space savings with the ELF approach. You're going to create printk etc. functions in every single

Memory on EPIA

2003-08-14 Thread David Hendricks
I was wondering what kind of memory you all were using for your EPIAs and if anyone has been tweaking things like memory timings in their freebios tree. I've been using Corsair PC-133 cas latency 2 memory modules (Specs here: http://www.corsairmicro.com/main/products/specs/cm654s256.html )

Re: heads up with new config method.

2003-08-14 Thread ron minnich
On 4 Aug 2003, Eric W. Biederman wrote: If you could please verify that is the only one because I think I ran into at least one more chips.h that was not committed. I'll look again but ... the clean checkout yesterday built fine, which is odd. ron

Re: new config version skew problem

2003-08-14 Thread ron minnich
it still looks weird to me, but my python is 2.2.1 I'll try to do some compares tomorrow. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

EPIA-M DDR HELP

2003-08-14 Thread James Weir
I hacked the rominit.inc for the epia to configure for my memory configuration i.e 128 Mb on first bank, 128 Mb on second bank ( total 256Mb ), but now rather than hanging when it Disables cache for first time whilst setting up mtrr it restarts continuously ,,should I get different ram,

Re: EPIA Linuxbios strangeness

2003-08-14 Thread Jeff Noxon
On Thu, Aug 14, 2003 at 02:26:01PM +0800, Andrew Ip wrote: Ron Minnich wrote: you're going to have to figure out how to make those chips assert pci reset. Once you get it, tell me :-) I don't have this reset problem. Interesting. Any suggestions on where I should poke around to help

VGA BIOS on EPIA 800

2003-08-14 Thread Michel Belleau
Hi everyone, I checked everywhere but I can't seem to find any real information about this.. The current status of LinuxBIOS on the EPIA 800 seems to lack vga output (only serial)? On some other site, I found out that it could work but I should extract the VGABIOS out of the current BIOS and

Re: EPIA Linuxbios strangeness

2003-08-14 Thread ron minnich
On Thu, 14 Aug 2003, Andrew Ip wrote: you're going to have to figure out how to make those chips assert pci reset. Once you get it, tell me :-) I don't have this reset problem. I think overall the EPIA port is shaky. David can't build a working romimage here. I was able to last decemnber

Re: S2880

2003-08-14 Thread YhLu
It seems the Kernel clear 0x0--4k. Of course after itself take the MP TABLE. Maybe need to update the kernel. YH -- : YhLu : 200386 18:30 : ron minnich : '[EMAIL PROTECTED]'; 'Stefan Reinauer'; '[EMAIL PROTECTED]' : re: S2880 Eric, Under 4G RAM linusbios_tables occupy 0x500-0xae0,

Re: Questions to the experts

2003-08-14 Thread John Hearns
Gregg C Levine wrote: Hello from Gregg C Levine Originally when I saw the first message, I wasn't going to say anything. I think Lisa might get some good answers over on the Beowulf list, http://www.beowulf.org/mailman/listinfo/beowulf ___ Linuxbios

Re: S2880

2003-08-14 Thread YhLu
Ron, It seems I can not enable XIP_ROM_SIZE and XIP_ROM_BASE. Even I have set them in Options.lb Regards Yinghai Lu -- : YhLu : 200386 15:17 : YhLu; [EMAIL PROTECTED]; ron minnich : Stefan Reinauer; [EMAIL PROTECTED] : Re: S2880 Ron, After swap _ROMBASE etc to after ROM_SECTION_SIZE

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread ron minnich
well, 20K of full bios support answers one of Eric's objections ;-) but we still need callbacks, right? Still this is promising if emulator + bios gets to 53K, still rather large, but interesting. Stefan, do you plan to test this? anyone else? ron

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030812 15:33]: On Tue, 12 Aug 2003, Stefan Reinauer wrote: I'm not so sure. The emulation code supports the INT functions needed for vga setup. I would actually be inclined to dump ADLO rombios.c completely and replace it with real C code. which is what

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [030812 17:40]: I agree, but it is still a really big step forward. When you want video support, you either have network or a disk or a completely custom application without linux anyways. yes. Do you think we should test this as an ELF payload? I'll look

Re: smartcore-p3 compiling errors

2003-08-14 Thread ron minnich
send me your config file, I just built it and it worked fine. ron ___ Linuxbios mailing list [EMAIL PROTECTED] http://www.clustermatic.org/mailman/listinfo/linuxbios

reducing debugging messages from arima/hdama/auto.c

2003-08-14 Thread ron minnich
I hope nobody minds, but since I'm the one who wired these as high, I don't think they will. I want to reduce the debug spew from auto.c to get some timings. I plan to remove my overrides in auto.c so that it goes back to using the level set in Config.lb for debug messages. thanks ron

K8 cluster@LANL

2003-08-14 Thread ron minnich
If you check out www.lanl.gov, there is an early announcement of an new K8+infiniband cluster. It is 256 nodes, and will run LinuxBIOS. There is also mention of a larger K8 cluster, which we believe will also run LinuxBIOS. This larger cluster is not InfiniBand, as I read the announcement.

Re: l440bx compiling errors

2003-08-14 Thread ron minnich
On 14 Aug 2003, Roger wrote: /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:27: parse error before '' token /home/roger/src/linuxbios/freebios/src/pc80/ide/ide.c:31: parse error before '' token blash. somebody committed ide.c with conflicts in it. I think we can ask Greg to take a

sourceforge cvs hang incorrect url for cvs-root snapshot tarball

2003-08-14 Thread Roger
I'm noticing when checking out the sourceforge freebios cvs, it will hang on the last file. (fails to close the connect?) I've also noticed that cvs check-out has been really slow, so I decided to check-out the cvs snapshot tarball from the download page:

Re: S2885 support.

2003-08-14 Thread YhLu
Ron, I will send the diff tonight, for I add a lot of printk_debug. Regards Yinghai Lu -- : ron minnich [mailto:[EMAIL PROTECTED] : 2003814 15:30 : YhLu : [EMAIL PROTECTED] : Re: S2885 support. can you send me your config? or better yet, your diff, which I will commit and then start

Re: Memory on EPIA

2003-08-14 Thread Jeff Noxon
I'm using a single Crucial 512MB CL3 DIMM. CT64M64S4D75.16LT Works fine. I'm using an Eden processor @ 533 MHz. I have thought about adding another identical DIMM, but haven't done it yet. On a side note, if you order from Crucial you may want to do it via phone. I ordered online using

Re: smp, newconfig, hdama

2003-08-14 Thread Roger
On Sun, 2003-08-10 at 19:07, ron minnich wrote: On Sun, 10 Aug 2003, Bari Ari wrote: The IBM A22-M uses the Intel 440BX chipset with the ATI Mobility Rage M3 for graphics. The 440BX is supported by LinuxBIOS and the VideoBIOS can be extracted from the flash in the unit. Find out what

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread ron minnich
Ollie can't we use the x86 emulator + bios support? I am sympathetic to Eric's concerns about callbacks, in spite of my having written callback support into the vgabios for linuxbios. It's so easy to lose control of that vgabios off running on its own. It seems like the emulator would let us

Re: Supporting extension ROMs and beyond...

2003-08-14 Thread YhLu
Ron, I try to move the vgabios to freebios2 for 2880. I put the BIOS option rom to 0xfff8c000, ( the second 48k). The result is When execute the option rom produce following output, and it seems In the option rom doesn't process bus/dev/func properly. Regards YH. INSTALL REAL-MODE IDT DO THE

  1   2   >