summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/gale
Commit message (Expand)AuthorAgeFilesLines
* mb: remove test-only HWIDsHung-Te Lin2019-09-301-5/+0
* commonlib: fix typo LB_TAB_* (instead of LB_TAG_*)Patrick Georgi2019-05-291-1/+1
* mainboard: remove "recovery" gpio, selectively add "presence" gpio.Matt Delco2019-05-131-2/+0
* chromeos: clean up "recovery" and "write protect" GPIOsJoel Kitching2019-04-111-11/+8
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* gale: add dev switch back as physical presence GPIOJoel Kitching2019-03-251-0/+3
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-3/+3
* mainboard: Enable PRESERVE flag in all vboot/chromeos FMD filesHung-Te Lin2019-03-051-4/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-222-2/+2
* mainboard: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-051-1/+0
* reset: Convert individual boards to `board_reset()`Nico Huber2018-10-222-2/+1
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* security/tpm: Unify the coreboot TPM software stackPhilipp Deppenwiese2018-06-041-0/+2
* mb/google: Get rid of device_tElyes HAOUAS2018-05-081-2/+2
* boardid: Switch from Kconfig to weak functionsJulius Werner2017-12-071-1/+0
* boardid: Minor clean up and standardizationJulius Werner2017-12-071-1/+1
* src/mainboard: Fix various typosJonathan Neuschäfer2017-11-231-1/+1
* mb/google: Add Chromebook marketing namesJonathan Neuschäfer2017-11-171-1/+1
* Consolidate reset API, add generic reset_prepare mechanismJulius Werner2017-06-131-1/+1
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-2/+2
* vboot: Assume EC_SOFTWARE_SYNC and VIRTUAL_DEV_SWITCH by defaultJulius Werner2017-03-282-9/+0
* google/gale: Remove #ifdef of Kconfig bool symbolMartin Roth2016-10-031-28/+27
* google/gale/Kconfig: Change wording of Kconfig optionMartin Roth2016-10-031-1/+1
* mainboard/*/Kconfig: Set GBB_HWID where missingPatrick Georgi2016-08-311-0/+5
* google/gale: Add more board ID variantsKan Yan2016-08-032-3/+7
* google/gale: Change board ID definition.Kan Yan2016-07-311-0/+2
* qualcomm/gale: Add required files to enable elog in ramstageFurquan Shaikh2016-07-281-0/+1
* google/gale: Fix board ID and GPIO config.Kan Yan2016-07-253-26/+42
* Gale: Add LED support.Suresh Rajashekara2016-07-122-4/+19
* Gale board: Move TPM setup function to verstage.cKan Yan2016-06-023-34/+61
* google/gale: use if (IS_ENABLED()) over #ifdefPatrick Georgi2016-05-101-11/+11
* google/gale: mark RW_LEGACY to carry CBFSPatrick Georgi2016-05-101-1/+1
* soc/qualcomm/ipq40xx: Enable crashdump handlingVaradarajan Narayanan2016-05-101-0/+7
* soc/qualcomm/ipq40xx: Add support for BLSP QUP I2CVaradarajan Narayanan2016-05-105-27/+41
* google/gale: Remove some unwanted codeVaradarajan Narayanan2016-05-102-41/+34
* google/gale: Enable WinBond SPI flash supportVaradarajan Narayanan2016-05-101-0/+1
* soc/qualcomm/ipq40xx: Map OCIMEMVaradarajan Narayanan2016-05-102-0/+9
* google/gale: Remove NAND initVaradarajan Narayanan2016-05-102-42/+0
* google/gale: Implement resetVaradarajan Narayanan2016-05-101-0/+1
* google/gale: Implement resetVaradarajan Narayanan2016-05-101-24/+0
* google/gale: Enable Giga Device SPI flash supportVaradarajan Narayanan2016-05-101-0/+1
* soc/qualcomm/ipq40xx: Return NULL for cbmem_top if DRAM is not initializedVaradarajan Narayanan2016-05-101-0/+3
* google/gale: set the correct GPIOs for recovery and dev.Kan Yan2016-05-101-3/+3
* soc/qualcomm/ipq40xx: Update memory map to align to ipq40xxVaradarajan Narayanan2016-05-103-18/+22
* google/gale: Initial commit for Gale board supportVaradarajan Narayanan2016-05-1017-0/+891