[U-Boot] [PATCH v1] cpu: Add Intel Tangier support
Simon Glass
sjg at chromium.org
Wed Apr 19 00:12:41 UTC 2017
On 18 April 2017 at 08:21, Andy Shevchenko
<andriy.shevchenko at linux.intel.com> wrote:
> From: Felipe Balbi <felipe.balbi at linux.intel.com>
>
> Add Intel Tangier SoC support.
>
> Intel Tangier SoC is a core part of Intel Merrifield platform. For
> example, Intel Edison board is based on such platform.
>
> The patch is based on work done by the following people (in alphabetical
> order):
> Aiden Park <aiden.park at intel.com>
> Dukjoon Jeon <dukjoon.jeon at intel.com>
> eric.park <eric.park at intel.com>
> Fabien Chereau <fabien.chereau at intel.com>
> Scott D Phillips <scott.d.phillips at intel.com>
> Sebastien Colleur <sebastienx.colleur at intel.com>
> Steve Sakoman <steve.sakoman at intel.com>
> Vincent Tinelli <vincent.tinelli at intel.com>
>
> Signed-off-by: Vincent Tinelli <vincent.tinelli at intel.com>
> Signed-off-by: Felipe Balbi <felipe.balbi at linux.intel.com>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko at linux.intel.com>
> ---
> arch/x86/Kconfig | 1 +
> arch/x86/cpu/Makefile | 1 +
> arch/x86/cpu/tangier/Kconfig | 20 ++++
> arch/x86/cpu/tangier/Makefile | 1 +
> arch/x86/cpu/tangier/car.S | 13 +++
> arch/x86/cpu/tangier/sdram.c | 234 +++++++++++++++++++++++++++++++++++++
> arch/x86/cpu/tangier/tangier.c | 36 ++++++
> arch/x86/include/asm/dma-mapping.h | 41 +++++++
> 8 files changed, 347 insertions(+)
> create mode 100644 arch/x86/cpu/tangier/Kconfig
> create mode 100644 arch/x86/cpu/tangier/Makefile
> create mode 100644 arch/x86/cpu/tangier/car.S
> create mode 100644 arch/x86/cpu/tangier/sdram.c
> create mode 100644 arch/x86/cpu/tangier/tangier.c
> create mode 100644 arch/x86/include/asm/dma-mapping.h
Reviewed-by: Simon Glass <sjg at chromium.org>
Please check the chromium copyright though.
More information about the U-Boot
mailing list