summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm
Commit message (Expand)AuthorAgeFilesLines
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-074-4/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0424-20/+24
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-042-2/+0
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-223-15/+8
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-143-3/+0
* sdm845: Add SPI-NOR flash driverMukesh Savaliya2018-12-058-30/+450
* sdm845: Add clock supportDavid Dai2018-11-305-1/+433
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-215-16/+7
* soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATIONElyes HAOUAS2018-11-162-10/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* Move compiler.h to commonlibNico Huber2018-10-084-4/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-082-9/+9
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-102-0/+6
* src/soc: Fix typoElyes HAOUAS2018-08-091-1/+1
* sdm845: Implement bitbang UART for bootblockJulius Werner2018-08-072-0/+46
* sdm845: Add GPIO APIDavid Dai2018-08-014-1/+436
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* sdm845: increase SRAM for bootblockT Michael Turney2018-06-221-2/+2
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-042-25/+25
* src/soc: Add and update license headersMartin Roth2018-05-295-3/+64
* soc/qualcomm: Get rid of device_tElyes HAOUAS2018-05-283-9/+9
* sdm845: Add DRAM resourcesT Michael Turney2018-05-094-4/+17
* sdm845: Add Timer supportT Michael Turney2018-05-013-11/+8
* soc{broadcom,imgtec,mediatek,qualcomm}: stop using spi_xfer_two_vectorsAaron Durbin2018-04-231-1/+4
* soc/qualcomm/sdm845: Add MMU supportT Michael Turney2018-04-055-1/+85
* soc/qualcomm/sdm845: remove hole in memlayout.ldT Michael Turney2018-04-051-1/+1
* soc/qualcomm/sdm845: Support for new SoCT Michael Turney2018-03-269-0/+289
* driver/uart: Introduce a way for mainboard to override the baudrateJulien Viard de Galbert2018-02-211-1/+1
* src/soc: Fix various typosJonathan Neuschäfer2018-02-202-2/+2
* soc: Add Kconfig for each soc vendorChris Ching2017-10-231-0/+2
* mb/*/*: Remove rtc nvram configurable baud rateArthur Heymans2017-09-231-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-142-10/+12
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-134-12/+16
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-072-12/+0
* soc/qualcomm/ipq*: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-242-23/+47
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-052-10/+2
* Remove libverstage as separate library and source file classJulius Werner2017-03-282-8/+8
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-282-6/+6
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-282-0/+2
* qualcomm/ipq40xx: add vector operation method to SPIYuji Sasaki2017-02-221-0/+1
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-232-2/+0
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-052-90/+104
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-054-23/+53
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-054-11/+11
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-224-2/+4
* soc/qualcomm/ipq40xx: Fix GPIO pull up config.Kan Yan2016-10-071-2/+1
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1