Age | Commit message (Expand) | Author |
2022-03-15 | i2c: Add configurable I2C transfer timeout | Jes Klinke |
2022-02-01 | soc/qualcomm/ipq40xx/spi.c: Remove unuseful 'return' in void function | Elyes HAOUAS |
2021-11-09 | soc/nvidia,qualcomm: Fix indirect includes | Kyösti Mälkki |
2021-10-05 | src/soc to src/superio: Fix spelling errors | Martin Roth |
2021-02-19 | memlayout: Store region sizes as separate symbols | Julius Werner |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-12-02 | cbfs: Enable CBFS mcache on most chipsets | Julius Werner |
2020-09-21 | soc/qualcomm: Drop unneeded empty lines | Elyes HAOUAS |
2020-09-12 | include/console/uart: make index parameter unsigned | Felix Held |
2020-07-26 | src/soc/qualcomm: Add include <types.h> | Elyes HAOUAS |
2020-06-13 | treewide: Add Kconfig variable MEMLAYOUT_LD_FILE | Furquan Shaikh |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-11 | treewide: Replace BSD-3-Clause and ISC headers with SPDX headers | Patrick Georgi |
2020-05-11 | treewide: split off license text, remove extra copyright notices | Patrick Georgi |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
2020-05-06 | treewide: replace GPLv2 long form headers with SPDX header | Patrick Georgi |
2020-05-06 | treewide: Move "is part of the coreboot project" line in its own comment | Patrick Georgi |
2020-04-05 | soc/qualcomm: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2019-12-19 | src/soc/qualcomm: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-11 | printf: Automatically prefix %p with 0x | Julius Werner |
2019-12-04 | Change all clrsetbits_leXX() to clrsetbitsXX() | Julius Werner |
2019-11-18 | ipq40xx: Run python script without explicit 'python' call | Julius Werner |
2019-11-14 | soc/qualcomm: Link cbmem.c only in romstage | Arthur Heymans |
2019-11-14 | lib/fmap: Add optional pre-RAM cache | Julius Werner |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-10-27 | src/soc: change "unsigned" to "unsigned int" | Martin Roth |
2019-09-20 | soc/qualcomm/ipq40xx: Remove unnecessary allocation | Jacob Garber |
2019-09-19 | cpu,mb,soc: Init missing lb_serial struct fields | Jacob Garber |
2019-08-30 | ipq40xx: Increase CBFS and RAMSTAGE size | Kan Yan |
2019-08-20 | arch/non-x86: Remove use of __PRE_RAM__ | Kyösti Mälkki |
2019-07-09 | arch/non-x86: Flip HAVE_MONOTONIC_TIMER default | Kyösti Mälkki |
2019-05-06 | Fix code that would trip -Wtype-limits | Julius Werner |
2019-05-03 | sdm845: Combine BB with QC-Sec for ROM boot | T Michael Turney |
2019-04-23 | src: include <assert.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-04-06 | src: Use #include <timer.h> when appropriate | Elyes HAOUAS |
2019-03-21 | vboot: standardize on working data size | 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-07 | src: Drop unused include <timestamp.h> | Elyes HAOUAS |
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-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-11-21 | (console,drivers/uart)/Kconfig: Fix dependencies | Nico Huber |
2018-11-16 | soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATION | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-10-30 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-08-10 | drivers/i2c: Add i2c TPM support for different stages | Philipp Deppenwiese |
2018-05-28 | soc/qualcomm: Get rid of device_t | Elyes HAOUAS |
2018-04-23 | soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors | Aaron Durbin |
2018-02-21 | driver/uart: Introduce a way for mainboard to override the baudrate | Julien Viard de Galbert |
2018-02-20 | src/soc: Fix various typos | Jonathan Neuschäfer |
2017-09-23 | mb/*/*: Remove rtc nvram configurable baud rate | Arthur Heymans |
2017-08-18 | include/device: Split i2c.h into three | Nico Huber |
2017-08-14 | i2c: Move to Linux like `struct i2c_msg` | Nico Huber |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-06-07 | spi: Remove unused/unnecessary spi_init function definitions | Furquan Shaikh |
2017-05-24 | soc/qualcomm/ipq*: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2017-03-28 | Remove libverstage as separate library and source file class | Julius Werner |
2017-03-28 | vboot: Move remaining features out of vendorcode/google/chromeos | Julius Werner |
2017-03-28 | vboot: Select SoC-specific configuration for all Chrome OS boards | Julius Werner |
2017-02-22 | qualcomm/ipq40xx: add vector operation method to SPI | Yuji Sasaki |
2016-12-23 | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-10-07 | soc/qualcomm/ipq40xx: Fix GPIO pull up config. | Kan Yan |
2016-08-11 | soc/qualcomm/ipq40xx: Reduce the delay in I2C. | Kan Yan |
2016-08-09 | soc/qualcomm/ipq40xx: Use block mode for I2C | Varadarajan Narayanan |
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-28 | vboot: Separate vboot from chromeos | Furquan Shaikh |
2016-07-25 | google/gale: Fix board ID and GPIO config. | Kan Yan |
2016-07-12 | Documentation: Fix doxygen errors | Martin Roth |
2016-06-02 | Gale board: Move TPM setup function to verstage.c | Kan Yan |
2016-05-10 | qualcomm/ipq40xx: drop comment | Patrick Georgi |
2016-05-10 | qualcomm/ipq40xx: Don't annoy users with ambiguous questions | Patrick Georgi |
2016-05-10 | ipq40xx: Break a long line in Makefile.inc | David Hendricks |
2016-05-10 | qualcomm/ipq40xx: Drop copied part number from struct names | Patrick Georgi |
2016-05-10 | soc/qualcomm/ipq40xx: Increase HEAP size. | Kan Yan |
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 | soc/qualcomm/ipq40xx: Enable USB | Varadarajan Narayanan |
2016-05-10 | google/gale: Turn on monotonic timer support | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Update memory region areas | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Fix GPIO no.s for BGA part | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Streamline memory map | Varadarajan Narayanan |
2016-05-10 | google/gale: Remove NAND init | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Enable timer | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Add coreboot Table entry for serial console | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Return NULL for cbmem_top if DRAM is not initialized | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Update memory map to align to ipq40xx | Varadarajan Narayanan |
2016-05-10 | soc/qualcomm/ipq40xx: Invoke createxbl.py using `python` | David Hendricks |