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 to use ron't update mkelfImage to get more 32kbytes for kexec tools
YH
________________________________
From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Lu, Yinghai Sent: Monday, October 30, 2006 5:09 PM To: ron minnich; yhlu Cc: myles@mouselemur.cs.byu.edu; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way
Ron,
Where is patch for mkelfImage that can take vmlinux instead of bzImage?
YH
________________________________
From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of ron minnich Sent: Sunday, October 29, 2006 6:34 PM To: yhlu Cc: myles@mouselemur.cs.byu.edu; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way
On 10/29/06, yhlu yinghailu@gmail.com wrote:
but the one still include VSA and linuxbios in it.
busybox
you want this.
kernel kexec-boot-loader
you want this
kexec-tools mkelfimage uclibc
do i need kexec-boot-loader?
yes
If you look in deploy, for now, you can use the payload, which is built without containing linuxbios or vsa. That is how I got a working payload for ultra40.
What we need to do with buildrom is extend it so we can have a config file for a given platform, that builds the proper kernel AND linuxbios, and has payloads like VSA as an OPTION. I think this is easy. I did it (sort of) for qemu.
ron
Why do you need kexec in the ROM? Is there a good reason not to put it on the same device that holds the kernel you'll kexec to?
Myles
_____
From: Lu, Yinghai [mailto:yinghai.lu@amd.com] Sent: Monday, October 30, 2006 7:28 PM To: Lu, Yinghai; ron minnich; yhlu Cc: myles@mouselemur.cs.byu.edu; 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 to use ron't update mkelfImage to get more 32kbytes for kexec tools
YH
_____
From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Lu, Yinghai Sent: Monday, October 30, 2006 5:09 PM To: ron minnich; yhlu Cc: myles@mouselemur.cs.byu.edu; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way
Ron,
Where is patch for mkelfImage that can take vmlinux instead of bzImage?
YH
_____
From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of ron minnich Sent: Sunday, October 29, 2006 6:34 PM To: yhlu Cc: myles@mouselemur.cs.byu.edu; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way
On 10/29/06, yhlu yinghailu@gmail.com wrote:
but the one still include VSA and linuxbios in it.
busybox
you want this.
kernel kexec-boot-loader
you want this
kexec-tools mkelfimage uclibc
do i need kexec-boot-loader?
yes
If you look in deploy, for now, you can use the payload, which is built without containing linuxbios or vsa. That is how I got a working payload for ultra40.
What we need to do with buildrom is extend it so we can have a config file for a given platform, that builds the proper kernel AND linuxbios, and has payloads like VSA as an OPTION. I think this is easy. I did it (sort of) for qemu.
ron
The binary might come in over a network such as infiniband. You can't really assume much about where the kernel is.
kexec and the program are small, I think the cost is ok.
ron
Sure,
As long as you can fit it. This version removes ACPI support from the kernel so that the compressed payload is now 779K.
Myles
The binary might come in over a network such as infiniband. You can't really assume much about where the kernel is.
kexec and the program are small, I think the cost is ok.
ron
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 archives...
Uwe.
* Uwe Hermann uwe@hermann-uwe.de [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 archives...
Yes please!
Patches should be kept in the tracker (tracker.linuxbios.org), or on the mailing list, until everyone is using the tracker.
Stefan
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
* Segher Boessenkool segher@kernel.crashing.org [061101 21:10]:
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?
No, please go the other way round. Tracker is the first place for patches now.
Also, can it send all changes in whatever is tracked to a mailing list?
it does that.
we may need to install linux from CD...
YH
On 10/31/06, Myles Watson myles@pel.cs.byu.edu wrote:
Why do you need kexec in the ROM? Is there a good reason not to put it on the same device that holds the kernel you'll kexec to?
Myles
From: Lu, Yinghai [mailto:yinghai.lu@amd.com] Sent: Monday, October 30, 2006 7:28 PM To: Lu, Yinghai; ron minnich; yhlu Cc: myles@mouselemur.cs.byu.edu; 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 to use ron't update mkelfImage to get more 32kbytes for kexec tools
YH
From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of Lu, Yinghai Sent: Monday, October 30, 2006 5:09 PM To: ron minnich; yhlu Cc: myles@mouselemur.cs.byu.edu; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way
Ron,
Where is patch for mkelfImage that can take vmlinux instead of bzImage?
YH
From: linuxbios-bounces@linuxbios.org [mailto:linuxbios-bounces@linuxbios.org] On Behalf Of ron minnich Sent: Sunday, October 29, 2006 6:34 PM To: yhlu Cc: myles@mouselemur.cs.byu.edu; LinuxBIOS Subject: Re: [LinuxBIOS] Tyan s2892 the OLPC way
On 10/29/06, yhlu yinghailu@gmail.com wrote:
but the one still include VSA and linuxbios in it.
busybox
you want this.
kernel kexec-boot-loader
you want this
kexec-tools mkelfimage uclibc
do i need kexec-boot-loader?
yes
If you look in deploy, for now, you can use the payload, which is built without containing linuxbios or vsa. That is how I got a working payload for ultra40.
What we need to do with buildrom is extend it so we can have a config file for a given platform, that builds the proper kernel AND linuxbios, and has payloads like VSA as an OPTION. I think this is easy. I did it (sort of) for qemu.
ron