On 18 April 2017 at 08:21, Andy Shevchenko
<andriy.shevche...@linux.intel.com> wrote:
> From: Felipe Balbi <felipe.ba...@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.p...@intel.com>
>         Dukjoon Jeon <dukjoon.j...@intel.com>
>         eric.park <eric.p...@intel.com>
>         Fabien Chereau <fabien.cher...@intel.com>
>         Scott D Phillips <scott.d.phill...@intel.com>
>         Sebastien Colleur <sebastienx.coll...@intel.com>
>         Steve Sakoman <steve.sako...@intel.com>
>         Vincent Tinelli <vincent.tine...@intel.com>
>
> Signed-off-by: Vincent Tinelli <vincent.tine...@intel.com>
> Signed-off-by: Felipe Balbi <felipe.ba...@linux.intel.com>
> Signed-off-by: Andy Shevchenko <andriy.shevche...@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 <s...@chromium.org>

Please check the chromium copyright though.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to