summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x/include
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-119-229/+9
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-112-5/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-118-8/+0
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-062-4/+2
* soc/qualcomm: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-056-78/+12
* soc: Remove copyright noticesPatrick Georgi2020-03-1815-23/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-041-2/+2
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-273-15/+15
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-23/+23
* src/soc: Add and update license headersMartin Roth2018-05-293-3/+42
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-5/+0
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-1/+1
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-1/+1
* ipq806x/storm: Return NULL for cbmem_top if DRAM is not initializedFurquan Shaikh2016-03-291-0/+3
* 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-313-12/+0
* verstage: use common program.ld for linkingAaron Durbin2015-09-091-1/+0
* ipq8064: enable timestamp collectionVadim Bendebury2015-07-091-1/+2
* Remove empty lines at end of fileElyes HAOUAS2015-06-082-3/+0
* cbfs: new API and better program loadingAaron Durbin2015-06-021-2/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-213-3/+3
* 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-211-2/+2
* arm(64): Change write32() argument order to match x86Julius Werner2015-04-211-2/+2
* ipq806x: i2c: write function fixed to avoid spurious successSourabh Banerjee2015-04-211-0/+5
* ipq806x: initialize UART even when console is not enabledVadim Bendebury2015-04-181-0/+2
* ipq806x: extend GSBI driver to support i2c on any GSBI blockSourabh Banerjee2015-04-173-27/+65
* ipq806x: add LPASS clock control driverVadim Bendebury2015-04-172-0/+342
* ipq806x: Add support for mmu in bootblock.Deepa Dinamani2015-04-171-1/+4
* chromeos: Move memlayout.h/symbols.h into common directoryJulius Werner2015-04-171-1/+1
* storm: define location for storing CBFS header valueVadim Bendebury2015-04-171-1/+3
* ipq806x: load and start RPMVadim Bendebury2015-04-152-0/+12
* storm: Add watchdog reset api.Deepa Dinamani2015-04-151-2/+2
* ipq806x: Load TZBSP blob from coreboot ramstageVikas Das2015-04-152-2/+7
* storm: use different CBFS caches before and after DRAM is availableVadim Bendebury2015-04-152-0/+17
* ipq8064: add DRAM initialization codeVadim Bendebury2015-04-151-0/+26
* ipq806x: add i2c driverVadim Bendebury2015-04-153-1/+247
* ipq806x: modify imem layoutDeepa Dinamani2015-04-151-10/+19
* google/storm: Minor board ID changesDan Ehrenberg2015-04-101-0/+1
* storm: Initialize clock, pinmux for NAND if present on boardDan Ehrenberg2015-04-102-1/+92