summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/common/gpio_defs: Add PAD_TRIG(OFF) in PAD_CFG_GPI_GPIO_DRIVERKaiyen Chang2020-12-081-1/+2
* soc/intel/common/usb4: Add ADL-P DMA0/1 ID into USB4 common codeSubrata Banik2020-12-081-0/+2
* soc/intel/common/block/cpu/car: Fix two whitespace issuesSubrata Banik2020-12-082-2/+2
* soc/intel/skl: set PEG port state to autoMichael Niewöhner2020-12-071-0/+3
* sb/intel/common: Modify CONFIG_LOCK_MANAGEMENT_ENGINE behaviorSridhar Siricilla2020-12-071-0/+1
* common/block/cse: Rename cbfs_boot_load_file() to cbfs_load()V Sowmya2020-12-071-2/+2
* soc/amd/picasso: drop unused cpu/amd/mtrr from MakefileFelix Held2020-12-061-1/+0
* soc/amd/cezanne: add config.c and minimal chip.hFelix Held2020-12-064-0/+27
* soc/amd/picasso/config: add comment about cfg never being NULLFelix Held2020-12-061-0/+1
* soc/amd/picasso: remove config_t typedefFelix Held2020-12-063-4/+2
* soc/amd/picasso/chip.h: remove unneeded extern pci_domain_opsFelix Held2020-12-062-3/+1
* soc/amd/stoneyridge: remove unused config_t typedefFelix Held2020-12-061-2/+0
* soc/amd/stoneyridge/chip.h: remove unneeded extern pci_domain_opsFelix Held2020-12-062-3/+1
* soc/amd/stoneyridge/acpi/sb_fch: use existing base address definesFelix Held2020-12-061-3/+3
* soc/amd/picasso/Makefile: use all-y for adding config.c to the buildFelix Held2020-12-061-5/+2
* soc/amd/cezanne: use common TSC and monotonic timer codeFelix Held2020-12-063-10/+1
* soc/amd: factor out common family 17h&19h TSC and monotonic timer codeFelix Held2020-12-066-14/+32
* soc/amd/common/block/cpu: move Makefile guards into subfoldersFelix Held2020-12-063-2/+9
* soc/amd/stoneyridge: order selected Kconfig options alphabeticallyFelix Held2020-12-051-17/+17
* soc/amd: Fix X86_RESET_VECTOR location in commentsKyösti Mälkki2020-12-052-2/+2
* amd_blobs: Always set default pathsNico Huber2020-12-051-3/+0
* soc/amd/picasso/tsc: fix clock divisor range checkFelix Held2020-12-051-1/+1
* soc/amd/cezanne: add skeleton for new SoCFelix Held2020-12-057-0/+174
* soc/intel/jasperlake: Add Acoustic noise mitigation configurationMaulik V Vaghela2020-12-052-0/+53
* soc/intel/xeon_sp: Don't use common block acpi.hMarc Jones2020-12-055-6/+9
* soc/intel/common/block/usb4: Add the PCI ID for ADLV Sowmya2020-12-051-0/+1
* soc/amd/picassso/acpi: increase MMIO region size of GPIO controllerFelix Held2020-12-041-2/+2
* soc/intel/alderlake: Align chipset.cb with pci_devs.hEric Lai2020-12-041-8/+9
* soc/amd: move smi_util to common blockFelix Held2020-12-048-137/+17
* src/soc/intel/alderlake: Enable the PCH HDAV Sowmya2020-12-041-0/+3
* soc/intel/{skl,cnl}: add NMI_{EN,STS} registersMichael Niewöhner2020-12-046-0/+34
* soc/intel/common/block/gpio: add code for NMI enablingMichael Niewöhner2020-12-044-0/+42
* intel/common/block/gpio: only reset configured SMI instead of allMichael Niewöhner2020-12-041-7/+7
* soc/intel/skylake: Add chipset devicetreeFelix Singer2020-12-032-0/+70
* src: Remove redundant use of ACPI offset(0)Elyes HAOUAS2020-12-0310-11/+1
* cbfs: Introduce cbfs_ro_map() and cbfs_ro_load()Julius Werner2020-12-032-25/+5
* cbfs: Simplify load/map API names, remove type argumentsJulius Werner2020-12-0213-32/+20
* cbfs: Enable CBFS mcache on most chipsetsJulius Werner2020-12-0219-19/+39
* soc/intel/common/cse: Perform cse_fw_sync on BS_PRE_DEVICE entryFurquan Shaikh2020-12-021-8/+0
* soc/amd: factor out common SMI/SCI enums and function prototypesFelix Held2020-12-0214-86/+62
* soc/amd/common/smbus: remove misleading definitionFelix Held2020-12-022-2/+2
* soc/amd: factor out fch_smbus_initFelix Held2020-12-025-28/+23
* soc/amd: factor out SMBUS controller registers into common headerFelix Held2020-12-026-89/+53
* soc/amd: factor out common AOAC device enable and status query functionsFelix Held2020-12-0210-59/+53
* soc/amd: factor out common AOAC definitionsFelix Held2020-12-025-50/+39
* soc/intel/skylake: Fix compilation under x86_64Patrick Rudolph2020-12-022-3/+3
* soc/amd/picasso: add FSP binary locationFelix Held2020-12-021-0/+14
* soc/intel/elkhartlake: Update KconfigTan, Lean Sheng2020-12-021-13/+15
* soc/intel/skylake: Map VBIOS IDsPaul Menzel2020-12-021-0/+20
* soc/amd/stoneyridge: align AOAC code with PicassoFelix Held2020-12-012-48/+36