]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/configs/coreboot.h
x86: Initial commit for running as a coreboot payload
authorGabe Black <gabeblack@chromium.org>
Tue, 29 Nov 2011 18:05:07 +0000 (18:05 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Mon, 19 Dec 2011 02:26:15 +0000 (13:26 +1100)
commitef5a5b004997a0759d6f5f3206a419f90d5ffac5
treef22852e99dc7a86335e6745b216cd4a6a76b5db0
parent7b725f8485bcdd0be3cda40e435b783882bf18ec
x86: Initial commit for running as a coreboot payload

Add a target for running u-boot as a coreboot payload in boards.cfg, a
board, CPU and a config. This is a skeleton implementation which always
reports the size of memory as 64 MB.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
12 files changed:
arch/x86/cpu/coreboot/Makefile [new file with mode: 0644]
arch/x86/cpu/coreboot/asm-offsets.c [new file with mode: 0644]
arch/x86/cpu/coreboot/coreboot_car.S [new file with mode: 0644]
arch/x86/cpu/coreboot/sdram.c [new file with mode: 0644]
board/chromebook-x86/coreboot/Makefile [new file with mode: 0644]
board/chromebook-x86/coreboot/coreboot.c [new file with mode: 0644]
board/chromebook-x86/coreboot/coreboot_pci.c [new file with mode: 0644]
board/chromebook-x86/coreboot/coreboot_start.S [new file with mode: 0644]
board/chromebook-x86/coreboot/coreboot_start16.S [new file with mode: 0644]
boards.cfg
include/configs/coreboot.h [new file with mode: 0644]
include/serial.h