summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/broadwell/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/broadwell: Move PCH code into pch subdirAngel Pons2020-10-301-677/+0
* soc/intel/broadwell: Separate PCH in devicetreeAngel Pons2020-10-301-4/+4
* src: Include <arch/io.h> when appropriateElyes HAOUAS2020-10-261-1/+0
* soc/intel/broadwell: Drop `broadwell_pci_ops`Angel Pons2020-10-251-1/+1
* soc/intel/broadwell/lpc.c: Drop reg-script usage for PCH misc initAngel Pons2020-10-231-22/+53
* soc/intel/broadwell/lpc.c: Drop reg-script usage for PCH PM initAngel Pons2020-10-231-53/+65
* broadwell: Factor out PIRQ routing from devicetreeAngel Pons2020-07-281-16/+11
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-4/+5
* ACPI: Replace smm_setup_structures()Kyösti Mälkki2020-06-241-1/+1
* sb/intel: Remove spurious HAVE_SMI_HANDLER testKyösti Mälkki2020-06-161-1/+1
* arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki2020-06-161-3/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* soc/intel/broadwell: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS2019-12-191-1/+0
* soc/intel/broadwell: Use common SB RTC codeArthur Heymans2019-11-101-6/+2
* src: Remove unused '#include <cpu/cpu.h>'Elyes HAOUAS2019-10-281-1/+0
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* soc/intel: Expand SA_DEV_ROOT for ramstageKyösti Mälkki2019-07-211-1/+2
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-4/+4
* soc,southbridge/intel: Avoid preprocessor with HAVE_SMI_HANDLERKyösti Mälkki2019-07-131-3/+1
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-061-1/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-2/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-0/+1
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-1/+0
* soc/intel/broadwell: Get rid of device_tElyes HAOUAS2018-06-011-11/+13
* soc/intel/broadwell: Enable VT-d and X2APICMatt DeVillier2018-03-011-0/+15
* soc/intel: Enable ACPI DBG2 table generationDuncan Laurie2017-11-151-1/+13
* soc/intel/broadwell: refactor rtc failure checkingAaron Durbin2017-09-201-12/+1
* vboot: remove init_vbnv_cmos()Aaron Durbin2017-09-201-6/+1
* soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-2/+2
* soc/intel/broadwell: Fix other issues detected by checkpatchLee Leahy2017-03-171-1/+1
* soc/intel/broadwell: Fix {}, () and conditional issuesLee Leahy2017-03-171-4/+12
* soc/intel/broadwell: Fix spacing issues detected by checkpatchLee Leahy2017-03-171-5/+5
* lynxpoint/broadwell: fix PCH power optimizerMatt DeVillier2017-02-201-1/+1
* Revert "intel/lynxpoint,broadwell: Fix eDP display in Windows, SeaBios & Tiano"Matt DeVillier2017-02-201-2/+0
* soc/intel/broadwell/lpc.c: don't zeroize existing gnvs tableMatt DeVillier2016-12-141-1/+0
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* intel/lynxpoint,broadwell: Fix eDP display in Windows, SeaBios & TianoPrabal Saha2016-08-021-0/+2
* soc/intel/broadwell: Use init_vbnv_cmos from vboot vbnvFurquan Shaikh2016-07-281-24/+4
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-8/+5