summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/bd82x6x/smihandler.c
Commit message (Expand)AuthorAgeFilesLines
* 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 (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* southbridge: Remove not used #include <elog.h>Elyes HAOUAS2019-09-121-1/+0
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-5/+3
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* southbridge: Remove unneeded include <pc80/mc146818rtc.h>Elyes HAOUAS2018-12-181-1/+0
* sb/intel/common: Create a common PCH finalise implementationTristan Corrick2018-12-031-0/+1
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* Revert "sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common location"Arthur Heymans2018-06-211-1/+0
* src: Get rid of unneeded whitespaceElyes HAOUAS2018-06-141-1/+1
* sb/intel/common: Add common code for SMM setup and smihandlerArthur Heymans2018-03-281-659/+23
* sb/intel/{bd82x6,ibexpeak}: Move RCBA macros to a common locationArthur Heymans2018-02-271-0/+1
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-161-4/+4
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-061-1/+1
* southbridge/intel/bd82x6x: transition away from device_tAntonello Dettori2016-09-041-1/+1
* src/southbridge: Code formatingElyes HAOUAS2016-08-311-32/+32
* src/southbridge: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-281-1/+1
* Remove non-ascii & unprintable charactersMartin Roth2016-08-011-1/+1
* southbridge/intel/bd82x6x: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-13/+13
* southbridge/intel/bd82x6x: Use common gpio.cPatrick Rudolph2016-02-181-0/+1
* Correct some common spelling mistakesMartin Roth2016-01-071-1/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Migrate 206ax to SMM_MODULESVladimir Serbinenko2015-05-281-55/+17
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* bd82x6x: Merge common apmc finalize procedure.Vladimir Serbinenko2015-05-201-0/+17
* intel SMI handlers: Refactor GPI SMI/SCI routingKyösti Mälkki2015-04-281-0/+36
* x86 SMM: Replace weak prototypes with weak function stubKyösti Mälkki2015-03-111-10/+6
* smihandler.c: Fix doxygen errors in southbridge_smi_handlerMartin Roth2015-01-041-3/+2
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* bd82x6x/ibexpeak: Make DRAM reset gate GPIO configurableVladimir Serbinenko2014-01-091-19/+35
* smi: Update mainboard_smi_gpi() to have 32bit argumentDuncan Laurie2013-11-241-2/+2
* intel/sandybridge intel/bd82x6x: remove explicit pcie config accessesKyösti Mälkki2013-08-091-18/+18
* Drop some duplicates of PCI-e config functionsKyösti Mälkki2013-07-101-1/+1
* Fix cycle error in intel southbridges to display GPI statusKonstantin Aladyshev2013-06-111-1/+1
* x86: Unify arch/io.h and arch/romcc_io.hStefan Reinauer2013-03-221-1/+0
* Add bd82x6x XHCI(USB3) S3/S4 workaroundMarc Jones2013-03-171-5/+40
* Add Intel Panther Point USB3 initializationMarc Jones2013-03-091-0/+14
* smm: Update rev 0x30101 SMM revision save stateAaron Durbin2013-02-271-1/+1
* SMM: Fix save state searching for GSMIDuncan Laurie2012-11-141-2/+2
* SMM: Pass the ACPI GNVS pointer via state save mapDuncan Laurie2012-11-141-4/+8
* SMM: Avoid use of global variables in SMI handlerDuncan Laurie2012-11-141-9/+12
* SMM: Extract function for finding save state nodeDuncan Laurie2012-11-141-26/+42
* Pass correct sleep type to mainboard sleep handlerStefan Reinauer2012-11-121-1/+1
* smi: make tseg_relocate check pointer offsetDuncan Laurie2012-11-081-1/+1
* bd82x6x: Use CMOS variable if available for power-on on power failureStefan Reinauer2012-07-261-4/+10
* ELOG: Log run-time SMI southbridge eventsDuncan Laurie2012-07-261-0/+9
* ELOG: Support GSMI in CPT/PPT southbridge SMI handlerDuncan Laurie2012-07-261-0/+53