summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
...
* soc/amd/mendocino/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/cezanne/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/picasso/uart: introduce and use soc_get_uart_ctrlr_infoFelix Held2022-10-201-11/+30
* soc/amd/stoneyridge: initialize GPIOs for serial consoleFelix Held2022-10-203-0/+14
* soc/amd/*/uart: add missing soc/iomap.h includeFelix Held2022-10-204-1/+5
* soc/amd/stoneyridge/uart: add and use uart_info arrayFelix Held2022-10-201-3/+18
* soc/amd: introduce and use common soc_uart_ctrlr_info structFelix Held2022-10-205-24/+12
* soc/amd/morgana/uart: separate data and codeFelix Held2022-10-201-40/+39
* soc/amd/mendocino/uart: separate data and codeFelix Held2022-10-201-40/+39
* soc/amd/cezanne/uart: separate data and codeFelix Held2022-10-201-19/+33
* soc/amd/picasso/uart: separate data and codeFelix Held2022-10-201-33/+37
* soc/qualcomm/sc7280: Remove NVMe initShelley Chen2022-10-202-5/+7
* soc/intel/alderlake: Drop local `ufs.asl`Subrata Banik2022-10-201-92/+0
* soc/intel/alderlake: Use `ufs.asl` from common code acpi blockSubrata Banik2022-10-201-1/+1
* soc/intel/cmn/block/acpi: Create common ASL entry for UFSSubrata Banik2022-10-201-0/+85
* soc/amd: factor out writing extended PM registers in FADTFelix Held2022-10-187-140/+43
* soc/amd/*/i2c: Move reset_i2c_peripherals to i2c.cFred Reitberger2022-10-1815-93/+100
* soc/amd/morgana/gpio: Update gpio definitions for morganaFred Reitberger2022-10-182-40/+11
* soc/amd: factor out common noncar bootblockFelix Held2022-10-179-159/+2
* soc/amd/*/smihandler: Make fch_apmc_smi_handler commonFred Reitberger2022-10-178-116/+40
* soc/intel/apollolake: Lock down Global SMISean Rhodes2022-10-151-4/+11
* soc/intel/apollolake: Configure FSP UPDs to allow coreboot to lockdownSean Rhodes2022-10-151-5/+7
* treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk'Felix Held2022-10-154-4/+4
* treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held2022-10-1510-10/+10
* soc/amd/picasso: Clean up includesElyes Haouas2022-10-144-3/+7
* soc/amd/sata.c: Hook up directly in devicetreeArthur Heymans2022-10-144-21/+4
* soc/amd/*: Hook up IOMMU ops in devicetreeArthur Heymans2022-10-148-24/+8
* soc/amd/*: Hook up LPC ops in devicetreeArthur Heymans2022-10-148-22/+8
* soc/amd/*: Hook up SMBus ops to devicetreeArthur Heymans2022-10-148-16/+8
* soc/amd: factor out common eMMC codeFelix Held2022-10-1415-54/+13
* soc/intel/alderlake: Create helper header file for UFSSubrata Banik2022-10-141-0/+27
* soc/intel/alderlake: Add UFS PCR IDSubrata Banik2022-10-141-0/+2
* soc/mediatek/mt8186: Add DEVAPC settings for ADSPTinghan Shen2022-10-144-3/+151
* soc/mediatek/mt8186: Inititalize ADSPTinghan Shen2022-10-145-0/+39
* soc/mediatek/mt8186: Add mtcmos power-on control for ADSPMandy Liu2022-10-144-1/+44
* soc/mediatek/mt8186: Enable ADSP clockMandy Liu2022-10-141-2/+5
* soc/intel/alderlake: Fix unknown voltage in SMBIOSZhixing Ma2022-10-141-0/+1
* soc/intel/alderlake: Fix unknown max speed in SMBIOSZhixing Ma2022-10-142-0/+15
* soc/amd/stoneyridge: move northbridge ops to northbridge deviceFelix Held2022-10-142-4/+4
* soc/amd/stoneyridge: use devicetree ops over pci driverFelix Held2022-10-144-35/+8
* soc/amd/stoneyridge: Hook up device_operations in chipset.cbFelix Held2022-10-143-44/+14
* soc/amd/stoneyridge: add chipset devicetreesFelix Held2022-10-133-0/+88
* soc/amd/*: Hook up GPU ops in devicetreeArthur Heymans2022-10-136-23/+6
* soc/amd/*: Hook up GPP bridges ops to devicetreeArthur Heymans2022-10-136-66/+48
* soc/amd/acp: Hook up ops in devicetreeArthur Heymans2022-10-136-13/+6
* soc/amd/morgana: Use devicetree ops over pci driverFelix Held2022-10-133-36/+11
* soc/amd/mendocino: Use devicetree ops over pci driverArthur Heymans2022-10-134-45/+20
* soc/amd/cezanne: Use devicetree ops over pci driverArthur Heymans2022-10-133-46/+11
* soc/amd/picasso: Use devicetree ops over pci driverArthur Heymans2022-10-133-36/+11
* soc/amd/*: Hook up device_operations in chipset.cbArthur Heymans2022-10-139-234/+61