summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm
AgeCommit message (Expand)Author
2019-03-04arch/io.h: Drop unnecessary includeKyösti Mälkki
2019-02-22symbols.h: Add macro to define memlayout region symbolsJulius Werner
2019-01-14console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber
2018-12-05sdm845: Add SPI-NOR flash driverMukesh Savaliya
2018-11-30sdm845: Add clock supportDavid Dai
2018-11-21(console,drivers/uart)/Kconfig: Fix dependenciesNico Huber
2018-11-16soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATIONElyes HAOUAS
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-30src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-08Move compiler.h to commonlibNico Huber
2018-10-08src: Use tabs for indentationElyes HAOUAS
2018-08-10drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese
2018-08-09src/soc: Fix typoElyes HAOUAS
2018-08-07sdm845: Implement bitbang UART for bootblockJulius Werner
2018-08-01sdm845: Add GPIO APIDavid Dai
2018-07-09src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS
2018-06-22sdm845: increase SRAM for bootblockT Michael Turney
2018-06-04src/soc: Get rid of whitespace before tabElyes HAOUAS
2018-05-29src/soc: Add and update license headersMartin Roth
2018-05-28soc/qualcomm: Get rid of device_tElyes HAOUAS
2018-05-09sdm845: Add DRAM resourcesT Michael Turney
2018-05-01sdm845: Add Timer supportT Michael Turney
2018-04-23soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectorsAaron Durbin
2018-04-05soc/qualcomm/sdm845: Add MMU supportT Michael Turney
2018-04-05soc/qualcomm/sdm845: remove hole in memlayout.ldT Michael Turney
2018-03-26soc/qualcomm/sdm845: Support for new SoCT Michael Turney
2018-02-21driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert
2018-02-20src/soc: Fix various typosJonathan Neuschäfer
2017-10-23soc: Add Kconfig for each soc vendorChris Ching
2017-09-23mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-06-07spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh
2017-05-24soc/qualcomm/ipq*: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-03-28Remove libverstage as separate library and source file classJulius Werner
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-28vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner
2017-02-22qualcomm/ipq40xx: add vector operation method to SPIYuji Sasaki
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2016-10-07soc/qualcomm/ipq40xx: Fix GPIO pull up config.Kan Yan
2016-08-31src/soc: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-11soc/qualcomm/ipq40xx: Reduce the delay in I2C.Kan Yan
2016-08-09soc/qualcomm/ipq40xx: Use block mode for I2CVaradarajan Narayanan