summaryrefslogtreecommitdiffstats
path: root/board/chromebook-x86/coreboot/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* x86: Remove coreboot start16 codeSimon Glass2012-11-301-1/+0
| | | | | | This file is no longer needed for coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer2012-11-281-2/+0
| | | | | | | | | | coreboot.c and coreboot_pci.c don't contain board specific but only coreboot specific code. Hence move it to the coreboot directory in arch/x86/cpu (which should probably be moved out of cpu/ in another commit) Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org>
* x86: Initial commit for running as a coreboot payloadGabe Black2011-12-191-0/+53
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>
OpenPOWER on IntegriCloud