]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/minnowmax_defconfig
x86: Add support for Intel Minnowboard Max
authorSimon Glass <sjg@chromium.org>
Wed, 28 Jan 2015 05:13:47 +0000 (22:13 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 19:07:39 +0000 (12:07 -0700)
commit3a1a18ff1867d6f94921a24992354d3a547666d6
treec3501a0edb1d3e92cf863c8f7b31bd32b0586878
parent00bdd95278e189131f9b5858045c540bf0cce530
x86: Add support for Intel Minnowboard Max

This is a relatively low-cost x86 board in a small form factor. The main
peripherals are uSD, USB, HDMI, Ethernet and SATA. It uses an Atom 3800
series CPU. So far only the dual core 2GB variant is supported.

This uses the existing FSP support. Binary blobs are required to make this
board work. The microcode update is included as a patch (all 3000 lines of
it).

Change-Id: I0088c47fe87cf08ae635b343d32c332269062156
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
23 files changed:
arch/x86/Kconfig
arch/x86/cpu/Makefile
arch/x86/cpu/baytrail/Kconfig [new file with mode: 0644]
arch/x86/cpu/baytrail/Makefile [new file with mode: 0644]
arch/x86/cpu/baytrail/early_uart.c [new file with mode: 0644]
arch/x86/cpu/baytrail/fsp_configs.c [new file with mode: 0644]
arch/x86/cpu/baytrail/pci.c [new file with mode: 0644]
arch/x86/cpu/baytrail/valleyview.c [new file with mode: 0644]
arch/x86/dts/Makefile
arch/x86/dts/microcode/m0130673322.dtsi [new file with mode: 0644]
arch/x86/dts/minnowmax.dts [new file with mode: 0644]
arch/x86/dts/serial.dtsi
arch/x86/include/asm/arch-baytrail/fsp/azalia.h [new file with mode: 0644]
arch/x86/include/asm/arch-baytrail/fsp/fsp_vpd.h [new file with mode: 0644]
arch/x86/include/asm/arch-baytrail/gpio.h [new file with mode: 0644]
board/intel/minnowmax/Kconfig [new file with mode: 0644]
board/intel/minnowmax/MAINTAINERS [new file with mode: 0644]
board/intel/minnowmax/Makefile [new file with mode: 0644]
board/intel/minnowmax/minnowmax.c [new file with mode: 0644]
board/intel/minnowmax/start.S [new file with mode: 0644]
configs/minnowmax_defconfig [new file with mode: 0644]
doc/README.x86
include/configs/minnowmax.h [new file with mode: 0644]