aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/lynxpoint/lpc.c
AgeCommit message (Expand)Author
2021-02-06intel: Define `RCBA_LENGTH` in Kconfig and use itAngel Pons
2021-02-05intel: Turn `DEFAULT_RCBA` into a Kconfig symbolAngel Pons
2021-01-20ACPI GNVS: Drop APIC, factor out MPENKyösti Mälkki
2021-01-20ACPI GNVS: Drop most dev_count_cpu()Kyösti Mälkki
2021-01-18ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki
2021-01-13ACPI: Have single call-site for acpi_inject_nvsa()Kyösti Mälkki
2021-01-13ACPI: Add common acpi_fill_gnvs()Kyösti Mälkki
2021-01-10mb/x/acpi_tables: Rename to mainboard_fill_gnvs()Kyösti Mälkki
2021-01-10sb/intel: Factor out soc_fill_gnvs()Kyösti Mälkki
2021-01-10ACPI: Replace uses of CBMEM_ID_ACPI_GNVSKyösti Mälkki
2021-01-10ACPI: Drop redundant ChromeOS setup for GNVSKyösti Mälkki
2021-01-10ACPI: Drop redundant CONSOLE_CBMEM setup in GNVSKyösti Mälkki
2021-01-10ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocationsKyösti Mälkki
2021-01-04arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki
2020-11-24sb/intel/lynxpoint: Replace hard-coded IDs with definesFelix Singer
2020-11-07sb/intel/lynxpoint/lpc.c: Relocate `enable_hpet` functionAngel Pons
2020-11-07sb/intel/lynxpoint/lpc.c: Correct GPI routing checkAngel Pons
2020-11-07sb/intel: Don't set ACPI_EN twiceAngel Pons
2020-11-07sb/intel/*/lpc.c: Don't try to write read-only PCICMD bitsAngel Pons
2020-11-02sb/intel/lynxpoint: Align with BroadwellAngel Pons
2020-11-02sb/intel/lynxpoint/lpc.c: Simplify PM init sequenceAngel Pons
2020-10-31sb/intel/lynxpoint: Drop unnecessary `UL` suffixAngel Pons
2020-10-31sb/intel/lynxpoint: Use common code to generate HPET tableAngel Pons
2020-10-24sb/intel/lynxpoint: Ensure that `dev->chip_info` is not nullAngel Pons
2020-10-24sb/intel/lynxpoint: Use spaces around `|`Angel Pons
2020-10-23sb/intel/lynxpoint: Drop space after castsAngel Pons
2020-10-14haswell/lynxpoint: Align cosmetics with BroadwellAngel Pons
2020-09-21src/southbridge: Drop unneeded empty linesElyes HAOUAS
2020-08-12sb/intel/lynxpoint: Move IOBP API to its own compilation unitAngel Pons
2020-08-07sb/intel/lynxpoint: Use PCI bitwise opsAngel Pons
2020-07-28lynxpoint: Factor out PIRQ routing from devicetreeAngel Pons
2020-07-26{sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons
2020-07-14sb/intel/lynxpoint: Move `acpi_fill_fadt` to fadt.cAngel Pons
2020-07-08sb/intel/lynxpoint: Program PM registers directlyAngel Pons
2020-06-30ACPI: Drop typedef global_nvs_tKyösti Mälkki
2020-06-24src: Report byte-sized access for GPE0Angel Pons
2020-06-24ACPI: Replace smm_setup_structures()Kyösti Mälkki
2020-06-16sb/intel: Remove spurious HAVE_SMI_HANDLER testKyösti Mälkki
2020-06-16arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki
2020-06-06src: Use pci_dev_ops_pci where applicableAngel Pons
2020-06-06arch/x86: Declare permanent_smi_handler()Kyösti Mälkki
2020-06-06soc,southbridge/intel: Control SMI related FADT entriesKyösti Mälkki
2020-05-26src/sb: Use 'print("%s...", __func__)'Elyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-02acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_inject_dsdtFurquan Shaikh
2020-04-28device: Constify struct device * parameter to acpi_fill_ssdt()Furquan Shaikh
2020-04-28device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh
2020-04-13acpi: Bump FADT to revision 6Patrick Rudolph
2020-04-04src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons
2020-04-02sb/intel/lynxpoint: drop IGD-related NVS variablesMatt DeVillier
2020-04-02Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-09drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki
2019-12-19src: Remove unused 'include <arch/cpu.h>'Elyes HAOUAS
2019-11-13sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOTKyösti Mälkki
2019-10-21sb/lynxpoint: Fix 'dead increment'Elyes HAOUAS
2019-10-08device: Use scan_static_bus() over scan_lpc_bus()Nico Huber
2019-08-21southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki
2019-07-13soc,southbridge/intel: Avoid preprocessor with HAVE_SMI_HANDLERKyösti Mälkki
2019-07-08sb/intel/lynxpoint: Use common final SPI OPs setupArthur Heymans
2019-05-13{bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS
2019-05-06Fix code that would trip -Wtype-limitsJulius Werner
2019-03-21{northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-01-13sb/intel: Check for NULL-return of pcidev_on_root()Nico Huber
2019-01-07intel/lynxpoint: Fix spellingKyösti Mälkki
2019-01-06Kconfig: Unify power-after-failure optionsNico Huber
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-12-19sb/intel/lynxpoint: Don't force state keep after power failTristan Corrick
2018-12-03sb/intel/common: Create a common PCH finalise implementationTristan Corrick
2018-12-03sb/intel/lynxpoint: Ensure the finalise handler is calledTristan Corrick
2018-11-16sb/intel/lynxpoint: Generate the ACPI FADT with a common functionTristan Corrick
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-07sb/intel: Deduplicate vbnv_cmos_failed and rtc_initPatrick Rudolph
2018-11-01sb/intel/lynxpoint: Automatically generate the ACPI PCI routing tableTristan Corrick
2018-11-01sb/intel/lynxpoint: Add PCI IDs for more SKUsTristan Corrick
2018-09-06chromeos/gnvs: remove function and naming cleanupJoel Kitching
2018-08-22acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching
2018-06-09sb/intel/lynxpoint: Get rid of device_tElyes HAOUAS
2018-04-30southbridge/intel: Remove space before/after parenthesisElyes HAOUAS
2018-04-20pci: Move inline PCI functions to pci_ops.hPatrick Rudolph
2018-03-08nb/intel/haswell;sb/intel/lynxpoint: Enable VT-d and X2APICMatt DeVillier
2017-09-20southbridge/intel/lynxpoint: refactor rtc failure checkingAaron Durbin
2017-07-16southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-10southbridge/intel/lynxpoint: Fix undefined behaviorRyan Salsamendi
2017-07-06sb/intel/lynxpoint: Add whitespace around '<<'Elyes HAOUAS
2017-07-03southbridge/intel/lynxpoint: Fix undefined behaviorRyan Salsamendi
2017-07-02southbridge/intel/lynxpoint: Fix undefined behaviorRyan Salsamendi
2017-02-20lynxpoint/broadwell: fix PCH power optimizerMatt DeVillier
2017-02-20Revert "intel/lynxpoint,broadwell: Fix eDP display in Windows, SeaBios & Tiano"Matt DeVillier
2016-10-07src/southbridge: Remove whitespace after sizeofElyes HAOUAS
2016-08-31src/southbridge: Code formatingElyes HAOUAS
2016-08-02intel/lynxpoint,broadwell: Fix eDP display in Windows, SeaBios & TianoPrabal Saha
2015-12-15x86 acpi: remove ALIGN_CURRENT macroAaron Durbin
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-06-05device_ops: add device_t argument to write_acpi_tablesAlexander Couzens
2015-06-05device_ops: add device_t argument to acpi_inject_dsdt_generatorAlexander Couzens
2015-06-04devicetree: Discriminate device ops scan_bus()Kyösti Mälkki