From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 19 Mar 2017 20:30:08 -0600 Subject: [U-Boot] [PATCH v2 1/2] x86: Add SCU IPC driver for Intel MID platforms In-Reply-To: <20170315184206.8935-1-andriy.shevchenko@linux.intel.com> References: <20170315184206.8935-1-andriy.shevchenko@linux.intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Andy, On 15 March 2017 at 12:42, 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 > Signed-off-by: Felipe Balbi > Signed-off-by: Andy Shevchenko > --- > arch/x86/Kconfig | 2 + > arch/x86/include/asm/cpu.h | 1 + > arch/x86/include/asm/scu.h | 28 ++++++++ > arch/x86/lib/Makefile | 1 + > arch/x86/lib/scu.c | 168 +++++++++++++++++++++++++++++++++++++++++++++ > 5 files changed, 200 insertions(+) > create mode 100644 arch/x86/include/asm/scu.h > create mode 100644 arch/x86/lib/scu.c Since this is a v2 patch can you please include a change log? Regards, Simon