[PATCH 01/15] [POWERPC] TQM5200 DTS

2007-10-07 Thread Marian Balakowicz
Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Grzegorz Bernacki [EMAIL PROTECTED] Signed-off-by: Martin Krause [EMAIL PROTECTED] --- tqm5200.dts | 217 1 file

[PATCH 02/15] [POWERPC] TQM5200 defconfig

2007-10-07 Thread Marian Balakowicz
Add TQM5200 board defconfig file. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Grzegorz Bernacki [EMAIL PROTECTED] --- tqm5200_defconfig | 1303 ++ 1 file changed, 1303 insertions(+) diff --git

[POWERPC 03/15] [POWERPC] TQM5200 board support

2007-10-07 Thread Marian Balakowicz
Add arch/powerpc board support for TQM5200. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Jan Wrobel [EMAIL PROTECTED] --- Kconfig |5 + Makefile |1 tqm5200.c | 174 ++ 3 files changed, 180

[PATCH 04/15] [POWERPC] CM5200 DTS

2007-10-07 Thread Marian Balakowicz
Add device tree source file for CM5200 board. Signed-off-by Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Jan Wrobel [EMAIL PROTECTED] --- cm5200.dts | 284 + 1 file changed, 284 insertions(+) diff --git

[PATCH 05/15] [POWERPC] CM5200 defconfig

2007-10-07 Thread Marian Balakowicz
Add CM5200 board defconfig file. Signed-off-by Marian Balakowicz [EMAIL PROTECTED] --- cm5200_defconfig | 1032 +++ 1 file changed, 1032 insertions(+) diff --git a/arch/powerpc/configs/cm5200_defconfig

[PATCH 06/15] [POWERPC] CM5200 board support

2007-10-07 Thread Marian Balakowicz
Add arch/powerpc board support for CM5200. Signed-off-by Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Jan Wrobel [EMAIL PROTECTED] --- Kconfig |5 + Makefile |1 cm5200.c | 161 +++ 3 files changed, 167 insertions(+)

[PATCH 07/15] [POWERPC] Promess Motion-PRO DTS

2007-10-07 Thread Marian Balakowicz
Add device tree source file for Motion-PRO board. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- motionpro.dts | 334 ++ 1 file changed, 334 insertions(+) diff --git a/arch/powerpc/boot/dts/motionpro.dts

[PATCH 08/15] [POWERPC] Promess Motion-PRO defconfig

2007-10-07 Thread Marian Balakowicz
Add Motion-PRO board defconfig file. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- motionpro_defconfig | 914 1 file changed, 914 insertions(+) diff --git a/arch/powerpc/configs/motionpro_defconfig

[PATCH 09/15] [POWERPC] Promess Motion-PRO board support

2007-10-07 Thread Marian Balakowicz
Add arch/powerpc board support for Promess Motion-PRO. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Bartlomiej Sieka [EMAIL PROTECTED] --- Kconfig |6 ++ Makefile|1 motionpro.c | 175 3 files

[PATCH 10/15] [POWERPC] Add mpc52xx_find_and_map_path(), refactor utility functions.

2007-10-07 Thread Marian Balakowicz
Add helper routine mpc52xx_find_and_map_path(). Extract common code to mpc52xx_map_node() and refactor mpc52xx_find_and_map(). Signed-off-by: Jan Wrobel [EMAIL PROTECTED] --- arch/powerpc/platforms/52xx/mpc52xx_common.c | 21 + include/asm-powerpc/mpc52xx.h

[PATCH 11/15] [POWERPC] Motion-PRO: Add LED support.

2007-10-07 Thread Marian Balakowicz
Add LED driver for Promess Motion-PRO board. Signed-off-by: Jan Wrobel [EMAIL PROTECTED] --- arch/powerpc/configs/motionpro_defconfig |3 arch/powerpc/platforms/52xx/motionpro.c | 38 + drivers/leds/Kconfig |7 drivers/leds/Makefile|

[PATCH 12/15] [POWERPC] Add mpc52xx_restart(), mpc52xx_halt(), mpc52xx_power_off().

2007-10-07 Thread Marian Balakowicz
Add common MPC5200 helper routines: mpc52xx_restart(), mpc52xx_halt(), mpc52xx_power_off(). This patch relies on Sascha Hauer's patch published in: http://patchwork.ozlabs.org/linuxppc/patch?id=8910. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Sascha Hauer [EMAIL

[PATCH 13/15] [POWERPC] Init restart/halt/power_off machine hooks for TQM5200.

2007-10-07 Thread Marian Balakowicz
Initialize restart/halt/power_off machine hooks in TQM5200 board platform code. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- tqm5200.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/platforms/52xx/tqm5200.c b/arch/powerpc/platforms/52xx/tqm5200.c index

[PATCH 14/15] [POWERPC] Init restart/halt/power_off machine hooks for CM5200.

2007-10-07 Thread Marian Balakowicz
Initialize restart/halt/power_off machine hooks in CM5200 board platform code. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- cm5200.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/platforms/52xx/cm5200.c b/arch/powerpc/platforms/52xx/cm5200.c index

[PATCH 15/15] [POWERPC] Init restart/halt/power_off machine hooks for Motion-PRO.

2007-10-07 Thread Marian Balakowicz
Initialize restart/halt/power_off machine hooks in Promess Motion-PRO board platform code. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- motionpro.c |3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/powerpc/platforms/52xx/motionpro.c

[PATCH] PPC: Remove redundant reference to non-existent CONFIG_BOOTIMG.

2007-10-07 Thread Robert P. J. Day
Signed-off-by: Robert P. J. Day [EMAIL PROTECTED] --- there is, AFAICT, no BOOTIMG Kconfig variable. not to mention that there is no such include/linux/bootimg.h header file. arch/ppc/platforms/ev64360.c |3 --- arch/ppc/platforms/katana.c |3 --- 2 files changed, 6 deletions(-)

Re: [POWERPC 03/15] [POWERPC] TQM5200 board support

2007-10-07 Thread Stephen Rothwell
On Sun, 07 Oct 2007 13:19:54 +0200 Marian Balakowicz [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/52xx/tqm5200.c +#include asm/prom.h You need this for the flattened device tree stuff, so good. However ... +#include asm/of_platform.h You should not include this file. And you

Re: [PATCH 06/15] [POWERPC] CM5200 board support

2007-10-07 Thread Stephen Rothwell
On Sun, 07 Oct 2007 13:24:18 +0200 Marian Balakowicz [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/52xx/cm5200.c +#include asm/prom.h +#include asm/of_platform.h Same comments as for tqm5200.c. -- Cheers, Stephen Rothwell[EMAIL PROTECTED]

Re: [PATCH 09/15] [POWERPC] Promess Motion-PRO board support

2007-10-07 Thread Stephen Rothwell
On Sun, 07 Oct 2007 13:28:48 +0200 Marian Balakowicz [EMAIL PROTECTED] wrote: +++ b/arch/powerpc/platforms/52xx/motionpro.c Same comments again. -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.canb.auug.org.au/~sfr/ pgpUtWJvP1yB3.pgp Description: PGP signature

Re: [PATCH] PPC: Remove redundant reference to non-existent CONFIG_BOOTIMG.

2007-10-07 Thread Dale Farnsworth
On Sun, Oct 07, 2007 at 07:34:57AM -0400, Robert P. J. Day wrote: there is, AFAICT, no BOOTIMG Kconfig variable. not to mention that there is no such include/linux/bootimg.h header file. arch/ppc/platforms/ev64360.c |3 --- arch/ppc/platforms/katana.c |3 --- 2 files changed, 6

Re: TASK_SIZE default 0x80000000 ?

2007-10-07 Thread Kumar Gala
On Oct 6, 2007, at 11:06 PM, Paul Mackerras wrote: Kumar Gala writes: In a discussion with Hollis over beer he raised the question why TASK_SIZE is 0x8000 on ppc32. I was wondering if anyone know why this was still the case? Seems like we have a 1Gb whole between TASK_SIZE

Re: [PATCH 01/15] [POWERPC] TQM5200 DTS

2007-10-07 Thread Grant Likely
On 10/7/07, Marian Balakowicz [EMAIL PROTECTED] wrote: Add device tree source file for TQM5200 board. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Grzegorz Bernacki [EMAIL PROTECTED] Signed-off-by: Martin Krause [EMAIL PROTECTED] --- tqm5200.dts | 217

Re: TASK_SIZE default 0x80000000 ?

2007-10-07 Thread Dan Malek
On Oct 7, 2007, at 8:02 AM, Kumar Gala wrote: It would seem like we should set the default on 8xx PReP to 0x8000 and not allow it to be modified For as much as this has been discussed in the past, I don't know why the 8xx doesn't check KERNEL_BASE and work properly with the options.

Re: [PATCH 01/15] [POWERPC] TQM5200 DTS

2007-10-07 Thread Wolfgang Denk
In message [EMAIL PROTECTED] you wrote: +/ { + model = fsl,tqm5200; fsl, is not appropriate as the TQM5200 is not a freescale product. We need a new abbreviation for tq-components. How about model = tqc,tqm5200; ? Best regards, Wolfgang Denk -- DENX Software

Re: TASK_SIZE default 0x80000000 ?

2007-10-07 Thread Benjamin Herrenschmidt
Can you explain (a) further -- I'm assuming the BAT mapping is 1:1 for that region? For (b) it looks like: * 40x, 44x, fsl-booke compare against TASK_SIZE in their software handlers. * 8xx still tests 0x8000 * 6xx (603) compares against KERNELBASE It would seem like we should

Re: [RFC] [PATCH] PowerPC: add more than 4MB kernel image size support to bootwarapper

2007-10-07 Thread Scott Wood
Mark A. Greer wrote: Why? Because its only safe to download a zImage to certain safe locations. Where those safe locations are vary by firmware, firmware version, and zImage size. This is the issue we're discussing. In theory, yes -- but in practice the odds of this particular heuristic

Re: [PATCH 04/15] [POWERPC] CM5200 DTS

2007-10-07 Thread David Gibson
On Sun, Oct 07, 2007 at 01:20:50PM +0200, Marian Balakowicz wrote: Add device tree source file for CM5200 board. Signed-off-by Marian Balakowicz [EMAIL PROTECTED] Signed-off-by: Jan Wrobel [EMAIL PROTECTED] --- cm5200.dts | 284

Re: [PATCH 07/15] [POWERPC] Promess Motion-PRO DTS

2007-10-07 Thread David Gibson
On Sun, Oct 07, 2007 at 01:25:33PM +0200, Marian Balakowicz wrote: Add device tree source file for Motion-PRO board. Signed-off-by: Marian Balakowicz [EMAIL PROTECTED] --- motionpro.dts | 334 ++ 1 file changed, 334

Re: 2.6.23-rc7-mm1 -- powerpc rtas panic

2007-10-07 Thread Nish Aravamudan
On 10/5/07, Linas Vepstas [EMAIL PROTECTED] wrote: On Thu, Oct 04, 2007 at 05:01:47PM -0700, Nish Aravamudan wrote: On 10/2/07, Tony Breeds [EMAIL PROTECTED] wrote: On Wed, Oct 03, 2007 at 10:30:16AM +1000, Michael Ellerman wrote: I realise it'll make the patch bigger, but this