summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq40xx
Commit message (Expand)AuthorAgeFilesLines
* i2c: Add configurable I2C transfer timeoutJes Klinke2022-03-151-14/+18
* soc/qualcomm/ipq40xx/spi.c: Remove unuseful 'return' in void functionElyes HAOUAS2022-02-011-2/+0
* soc/nvidia,qualcomm: Fix indirect includesKyösti Mälkki2021-11-091-8/+0
* src/soc to src/superio: Fix spelling errorsMartin Roth2021-10-052-4/+4
* memlayout: Store region sizes as separate symbolsJulius Werner2021-02-191-3/+0
* 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-217-13/+0
* include/console/uart: make index parameter unsignedFelix Held2020-09-121-4/+4
* src/soc/qualcomm: Add include <types.h>Elyes HAOUAS2020-07-261-0/+1
* 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-1121-566/+21
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-115-11/+5
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1115-15/+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-059-117/+18
* soc: Remove copyright noticesPatrick Georgi2020-03-1832-39/+0
* src/soc/qualcomm: Remove unused <stdlib.h>Elyes HAOUAS2019-12-195-5/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-044-15/+15
* ipq40xx: Run python script without explicit 'python' callJulius Werner2019-11-181-1/+1
* soc/qualcomm: Link cbmem.c only in romstageArthur Heymans2019-11-142-3/+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-279-40/+40
* soc/qualcomm/ipq40xx: Remove unnecessary allocationJacob Garber2019-09-201-20/+12
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-1/+3
* ipq40xx: Increase CBFS and RAMSTAGE sizeKan Yan2019-08-301-3/+3
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-202-6/+0
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+3
* 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-2/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-2/+0
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* src: Drop unused include <timestamp.h>Elyes HAOUAS2019-03-071-1/+0
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-0411-8/+11
* 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-8/+3
* soc/qualcomm/ipq{40xx,806x}/Kconfig: Remove unused MBN_ENCAPSULATIONElyes HAOUAS2018-11-161-5/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-161-1/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-10-301-0/+2
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0