> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Pandita, Vikram
> Sent: Monday, September 21, 2009 11:47 PM
> To: Cousson, Benoit; Pais, Allen; [email protected]
> Subject: RE: [PATCH][RFC] OMAP3630: Create architecture
> macros and config entries.
>
>
>
> >-----Original Message-----
> >From: [email protected]
> [mailto:[email protected]] On Behalf Of
> >Cousson, Benoit
> >Sent: Sunday, September 20, 2009 10:08 AM
> >To: Pais, Allen; [email protected]
> >Cc: Raju, Veeramanikandan; Bongale, Hariprasad
> >Subject: RE: [PATCH][RFC] OMAP3630: Create architecture
> macros and config entries.
> >
> >Hi Allen,
> >
> >> -----Original Message-----
> >> From: [email protected] [mailto:linux-omap-
> >> [email protected]] On Behalf Of Pais, Allen
> >> Sent: Sunday, September 20, 2009 9:47 AM
> >> To: [email protected]; Raju, Veeramanikandan;
> Bongale, Hariprasad
> >> Subject: [PATCH][RFC] OMAP3630: Create architecture macros
> and config
> >> entries.
> >>
> >>
> >> This patch creates the architectural macros for OMAP3630.
> >>
> >> Signed-off-by: Allen Pais <[email protected]>
> >>
> >> arch/arm/mach-omap2/Kconfig | 13 ++
> >> arch/arm/plat-omap/include/mach/cpu.h | 30 +++++-
> >>
> >> diff --git a/arch/arm/mach-omap2/Kconfig
> b/arch/arm/mach-omap2/Kconfig
> >> index 75b1c7e..618b7d5 100755
> >> --- a/arch/arm/mach-omap2/Kconfig
> >> +++ b/arch/arm/mach-omap2/Kconfig
> >> @@ -19,11 +19,20 @@ config ARCH_OMAP34XX
> >> bool "OMAP34xx Based System"
> >> depends on ARCH_OMAP3
> >>
> >> +config ARCH_OMAP36XX
> >> + bool "OMAP36xx Based System"
> >> + depends on ARCH_OMAP3
> >> +
> >> config ARCH_OMAP3430
> >> bool "OMAP3430 support"
> >> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> >> select ARCH_OMAP_OTG
> >>
> >> +config ARCH_OMAP3630
> >> + bool "OMAP3630 support"
> >> + depends on ARCH_OMAP3 && ARCH_OMAP34XX && ARCH_OMAP36XX
> >> + select ARCH_OMAP_OTG
> >> +
> >> comment "OMAP Board Type"
> >> depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP4
> >>
> >> @@ -73,6 +82,10 @@ config MACH_OMAP_3430SDP
> >> bool "OMAP 3430 SDP board"
> >> depends on ARCH_OMAP3 && ARCH_OMAP34XX
> >>
> >> +config MACH_OMAP_3630SDP
> >> + bool "OMAP 3630 SDP board"
> >> + depends on ARCH_OMAP3 && ARCH_OMAP34XX & ARCH_OMAP36XX
> >> +
> >> config MACH_NOKIA_N8X0
> >> bool "Nokia N800/N810"
> >> depends on ARCH_OMAP2420
> >> diff --git a/arch/arm/plat-omap/include/mach/cpu.h b/arch/arm/plat-
> >> omap/include/mach/cpu.h
> >> index 7a5f9e8..73c656c 100755
> >> --- a/arch/arm/plat-omap/include/mach/cpu.h
> >> +++ b/arch/arm/plat-omap/include/mach/cpu.h
> >> @@ -157,10 +157,12 @@ IS_OMAP_CLASS(15xx, 0x15)
> >> IS_OMAP_CLASS(16xx, 0x16)
> >> IS_OMAP_CLASS(24xx, 0x24)
> >> IS_OMAP_CLASS(34xx, 0x34)
> >> +IS_OMAP_CLASS(36xx, 0x36)
> >
> >OMAP3630 is "just" an OMAP3430 in disguise.
> >I don't think it deserves a new class. It should probably be
> handled like it was done for 1610 and
> >1710.
> >
> >Theoretically, it should be considered as a 3430 ES4.0,
> because it is an OMAP3430 ES3 + couple of bug
> >fixes + couple of improvements.
> >
> >I think, that the proposal from Sanjeev to support 35xx
> (http://marc.info/?l=linux-
> >omap&m=125050987112798&w=2 ) might be leveraged to handle
> 36xx as well.
>
>
> How would we handle the various ES revs for 3630?
>
[sp] The si rev should be treated standalone independent of
the actual si. See thread:
http://marc.info/?t=125197476300001&r=1&w=2
Best regards,
Sanjeev
> >
> >Regards,
> >Benoit
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-omap" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> --
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html