Re: [PATCH 9/15] bootwrapper: rtas support

2007-09-23 Thread David Gibson
On Fri, Sep 21, 2007 at 06:05:30PM -0500, Milton Miller wrote: > This code provides a console write that calls put-term-char. > > To avoid PIC relocation of the absolute rtas addresses, hide the > actual call to rtas in assembly and declare all variables as int. > > An instantiated rtas will be p

[PATCH 9/15] bootwrapper: rtas support

2007-09-21 Thread Milton Miller
This code provides a console write that calls put-term-char. To avoid PIC relocation of the absolute rtas addresses, hide the actual call to rtas in assembly and declare all variables as int. An instantiated rtas will be protected by a reserved range in the device tree, so no explicit call to add

[PATCH 9/15] bootwrapper: rtas support

2007-07-10 Thread Milton Miller
This code provides a console write that calls put-term-char. To avoid PIC relocation of the absolute rtas addresses, hide the actual call to rtas in assembly and declare all variables as int. An instantiated rtas will be protected by a reserved range in the device tree, so no explicit call to add