summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
...
* soc/intel/alderlake: Hide PMC and IOM devicesJeremy Soller2022-07-232-0/+4
* soc/intel/cannonlake: Set MAX_CPUS based on the SoC and PCHFelix Singer2022-07-231-1/+4
* soc/apollolake: Don't select VBNV_CMOS if VBNV_FLASH is enabledSean Rhodes2022-07-221-2/+2
* soc/mediatek/mt8188: Add eMMC and SD card configurationsAndy-ld Lu2022-07-222-0/+116
* mb/google/geralt: Implement regulator interfaceHui Liu2022-07-221-0/+2
* mb/google: Use boolean type for "enable" argument for regulatorRex-BC Chen2022-07-213-7/+6
* mb/google: Replace some strings in regulator.cRex-BC Chen2022-07-212-5/+4
* soc/mediatek/mt8188: Add VMCH, VMC support for MT8188Hui Liu2022-07-213-4/+92
* soc/mediatek/mt8188: Add PMIF and PMIC init supportHui Liu2022-07-219-0/+780
* soc/mediatek: Create a function to check ulposcRex-BC Chen2022-07-212-8/+19
* soc/amd/common/block/spi/fch_spi_ctrl: Fix restricted command writeFred Reitberger2022-07-201-1/+1
* arch/arm64,arm: Prepare for !SEPARATE_ROMSTAGEArthur Heymans2022-07-201-2/+8
* soc/amd/sabrina: Fix boot region address passed to PSPKarthikeyan Ramasubramanian2022-07-202-1/+2
* soc/amd/common/psp_verstage: Fix update_boot_regionKarthikeyan Ramasubramanian2022-07-202-6/+18
* soc/amd/sabrina: Do not dump CBMEM pre-bootblock contents to consoleKarthikeyan Ramasubramanian2022-07-201-1/+0
* soc/amd/sabrina, mb/google/skyrim: Call espi_switch_to_spi1_padsKarthikeyan Ramasubramanian2022-07-201-0/+1
* treewide: Remove unused <cpu/x86/mtrr.h>Elyes Haouas2022-07-202-2/+0
* treewide: Remove unused <cpu/x86/msr.h>Elyes Haouas2022-07-206-6/+0
* soc/apollolake: Add CSE Firmware Status RegistersSean Rhodes2022-07-202-9/+81
* soc/intel/alderlake/fsp_params.c: Set DdrSpeedControl UPDFranklin Lin2022-07-201-1/+3
* soc/intel/cmn/pch/lockdown: Guard gpmr_lockdown_cfgSean Rhodes2022-07-201-0/+3
* soc/intel/common/pch: Decouple CLIENT from BASEAngel Pons2022-07-2010-26/+27
* soc/intel/apollolake: Call heci_init in romstageSean Rhodes2022-07-191-0/+4
* soc/amd/sabrina/fsp_m_params: add UPD pointer parameter to mb callbackFelix Held2022-07-192-3/+3
* soc/qualcomm/sc7280: Support hardware watchdog compilationKshitiz Godara2022-07-182-0/+2
* soc/intel/meteorlake: Allow possible options for MP InitSubrata Banik2022-07-182-3/+32
* soc/intel/meteorlake: Choose coreboot doing MP Init over FSPSubrata Banik2022-07-181-5/+4
* soc/intel/meteorlake: Enable `DEFAULT_X2APIC_LATE_WORKAROUND`Subrata Banik2022-07-182-1/+11
* soc/intel/meteorlake: Account for GSPI2 everywhereAngel Pons2022-07-185-0/+8
* treewide: Don't add bitsElyes Haouas2022-07-182-2/+2
* soc/amd: Fix some white spaces issuesElyes Haouas2022-07-176-7/+7
* soc/amd/common: Fix some white spaces issuesElyes Haouas2022-07-179-16/+16
* soc/amd/*/include/soc/iomap.h: Fix some white spaces issuesElyes Haouas2022-07-172-2/+2
* soc/amd/[cezanne,picasso,sabrina]/Kconfig: Add PSP_APOB_DRAM_SIZE config optionFred Reitberger2022-07-165-4/+16
* soc/amd/picasso: Add MP2 I2C0 and I2C1 controller ACPI devicesRitul Guru2022-07-162-0/+76
* soc/intel/xeon_sp: Make gsi_bases platform independentChristian Walter2022-07-153-7/+28
* soc/intel/cannonlake: Update VR config for Coffee LakeChristian Walter2022-07-151-36/+65
* soc/intel/alderlake: Support PCIe hardware compliance test modeSridahr Siricilla2022-07-143-2/+11
* soc/intel/common: Introduce SOC_INTEL_COMPLIANCE_TEST_MODEJeremy Compostella2022-07-141-0/+18
* arch/x86: Mark prepare_and_run_postcar noreturnArthur Heymans2022-07-141-1/+0
* lib/program_loaders.c: Mark run_ramstage with __noreturnArthur Heymans2022-07-143-5/+0
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-142-4/+8
* soc/intel/broadwell: Drop vboot supportYu-Ping Wu2022-07-141-26/+0
* soc/amd/*: Move apm call out of MP init codeArthur Heymans2022-07-143-30/+17
* soc/amd/fsp: Cache smm_region() resultsArthur Heymans2022-07-141-5/+11
* soc/intel/meteorlake: Add entry for GSPI2 deviceSubrata Banik2022-07-142-1/+2
* cpu/amd: Add common helpers for TSEG and SMMArthur Heymans2022-07-133-17/+38
* soc/mediatek: Move SPMI device table to SoC folderHui Liu2022-07-137-21/+51
* soc/mediatek/mt8188: add usb host supportShaocheng Wang2022-07-134-1/+52
* soc/mediatek/mt8188: Enable mmu operation for L2C SRAM and DMARex-BC Chen2022-07-132-0/+4