summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x
Commit message (Expand)AuthorAgeFilesLines
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-065-10/+5
* soc/qualcomm: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0513-169/+26
* soc: Remove copyright noticesPatrick Georgi2020-03-1831-43/+0
* src/soc/qualcomm: Remove unused <stdlib.h>Elyes HAOUAS2019-12-194-4/+0
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-044-36/+36
* soc/qualcomm: Link cbmem.c only in romstageArthur Heymans2019-11-142-2/+1
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-2711-61/+61
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-202-7/+0
* soc/{qualcomm,rockchip}: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-07-251-1/+1
* soc/qualcomm/ipq806x: Remove unnecessary allocationJacob Garber2019-07-251-20/+12
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-0/+1
* src/soc: Add missing 'include <types.h>'Elyes HAOUAS2019-05-291-0/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-062-4/+3
* sdm845: Combine BB with QC-Sec for ROM bootT Michael Turney2019-05-032-3/+3
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0410-9/+10
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* console: Change BOOTBLOCK_CONSOLE default to `y`Nico Huber2019-01-141-1/+0
* (console,drivers/uart)/Kconfig: Fix dependenciesNico Huber2018-11-212-7/+3
* soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATIONElyes HAOUAS2018-11-161-5/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-8/+8
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+3
* src/soc: Fix typoElyes HAOUAS2018-08-091-1/+1
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-1/+1
* 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-281-3/+3
* src/soc: Fix various typosJonathan Neuschäfer2018-02-201-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-181-1/+1
* 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