linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/2] Sigma Designs Tango4 port
@ 2015-11-02 15:17 Marc Gonzalez
  2015-11-02 15:18 ` [PATCH v8 1/2] arm-soc: Import initial tango4 device tree Marc Gonzalez
                   ` (3 more replies)
  0 siblings, 4 replies; 22+ messages in thread
From: Marc Gonzalez @ 2015-11-02 15:17 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

I've added L2 cache enabling, and booting the second core (both via
smc calls to the firmware). I think all the "basic" features are now
supported. Future step will be adding drivers for peripheral devices.
(However, most of our drivers definitely do not meet the stringent
quality requirements of the Linux kernel, and are also not DT).

I'm hoping this patch set is close to being accepted :-)

Regards.


Marc Gonzalez (2):
  arm-soc: Import initial tango4 device tree
  arm-soc: Add support for arm-based tango4 platforms

 arch/arm/Kconfig                          |   2 +
 arch/arm/Makefile                         |   1 +
 arch/arm/boot/dts/Makefile                |   2 +
 arch/arm/boot/dts/tango4-common.dtsi      | 121 ++++++++++++++++++++++++++++++
 arch/arm/boot/dts/tango4-smp8758.dtsi     |  30 ++++++++
 arch/arm/boot/dts/tango4-vantage-1172.dts |  24 ++++++
 arch/arm/mach-tangox/Kconfig              |  12 +++
 arch/arm/mach-tangox/Makefile             |   2 +
 arch/arm/mach-tangox/setup.c              |  32 ++++++++
 arch/arm/mach-tangox/smc.S                |   9 +++
 arch/arm/mach-tangox/smc.h                |   5 ++
 11 files changed, 240 insertions(+)
 create mode 100644 arch/arm/boot/dts/tango4-common.dtsi
 create mode 100644 arch/arm/boot/dts/tango4-smp8758.dtsi
 create mode 100644 arch/arm/boot/dts/tango4-vantage-1172.dts
 create mode 100644 arch/arm/mach-tangox/Kconfig
 create mode 100644 arch/arm/mach-tangox/Makefile
 create mode 100644 arch/arm/mach-tangox/setup.c
 create mode 100644 arch/arm/mach-tangox/smc.S
 create mode 100644 arch/arm/mach-tangox/smc.h

-- 
2.4.5

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2015-11-03 18:02 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02 15:17 [PATCH v8 0/2] Sigma Designs Tango4 port Marc Gonzalez
2015-11-02 15:18 ` [PATCH v8 1/2] arm-soc: Import initial tango4 device tree Marc Gonzalez
2015-11-02 16:01   ` Måns Rullgård
2015-11-02 17:11     ` Marc Gonzalez
2015-11-02 17:59       ` Måns Rullgård
2015-11-03  0:57       ` Måns Rullgård
2015-11-02 20:33   ` Florian Fainelli
2015-11-02 15:19 ` [PATCH v8 2/2] arm-soc: Add support for arm-based tango4 platforms Marc Gonzalez
2015-11-02 16:22   ` Måns Rullgård
2015-11-02 17:33     ` Marc Gonzalez
2015-11-02 18:01       ` Måns Rullgård
2015-11-02 18:26     ` Mark Rutland
2015-11-02 18:30       ` Måns Rullgård
2015-11-02 18:37       ` santosh shilimkar
2015-11-03  8:34         ` Marc Gonzalez
2015-11-03 10:12           ` Måns Rullgård
2015-11-03 16:37             ` santosh shilimkar
2015-11-03 17:04               ` Marc Gonzalez
2015-11-03 18:02                 ` Måns Rullgård
2015-11-02 15:52 ` [PATCH v8 0/2] Sigma Designs Tango4 port Marc Gonzalez
2015-11-02 21:40 ` Arnd Bergmann
2015-11-03  9:00   ` Marc Gonzalez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).