[patch v2] PS3: Add os-area database routines

2007-10-08 Thread Geoff Levand
Subject: PS3: Add os-area database routines Add support for a simple tagged database in the PS3 flash rom os-area. The database allows the flash rom os-area to be shared between a bootloader and installed operating systems. The application ps3-flash-util or the library libps3-utils from the

Re: [patch 6/6] PS3: Add os-area database routines

2007-10-08 Thread Geoff Levand
Geert Uytterhoeven wrote: On Sat, 6 Oct 2007 [EMAIL PROTECTED] wrote: --- a/arch/powerpc/platforms/ps3/os-area.c +++ b/arch/powerpc/platforms/ps3/os-area.c @@ -112,10 +114,91 @@ struct os_area_params { u8 _reserved_5[8]; }; +/** + * struct os_area_db - Shared flash memory

Re: [patch 6/6] PS3: Add os-area database routines

2007-10-08 Thread Geoff Levand
Geert Uytterhoeven wrote: On Sat, 6 Oct 2007 [EMAIL PROTECTED] wrote: --- a/arch/powerpc/platforms/ps3/os-area.c +++ b/arch/powerpc/platforms/ps3/os-area.c +static int db_get_video_mode(const struct os_area_db *db, +unsigned int *video_mode) ^^ +{ +return

Re: Build failure on treeboot-walnut.cg

2007-10-08 Thread David Gibson
On Mon, Oct 08, 2007 at 04:33:24PM -0500, Timur Tabi wrote: Looks like the problem is back: BOOTCC arch/powerpc/boot/treeboot-walnut.o Assembler messages: Error: Internal assembler error for instruction icbt Internal error, aborting at

Re: Build failure on treeboot-walnut.c

2007-10-08 Thread Grant Likely
On 10/8/07, Timur Tabi [EMAIL PROTECTED] wrote: Looks like the problem is back: BOOTCC arch/powerpc/boot/treeboot-walnut.o Assembler messages: Error: Internal assembler error for instruction icbt Internal error, aborting at

Re: [PATCH 5/6] MPC52xx: Trim includes on mpc5200 platform support code

2007-10-08 Thread Stephen Rothwell
On Mon, 08 Oct 2007 16:25:18 -0600 Grant Likely [EMAIL PROTECTED] wrote: -#include asm/prom.h +#include linux/of.h You should keep asm/prom.h if you are using any of the flat device tree accessors (which thses files do). -- Cheers, Stephen Rothwell[EMAIL PROTECTED]

Re: [UNTESTED PATCH] 8xx: Convert mpc866ads to the new device binding.

2007-10-08 Thread Stephen Rothwell
On Mon, 8 Oct 2007 17:38:06 -0500 Scott Wood [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/8xx/mpc86xads_setup.c -#include asm/prom.h Still needed for of_flat_dt_is_compatible() -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/

<    1   2