summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/ipq40xx
Commit message (Expand)AuthorAgeFilesLines
* soc: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* soc/*: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* Reland "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2024-01-171-4/+0
* Revert "Kconfig: Bring HEAP_SIZE to a common, large value"Patrick Georgi2023-11-071-0/+4
* Kconfig: Bring HEAP_SIZE to a common, large valuePatrick Georgi2023-10-111-4/+0
* memlayout.ld: Increase RAMSTAGE size to more than 1MB everywherePatrick Georgi2023-10-111-2/+2
* treewide: Remove 'extern' from functions declarationElyes Haouas2023-05-261-1/+1
* src/soc/qualcomm: Remove unnecessary space after castsElyes Haouas2022-11-232-2/+2
* cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas2022-11-181-3/+3
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-041-10/+7
* coreboot_tables: Drop uart PCI addrArthur Heymans2022-10-261-1/+0
* soc/qualcomm/ipq40xx: Do resource transitionKyösti Mälkki2022-07-061-22/+6
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-3/+3
* 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