Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-11-01 Thread Stefan Reinauer
* Uwe Hermann [EMAIL PROTECTED] [061031 16:59]: Hi Myles, can I remove the patches from the wiki, instead linking to the respective files in the mailing list archive? http://www.linuxbios.org/pipermail/linuxbios/ No need to duplicate the information in the wiki if it's already in the

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-11-01 Thread Segher Boessenkool
Patches should be kept in the tracker (tracker.linuxbios.org), or on the mailing list, until everyone is using the tracker. Can the tracker pick up patches from the mailing list automatically? Also, can it send all changes in whatever is tracked to a mailing list? Segher -- linuxbios

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-31 Thread Myles Watson
The problem I had was when I wanted to use a 64-bit kernel. Myles On Mon, Oct 30, 2006 at 05:09:27PM -0800, Lu, Yinghai wrote: Where is patch for mkelfImage that can take vmlinux instead of bzImage? No patch needed, just specify -t vmlinux-i386 and it should work. Run mkelfImage

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-31 Thread Peter Stuge
On Tue, Oct 31, 2006 at 08:07:01AM -0700, Myles Watson wrote: The problem I had was when I wanted to use a 64-bit kernel. Aha! linux-ia64 is the only non-i386 type, don't know if that will work for you though. (I assume linux-i386!=bzimage-i386, maybe there's a chance it will.) //Peter --

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-31 Thread yhlu
, Yinghai [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 7:28 PM To: Lu, Yinghai; ron minnich; yhlu Cc: [EMAIL PROTECTED]; LinuxBIOS Subject: RE: [LinuxBIOS] Tyan s2892 the OLPC way Please check the build payload for amd64. It includes: IDE, and SATA(nvidia). And only 32kbytes

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-31 Thread Myles Watson
]; LinuxBIOS Subject: RE: [LinuxBIOS] Tyan s2892 the OLPC way Please check the build payload for amd64. It includes: IDE, and SATA(nvidia). And only 32kbytes left. assume 1Mbytes space, and linuxbios will use 96kbytes. Todo: put the kexec tools into the initrd (32kbytes) Hope

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-30 Thread Lu, Yinghai
Good, I will try it with my 2M Rom emulator. Thanks Yinghai Lu -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Myles Watson Sent: Monday, October 30, 2006 10:05 AM To: 'yhlu' Cc: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-30 Thread Lu, Yinghai
Ron, Where is patch for mkelfImage that can take vmlinux instead of bzImage? YH From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ron minnich Sent: Sunday, October 29, 2006 6:34 PM To: yhlu Cc: [EMAIL PROTECTED]; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-29 Thread yhlu
can we make one more generic buildrom and put into tree? git or svn should be ok. it should only produce payload only. How abut call it buildpayload? We can use Myles Watson's modification as a base. YH -- linuxbios mailing list linuxbios@linuxbios.org

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-29 Thread ron minnich
there is a buildrom tree at openbios.org use the co command for linuxbios but specify buildrom. actually, the OLPC buildrom is generic enough at this point that we should be abe to use it with few mods. I extended it a bit and all we need is a set of pre-built .config files, one per mainboard,

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-18 Thread Myles Watson
s2892 the OLPC way Clear your CMOS by using the hw jump. patch Description: Binary data -- linuxbios mailing list linuxbios@linuxbios.org http://www.openbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-18 Thread Lu, Yinghai
Just comment out the jmp to normal section, should be more easier. YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Myles Watson Sent: Wednesday, October 18, 2006 12:23 PM To: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-17 Thread Myles Watson
A quick writeup to the list of what you ended up doing would be great! thanks ron Here it is. Feel free to ask for clarifications. Myles Purpose: Customize the system to allow me to play with memory mappings and large devices. I wanted to minimize intermediate steps from LinuxBIOS to Linux to

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-17 Thread Stefan Reinauer
* Myles Watson [EMAIL PROTECTED] [061017 17:35]: A quick writeup to the list of what you ended up doing would be great! thanks ron Here it is. Feel free to ask for clarifications. Myles Thank you very much! I added it to the build tutorial section of the Documentation page in the wiki.

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-17 Thread Myles Watson
A 64-bit version may not be that far away. It turns out that mkelfimage takes the bzImage. I can't test it, though because it doesn't fit in the ROM. Is there a way to do a fallback only image for the s2892? Another question is about kexec. I have booted into the 64-bit kernel using FILO

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-17 Thread Lu, Yinghai
From: Myles Watson [mailto:[EMAIL PROTECTED] Is there a way to do a fallback only image for the s2892? In your target Config, remove normal section, and only keep the fallback. Also in your MB Config.lb, set ROM_SIZE to the same at FALLBACK_SIZE. (1M) You can also try to reduce ROM_IMAGE_SIZE

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-17 Thread ron minnich
I was hoping that there was a way that I could make LinuxBIOS think therewas a full fallback image, but just have the code to jump to the normal image included. just drop the normal image and run fallback-only, would this work for you? ron -- linuxbios mailing list linuxbios@linuxbios.org

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-17 Thread yhlu
Also try to reduce ROM_IMAGE_SIZE to get more space target s2892 mainboard tyan/s2892 option ROM_SIZE =0xf7000 option CONFIG_ROM_STREAM=1 option CONFIG_CONSOLE_SERIAL8250=1 option CONFIG_CONSOLE_VGA=1 option FALLBACK_SIZE =0xf7000 option ROM_IMAGE_SIZE=0x2 # Tyan s2892

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-16 Thread Lu, Yinghai
Yes. I like to have a 64 bit version too. YH From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ron minnich Sent: Monday, October 16, 2006 1:36 PM To: [EMAIL PROTECTED] Cc: linuxbios@linuxbios.org; Lu, Yinghai Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way

[LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Myles Watson
Pointers? Ive used OLPC buildrom as a base, customized the kernel to include the SATA drivers, IDE, EXT2, EXT3. I removed the boot menu and successfully boot into a shell with pciutils. I cant mount my IDE hard drive, even though I can see it in the /proc filesystem. Im trying mount

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Lu, Yinghai
You kernel command line may need to include apic to enable the apic mode. YH From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Myles Watson Sent: Friday, October 13, 2006 9:42 AM To: linuxbios@linuxbios.org Subject: [LinuxBIOS] Tyan s2892 the OLPC way

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Richard Smith
I can't mount my IDE hard drive, even though I can see it in the /proc filesystem. I'm trying mount –t ext3 /dev/hda1 /hdd. /dev/hda[?] dont exist in the simple filesystem. Did you add the devices to devices.txt? When I do an lspci, all the IRQs are routed to IRQ 0. I don't know if this

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Myles Watson
I can't mount my IDE hard drive, even though I can see it in the /proc filesystem. I'm trying mount -t ext3 /dev/hda1 /hdd. /dev/hda[?] don't exist in the simple filesystem. Did you add the devices to devices.txt? Yes I did. I wasn't sure if I added them correctly, though. I just copied

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Lu, Yinghai
@linuxbios.org Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way I can't mount my IDE hard drive, even though I can see it in the /proc filesystem. I'm trying mount -t ext3 /dev/hda1 /hdd. /dev/hda[?] don't exist in the simple filesystem. Did you add the devices to devices.txt? Yes I did. I wasn't

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Richard Smith
On 10/13/06, Myles Watson [EMAIL PROTECTED] wrote: I can't mount my IDE hard drive, even though I can see it in the /proc filesystem. I'm trying mount -t ext3 /dev/hda1 /hdd. /dev/hda[?] don't exist in the simple filesystem. Did you add the devices to devices.txt? Yes I did. I wasn't

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Myles Watson
I can't mount my IDE hard drive, even though I can see it in the /proc filesystem. I'm trying mount -t ext3 /dev/hda1 /hdd. /dev/hda[?] don't exist in the simple filesystem. Did you add the devices to devices.txt? Yes I did. I wasn't sure if I added them correctly, though. I

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Carl-Daniel Hailfinger
Myles Watson wrote: You need to check if your kernel has 1. correct partition type support I have CONFIG_MSDOS_PARTITION set, is there something else I need? Hm. Does /sys/block/hda/hda1 exist? It should be automatically created by the kernel if you mount sysfs. If it doesn't exist, the

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Lu, Yinghai
Boot log? YH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Myles Watson Sent: Friday, October 13, 2006 12:50 PM To: linuxbios@linuxbios.org Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way I think the error is something different. I can mount my

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Myles Watson
Boot log? Attached. Sorry it took so long. I needed to change the console to the serial port. Myles I think the error is something different. I can mount my USB key that I formatted ext2, but when I try /dev/hda1 instead of /dev/sda1, it says Unknown error 6, which is no such

Re: [LinuxBIOS] Tyan s2892 the OLPC way

2006-10-13 Thread Lu, Yinghai
It didn't find the partitions. Try to enable partition in your kernel config. YH -Original Message- From: Myles Watson [mailto:[EMAIL PROTECTED] Sent: Friday, October 13, 2006 1:29 PM To: Lu, Yinghai; linuxbios@linuxbios.org Subject: RE: [LinuxBIOS] Tyan s2892 the OLPC way Boot log