Re: [PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

2010-05-05 Thread Dave Kleikamp
On Wed, 2010-05-05 at 11:11 -0400, Josh Boyer wrote: > On Fri, Mar 05, 2010 at 01:45:54PM -0700, Dave Kleikamp wrote: > >+config ISS4xx > >+bool "ISS 4xx Simulator" > >+depends on (44x || 40x) > >+default n > >+select 405GP if 40x > >+select 440GP if 44x && !PPC_47x > >+sele

Re: [PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

2010-05-05 Thread Josh Boyer
On Fri, Mar 05, 2010 at 01:45:54PM -0700, Dave Kleikamp wrote: >+config ISS4xx >+ bool "ISS 4xx Simulator" >+ depends on (44x || 40x) >+ default n >+ select 405GP if 40x >+ select 440GP if 44x && !PPC_47x >+ select PPC_FPU >+ select OF_RTC >+ help >+T

[PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

2010-03-05 Thread Dave Kleikamp
powerpc/4xx: Simple platform for the ISS 4xx simulator From: Torez Smith This is a trivial 4xx plaform that uses the new simple bsp from Josh and is handy to use in simulators such as ISS or even Mambo who don't properly implement most of the actual devices in the SoC but really only the core.

Re: [RFC: PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

2010-03-01 Thread Dave Kleikamp
On Mon, 2010-03-01 at 15:29 -0500, Josh Boyer wrote: > On Mon, Mar 01, 2010 at 12:16:00PM -0700, Dave Kleikamp wrote: > >diff --git a/arch/powerpc/platforms/44x/Kconfig > >b/arch/powerpc/platforms/44x/Kconfig > >index 1dfc1c1..915c295 100644 > >--- a/arch/powerpc/platforms/44x/Kconfig > >+++ b/arc

Re: [RFC: PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

2010-03-01 Thread Josh Boyer
On Mon, Mar 01, 2010 at 12:16:00PM -0700, Dave Kleikamp wrote: >diff --git a/arch/powerpc/platforms/44x/Kconfig >b/arch/powerpc/platforms/44x/Kconfig >index 1dfc1c1..915c295 100644 >--- a/arch/powerpc/platforms/44x/Kconfig >+++ b/arch/powerpc/platforms/44x/Kconfig >@@ -162,6 +162,17 @@ config YOSE

[RFC: PATCH 06/13] powerpc/4xx: Simple platform for the ISS 4xx simulator

2010-03-01 Thread Dave Kleikamp
powerpc/4xx: Simple platform for the ISS 4xx simulator From: Torez Smith This is a trivial 4xx plaform that uses the new simple bsp from Josh and is handy to use in simulators such as ISS or even Mambo who don't properly implement most of the actual devices in the SoC but really only the core.