On Thu, Jul 6, 2017 at 7:41 PM, Andy Shevchenko <[email protected]> wrote: > From: Felipe Balbi <[email protected]> > > 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 <[email protected]> > Dukjoon Jeon <[email protected]> > eric.park <[email protected]> > Fabien Chereau <[email protected]> > Scott D Phillips <[email protected]> > Sebastien Colleur <[email protected]> > Steve Sakoman <[email protected]> > Vincent Tinelli <[email protected]> > > Reviewed-by: Simon Glass <[email protected]> > Reviewed-by: Bin Meng <[email protected]> > Signed-off-by: Vincent Tinelli <[email protected]> > Signed-off-by: Felipe Balbi <[email protected]> > Signed-off-by: Andy Shevchenko <[email protected]> > --- > 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! _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

