Re: Java support

2007-05-15 Thread Stefan Reinauer
* Jim Gettys [EMAIL PROTECTED] [070515 05:09]: http://wiki.laptop.org/go/RestrictedFormats The information there should probably be updated, as it seems obsolete. http://openjdk.java.net/ has source code for download that says it is all GPL. Stefan -- coresystems GmbH • Brahmsstr. 16 •

Re: [PATCH] Open Firmware device tree virtual filesystem

2007-01-11 Thread Stefan Reinauer
* ron minnich [EMAIL PROTECTED] [070111 18:39]: I'd like to put in my $.02 in favor of having a way to pass the OF device tree to the kernel, in much the same way we pass stuff like ACPI and PIRQ and MP tables now. This works fine for just passing the device tree, but it will fail for the

Re: [PATCH] Open Firmware device tree virtual filesystem

2007-01-02 Thread Stefan Reinauer
* Segher Boessenkool [EMAIL PROTECTED] [070102 12:37]: Are you really suggesting that using a kernel copy of the device tree is the correct thing to do, and the only correct thing to do -- with the sole argument that that's what the current ports do? There might also be a speed advantage if

Re: lzma with TCP/IP and libertas driver... and still some room

2006-09-23 Thread Stefan Reinauer
* Richard Smith [EMAIL PROTECTED] [060923 15:55]: On 9/23/06, Stefan Reinauer [EMAIL PROTECTED] wrote: N! No, no, no! Please, no un-LZMA in assembly. This is not required and will get us only deeper in maintainance hell. linuxbios can be uncompressed using the C version - RAM and Stack

Re: [OLPC-devel] Build image 76.

2006-08-24 Thread Stefan Reinauer
* Marcelo Tosatti [EMAIL PROTECTED] [060824 20:51]: On Thu, Aug 24, 2006 at 02:31:23PM -0400, Jim Gettys wrote: Interesting. I'm glad we now know what was going on. In theory, I would think the device driver should have responsibility for enabling the power on devices; in Linux has

Re: [OLPC-devel] Re: AMD Geode GX framebuffer: support OLPC

2006-08-21 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [060821 16:41]: If we really move to a (compressed) vmlinux image instead of bzImage, that problem should disappear as a side effect because no 16bit code is called. It seems to me that would be a bad thing - we need some of the information processed

Re: [OLPC-devel] Re: AMD Geode GX framebuffer: support OLPC

2006-08-16 Thread Stefan Reinauer
* Ronald G Minnich rminnich@lanl.gov [060816 00:28]: but in the qemu case, there is a bootloader, unless we get people to use linuxbios on qemu as well (possible to do ... ) If its about emulating an OLPC testbed using LinuxBIOS on QEMU is the way to go. Maybe have an option to run buildrom

Re: [OLPC-devel] Re: How to build an SPI image for olpcflash

2006-08-16 Thread Stefan Reinauer
* Jordan Crouse [EMAIL PROTECTED] [060816 16:50]: LINUXBIOS_VER=2376 LINUXBIOS_CONFIG=Config.SPI.lb Ok - but I'm setting those as the defaults in linuxbios/linuxbios.mk too. Whats wrong with 2378? most likely nothing. It just has not been verified yet. -- coresystems GmbH • Brahmsstr.

Re: [OLPC-devel] Re: AMD Geode GX framebuffer: support OLPC

2006-08-15 Thread Stefan Reinauer
* ollie [EMAIL PROTECTED] [060815 19:17]: On Tue, 2006-08-15 at 10:54 -0600, Ronald G Minnich wrote: just to be clear, this code gets run ... when? ollie, jordan? only in bzimage? I believe it is called only with bzImage/zImage. Is it called when mkelfImage is used? I thought

Re: [OLPC-devel] New buildrom is ready

2006-08-14 Thread Stefan Reinauer
* Ronald G Minnich rminnich@lanl.gov [060814 16:46]: David Woodhouse wrote: Can we just indicate its existence in the OpenFirmware device tree? Oh, wait :) If only, right, stefan? That idea (OF tree for x86/x86_64 side) has not proven acceptable to the kernel community ... Sorry,

Re: [OLPC-devel] Re: Minutes: BIOS teleconference Wednesday Evening Boston Time.

2006-08-14 Thread Stefan Reinauer
* Marcelo Tosatti [EMAIL PROTECTED] [060815 00:06]: The idea is to have LinuxBIOS support LZMA compression, although Linux could do that by itself (BTW, I fail to see the advantage of having LinuxBIOS support LZMA instead of the kernel). because the kernel is not the only part in rom that can

Re: [OLPC-devel] Re: Not so good news (Was: good news)

2006-08-07 Thread Stefan Reinauer
* Eric W. Biederman [EMAIL PROTECTED] [060807 18:50]: You can flash the payload independently as before. You just have to make sure its either compressed or not so. With which algorithm? There is a coupling here. As long as the LinuxBIOS tooks take care and handle everything we are