Re: [PATCH v2 0/5] Add initial Keem Bay SoC / Board support

2020-07-14 Thread Daniele Alessandrelli
On Tue, 2020-07-14 at 14:40 +0200, Arnd Bergmann wrote: > On Wed, Jul 8, 2020 at 7:50 PM Daniele Alessandrelli > wrote: > > Hi, > > > > This patch-set adds initial support for a new Intel Movidius SoC > > code-named > > Keem Bay. The SoC couples an ARM Cortex A53 CPU with an Intel > > Movidius VP

Re: [PATCH v2 0/5] Add initial Keem Bay SoC / Board support

2020-07-14 Thread Arnd Bergmann
On Wed, Jul 8, 2020 at 7:50 PM Daniele Alessandrelli wrote: > > Hi, > > This patch-set adds initial support for a new Intel Movidius SoC code-named > Keem Bay. The SoC couples an ARM Cortex A53 CPU with an Intel Movidius VPU. > > This initial patch-set enables only the minimal set of components re

[PATCH v2 0/5] Add initial Keem Bay SoC / Board support

2020-07-08 Thread Daniele Alessandrelli
Hi, This patch-set adds initial support for a new Intel Movidius SoC code-named Keem Bay. The SoC couples an ARM Cortex A53 CPU with an Intel Movidius VPU. This initial patch-set enables only the minimal set of components required to make the Keem Bay EVM board boot into initramfs. Changes from