summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/lpc.c
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/lynxpoint/lpc.c: Relocate `enable_hpet` functionAngel Pons2020-11-071-19/+19
* sb/intel/lynxpoint/lpc.c: Correct GPI routing checkAngel Pons2020-11-071-1/+1
* sb/intel: Don't set ACPI_EN twiceAngel Pons2020-11-071-3/+0
* sb/intel/*/lpc.c: Don't try to write read-only PCICMD bitsAngel Pons2020-11-071-5/+0
* sb/intel/lynxpoint: Align with BroadwellAngel Pons2020-11-021-8/+16
* sb/intel/lynxpoint/lpc.c: Simplify PM init sequenceAngel Pons2020-11-021-42/+42
* sb/intel/lynxpoint: Drop unnecessary `UL` suffixAngel Pons2020-10-311-8/+8
* sb/intel/lynxpoint: Use common code to generate HPET tableAngel Pons2020-10-311-8/+1
* sb/intel/lynxpoint: Ensure that `dev->chip_info` is not nullAngel Pons2020-10-241-23/+25
* sb/intel/lynxpoint: Use spaces around `|`Angel Pons2020-10-241-4/+4
* sb/intel/lynxpoint: Drop space after castsAngel Pons2020-10-231-2/+2
* haswell/lynxpoint: Align cosmetics with BroadwellAngel Pons2020-10-141-6/+5
* src/southbridge: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* sb/intel/lynxpoint: Move IOBP API to its own compilation unitAngel Pons2020-08-121-0/+1
* sb/intel/lynxpoint: Use PCI bitwise opsAngel Pons2020-08-071-15/+5
* lynxpoint: Factor out PIRQ routing from devicetreeAngel Pons2020-07-281-14/+16
* {sb,soc}/intel/**/*.c: Use macros for PCI COMMAND bitsAngel Pons2020-07-261-1/+3
* sb/intel/lynxpoint: Move `acpi_fill_fadt` to fadt.cAngel Pons2020-07-141-138/+0
* sb/intel/lynxpoint: Program PM registers directlyAngel Pons2020-07-081-50/+45
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-5/+6
* src: Report byte-sized access for GPE0Angel Pons2020-06-241-1/+1
* 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-2/+1
* arch/x86: Create helper for APM_CNT SMI triggersKyösti Mälkki2020-06-161-4/+2
* src: Use pci_dev_ops_pci where applicableAngel Pons2020-06-061-5/+1
* arch/x86: Declare permanent_smi_handler()Kyösti Mälkki2020-06-061-1/+1
* soc,southbridge/intel: Control SMI related FADT entriesKyösti Mälkki2020-06-061-6/+6
* src/sb: Use 'print("%s...", __func__)'Elyes HAOUAS2020-05-261-1/+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 acpi_fill_ssdt()Furquan Shaikh2020-04-281-1/+1
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-18/+10
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* sb/intel/lynxpoint: drop IGD-related NVS variablesMatt DeVillier2020-04-021-8/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-2/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-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
* sb/intel: Remove ENABLE_ACPI_MODE_IN_COREBOOTKyösti Mälkki2019-11-131-8/+0
* sb/lynxpoint: Fix 'dead increment'Elyes HAOUAS2019-10-211-1/+1
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* southbridge/intel: Tidy up preprocessor and headersKyösti Mälkki2019-08-211-0/+1
* soc,southbridge/intel: Avoid preprocessor with HAVE_SMI_HANDLERKyösti Mälkki2019-07-131-3/+1
* sb/intel/lynxpoint: Use common final SPI OPs setupArthur Heymans2019-07-081-4/+2
* {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macroElyes HAOUAS2019-05-131-2/+2
* Fix code that would trip -Wtype-limitsJulius Werner2019-05-061-1/+1
* {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem()Subrata Banik2019-03-211-12/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4