Age | Commit message (Expand) | Author |
2022-11-17 | soc/intel: Add node_num to dimm_info struct + adjust dimm_info_fill | David Milosevic |
2022-11-08 | soc/intel: Use `PWRMBASE` over static `Index 0` for PMC | Subrata Banik |
2022-11-07 | soc/intel/cannonlake: Fix GPIO reset mapping | Angel Pons |
2022-11-04 | soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h> | Elyes Haouas |
2022-10-31 | soc: Add SPDX license headers to Makefiles | Martin Roth |
2022-10-22 | payloads/edk2: Disable the CPU Timer Lib unless supported | Sean Rhodes |
2022-10-12 | treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' | Elyes Haouas |
2022-10-06 | soc/intel/cmn/gfx: Add missing CML-U IGD device IDs | Michał Żygowski |
2022-09-27 | acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions | Fabio Aiuto |
2022-09-22 | soc/intel/spi: Move BIOS flash SPI controllers to fast SPI driver | Werner Zeh |
2022-09-16 | soc/intel/cnl: Add Cometlake-H/S Q0 (10+2) CPU ID | Jeremy Soller |
2022-09-14 | soc/intel/cannonlake: Read HPR_CAUSE0 register | Angel Pons |
2022-07-23 | soc/intel/cannonlake: Set MAX_CPUS based on the SoC and PCH | Felix Singer |
2022-07-20 | treewide: Remove unused <cpu/x86/mtrr.h> | Elyes Haouas |
2022-07-20 | soc/intel/common/pch: Decouple CLIENT from BASE | Angel Pons |
2022-07-15 | soc/intel/cannonlake: Update VR config for Coffee Lake | Christian Walter |
2022-06-22 | soc/cannonlake: Hook up Comet Lake U 06-a6-01 microcode | Michał Żygowski |
2022-06-22 | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki |
2022-06-09 | soc/intel/cannonlake/acpi: Replace LLessEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | soc/intel/cannonlake/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | soc/intel/cannonlake/acpi: Replace LGreaterEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-09 | soc/intel/cannonlake/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer |
2022-06-04 | soc/intel: Rename heci_init to cse_init | Subrata Banik |
2022-06-02 | soc/intel/common/cpu: Use SoC overrides to set CPU privilege level | Subrata Banik |
2022-05-26 | soc/intel/cannonlake: Hook up FSP hyper-threading setting to option API | Felix Singer |
2022-05-16 | soc/intel/*: Use SSDT to pass A4GB and A4GS | Arthur Heymans |
2022-05-16 | soc/inte/*/gpio; Add GPE_EN and GPE_STS register definition | Maulik V Vaghela |
2022-04-29 | soc/{amd/stoneyridge,intel}: Don't select VBOOT_SEPARATE_VERSTAGE | Arthur Heymans |
2022-04-29 | soc/intel: Decouple HECI disabling interface from HECI disable Kconfig | Subrata Banik |
2022-04-27 | soc/intel/cmn/lockdown: Perform SA lockdown configuration | Subrata Banik |
2022-04-22 | soc/intel: Remove unused <cbmem.h> | Elyes HAOUAS |
2022-04-21 | soc/intel/cannonlake: Drop unused LPC BIOS Control macro | Subrata Banik |
2022-04-20 | soc/intel: clean up dmi driver code | Wonkyu Kim |
2022-04-06 | soc/intel/(cnl, jsl, tgl): Enable SOC_INTEL_COMMON_BASECODE | Sridhar Siricilla |
2022-03-29 | soc/intel: Move `pmc_clear_pmcon_sts()` into IA common code | Subrata Banik |
2022-03-07 | src: Make PCI ID define names shorter | Felix Singer |
2022-02-25 | intelblocks/pcie: Correct mapping between LCAP port and coreboot index | MAULIK V VAGHELA |
2022-02-25 | arch/x86: factor out and commonize HPET_BASE_ADDRESS definition | Felix Held |
2022-02-18 | drivers/fsp/fsp2_0: Rework FSP Notify Phase API configs | Subrata Banik |
2022-02-15 | soc/intel/cnl: Move selection of DISABLE_HECI1_AT_PRE_BOOT back to mainboard | Matt DeVillier |
2022-02-15 | soc/intel/cnl: switch to PMC/IPC for HECI disable on SOC_INTEL_COMETLAKE | Matt DeVillier |
2022-02-15 | soc/intel/*/pmc: Add `finalize` operation for pmc | Subrata Banik |
2022-02-15 | soc/intel/cnl: Enable CSE FW sync for CSE LITE SKU | Matt DeVillier |
2022-02-07 | treewide: Remove "ERROR: "/"WARN: " prefixes from log messages | Julius Werner |
2022-02-05 | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki |
2022-02-03 | soc/intel/cannonlake: Forbid FSP from disabling HECI1 | Subrata Banik |
2022-02-02 | soc/intel/cannonlake: Add `disable_vmx` devtree option | Angel Pons |
2022-02-02 | soc/intel/cannonlake: Use SBI msg to disable HECI1 | Subrata Banik |
2022-02-02 | soc/intel/common/cse: Rework heci_disable function | Subrata Banik |
2022-01-26 | soc/intel/cannonlake: Add PcieRpHotPlug config to FSP-M | Matt DeVillier |
2022-01-19 | soc/intel/common/cpu: Use SoC overrides to get CPU privilege level | Subrata Banik |
2022-01-17 | soc/intel/cnl: Use Kconfig to disable HECI1 | Subrata Banik |
2022-01-05 | soc/intel: Remove unused <string.h> | Elyes HAOUAS |
2022-01-01 | soc/intel/cannonlake/acpi: Replace Multiply(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-31 | soc/intel/cannonlake/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer |
2021-12-31 | soc/intel/cannonlake/acpi: Replace Add(a,b,c) with ASL 2.0 syntax | Felix Singer |
2021-12-30 | soc/intel/cannonlake/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntax | Felix Singer |
2021-12-30 | soc/intel/cannonlake/acpi: Replace LAnd() with ASL 2.0 syntax | Felix Singer |
2021-12-26 | soc/intel/{skl,cnl}: Guard USB macro parameters | Angel Pons |
2021-12-13 | soc/intel/cannonlake: Configure common FSP memory settings only once | Felix Singer |
2021-12-12 | soc/intel/cannonlake: Rename SA_DEV_SLOT_DSP | Felix Singer |
2021-12-10 | soc/intel/{skylake/cannonlake}: Fix bug in vr_config | Angel Pons |
2021-11-25 | soc/intel/common/thermal: Refactor thermal block to improve reusability | Subrata Banik |
2021-11-22 | soc/intel/cannonlake: Fix PEG1 _PRT generation | Arthur Heymans |
2021-11-10 | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen |
2021-11-09 | ChromeOS: Fix <vc/google/chromeos/chromeos.h> | Kyösti Mälkki |
2021-11-08 | soc/intel: drop Kconfig `PM_ACPI_TIMER_OPTIONAL` | Michael Niewöhner |
2021-10-26 | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held |
2021-10-25 | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held |
2021-10-22 | arch/x86/ioapic: Select IOAPIC with SMP | Kyösti Mälkki |
2021-10-22 | cpu/x86/mp_init: move printing of failure message into mp_init_with_smm | Felix Held |
2021-10-21 | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held |
2021-10-19 | soc/intel: Constify `soc_get_cstate_map()` | Angel Pons |
2021-10-19 | soc/intel/*/acpi.c: Don't copy structs with `memcpy()` | Angel Pons |
2021-10-17 | soc/intel: transition full control over PM Timer from FSP to coreboot | Michael Niewöhner |
2021-10-17 | soc/intel/{skl,cnl,dnv}: disable PM ACPI timer if chosen | Michael Niewöhner |
2021-10-17 | soc/intel: deduplicate acpi_fill_soc_wake | Michael Niewöhner |
2021-10-15 | soc/intel/cannonlake: Enable Energy/Performance Bias control | Angel Pons |
2021-10-12 | soc/intel/cannonlake: Lock PKG_CST_CONFIG_CONTROL MSR | Angel Pons |
2021-10-12 | soc/intel/*/cpu.c: Add missing space in comment | Angel Pons |
2021-10-07 | soc/intel/cannonlake: Enable x86_64 support | Patrick Rudolph |
2021-10-05 | src/soc to src/superio: Fix spelling errors | Martin Roth |
2021-09-29 | soc/intel/cannonlake: Guard acpi_fill_ssdt assignment with HAVE_ACPI_TABLES | Tim Wawrzynczak |
2021-09-29 | soc/intel: Drop unnecessary `select REG_SCRIPT` | Angel Pons |
2021-09-29 | soc/intel/{cnl,jsl,tgl,ehl,adl}: rename PMC device init/enable callbacks | Michael Niewöhner |
2021-09-10 | soc/intel/cannonlake: Switch to runtime generation of Intel Power Engine | Tim Wawrzynczak |
2021-09-10 | soc/intel/cannonlake: Switch PMC to use device callbacks | Tim Wawrzynczak |
2021-09-08 | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons |
2021-09-05 | soc/intel/cannonlake: Lock PAM registers in finalize | Tim Wawrzynczak |
2021-08-25 | soc/intel/cannonlake: Fix PCH-H IRQ constraints | Angel Pons |
2021-08-20 | soc/intel/cannonlake: Unbreak some short lines | Nico Huber |
2021-08-19 | Revert "src/soc/intel/cannonlake: Update C-state latency control limits" | Nico Huber |
2021-08-12 | soc/intel/cannonlake: Clean up FSP chipset lockdown configuration | Felix Singer |
2021-08-04 | Move post_codes.h to commonlib/console/ | Ricardo Quesada |
2021-08-04 | soc/intel/cannonlake: Allow to configure maximum package C state | Nico Huber |
2021-08-04 | soc/intel/cannonlake: Disable `TccOffsetClamp` if no offset is given | Nico Huber |
2021-08-04 | soc/intel/cannonlake/vr_config: Print configured values | Nico Huber |
2021-08-04 | soc/intel/cannonlake/vr_config: Add TDC values for CFL-H 6+2 | Nico Huber |
2021-08-03 | soc/intel/*: Allow configuring 8254 timer via CMOS | Sean Rhodes |
2021-07-26 | src/*: Specify type of `CBFS_SIZE` once | Angel Pons |