]> git.baikalelectronics.ru Git - uboot.git/commit
x86: Add Intel Braswell SoC support
authorBin Meng <bmeng.cn@gmail.com>
Wed, 16 Aug 2017 05:41:58 +0000 (22:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 16 Sep 2017 06:57:44 +0000 (14:57 +0800)
commit7b300e2a6da36146c69452c0d08b8b2341062bc2
treeb290700167bcb6395540951993d8f08e3dce64c9
parent794c9c63a3ba17d8fd4aa37cb80907786cc031bf
x86: Add Intel Braswell SoC support

This adds initial Intel Braswell SoC support. It uses Intel FSP
to initialize the chipset.

Similar to its predecessor BayTrail, there are some work to do to
enable the legacy UART integrated in the Braswell SoC.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/x86/Kconfig
arch/x86/cpu/Makefile
arch/x86/cpu/braswell/Kconfig [new file with mode: 0644]
arch/x86/cpu/braswell/Makefile [new file with mode: 0644]
arch/x86/cpu/braswell/braswell.c [new file with mode: 0644]
arch/x86/cpu/braswell/cpu.c [new file with mode: 0644]
arch/x86/cpu/braswell/early_uart.c [new file with mode: 0644]
arch/x86/include/asm/arch-braswell/iomap.h [new file with mode: 0644]