x86: Add Intel Tangier support
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@intel.com> Dukjoon Jeon <dukjoon.jeon@intel.com> eric.park <eric.park@intel.com> Fabien Chereau <fabien.chereau@intel.com> Scott D Phillips <scott.d.phillips@intel.com> Sebastien Colleur <sebastienx.colleur@intel.com> Steve Sakoman <steve.sakoman@intel.com> Vincent Tinelli <vincent.tinelli@intel.com> Reviewed-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Bin Meng <bmeng.cn@gmail.com> Signed-off-by:
Vincent Tinelli <vincent.tinelli@intel.com> Signed-off-by:
Felipe Balbi <felipe.balbi@linux.intel.com> Signed-off-by:
Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Showing
- arch/x86/Kconfig 1 addition, 0 deletionsarch/x86/Kconfig
- arch/x86/cpu/Makefile 1 addition, 0 deletionsarch/x86/cpu/Makefile
- arch/x86/cpu/tangier/Kconfig 20 additions, 0 deletionsarch/x86/cpu/tangier/Kconfig
- arch/x86/cpu/tangier/Makefile 7 additions, 0 deletionsarch/x86/cpu/tangier/Makefile
- arch/x86/cpu/tangier/car.S 13 additions, 0 deletionsarch/x86/cpu/tangier/car.S
- arch/x86/cpu/tangier/sdram.c 206 additions, 0 deletionsarch/x86/cpu/tangier/sdram.c
- arch/x86/cpu/tangier/tangier.c 34 additions, 0 deletionsarch/x86/cpu/tangier/tangier.c
- arch/x86/include/asm/sfi.h 19 additions, 0 deletionsarch/x86/include/asm/sfi.h
Loading
Please register or sign in to comment