summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/lynxpoint/smi.c
Commit message (Expand)AuthorAgeFilesLines
* ACPI: Replace smm_setup_structures()Kyösti Mälkki2020-06-241-19/+0
* sb/intel/lynxpoint: Drop stale code pathsKyösti Mälkki2020-06-221-32/+0
* cpu/x86/smm: Define APM_CNT_NOOP_SMIKyösti Mälkki2020-06-221-1/+1
* sb,soc/intel: Replace smm_southbridge_enable_smi()Kyösti Mälkki2020-06-161-2/+7
* src: Remove unused 'include <bootstate.h>'Elyes HAOUAS2020-06-021-1/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src: Remove unused 'include <cpu/x86/cache.h>'Elyes HAOUAS2020-05-011-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-14/+2
* src: capitalize 'APIC'Elyes HAOUAS2020-03-231-1/+1
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* ELOG: Avoid some preprocessor useKyösti Mälkki2019-11-091-3/+3
* soc/intel: Rename some SMM support functionsKyösti Mälkki2019-08-151-4/+5
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-1/+1
* sb/intel/lynxpoint: Ensure the finalise handler is calledTristan Corrick2018-12-031-14/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* sb/intel/*: add option to lockdown chipset on normal boot pathBill XIE2017-08-301-3/+3
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-161-2/+2
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-4/+1
* lynxpoint: Don't enable SMI handling of TCODuncan Laurie2014-09-181-2/+2
* lynxpoint: Finalize chipset before playload if not CONFIG_CHROMEOSDuncan Laurie2014-02-181-1/+18
* lynxpoint: split clearing and enabling of smmAaron Durbin2013-04-011-1/+5
* haswell/lynxpoint: Use new PCH/PM helper functionsDuncan Laurie2013-03-211-236/+14
* lynxpoint: remove DEBUG_PERIODIC_SMISDuncan Laurie2013-03-211-6/+0
* haswell: Use SMM ModulesAaron Durbin2013-03-181-81/+15
* haswell: Add initial support for Haswell platformsAaron Durbin2013-03-141-0/+416