index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mainboard
/
google
/
veyron_rialto
Age
Commit message (
Expand
)
Author
2019-03-20
src: Use 'include <string.h>' when appropriate
Elyes HAOUAS
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-05
mainboard: Enable PRESERVE flag in all vboot/chromeos FMD files
Hung-Te Lin
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-04
arch/io.h: Drop unnecessary include
Kyösti Mälkki
2019-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
2018-12-28
arch/x86: Drop spurious arch/stages.h includes
Kyösti Mälkki
2018-11-28
mb/*/*/Kconfig: Remove useless comment
Elyes HAOUAS
2018-11-21
(console,drivers/uart)/Kconfig: Fix dependencies
Nico Huber
2018-11-16
src: Remove unneeded include <cbfs.h>
Elyes HAOUAS
2018-11-05
mainboard: Remove unneeded include <console/console.h>
Elyes HAOUAS
2018-10-22
reset: Convert individual boards to `board_reset()`
Nico Huber
2018-06-04
security/tpm: Unify the coreboot TPM software stack
Philipp Deppenwiese
2018-05-08
mb/google: Get rid of device_t
Elyes HAOUAS
2017-12-07
boardid: Switch from Kconfig to weak functions
Julius Werner
2017-12-07
boardid: Minor clean up and standardization
Julius Werner
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-08-18
include/device: Split i2c.h into three
Nico Huber
2017-06-13
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
2017-06-02
Kconfig: Introduce HAVE_(VBE_)LINEAR_FRAMEBUFFER
Nico Huber
2017-03-28
vboot: Move remaining features out of vendorcode/google/chromeos
Julius Werner
2017-03-28
vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by default
Julius Werner
2017-03-07
google/veyron_*: Add new Micron and Hynix modules
David Hendricks
2017-01-31
google/veyron*: mark GPIO array non-static
Patrick Georgi
2016-10-06
google/veyron_rialto: Add lpddr3-K4E6E304EB-2GB-1CH memory configuration
Jeffy Chen
2016-08-18
Kconfig: rename BOOT_MEDIA_SPI_BUS to BOOT_DEVICE_SPI_FLASH_BUS
Aaron Durbin
2016-08-01
Remove non-ascii & unprintable characters
Martin Roth
2016-08-01
Add newlines at the end of all coreboot files
Martin Roth
2016-07-28
chromeos: Clean up elog handling
Furquan Shaikh
2016-07-28
bootmode: Get rid of CONFIG_BOOTMODE_STRAPS
Furquan Shaikh
2016-07-28
vboot: Separate vboot from chromeos
Furquan Shaikh
2016-06-08
veyron: Add exception_init() to romstage
Julius Werner
2016-04-13
mainboard/google: Update license headers
Martin Roth
2016-04-05
chromeos.fmd: Mark RW_LEGACY as CBFS
Patrick Georgi
2016-04-05
chromeos: Simplify fill_lb_gpios even further
Julius Werner
2016-03-25
google/intel mainboards: Add missing board_info.txt files
Martin Roth
2016-02-12
chromebooks: Define GBB hardware IDs
Patrick Georgi
2016-02-09
google/veyron_rialto: Remove developer mode switch
Alexandru M Stan
2016-01-21
chromeos: import Chrome OS fmaps
Patrick Georgi
2015-10-31
tree: drop last paragraph of GPL copyright header
Patrick Georgi
2015-10-25
google/veyron_rialto: Throttle to 1416MHz @ 1200mV in bootblock
David Hendricks
2015-10-25
google/veyron_rialto: Reduce voltage and frequency in recovery mode
David Hendricks
2015-09-24
coreboot: move TS_END_ROMSTAGE to one spot
Aaron Durbin
2015-09-08
rk3288: Allow board-specific APLL (CPU clock) settings
David Hendricks
2015-08-28
veyron_rialto: remove spurious GPIO assignments
Alexandru M Stan
2015-08-28
veyron_rialto: Turn on all leds
Alexandru M Stan
2015-08-28
veyron_rialto: Force 3G modem off
David Hendricks
2015-08-26
ChromeOS mainboards: Move more Kconfig symbols under CHROMEOS
Martin Roth
2015-08-26
Google Kconfig: Add MAINBOARD_HAS_NATIVE_VGA_INIT in good places
Martin Roth
2015-08-21
ChromeOS: Fix Kconfig dependencies
Martin Roth
2015-07-29
veyron_rialto: Select PHYSICAL_REC_SWITCH
Jonathan Dixon
2015-07-23
google/veyron_rialto: enable VIRTUAL_DEV_SWITCH
Jonathan Dixon
2015-07-07
rk3288: Use timestamp region for pre-cbmem timestamps
Furquan Shaikh
2015-07-06
veyron_rialto: Use VOP_MODE_NONE for display init.
David Hendricks
2015-06-30
google/veyron: Fix building with CHROMEOS enabled
Patrick Georgi
2015-06-26
rockchip/rk3288: complete vboot configuration and move to SoC
Patrick Georgi
2015-06-08
Remove empty lines at end of file
Elyes HAOUAS
2015-05-21
Remove address from GPLv2 headers
Patrick Georgi
2015-05-19
Remove Kconfig variable that has no effect
Patrick Georgi
2015-05-05
vboot: remove uses of vboot2_verify_firmware()
Aaron Durbin
2015-04-28
Kconfig whitespace fixes
Martin Roth
2015-04-28
boards: remove VBOOT_(REFCODE|RAMSTAGE|ROMSTAGE)_INDEX
Aaron Durbin
2015-04-22
google/veyron_rialto: support the developer key GPIO
Jonathan Dixon
2015-04-22
switch mainboards over to use BOARD_ID_AUTO
Stefan Reinauer
2015-04-22
google/veyron_*: Increase SPI flash frequency to 24.75MHz
Julius Werner
2015-04-22
rockchip/rk3288: Fix SPI clock divisor calculation
Julius Werner
2015-04-21
arm(64): Globally replace writel(v, a) with write32(a, v)
Julius Werner
2015-04-21
veyron: The ODT function is disabled for LPDDR3
jinkun.hong
2015-04-20
Kconfig: rename CONSOLE_SERIAL_UART to DRIVERS_UART
Patrick Georgi
2015-04-18
kconfig: automatically include mainboards
Stefan Reinauer
2015-04-17
veyron_{brain,danger,rialto}: Enable eventlogging
David Hendricks
2015-04-17
veyron_{brain,danger,rialto}: Use common watchdog reboot
David Hendricks
2015-04-17
rk3288: detect sdram size at runtime
huang lin
2015-04-17
veyron: move setup_chromeos_gpios() prototype to board.h
Julius Werner
2015-04-15
veyron_rialto: Change recovery GPIO to PUSH_KEY.
Hung-Te Lin
2015-04-15
veyron_rialto: Fix boot failure in romstage.
Hung-Te Lin
2015-04-15
veyron: Add veyron_rialto board
jinkun.hong