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
/
gale
Age
Commit message (
Expand
)
Author
2019-05-29
commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)
Patrick Georgi
2019-05-13
mainboard: remove "recovery" gpio, selectively add "presence" gpio.
Matt Delco
2019-04-11
chromeos: clean up "recovery" and "write protect" GPIOs
Joel Kitching
2019-04-06
src: Use include <delay.h> when appropriate
Elyes HAOUAS
2019-03-25
gale: add dev switch back as physical presence GPIO
Joel Kitching
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-02-22
symbols.h: Add macro to define memlayout region symbols
Julius Werner
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-08-10
drivers/i2c: Add i2c TPM support for different stages
Philipp Deppenwiese
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-11-23
src/mainboard: Fix various typos
Jonathan Neuschäfer
2017-11-17
mb/google: Add Chromebook marketing names
Jonathan Neuschäfer
2017-06-13
Consolidate reset API, add generic reset_prepare mechanism
Julius Werner
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
2016-10-03
google/gale: Remove #ifdef of Kconfig bool symbol
Martin Roth
2016-10-03
google/gale/Kconfig: Change wording of Kconfig option
Martin Roth
2016-08-31
mainboard/*/Kconfig: Set GBB_HWID where missing
Patrick Georgi
2016-08-03
google/gale: Add more board ID variants
Kan Yan
2016-07-31
google/gale: Change board ID definition.
Kan Yan
2016-07-28
qualcomm/gale: Add required files to enable elog in ramstage
Furquan Shaikh
2016-07-25
google/gale: Fix board ID and GPIO config.
Kan Yan
2016-07-12
Gale: Add LED support.
Suresh Rajashekara
2016-06-02
Gale board: Move TPM setup function to verstage.c
Kan Yan
2016-05-10
google/gale: use if (IS_ENABLED()) over #ifdef
Patrick Georgi
2016-05-10
google/gale: mark RW_LEGACY to carry CBFS
Patrick Georgi
2016-05-10
soc/qualcomm/ipq40xx: Enable crashdump handling
Varadarajan Narayanan
2016-05-10
soc/qualcomm/ipq40xx: Add support for BLSP QUP I2C
Varadarajan Narayanan
2016-05-10
google/gale: Remove some unwanted code
Varadarajan Narayanan
2016-05-10
google/gale: Enable WinBond SPI flash support
Varadarajan Narayanan
2016-05-10
soc/qualcomm/ipq40xx: Map OCIMEM
Varadarajan Narayanan
2016-05-10
google/gale: Remove NAND init
Varadarajan Narayanan
2016-05-10
google/gale: Implement reset
Varadarajan Narayanan
2016-05-10
google/gale: Implement reset
Varadarajan Narayanan
2016-05-10
google/gale: Enable Giga Device SPI flash support
Varadarajan Narayanan
2016-05-10
soc/qualcomm/ipq40xx: Return NULL for cbmem_top if DRAM is not initialized
Varadarajan Narayanan
2016-05-10
google/gale: set the correct GPIOs for recovery and dev.
Kan Yan
2016-05-10
soc/qualcomm/ipq40xx: Update memory map to align to ipq40xx
Varadarajan Narayanan
2016-05-10
google/gale: Initial commit for Gale board support
Varadarajan Narayanan