[U-Boot] [PATCH v3 2/3] x86: Add Intel Tangier support

Bin Meng bmeng.cn at gmail.com
Sat Jul 22 05:16:11 UTC 2017


On Thu, Jul 6, 2017 at 7:41 PM, 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>
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.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  |   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
>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list