]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
x86: Add chromebook_link board
authorSimon Glass <sjg@chromium.org>
Thu, 13 Nov 2014 05:42:07 +0000 (22:42 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 21 Nov 2014 06:34:11 +0000 (07:34 +0100)
commit8ef07571a0300e6ae84931c63d5eb3b2310c8aba
tree609c66ebe81b00690783e881a28c1bfb266670c2
parentc03c951b065f2b9f98caf913192a41a8f8200fd4
x86: Add chromebook_link board

This board is a 'bare' version of the existing 'link 'board. It does not
require coreboot to run, but is intended to start directly from the reset
vector.

This initial commit has place holders for a wide range of features. These
will be added in follow-on patches and series. So far it cannot be booted
as there is no ROM image produced, but it does build without errors.

Signed-off-by: Simon Glass <sjg@chromium.org>
18 files changed:
arch/x86/Kconfig
arch/x86/cpu/coreboot/coreboot.c
arch/x86/cpu/ivybridge/Kconfig [new file with mode: 0644]
arch/x86/cpu/ivybridge/Makefile [new file with mode: 0644]
arch/x86/cpu/ivybridge/car.S [new file with mode: 0644]
arch/x86/cpu/ivybridge/cpu.c [new file with mode: 0644]
arch/x86/cpu/ivybridge/sdram.c [new file with mode: 0644]
arch/x86/dts/Makefile
arch/x86/dts/chromebook_link.dts [new symlink]
arch/x86/include/asm/arch-ivybridge/gpio.h [new file with mode: 0644]
board/google/chromebook_link/Kconfig [new file with mode: 0644]
board/google/chromebook_link/MAINTAINERS [new file with mode: 0644]
board/google/chromebook_link/Makefile [new file with mode: 0644]
board/google/chromebook_link/link.c [new file with mode: 0644]
board/google/common/Makefile [new file with mode: 0644]
board/google/common/early_init.S [new file with mode: 0644]
configs/chromebook_link_defconfig [new file with mode: 0644]
include/configs/chromebook_link.h [new file with mode: 0644]