summaryrefslogtreecommitdiff
path: root/src/soc/amd
AgeCommit message (Expand)Author
2020-04-29soc/amd/picasso: Drop prompts from some Kconfig optionsFurquan Shaikh
2020-04-29soc/amd/picasso: Fix comment about SMU firmware2 typeFurquan Shaikh
2020-04-29soc/amd/picasso: Drop addition of PSPTRUSTLETS_FILEFurquan Shaikh
2020-04-29soc/amd/picasso: Drop unused OPT_PSPNVRAM_FILEFurquan Shaikh
2020-04-29soc/amd/picasso: Drop addition of PUBSIGNEDKEY_FILEFurquan Shaikh
2020-04-29soc/amd/picasso: Disable inclusion of S0i3 firmware by defaultFurquan Shaikh
2020-04-29soc/amd/picasso: Disable MP2 FW inclusion by defaultFurquan Shaikh
2020-04-29soc/amd/hda: Move HDA PCI device from DSDT to SSDTFurquan Shaikh
2020-04-29soc/amd/picasso: Drop _INI method and OperationRegion for AZHD deviceFurquan Shaikh
2020-04-29soc/amd/hda: Add .acpi_name() callback to HDA driverFurquan Shaikh
2020-04-29soc/amd/common/block/hda: Use tabs instead of spaces in hda.cFurquan Shaikh
2020-04-29soc/amd/common/block/hda: Use default pci_dev_ops_pciFurquan Shaikh
2020-04-29soc/amd/common/block/hda: Drop PCI_DEVICE_ID_AMD_FAM17H_HDA0Furquan Shaikh
2020-04-29soc/amd/picasso: Add bootblock supportFelix Held
2020-04-28soc/amd/common/block/sata: Add missing .ops_pci memberFurquan Shaikh
2020-04-28soc/amd/picasso: Use AMD common SATA driverFurquan Shaikh
2020-04-28soc/amd/sata: Move SATA PCI device from DSDT to SSDTFurquan Shaikh
2020-04-28soc/amd/sata: Add .acpi_name() callback to SATA driverFurquan Shaikh
2020-04-28soc/amd/common/block/sata: Use tabs instead of spaces in sata.cFurquan Shaikh
2020-04-28soc/amd/common/block/sata: Fix the condition to include sata.cFurquan Shaikh
2020-04-28soc/amd/picasso: Add UPD settings to chip.hMarshall Dawson
2020-04-28device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28i2c/designware: Constify struct device * parameter to dw_i2c_soc_dev_to_busFurquan Shaikh
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-04-28soc/amd/{common,picasso}: Move GFX device from static ASL to SSDTFurquan Shaikh
2020-04-28soc/amd/picasso: Use common block graphics driverFurquan Shaikh
2020-04-28soc/amd/common: Add a common graphics block device driver for AMD SoCsFurquan Shaikh
2020-04-28amd/family17h: Add PCI device IDs for all controllers in AMD Family17hFurquan Shaikh
2020-04-28soc/amd: Update macro name for IOMMU on AMD Family 17hFurquan Shaikh
2020-04-24soc/amd/picasso/i2c: don't initialize I2C4 as master and refactor codeMartin Roth
2020-04-20soc/amd/stoneyridge/memmap: fix bug in bert_reserved_regionFelix Held
2020-04-20soc/amd: replace remaining license headers with SPDX onesFelix Held
2020-04-18soc/amd/picasso: Move BERT region to cbmemMarshall Dawson
2020-04-16soc/amd/common/psp: refactor psp_print_cmd_status parametersFelix Held
2020-04-16soc/amd/picasso: Notify PSP system is going to sleep stateMarshall Dawson
2020-04-16soc/amd/common/psp: Add notify_sx_infoFelix Held
2020-04-16soc/amd/psp: Add SmmInfo commandMarshall Dawson
2020-04-15soc/amd/picasso: Add common PSP supportMarshall Dawson
2020-04-15soc/amd/common/psp: add Kconfig description to interface versionFelix Held
2020-04-15soc/amd/common/block/psp: move psp_load_named_blob to psp_gen1.cFelix Held
2020-04-13acpi: Bump FADT to revision 6Patrick Rudolph
2020-04-13soc/amd/common/psp: Split mailbox support into v1 and v2Marshall Dawson
2020-04-13soc/amd/picasso/soc_util: add TODO to Dali detectionFelix Held
2020-04-10Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber
2020-04-10Drop unnecessary DEVICE_NOOP entriesNico Huber
2020-04-08soc/amd/picasso: replace get_soc_config with config_of_socFelix Held
2020-04-08soc/amd/stoneyridge: replace get_soc_config with config_of_socFelix Held
2020-04-05soc/amd: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-05Drop explicit NULL initializations from `device_operations`Elyes HAOUAS