summaryrefslogtreecommitdiffstats
path: root/src/soc
Commit message (Expand)AuthorAgeFilesLines
...
* /: Remove "ERROR: "/"WARNING: " prefixes from log messagesElyes Haouas2022-11-1014-28/+28
* sb,soc/intel: Use register_new_ioapic_gsi0()Kyösti Mälkki2022-11-103-3/+3
* sb,soc/intel: Use acpi_create_madt_ioapic_from_hw()Kyösti Mälkki2022-11-103-4/+3
* soc/intel/xeon_sp: Move SMBIOS type 4 override functions from mainboardJingleHsuWiwynn2022-11-101-0/+11
* soc/nvidia/tegra124: Fix building with clangArthur Heymans2022-11-101-7/+7
* soc/sifive/ux00ddr.h: Remove set but unused variablesArthur Heymans2022-11-101-4/+4
* device/xhci: Factor out `struct xhci_usb_info`Robert Zieba2022-11-091-14/+1
* device/xhci: Factor out common PORTSC codeRobert Zieba2022-11-091-38/+5
* soc/amd/picasso/acpi: include pci_int_defs.asl from soc.aslFelix Held2022-11-091-0/+3
* soc/amd/picasso/acpi: rename pcie.asl to pci_int_defs.aslFelix Held2022-11-092-65/+65
* soc/intel/common/xhci: Fix building for 64bitArthur Heymans2022-11-091-1/+1
* soc/intel/elkhartlake: Correct I2C base clock to 100 MHzWerner Zeh2022-11-091-1/+1
* soc/amd/common/block/spi: Mainboard to override SPI Read ModeKarthikeyan Ramasubramanian2022-11-092-3/+3
* vboot: Add VBOOT_CBFS_INTEGRATION supportJakub Czapiga2022-11-081-0/+1
* soc/intel/xeon_sp: accomodate xeon_sp FSPX_CONFIG definitionsJonathan Zhang2022-11-086-10/+12
* vboot: Introduce handy vboot reboot functionsJakub Czapiga2022-11-082-13/+5
* /: Remove unused <inttypes.h>Elyes Haouas2022-11-083-3/+0
* soc/ti/am335x/cbmem.c: Use MiB macroElyes HAOUAS2022-11-081-1/+2
* soc/intel/meteorlake: Remove PM Energy Report WARavi Sarawadi2022-11-081-8/+0
* soc/intel: Use `PWRMBASE` over static `Index 0` for PMCSubrata Banik2022-11-086-6/+12
* soc/qualcomm/sc7280: Move AOP load and reset handle to RomstageSudheer Kumar Amrabadi2022-11-073-6/+4
* soc/amd/mendocino: Enable x86 SHA acceleratorKarthikeyan Ramasubramanian2022-11-071-0/+1
* soc/intel/common/block/pcie/rtd3: Skip Power On if _STA returns 1Kane Chen2022-11-071-2/+22
* soc/intel/meteorlake: Implement SOC Die lock down configurationRavi Sarawadi2022-11-071-0/+17
* soc/intel/meteorlake: Fix incompatible function pointersArthur Heymans2022-11-072-2/+2
* soc/amd/common/include/gpio_defs.h: Add comment for accuracyFred Reitberger2022-11-071-0/+1
* soc/intel/cannonlake: Fix GPIO reset mappingAngel Pons2022-11-071-5/+5
* soc/intel/block/power_limit: Avoid MSR read if it is not neededWerner Zeh2022-11-051-3/+3
* src/soc/amd/mendocino: Enable override of MAINBOARD_BLOBS_DIRNikolai Vyssotski2022-11-041-0/+3
* soc/amd/*/data_fabric: Use common device opsFred Reitberger2022-11-0416-260/+48
* soc/amd/common/data_fabric: Make common device opsFred Reitberger2022-11-041-0/+29
* soc/amd/mendocino/data_fabric.c: Make function more genericFred Reitberger2022-11-041-21/+16
* soc/amd/*/data_fabric: Move register offsets to socFred Reitberger2022-11-0410-48/+47
* soc/amd/common/block/data_fabric: Use register bitslice structsFred Reitberger2022-11-041-19/+19
* soc/intel/meteorlake: Provide mitigation support for CNVi RFIzhaojohn2022-11-041-0/+15
* lib/coreboot_table: Rename lb_fill_pcieArthur Heymans2022-11-042-2/+2
* lib/coreboot_table: Simplify API to set up lb_serialArthur Heymans2022-11-0411-92/+73
* Revert "soc/intel/xeon_sp/cpx: Add get_ewl_hob() utility function"Felix Held2022-11-043-17/+1
* soc/intel/alderlake: Add IBECCMaximilian Brune2022-11-042-0/+41
* soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-0423-57/+56
* soc/intel/xeon_sp/cpx: Add get_ewl_hob() utility functionJohnny Lin2022-11-043-1/+17
* soc/xeon_sp: Add weak mainboard_ewl_check for EWL check after FSP-MJohnny Lin2022-11-042-0/+4
* soc/mediatek/mt8188: Disable input-gating for big-core SRAMLiju-Clr Chen2022-11-044-0/+28
* soc/mediatek/mt8188: Fix AP hang when enabling cpufreq-hw driverLiju-Clr Chen2022-11-042-1/+6
* soc/intel/**/fast_spi.c: Drop spurious whitespaceAngel Pons2022-11-041-2/+1
* soc/intel/skylake: Clean up includesElyes Haouas2022-11-0412-0/+16
* Revert "soc/mediatek/mt8188: Allow CPUfreq hardware to access MCUPM registers"Liju-Clr Chen2022-11-042-10/+0
* soc/amd: Specify memory types supported by each chipMartin Roth2022-11-046-0/+30
* soc/amd/common: Only call into enabled memory typesMartin Roth2022-11-041-9/+8
* soc/amd/glinda/data_fabric: Add register bitslice structFred Reitberger2022-11-031-2/+28