summaryrefslogtreecommitdiffstats
path: root/src/soc/qualcomm/qcs405
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace BSD-3-Clause and ISC headers with SPDX headersPatrick Georgi2020-05-1111-298/+11
* treewide: split off license text, remove extra copyright noticesPatrick Georgi2020-05-112-4/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1119-19/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-0614-152/+14
* treewide: move copyrights and authors to AUTHORSPatrick Georgi2020-05-062-6/+4
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-0616-32/+16
* soc/qualcomm: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-051-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-1826-31/+0
* soc/qualcomm/qcs405: Remove unused QCS405_BLSP_SPIElyes HAOUAS2020-01-021-5/+0
* src/soc/qualcomm: Remove unused <stdlib.h>Elyes HAOUAS2019-12-195-5/+0
* src: Remove unneeded 'include <delay.h>'Elyes HAOUAS2019-12-193-3/+0
* printf: Automatically prefix %p with 0xJulius Werner2019-12-111-1/+1
* Change all clrsetbits_leXX() to clrsetbitsXX()Julius Werner2019-12-046-31/+31
* lib/fmap: Add optional pre-RAM cacheJulius Werner2019-11-141-1/+2
* arch/arm64: Pass cbmem_top to ramstage via calling argumentArthur Heymans2019-11-031-1/+0
* lib/cbmem_top: Add a common cbmem_top implementationArthur Heymans2019-11-011-1/+1
* src/{device,drivers,mb,nb,soc,sb}: Remove unused 'include <console/console.h>'Elyes HAOUAS2019-10-211-1/+0
* src: Remove unused 'include <string.h>'Elyes HAOUAS2019-10-202-2/+0
* soc/qualcomm: Remove default ops to generate bootblock.binArthur Heymans2019-10-091-4/+0
* cpu,mb,soc: Init missing lb_serial struct fieldsJacob Garber2019-09-191-1/+3
* arch/non-x86: Remove use of __PRE_RAM__Kyösti Mälkki2019-08-201-2/+0
* soc/qualcomm/qcs405: Handle invalid QUP and BLSPJacob Garber2019-07-291-4/+8
* src: Use '#include <timestamp.h>' when neededElyes HAOUAS2019-07-153-3/+0
* soc/qualcomm: Remove unneeded '#include <lib.h>'Elyes HAOUAS2019-07-131-1/+0
* arch/non-x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-2/+0
* vboot: Use CONFIG_VBOOT_MIGRATE_WORKING_DATA on all platformsJulius Werner2019-07-031-1/+0
* qcom: Add i2c driverPrudhvi Yarlagadda2019-06-124-0/+867
* qcs405: Enable VBOOT_MIGRATE_WORKING_DATANitheesh Sekar2019-06-061-0/+1
* coreboot: Add i2c clock API for qcs405Taniya Das2019-06-052-1/+24
* qcs405: Add SPI driver supportPrudhvi Yarlagadda2019-06-044-17/+1202
* qcs405: Add UART supportPrudhvi Yarlagadda2019-06-047-0/+941
* soc/qualcomm/qcs405: add console.h includePatrick Georgi2019-04-231-0/+1
* qcs405: Add support of GPIO IRQ APIsTaniya Das2019-04-232-0/+56
* qcs405: clock: Update SPI APITaniya Das2019-04-232-35/+109
* src: Use include <console/console.h> when appropriateElyes HAOUAS2019-04-232-4/+0
* src: Fix remaining #include <timer.h>Nico Huber2019-04-093-3/+0
* qcs405: Add support for USB host modeVijayavardhan Vennapusa2019-03-284-2/+351
* qcs405: clock: Adding the clock support for qcs405Pranav Agrawal2019-03-265-0/+449
* qcs405: Add GPIO APINitheesh Sekar2019-03-264-2/+400
* vboot: standardize on working data sizeJoel Kitching2019-03-211-1/+1
* qcs405: Add DRAM resourcesNitheesh Sekar2019-03-183-4/+12
* qcs405: Add Timer supportNitheesh Sekar2019-03-182-7/+4
* soc/qualcomm/qcs405: Add MMU supportNitheesh Sekar2019-03-185-1/+81
* soc/qualcomm/qcs405: Support for new SoCNitheesh Sekar2019-03-189-0/+284