Age | Commit message (Expand) | Author |
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-02-22 | symbols.h: Add macro to define memlayout region symbols | Julius Werner |
2019-01-14 | console: Change BOOTBLOCK_CONSOLE default to `y` | Nico Huber |
2018-12-05 | sdm845: Add SPI-NOR flash driver | Mukesh Savaliya |
2018-11-30 | sdm845: Add clock support | David Dai |
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-11-01 | src: Add missing include <stdint.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-08-09 | src/soc: Fix typo | Elyes HAOUAS |
2018-08-07 | sdm845: Implement bitbang UART for bootblock | Julius Werner |
2018-08-01 | sdm845: Add GPIO API | David Dai |
2018-07-09 | src/soc: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-22 | sdm845: increase SRAM for bootblock | T Michael Turney |
2018-06-04 | src/soc: Get rid of whitespace before tab | Elyes HAOUAS |
2018-05-29 | src/soc: Add and update license headers | Martin Roth |
2018-05-28 | soc/qualcomm: Get rid of device_t | Elyes HAOUAS |
2018-05-09 | sdm845: Add DRAM resources | T Michael Turney |
2018-05-01 | sdm845: Add Timer support | T Michael Turney |
2018-04-23 | soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectors | Aaron Durbin |
2018-04-05 | soc/qualcomm/sdm845: Add MMU support | T Michael Turney |
2018-04-05 | soc/qualcomm/sdm845: remove hole in memlayout.ld | T Michael Turney |
2018-03-26 | soc/qualcomm/sdm845: Support for new SoC | T Michael Turney |
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-10-23 | soc: Add Kconfig for each soc vendor | Chris Ching |
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 |