summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq806x
Commit message (Expand)AuthorAgeFilesLines
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-12/+16
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-054-5/+5
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-021-2/+1
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-021-1/+2
* soc/qualcomm: Drop unneeded empty linesElyes HAOUAS2020-09-216-10/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-4/+4
* treewide: Add Kconfig variable MEMLAYOUT_LD_FILEFurquan Shaikh2020-06-132-0/+4
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-1116-415/+16
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-113-7/+3
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1119-19/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-091-9/+1
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-11/+1
* 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