On Thu, Jul 6, 2017 at 4:56 AM, 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>
>
> Reviewed-by: Simon Glass <s...@chromium.org>
> 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  |   7 ++
>  arch/x86/cpu/tangier/car.S     |  13 +++
>  arch/x86/cpu/tangier/sdram.c   | 206 
> +++++++++++++++++++++++++++++++++++++++++
>  arch/x86/cpu/tangier/tangier.c |  34 +++++++
>  arch/x86/include/asm/sfi.h     |  19 ++++
>  8 files changed, 301 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
>

Reviewed-by: Bin Meng <bmeng...@gmail.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to