summaryrefslogtreecommitdiffstats
path: root/include/configs/coreboot.h
Commit message (Expand)AuthorAgeFilesLines
* x86: Rename coreboot-serial to x86-serialBin Meng2014-12-181-1/+1
* x86: config: Move common x86 configs to a common fileSimon Glass2014-11-211-256/+9
* x86: config: Increase CONFIG_SYS_BOOTM_LEN to 16MBSimon Glass2014-10-291-1/+2
* x86: Display basic CPU information on bootSimon Glass2014-10-281-0/+1
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-231-11/+7
* dm: x86: Convert Intel ICH6 GPIO driver to use driver modelSimon Glass2014-10-231-0/+4
* x86: Enable FIT, ELF on corebootSimon Glass2014-10-221-1/+3
* x86: config: link: Display the board model on the screenSimon Glass2014-10-221-0/+1
* x86: link: Tidy up the command lines optionsSimon Glass2014-10-221-3/+3
* x86: cros_ec: Enable cros_ec for linkSimon Glass2014-10-221-0/+5
* x86: config: Enable dhcp on linkSimon Glass2014-10-221-0/+6
* kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada2014-09-251-1/+0
* kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada2014-09-251-2/+0
* fpga: Guard the LOADMK functionality with CMD_FPGA_LOADMKSiva Durga Prasad Paladugu2014-05-201-0/+1
* kgdb: configs: remove obsolete CONFIG_KGDB_SER_INDEXVladimir Zapolskiy2013-12-131-1/+0
* config: remove platform CONFIG_SYS_HZ definition part 2/2Rob Herring2013-11-041-1/+0
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* ahci: convert to use libata functions and definitionsRob Herring2013-09-061-0/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* x86: config: Add tracing optionsSimon Glass2013-06-261-0/+7
* x86: config: Reflect the name changes of LPC TPM configsTom Wai-Hong Tam2013-06-031-1/+2
* x86: config: Enable LZO for coreboot, remove zlib, gzipSimon Glass2013-05-131-0/+4
* x86: Enable bootstage for corebootSimon Glass2013-05-131-0/+9
* x86: Re-enable PCAT timer 2 for beepingSimon Glass2013-05-131-0/+1
* x86: Add TSC timerSimon Glass2013-05-131-3/+1
* x86: config: Init PCI before SPISimon Glass2013-04-151-0/+1
* Merge branch 'spi' of git://git.denx.de/u-boot-x86Tom Rini2013-03-201-3/+11
|\
| * x86: Enable time command for corebootSimon Glass2013-03-191-0/+2
| * x86: Enable SPI flash support for corebootSimon Glass2013-03-191-3/+9
* | x86: Enable USB features for corebootSimon Glass2013-03-181-0/+17
|/
* x86: Enable CONFIG_OF_CONTROL on corebootSimon Glass2013-03-041-0/+6
* x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass2013-02-141-1/+0
* x86: coreboot: Enable io commandSimon Glass2012-12-261-0/+1
* x86: Fix coreboot config to boot on ChromebookSimon Glass2012-12-061-14/+12
* x86: Turn on support for EFI's GPT in the coreboot configGabe Black2012-12-061-0/+3
* x86: coreboot: Enable video displaySimon Glass2012-12-061-2/+8
* x86: Emit port 80 post codes in show_boot_progress()Stefan Reinauer2012-12-061-1/+1
* x86: Enable CONFIG_CMD_ZBOOT for corebootSimon Glass2012-12-061-0/+3
* x86: Enable ICH6 GPIO controller for corebootSimon Glass2012-12-061-0/+4
* x86: Define CONFIG_SYS_VSNPRINTF for corebootSimon Glass2012-11-301-0/+1
* x86: Select stdio devices for corebootSimon Glass2012-11-301-0/+12
* x86: coreboot: Enable LPC TPMSimon Glass2012-11-281-0/+4
* x86: Remove coreboot start16 codeSimon Glass2012-11-281-1/+1
* x86: Put global data on the stackGraeme Russ2012-11-281-3/+2
* x86: config: Enable AHCI support for corebootSimon Glass2012-11-021-0/+22
* config: Enable CBFS, ext4 for corebootSimon Glass2012-10-221-0/+3
* serial: Remove CONFIG_SERIAL_MULTI from config filesMarek Vasut2012-10-151-1/+0
* configs: Remove CONFIG_NET_MULTI from board filesFabio Estevam2012-02-121-6/+0
* x86: Initial commit for running as a coreboot payloadGabe Black2011-12-191-0/+225
OpenPOWER on IntegriCloud