[opensuse-arm] [PATCH] Add support for ST-Ericsson U8500 NovaThor
Attached patch provides support for ST-Ericsson's U8500 NovaThor as found in the Snowball board. It compiles and builds fine, but I have yet to run it (awaiting receipt of board). Regards, Andy -- Andrew Wafaa IRC: FunkyPenguin GPG: 0x3A36312F
On 24.11.2011, at 14:45, Andrew Wafaa wrote:
Attached patch provides support for ST-Ericsson's U8500 NovaThor as found in the Snowball board. It compiles and builds fine, but I have yet to run it (awaiting receipt of board).
Cool, thanks! Would you mind to hold this off until you were actually able to execute test it? I don't want to clutter our kernel configs with builds that we can't guarantee to actually work. Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Thu, 2011-11-24 at 14:49 +0100, Alexander Graf wrote:
On 24.11.2011, at 14:45, Andrew Wafaa wrote:
Attached patch provides support for ST-Ericsson's U8500 NovaThor as found in the Snowball board. It compiles and builds fine, but I have yet to run it (awaiting receipt of board).
Cool, thanks!
Would you mind to hold this off until you were actually able to execute test it? I don't want to clutter our kernel configs with builds that we can't guarantee to actually work.
Alex
Sure, I'll let you know once I have executed it on real hardware. Regards, Andy -- Andrew Wafaa IRC: FunkyPenguin GPG: 0x3A36312F -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
Hi Andrew, Am 24.11.2011 14:45, schrieb Andrew Wafaa:
Attached patch provides support for ST-Ericsson's U8500 NovaThor as found in the Snowball board. It compiles and builds fine, but I have yet to run it (awaiting receipt of board).
Are you sure about NovaThor U8500? The Calao webpages I've recently seen said Nova A9500 for the Snowball. Regards, Andreas -- SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 16746 AG Nürnberg -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On 24.11.2011, at 15:16, Andreas Färber wrote:
Hi Andrew,
Am 24.11.2011 14:45, schrieb Andrew Wafaa:
Attached patch provides support for ST-Ericsson's U8500 NovaThor as found in the Snowball board. It compiles and builds fine, but I have yet to run it (awaiting receipt of board).
Are you sure about NovaThor U8500? The Calao webpages I've recently seen said Nova A9500 for the Snowball.
It should also be compatible to U9500. From the kernel's KConfig: config ARCH_U8500 bool "ST-Ericsson U8500 Series" select CPU_V7 select ARM_AMBA select GENERIC_CLOCKEVENTS select CLKDEV_LOOKUP select ARCH_REQUIRE_GPIOLIB select ARCH_HAS_CPUFREQ help Support for ST-Ericsson's Ux500 architecture Alex -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
On Thu, 2011-11-24 at 15:28 +0100, Alexander Graf wrote:
On 24.11.2011, at 15:16, Andreas Färber wrote:
Hi Andrew,
Am 24.11.2011 14:45, schrieb Andrew Wafaa:
Attached patch provides support for ST-Ericsson's U8500 NovaThor as found in the Snowball board. It compiles and builds fine, but I have yet to run it (awaiting receipt of board).
Are you sure about NovaThor U8500? The Calao webpages I've recently seen said Nova A9500 for the Snowball.
It should also be compatible to U9500. From the kernel's KConfig:
config ARCH_U8500 bool "ST-Ericsson U8500 Series" select CPU_V7 select ARM_AMBA select GENERIC_CLOCKEVENTS select CLKDEV_LOOKUP select ARCH_REQUIRE_GPIOLIB select ARCH_HAS_CPUFREQ help Support for ST-Ericsson's Ux500 architecture
Alex
After confirming with someone from ST-Ericsson U* means 'with modem', A* is just the application processor (AP). The name NovaThor effectively means Application processor paired with a modem; Nova = Application processor, Thor = modem. (Not trying to be smart, just passing the info I received on). The NovaThor in the Snowball is indeed a 9500 but the 8500/9500 use the same configs (similar to the OMAP2plus which covers OMAP2,3,4) Regards, Andy -- Andrew Wafaa IRC: FunkyPenguin GPG: 0x3A36312F -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (3)
-
Alexander Graf
-
Andreas Färber
-
Andrew Wafaa