Re: [U-Boot] [PATCH v1 1/2] misc: Add SCU IPC driver for Intel MID platforms

2017-03-14 Thread Simon Glass
Hi Andy, On 13 March 2017 at 08:05, Andy Shevchenko wrote: > On Sun, 2017-03-12 at 14:21 -0600, Simon Glass wrote: >> > # subarchitectures-specific options below >> > config INTEL_MID >> > bool "Intel MID platform support" >> > + select INTEL_SCU >> > help >> > S

Re: [U-Boot] [PATCH v1 1/2] misc: Add SCU IPC driver for Intel MID platforms

2017-03-13 Thread Andy Shevchenko
On Sun, 2017-03-12 at 14:21 -0600, Simon Glass wrote: > >  # subarchitectures-specific options below > >  config INTEL_MID > > bool "Intel MID platform support" > > +   select INTEL_SCU > > help > >   Select to build a U-Boot capable of supporting Intel MID > >  

Re: [U-Boot] [PATCH v1 1/2] misc: Add SCU IPC driver for Intel MID platforms

2017-03-12 Thread Simon Glass
.Hi Andy, On 5 March 2017 at 12:17, Andy Shevchenko wrote: > From: Felipe Balbi > > Intel MID platforms have few microcontrollers inside SoC, one of them is > so called System Controller Unit (SCU). > > Here is the driver to communicate with microcontroller. > > Signed-off-by: Vincent Tinelli >

[U-Boot] [PATCH v1 1/2] misc: Add SCU IPC driver for Intel MID platforms

2017-03-05 Thread Andy Shevchenko
From: Felipe Balbi Intel MID platforms have few microcontrollers inside SoC, one of them is so called System Controller Unit (SCU). Here is the driver to communicate with microcontroller. Signed-off-by: Vincent Tinelli Signed-off-by: Felipe Balbi Signed-off-by: Andy Shevchenko --- arch/x86/