summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel/i82801gx/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
* ACPI: Select ACPI_SOC_NVS only where suitableKyösti Mälkki2021-01-181-2/+1
* arch/x86: Pass GNVS as parameter to SMM moduleKyösti Mälkki2021-01-041-5/+0
* src/southbridge: Drop unneeded empty linesElyes HAOUAS2020-09-211-1/+0
* sb/intel/i82801gx,ix,jx: Drop invalid GNVS update routineKyösti Mälkki2020-07-081-5/+3
* ACPI GNVS: Replace uses of smm_get_gnvs()Kyösti Mälkki2020-07-011-3/+0
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-2/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* sb/intel/i82801gx: Improve code formattingElyes HAOUAS2020-04-051-6/+2
* 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
* src: Remove unused 'include <pc80/mc146818rtc.h>'Elyes HAOUAS2019-12-181-1/+0
* {i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h>Elyes HAOUAS2019-09-151-1/+0
* src: Drop unused '#include <halt.h>'Elyes HAOUAS2019-03-161-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* sb/intel/i82801gx: Use common Intel SMM codeArthur Heymans2018-11-271-620/+6
* southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-161-1/+1
* sb/intel/i82801gx: Add whitespace around '<<'Elyes HAOUAS2017-07-061-2/+2
* southbridge/intel/i82801gx: Fix problems found by checkpatch.plArthur Heymans2017-03-221-72/+132
* intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki2016-12-061-7/+0
* southbridge/intel/i82801gx: transition away from device_tAntonello Dettori2016-09-131-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/i82801gx: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-8/+8
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* 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-7/+5
* smihandler.c: Fix doxygen errors in southbridge_smi_handlerMartin Roth2015-01-041-2/+2
* Replace hlt with halt()Patrick Georgi2014-12-021-2/+2
* i82801gx: Kill unused TCG and SMI1Vladimir Serbinenko2014-09-051-17/+2
* intel/i945 intel/i82801gx: remove explicit pcie config accessesKyösti Mälkki2013-09-101-5/+5
* Drop some duplicates of PCI-e config functionsKyösti Mälkki2013-07-101-1/+1
* southbridge/intel/i82801gx: Make compilation possible with CONFIG_SMM_TSEGDenis 'GNUtoo' Carikli2013-07-101-0/+2
* i82801gx: smihandle: sync with southbridge/intel/bd82x6x/smihandler.cDenis 'GNUtoo' Carikli2013-07-101-0/+4
* southbridge: i82801gx: smihandler.c: Correct outl->outw mistake.Denis 'GNUtoo' Carikli2013-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
* SMM: unify mainboard APM command handlersStefan Reinauer2012-04-271-1/+1
* i82801gx: Support power-on-after-power-fail betterPatrick Georgi2012-03-241-7/+7
* i82801gx: Use CMOS variable if available for power-on on power failurePatrick Georgi2012-03-241-4/+8
* i82801gx: read RTC status register to prevent IRQ stormSven Schnelle2011-06-291-0/+8
* SMM: don't overwrite SMM memory on resumeSven Schnelle2011-06-151-0/+7
* SMM: add defines for APM_CNT registerSven Schnelle2011-06-071-13/+5
* SMM: add mainboard_apm_cnt() callbackSven Schnelle2011-06-061-0/+3
* first round name simplification. drop the <component>_ prefix.stepan2010-12-081-0/+647
* First shot at factoring SMM code into generic parts and southbridge specificStefan Reinauer2009-01-191-551/+0
* Support for the Intel ICH7 southbridge.Stefan Reinauer2008-10-291-0/+551