summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/braswell
Commit message (Expand)AuthorAgeFilesLines
* soc: Add SPDX license headers to Kconfig filesMartin Roth2024-02-181-0/+2
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-2/+2
* include/device/device.h: Remove CHIP_NAME() macroNicholas Sudsgaard2024-01-311-1/+1
* soc/intel: Rename Makefiles from .inc to .mkMartin Roth2024-01-242-0/+0
* soc/intel/braswell: Use {read,write}32p()Elyes Haouas2024-01-184-23/+23
* soc/intel/braswell/Kconfig: Set HPET_MIN_TICKSMatt DeVillier2023-11-031-0/+3
* soc/intel/braswell: Unify DPTF enablementMatt DeVillier2023-11-033-7/+2
* x86: Add pre-memory stages CBFS cache scratchpad supportJeremy Compostella2023-10-201-0/+3
* device/device.h: Rename pci_domain_scan_busArthur Heymans2023-10-201-1/+1
* soc: Remove SOC_SPECIFIC_OPTIONSElyes Haouas2023-08-211-7/+4
* soc/intel/braswell: Adjust status of IOSF ACPI objectMatt DeVillier2023-08-111-0/+9
* ACPI: Add helper fill_fadt_extended_pm_io()Kyösti Mälkki2023-08-081-41/+3
* acpi: Move ECAM resource below PNP0C02 device in a common placeArthur Heymans2023-07-201-1/+0
* soc/intel/braswell: Use newer function for resource declarationsArthur Heymans2023-07-132-4/+4
* acpi/gnvs.c: Drop unused pointer to the cbmem consoleArthur Heymans2023-07-062-2/+2
* soc/intel: Clean up some includesKyösti Mälkki2023-05-103-3/+2
* mb/google,intel: Use common ChromeEC code for lid shutdownKyösti Mälkki2023-05-091-0/+11
* sb,soc/amd,intel: Drop include <cpu/x86/smm.h>Kyösti Mälkki2023-04-291-1/+0
* ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki2023-04-291-2/+0
* ACPI: Make FADT entries for SMI architecturalKyösti Mälkki2023-04-271-5/+0
* soc/intel/baytrail,braswell: Use COMMON_MADT_IOAPICKyösti Mälkki2023-04-262-12/+1
* arch/x86/ioapic: Promote ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-2/+0
* soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki2023-04-263-33/+22
* soc/intel/braswell: Replace <build.h> with <version.h>Kyösti Mälkki2023-04-211-5/+4
* cpu,soc/intel: Separate single SSDT CPU entryKyösti Mälkki2023-04-171-15/+19
* sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPICKyösti Mälkki2023-04-152-3/+1
* cpu,soc/intel: Use acpigen_write_processor_device()Elyes Haouas2023-04-141-3/+3
* treewide: Remove unuseful "_ADR: Address" commentElyes Haouas2023-02-171-1/+1
* arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held2023-02-091-1/+1
* arch/x86/cpu: introduce and use device_match_maskFelix Held2023-02-081-4/+4
* soc/intel/braswell: Fix indentation for the PMC (pm.h) macrosElyes Haouas2023-01-211-93/+93
* soc/intel/braswell: Use common gpio.h includeDinesh Gehlot2023-01-186-11/+10
* soc/intel/braswell/Makefile.inc: Remove path to non-existent directoriesElyes Haouas2023-01-121-2/+0
* Enable VBOOT_VBNV_FLASH for SOC_INTEL_BRASWELLYu-Ping Wu2022-12-311-1/+0
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-274-14/+14
* {acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-277-9/+9
* soc/intel/braswell/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas2022-12-262-3/+2
* tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-16/+16
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-233-13/+13
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-234-40/+40
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-231-8/+8
* tree: Replace LAnd(a,b) with ASL 2.0 syntaxFelix Singer2022-12-191-1/+1
* soc/intel/braswell/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-149-58/+58
* soc/intel/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-122-2/+2
* soc/intel/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer2022-12-122-3/+3
* soc/intel/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-2/+2
* soc/intel/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-124-7/+7
* soc/intel/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-1/+1
* soc/intel/braswell/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-12-1210-31/+31
* soc/intel/acpi: Replace Decrement(a) with ASL 2.0 syntaxFelix Singer2022-12-123-11/+11