WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] RFC: embedded executable images

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] RFC: embedded executable images
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Sun, 3 Apr 2005 10:39:33 -0400
Delivery-date: Sun, 03 Apr 2005 14:39:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
In order to support openfirmware calls in dom0 I would like to insert
a Xen aware "ROM" image into dom0 from the booting Xen core.

This image a relocatable freestanding executable image that is linked
on its own and is capable of groking data structures created by the
Xen core.  Much of the code is shared with code used by Xen.

After it is built I'd like to objcopy this image into a relocatable
object (.o) mark it as __init and link it into xen.

  * I agree that we could build it and have it handed to Xen in
    something like a "grub multiboot module", but since we most likely
    came from openfirmware there is probably not much (if any)
    grub support.

So the question is, where to locate the source and build it?
I'd like to create a new directory under xeno-unstable/xen that
contains the source to such programs.  Some ideas are:
  xeno-unstable/xen/images
  xeno-unstable/xen/ROMs
  xeno-unstable/xen/plugins


All comments appreciated.
-JX

-JX

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>