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
* 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
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
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
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
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
>