Re: [LinuxBIOS] [PATCH] Add pointer to device tree to LinuxBIOS table

2007-09-25 Thread Jens Freimann
Am Dienstag, den 25.09.2007, 12:17 +0200 schrieb Stefan Reinauer: > * Jens Freimann <[EMAIL PROTECTED]> [070911 23:30]: > > Hi, > > > > this patch adds a pointer to the LinuxBIOS table which points to the > > root device. I use it to access the LB device tree from Open Firmware. > > > > There is

Re: [LinuxBIOS] [PATCH] Add pointer to device tree to LinuxBIOS table

2007-09-25 Thread Stefan Reinauer
* Jens Freimann <[EMAIL PROTECTED]> [070911 23:30]: > Hi, > > this patch adds a pointer to the LinuxBIOS table which points to the > root device. I use it to access the LB device tree from Open Firmware. > > There is one patch for v2 and another one for v3. One question: How can we prevent the

Re: [LinuxBIOS] [PATCH] Add pointer to device tree to LinuxBIOS table

2007-09-24 Thread ron minnich
Jens, thanks, this is interesting! how does one test? how are you testing? ron -- linuxbios mailing list linuxbios@linuxbios.org http://www.linuxbios.org/mailman/listinfo/linuxbios

Re: [LinuxBIOS] [PATCH] Add pointer to device tree to LinuxBIOS table

2007-09-24 Thread Uwe Hermann
On Thu, Sep 13, 2007 at 09:58:30PM +0200, Jens Freimann wrote: > I tried lxbios. To me it seems to work fine. Of course when dumping the > lbtable it prints "UNKNOWN" for the newly introduced LB_DEVTREE_PTR > (0xE) tag. OK, that should be fixed in lxbios then, I guess. > Add a pointer to the roo

Re: [LinuxBIOS] [PATCH] Add pointer to device tree to LinuxBIOS table

2007-09-13 Thread Jens Freimann
Hi, attached is the fixed version of my patch. So far only for v3, because I ran into another problem with v2 that needs to be fixed first. Am Donnerstag, den 13.09.2007, 03:32 +0200 schrieb Uwe Hermann: > On Tue, Sep 11, 2007 at 11:30:20PM +0200, Jens Freimann wrote: > > Add a pointer to the r

Re: [LinuxBIOS] [PATCH] Add pointer to device tree to LinuxBIOS table

2007-09-12 Thread Uwe Hermann
On Tue, Sep 11, 2007 at 11:30:20PM +0200, Jens Freimann wrote: > Add a pointer to the root device to the LinuxBIOS table. Used for > example to access the device list from Open Firmware. > > Signed-off-by: Jens Freimann <[EMAIL PROTECTED]> > > Index: src/include/boot/linuxbios_tables.h >