RE: [PATCH 01/14] ARM: milbeaut: Add basic support for Milbeaut m10v SoC

2018-11-21 Thread sugaya.taichi
TURE; linux-kernel@vger.kernel.org; open list:SERIAL > DRIVERS; Michael Turquette; Stephen Boyd; Mark Rutland; Greg Kroah-Hartman; > Daniel Lezcano; Thomas Gleixner; Russell King; Jiri Slaby; Masami Hiramatsu; > Jassi Brar > Subject: Re: [PATCH 01/14] ARM: milbeaut: Add basic support for M

Re: [PATCH 01/14] ARM: milbeaut: Add basic support for Milbeaut m10v SoC

2018-11-19 Thread Rob Herring
On Sun, Nov 18, 2018 at 7:00 PM Sugaya Taichi wrote: > > This adds the basic M10V SoC support under arch/arm. > Since all cores are activated in the custom bootloader before booting > linux, it is necessary to wait for sub-cores using the trampoline area. > > Signed-off-by: Sugaya Taichi > --- >