Message ID | 1551243056-10521-1-git-send-email-sugaya.taichi@socionext.com (mailing list archive) |
---|---|
Headers | show |
Series | Add basic support for Socionext Milbeaut M10V SoC | expand |
On Wed, Feb 27, 2019 at 5:51 AM Sugaya Taichi <sugaya.taichi@socionext.com> wrote: > > Hi, > > Here is the series of patches the initial support for SC2000(M10V) of > Milbeaut SoCs. "M10V" is the internal name of SC2000, so commonly used in > source code. > > SC2000 is a SoC of the Milbeaut series. equipped with a DSP optimized for > computer vision. It also features advanced functionalities such as 360-degree, > real-time spherical stitching with multi cameras, image stabilization for > without mechanical gimbals, and rolling shutter correction. More detail is > below: > https://www.socionext.com/en/products/assp/milbeaut/SC2000.html > > Specifications for developers are below: > - Quad-core 32bit Cortex-A7 on ARMv7-A architecture > - NEON support > - DSP > - GPU > - MAX 3GB DDR3 > - Cortex-M0 for power control > - NAND Flash Interface > - SD UHS-I > - SD UHS-II > - SDIO > - USB2.0 HOST / Device > - USB3.0 HOST / Device > - PCI express Gen2 > - Ethernet Engine > - I2C > - UART > - SPI > - PWM > > Support is quite minimal for now, since it only includes timer, clock, > pictrl and serial controller drivers, so we can only boot to userspace > through initramfs. Support for the other peripherals will come eventually. I've merged these all into the arm/newsoc branch now, with the exception of the patch that Greg has already taken. I'll do a little more build testing before that branch will be sent, but I expect it will be fine. Arnd -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53): https://linux.kernel.org/g/patchwork-soc/message/53 Mute This Topic: https://linux.kernel.org/mt/30149299/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-
Hi, On 2019/03/01 23:34, Arnd Bergmann wrote: > On Wed, Feb 27, 2019 at 5:51 AM Sugaya Taichi > <sugaya.taichi@socionext.com> wrote: >> >> Hi, >> >> Here is the series of patches the initial support for SC2000(M10V) of >> Milbeaut SoCs. "M10V" is the internal name of SC2000, so commonly used in >> source code. >> >> SC2000 is a SoC of the Milbeaut series. equipped with a DSP optimized for >> computer vision. It also features advanced functionalities such as 360-degree, >> real-time spherical stitching with multi cameras, image stabilization for >> without mechanical gimbals, and rolling shutter correction. More detail is >> below: >> https://www.socionext.com/en/products/assp/milbeaut/SC2000.html >> >> Specifications for developers are below: >> - Quad-core 32bit Cortex-A7 on ARMv7-A architecture >> - NEON support >> - DSP >> - GPU >> - MAX 3GB DDR3 >> - Cortex-M0 for power control >> - NAND Flash Interface >> - SD UHS-I >> - SD UHS-II >> - SDIO >> - USB2.0 HOST / Device >> - USB3.0 HOST / Device >> - PCI express Gen2 >> - Ethernet Engine >> - I2C >> - UART >> - SPI >> - PWM >> >> Support is quite minimal for now, since it only includes timer, clock, >> pictrl and serial controller drivers, so we can only boot to userspace >> through initramfs. Support for the other peripherals will come eventually. > > I've merged these all into the arm/newsoc branch now, with the > exception of the patch that Greg has already taken. > > I'll do a little more build testing before that branch will be sent, > but I expect it will be fine. > > Arnd > Thanks a lot! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#56): https://linux.kernel.org/g/patchwork-soc/message/56 Mute This Topic: https://linux.kernel.org/mt/30149299/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-