summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x
Commit message (Expand)AuthorAgeFilesLines
...
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-5/+6
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-6/+8
* spi: Remove unused/unnecessary spi_init function definitionsFurquan Shaikh2017-06-071-6/+0
* soc/qualcomm/ipq*: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-11/+23
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+1
* Remove libverstage as separate library and source file classJulius Werner2017-03-281-4/+4
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-3/+3
* vboot: Select SoC-specific configuration for all Chrome OS boardsJulius Werner2017-03-281-0/+1
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-1/+0
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-47/+54
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-052-11/+26
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-052-5/+5
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-222-1/+2
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* qualcomm/storm: Add required files to enable elog in ramstageFurquan Shaikh2016-07-281-0/+4
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* Documentation: Fix doxygen errorsMartin Roth2016-07-121-1/+1
* ipq806x/storm: Return NULL for cbmem_top if DRAM is not initializedFurquan Shaikh2016-03-292-0/+20
* timestamp: Remove HAS_PRECBMEM_TIMESTAMP_REGION KconfigJulius Werner2016-02-121-1/+0
* header files: Fix guard name comments to match guard namesMartin Roth2016-01-182-2/+2
* cbfs_spi: enable CBFS access in early romstageMary Ruthven2015-12-031-13/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-319-36/+0
* linking: link bootblock.elf with .data and .bss sections againAaron Durbin2015-09-221-7/+1
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-1/+0
* ChromeOS: Fix Kconfig dependenciesMartin Roth2015-08-211-3/+5
* ipq8064: enable timestamp collectionVadim Bendebury2015-07-092-1/+3
* qualcomm/ipq806x: Fix uart in verstagePatrick Georgi2015-06-301-1/+1
* qualcomm/ipq806x: centralize vboot configurationPatrick Georgi2015-06-301-0/+2
* Kconfig: Move CBFS_SIZE into Mainboard menuMartin Roth2015-06-231-8/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-084-5/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-022-9/+6
* ipq806x: clear the RPM initialization Acknowledge bitSourabh Banerjee2015-06-021-1/+5
* Remove address from GPLv2 headersPatrick Georgi2015-05-219-9/+9
* Remove Kconfig variable that has no effectPatrick Georgi2015-05-191-1/+0
* 3rdparty: move to 3rdparty/blobsPatrick Georgi2015-05-052-2/+2
* 3rdparty: Move to blobsPatrick Georgi2015-05-052-2/+2
* vboot: split class in library and stagePatrick Georgi2015-04-301-4/+4
* kbuild: automatically include SOCsStefan Reinauer2015-04-291-0/+4
* soc: select generic gpio lib on (almost) all non-x86 SOCsStefan Reinauer2015-04-221-0/+1
* qualcomm/ipq806x: report versions of RPM and DDR init componentsVadim Bendebury2015-04-221-1/+20
* qualcomm/ipq806x: add board id value for SP5Vadim Bendebury2015-04-221-0/+1
* armv7: preserve bootblock invocation parameterVadim Bendebury2015-04-211-0/+2
* ipq808x: add uber sbl parameter definitionsVadim Bendebury2015-04-211-0/+65
* arm(64): Manually clean up the mess left by write32() transitionJulius Werner2015-04-214-15/+55
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-219-160/+159
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-211-2/+2
* arm(64): Replace write32() and friends with writel()Julius Werner2015-04-212-74/+34
* ipq806x: i2c: stop transfer as soon as an error is reportedSourabh Banerjee2015-04-211-1/+1
* ipq806x: i2c: write function fixed to avoid spurious successSourabh Banerjee2015-04-212-1/+12
* ipq806x: initialize UART even when console is not enabledVadim Bendebury2015-04-184-10/+34