summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/smihandler.c
Commit message (Expand)AuthorAgeFilesLines
* mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki2022-12-071-17/+0
* sb,soc/intel: Fix SMI handler IO trap data maskKyösti Mälkki2022-12-071-1/+1
* src: Retype option API to use unsigned integersAngel Pons2021-05-061-1/+1
* {sb,soc}/intel: Use `get_int_option` functionAngel Pons2021-04-211-3/+2
* sb/intel/*/smihandler.c: Correct BIOS_CNTL access widthAngel Pons2021-04-061-2/+2
* nb/intel/haswell: Finalize northbridge in ramstageAngel Pons2021-03-101-1/+0
* sb/intel/lynxpoint: Finalize ME in ramstageAngel Pons2021-03-071-1/+0
* sb,soc/intel: Refactor power_on_after_fail optionKyösti Mälkki2021-01-261-13/+15
* sb,soc/intel: Remove no-op APMC for C-state and P-stateKyösti Mälkki2021-01-251-12/+0
* cpu/x86/smm: Use common APMC loggingKyösti Mälkki2021-01-251-7/+1
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-1/+1
* arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki2021-01-041-21/+0
* sb/intel/lynxpoint: Align with BroadwellAngel Pons2020-11-021-4/+4
* sb/intel/lynxpoint: Drop unnecessary `UL` suffixAngel Pons2020-10-311-1/+1
* haswell/lynxpoint: Align cosmetics with BroadwellAngel Pons2020-10-141-27/+25
* src/southbridge: Drop unneeded empty linesElyes HAOUAS2020-09-211-4/+0
* SMM: Validate more user-provided pointersPatrick Rudolph2020-08-211-0/+4
* sb/intel/lynxpoint/smihandler.c: Remove dead assignmentElyes HAOUAS2020-08-171-5/+5
* sb/intel/lynxpoint: Use PCI bitwise opsAngel Pons2020-08-071-6/+2
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-9/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-3/+3
* cpu/x86/smm: Define APM_CNT_ROUTE_ALL_XHCIKyösti Mälkki2020-06-221-1/+1
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* sb/intel/lynxpoint: Fix 16-bit read/write PCI_COMMAND registerElyes HAOUAS2020-05-011-4/+4
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-2/+0
* sb/lynxpoint: hook up smmstoreMatt DeVillier2020-03-031-1/+25
* drivers/pc80/rtc: Separate {get|set}_option() prototypesKyösti Mälkki2020-01-091-1/+1
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-091-11/+4
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-3/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-5/+5
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-061-1/+1
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* sb/intel/common: Create a common PCH finalise implementationTristan Corrick2018-12-031-0/+3
* sb/intel/lynxpoint: Make the finalise handler commonTristan Corrick2018-12-031-0/+15
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* src: Get rid of device_tElyes HAOUAS2018-06-141-1/+1
* src/southbridge: Add spaces around '=='Elyes HAOUAS2018-04-281-2/+2
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-161-5/+5
* src/southbridge: Code formatingElyes HAOUAS2016-08-311-32/+32
* southbridge/intel/lynxpoint: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-10/+10
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* smihandler.c: Fix doxygen errors in southbridge_smi_handlerMartin Roth2015-01-041-3/+0
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* intel/lynxpoint: Use separate SMI callback for USB XHCI routingDuncan Laurie2014-07-041-3/+1
* lynxpoint: Route all USB ports to XHCI in finalize stepDuncan Laurie2013-12-211-0/+7