| Commit message (Expand) | Author | Age | Files | Lines |
* | soc: Add SPDX license headers to Kconfig files | Martin Roth | 2024-02-18 | 1 | -0/+2 |
* | device/device.h: Rename busses for clarity | Arthur Heymans | 2024-01-31 | 1 | -2/+2 |
* | include/device/device.h: Remove CHIP_NAME() macro | Nicholas Sudsgaard | 2024-01-31 | 1 | -1/+1 |
* | soc/intel: Rename Makefiles from .inc to .mk | Martin Roth | 2024-01-24 | 2 | -0/+0 |
* | soc/intel/braswell: Use {read,write}32p() | Elyes Haouas | 2024-01-18 | 4 | -23/+23 |
* | soc/intel/braswell/Kconfig: Set HPET_MIN_TICKS | Matt DeVillier | 2023-11-03 | 1 | -0/+3 |
* | soc/intel/braswell: Unify DPTF enablement | Matt DeVillier | 2023-11-03 | 3 | -7/+2 |
* | x86: Add pre-memory stages CBFS cache scratchpad support | Jeremy Compostella | 2023-10-20 | 1 | -0/+3 |
* | device/device.h: Rename pci_domain_scan_bus | Arthur Heymans | 2023-10-20 | 1 | -1/+1 |
* | soc: Remove SOC_SPECIFIC_OPTIONS | Elyes Haouas | 2023-08-21 | 1 | -7/+4 |
* | soc/intel/braswell: Adjust status of IOSF ACPI object | Matt DeVillier | 2023-08-11 | 1 | -0/+9 |
* | ACPI: Add helper fill_fadt_extended_pm_io() | Kyösti Mälkki | 2023-08-08 | 1 | -41/+3 |
* | acpi: Move ECAM resource below PNP0C02 device in a common place | Arthur Heymans | 2023-07-20 | 1 | -1/+0 |
* | soc/intel/braswell: Use newer function for resource declarations | Arthur Heymans | 2023-07-13 | 2 | -4/+4 |
* | acpi/gnvs.c: Drop unused pointer to the cbmem console | Arthur Heymans | 2023-07-06 | 2 | -2/+2 |
* | soc/intel: Clean up some includes | Kyösti Mälkki | 2023-05-10 | 3 | -3/+2 |
* | mb/google,intel: Use common ChromeEC code for lid shutdown | Kyösti Mälkki | 2023-05-09 | 1 | -0/+11 |
* | sb,soc/amd,intel: Drop include <cpu/x86/smm.h> | Kyösti Mälkki | 2023-04-29 | 1 | -1/+0 |
* | ACPI: Make FADT entries for RTC/CMOS architectural | Kyösti Mälkki | 2023-04-29 | 1 | -2/+0 |
* | ACPI: Make FADT entries for SMI architectural | Kyösti Mälkki | 2023-04-27 | 1 | -5/+0 |
* | soc/intel/baytrail,braswell: Use COMMON_MADT_IOAPIC | Kyösti Mälkki | 2023-04-26 | 2 | -12/+1 |
* | arch/x86/ioapic: Promote ioapic_get_sci_pin() | Kyösti Mälkki | 2023-04-26 | 1 | -2/+0 |
* | soc/intel: Introduce ioapic_get_sci_pin() | Kyösti Mälkki | 2023-04-26 | 3 | -33/+22 |
* | soc/intel/braswell: Replace <build.h> with <version.h> | Kyösti Mälkki | 2023-04-21 | 1 | -5/+4 |
* | cpu,soc/intel: Separate single SSDT CPU entry | Kyösti Mälkki | 2023-04-17 | 1 | -15/+19 |
* | sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPIC | Kyösti Mälkki | 2023-04-15 | 2 | -3/+1 |
* | cpu,soc/intel: Use acpigen_write_processor_device() | Elyes Haouas | 2023-04-14 | 1 | -3/+3 |
* | treewide: Remove unuseful "_ADR: Address" comment | Elyes Haouas | 2023-02-17 | 1 | -1/+1 |
* | arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminator | Felix Held | 2023-02-09 | 1 | -1/+1 |
* | arch/x86/cpu: introduce and use device_match_mask | Felix Held | 2023-02-08 | 1 | -4/+4 |
* | soc/intel/braswell: Fix indentation for the PMC (pm.h) macros | Elyes Haouas | 2023-01-21 | 1 | -93/+93 |
* | soc/intel/braswell: Use common gpio.h include | Dinesh Gehlot | 2023-01-18 | 6 | -11/+10 |
* | soc/intel/braswell/Makefile.inc: Remove path to non-existent directories | Elyes Haouas | 2023-01-12 | 1 | -2/+0 |
* | Enable VBOOT_VBNV_FLASH for SOC_INTEL_BRASWELL | Yu-Ping Wu | 2022-12-31 | 1 | -1/+0 |
* | tree/acpi: Replace constant "Zero" with actual number | Felix Singer | 2022-12-27 | 4 | -14/+14 |
* | {acpi,arch,soc}/acpi: Replace constant "One" with actual number | Felix Singer | 2022-12-27 | 7 | -9/+9 |
* | soc/intel/braswell/acpi: Replace Index(a, b) with ASL 2.0 syntax | Elyes Haouas | 2022-12-26 | 2 | -3/+2 |
* | tree: Replace And(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -16/+16 |
* | tree: Replace And(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 3 | -13/+13 |
* | tree: Replace Or(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 4 | -40/+40 |
* | tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-23 | 1 | -8/+8 |
* | tree: Replace LAnd(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-19 | 1 | -1/+1 |
* | soc/intel/braswell/acpi: Replace Store(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-14 | 9 | -58/+58 |
* | soc/intel/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 2 | -2/+2 |
* | soc/intel/acpi: Replace Subtract(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 2 | -3/+3 |
* | soc/intel/acpi: Replace Add(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 1 | -2/+2 |
* | soc/intel/acpi: Replace Add(a,b,c) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 4 | -7/+7 |
* | soc/intel/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 1 | -1/+1 |
* | soc/intel/braswell/acpi: Replace LEqual(a,b) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 10 | -31/+31 |
* | soc/intel/acpi: Replace Decrement(a) with ASL 2.0 syntax | Felix Singer | 2022-12-12 | 3 | -11/+11 |