summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/qualcomm: move uart_bitbang UART w/gpio code to commonRavi Kumar Bokka2021-07-225-3/+19
* sc7180: Add target specific GPIO pin definitionsTaniya Das2021-07-223-214/+3
* soc/amd/cezanne/mca: add and use mca_bank_name[]Felix Held2021-07-211-3/+38
* soc/amd/cezanne: enable crypto in psp_verstageKangheui Won2021-07-216-16/+49
* commonlib/timestamp,amd/common/block/cpu: Add uCode timestampsRaul E Rangel2021-07-211-0/+4
* soc/qualcomm/sc7280: Replace gpio offset value with macroTaniya Das2021-07-211-1/+1
* sc7180: Renaming the GPIO macro in QSPI and I2C driverRavi Kumar Bokka2021-07-212-5/+5
* soc/qualcomm/common/gpio: Define a macro for the gpio offsetTaniya Das2021-07-211-0/+1
* soc/mediatek/mt8195: modify mt6360 interfaceRex-BC Chen2021-07-212-42/+72
* soc/mediatek/mt8195: redefine mt6360_regulator_idRex-BC Chen2021-07-212-58/+57
* soc/intel/alderlake: Add support for I2C6 and I2C7Varshit B Pandya2021-07-207-1/+29
* soc/amd/picasso/makefile: order source files alphabeticallyFelix Held2021-07-201-15/+15
* soc/amd/cezanne/makefile: order source files alphabeticallyFelix Held2021-07-201-4/+4
* soc/amd/{cezanne,picasso}: Escape PSP_VERSTAGE_FILE defaultRaul E Rangel2021-07-192-2/+2
* soc/amd/{common,cezanne}: Implement HAVE_PAYLOAD_PRELOAD_CACHERaul E Rangel2021-07-194-0/+37
* soc/intel/common: Rename kconfig PMC_EPOCLean Sheng Tan2021-07-195-6/+6
* soc/amd/cezanne: Start loading APOB asynchronouslyRaul E Rangel2021-07-182-1/+12
* soc/amd/common/apob: Add support for asynchronously reading APOB_NVRaul E Rangel2021-07-182-1/+60
* soc/amd/common/apob: Switch to using fmap_locate_area_as_rdevRaul E Rangel2021-07-181-21/+14
* soc/amd/common/block/lpc/spi_dma: Yield after completing transactionRaul E Rangel2021-07-181-0/+3
* soc/amd/common/block/lpc/spi_dma: Use mutex to protect DMA registersRaul E Rangel2021-07-181-0/+7
* soc/amd/common/block/lpc/spi_dma: Implement SPI DMA functionalityRaul E Rangel2021-07-183-5/+202
* soc/amd/common/block/graphics: add GPU PCI ID for BarceloFelix Held2021-07-171-1/+2
* soc/amd/cezanne/graphics: add VBIOS ID remapping for BarceloFelix Held2021-07-173-1/+23
* soc/intel/alderlake: Select INTEL_GMA_OPREGION_2_1Meera Ravindranath2021-07-171-0/+1
* soc/intel/elkhartlake: Expose FIVR config to mainboardLean Sheng Tan2021-07-172-11/+75
* soc/intel/common/block: Drop unused `intelblocks/mp_init.h` includeSubrata Banik2021-07-171-1/+0
* soc/intel/cannonlake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-171-1/+1
* soc/intel/elkhartlake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-172-2/+1
* soc/intel/jasperlake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-172-2/+1
* soc/intel/apollolake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-171-1/+1
* soc/intel/icelake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-172-2/+1
* soc/intel/skylake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-172-2/+1
* soc/intel/tigerlake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-173-3/+3
* soc/intel/alderlake: Make use of `cpu/intel/cpu_ids.h'Subrata Banik2021-07-173-3/+1
* cpu/intel: Add dedicated file to grow Intel CPUIDsSubrata Banik2021-07-174-54/+5
* soc/intel/xeon_sp/cpx: Align Cooper Lake CPUID as per EDSSubrata Banik2021-07-171-2/+2
* include/cpu/amd/msr: don't redefine the IA32_BIOS_SIGN_ID MSRFelix Held2021-07-161-1/+1
* soc/amd/cezanne: add ACPI CPPC support for AMDJulian Schroeder2021-07-155-0/+215
* soc/amd/common/block/cpu/mca/mcax: print all MCAX registersFelix Held2021-07-151-3/+22
* soc/amd/common/block/cpu/mca: make building the BERT support conditionalFelix Held2021-07-151-3/+3
* soc/amd/common/block/cpu/mca: commonize mca_check_all_banksFelix Held2021-07-154-55/+43
* soc/amd/common/block/cpu/mca/mca: factor out mca_skip_checkFelix Held2021-07-151-1/+6
* soc/amd/stoneyridge/mca: implement and use mca_has_expected_bank_countFelix Held2021-07-152-0/+9
* soc/amd/common/block/cpu/mca: move function prototypes to local headerFelix Held2021-07-155-2/+5
* soc/amd/*/mca: factor out common MCA/MCAX check & print functionalityFelix Held2021-07-157-101/+132
* soc/amd/picasso/mca: factor out mca_has_expected_bank_countFelix Held2021-07-151-1/+6
* soc/amd/common/blocks/cpu/mca: factor out common BERT helper functionsFelix Held2021-07-155-71/+60
* soc/amd/*/mca: factor out BERT entry generation to soc/amd/commonFelix Held2021-07-156-255/+268
* soc/intel/alderlake: Add virtual GPIOs for community 1Maulik V Vaghela2021-07-152-223/+281