summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/acpi
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove unuseful "_ADR: Address" commentElyes Haouas2023-02-171-1/+0
* treewide: Remove unuseful "_UID: Unique ID" commentElyes Haouas2023-02-171-1/+1
* treewide: Remove unuseful "_CID: Compatible ID" commentElyes Haouas2023-02-171-1/+1
* treewide: Remove unuseful "_HID: Hardware ID" commentElyes Haouas2023-02-171-1/+1
* soc/intel/cmn/block/acpi: enable BERT table without crashlogJonathan Zhang2023-02-171-6/+18
* soc/intel/cmn/acpi/pep: Add PCI device number for warning msgSubrata Banik2023-02-171-1/+3
* soc/intel/common/block/acpi/pep: use acpigen_write_processor_namestringFelix Held2023-01-281-7/+2
* soc/intel: Add Kconfigs to define scaling factor for coresSridhar Siricilla2023-01-101-4/+9
* soc/intel/common: Fix cpu index calculationSridhar Siricilla2023-01-091-2/+8
* soc/intel/: Rename small and big cores referencesSridhar Siricilla2023-01-061-18/+18
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-2/+2
* soc/intel/{adl, common}: provide a list of D-states to enter LPMEran Mitrani2022-12-152-5/+119
* soc/intel/xeon_sp: Read ioapic configuration from hardwareArthur Heymans2022-12-061-17/+9
* ACPI: Use common code for MADT LAPIC NMIsKyösti Mälkki2022-11-251-7/+1
* sb,soc/intel: Use acpi_create_madt_ioapic_from_hw()Kyösti Mälkki2022-11-101-1/+1
* soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas2022-11-042-6/+6
* soc/intel/common: provide display hook in PEP for ECsMichael Niewöhner2022-11-021-0/+13
* soc: Add SPDX license headers to MakefilesMartin Roth2022-10-311-0/+1
* soc/intel/{adl,cmn}: Add/Remove LTR disqualification for UFSMeera Ravindranath2022-10-272-0/+31
* soc/intel/{adl, cmn}: Allow config to select the OCP workaroundSubrata Banik2022-10-272-0/+11
* soc/intel/common: Clean up includesElyes Haouas2022-10-252-0/+4
* soc/intel/cmn/block/acpi: Create common ASL entry for UFSSubrata Banik2022-10-201-0/+85
* treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held2022-10-151-1/+1
* treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'Elyes Haouas2022-10-121-1/+1
* acpi/acpi_pm.c: refactor acpi_pm_state_for_* functionsFabio Aiuto2022-09-271-1/+1
* soc/intel/cmn/block/acpi: Add new GPIO ASL MethodTim Wawrzynczak2022-08-301-0/+19
* soc/intel/cmn/block/acpi: Modify GPIO Methods to use bitfieldsTim Wawrzynczak2022-08-301-26/+18
* soc/intel/*: Use SSDT to pass A4GB and A4GSArthur Heymans2022-05-162-3/+4
* src: Remove unused <cf9_reset.h>Elyes Haouas2022-05-161-1/+0
* soc/intel/acpi_bert.c: Fix formatted print type for size_tArthur Heymans2022-05-141-4/+4
* soc/intel/alderlake: provide a list of D-states to enter LPMTarun Tuli2022-05-121-2/+3
* intelblocks/pep: Handle TBT displays on s0ix transitionMichał Kopeć2022-05-031-0/+12
* intelblocks/pep: Add display on/off notificationsMichał Żygowski2022-05-031-2/+21
* soc/intel/common/block/acpi: Fill PEP S0 mask on failureEvan Green2022-04-271-2/+0
* soc/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-241-1/+0
* soc/intel/common/block/acpi: Return existing Object for _DSM subfunctionTim Wawrzynczak2022-02-281-5/+10
* arch/x86: factor out and commonize HPET_BASE_ADDRESS definitionFelix Held2022-02-252-0/+2
* soc/intel/common/block/acpi: Drop duplicated 'fadt->header.revision'Elyes Haouas2022-02-221-2/+0
* src/soc: Remove space before tabElyes Haouas2022-02-171-1/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-6/+6
* soc/intel/common: Define enum cpu_perf_eff_type type for core typesSridhar Siricilla2022-02-071-2/+7
* soc/intel/common: Implement ACPI CPPCv3 package to support hybrid coreSridhar Siricilla2022-01-282-2/+70
* soc/intel/alderlake: Add method to determine the cpu typeSridahr Siricilla2022-01-193-0/+65
* soc/intel/common/acpi/pep: Use correct size_t length modifierPaul Menzel2022-01-041-1/+1
* soc/intel: move SGX ACPI code to block/acpiMichael Niewöhner2021-11-112-0/+59
* soc/intel: generate SSDT instead of using GNVS for SGXMichael Niewöhner2021-11-092-3/+4
* soc/intel: drop Kconfig `PM_ACPI_TIMER_OPTIONAL`Michael Niewöhner2021-11-081-1/+1
* soc/intel/common/acpi: Correct IPC sub command for reading LPM requirementEthan Tsao2021-10-271-1/+2
* soc/intel: Constify `soc_get_cstate_map()`Angel Pons2021-10-191-1/+1
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-9/+0