summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/stoneyridge/smihandler.c
Commit message (Expand)AuthorAgeFilesLines
* soc/amd/{cezanne,picasso,stoney}: Clear PM/GPE when enabling ACPIRaul E Rangel2021-12-081-0/+1
* soc/amd/stoneyridge/smihandler: sort includes alphabeticallyFelix Held2021-03-101-8/+8
* soc/amd/stoneyridge/smihandler: remove unused device/pci_def.h includeFelix Held2021-03-101-1/+0
* soc/amd/*/smihandler: factor out ELOG and SMMSTORE handlerFelix Held2021-03-101-82/+2
* soc/amd/*/smihandler: use size_t and unsigned intFelix Held2021-02-111-2/+3
* soc/amd/*/smihandler: remove replace southbridge references with fchFelix Held2021-02-111-4/+4
* soc/amd: move southbridge_smi_handler to common codeFelix Held2021-02-111-44/+2
* soc/amd*/smihandler: factor out and rename clear_smi_sci_statusFelix Held2021-02-111-9/+2
* soc/amd*/smihandler: factor out and rename clear_all_smi_statusFelix Held2021-02-111-12/+1
* soc/amd: Move southbridge_smi_set_eos to common/blocks/smi/smi_utilFelix Held2021-02-101-7/+0
* soc/amd: factor out common SMI/SCI enums and function prototypesFelix Held2020-12-021-0/+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-1/+1
* soc/amd: replace remaining license headers with SPDX onesFelix Held2020-04-201-14/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-2/+0
* soc/amd/stoneyridge: Add SMMSTORE supportMatt DeVillier2020-01-201-0/+24
* ELOG: Introduce elog_gsmi variantsKyösti Mälkki2019-11-091-2/+1
* cpu/x86: Separate save_state struct headersKyösti Mälkki2019-08-131-0/+1
* soc/amd/stoneyridge: Remove sb_util.cMarshall Dawson2019-06-061-1/+1
* soc/amd/stoneyridge: Relocate MMIO access of ACPI registersMarshall Dawson2019-06-061-7/+3
* soc/amd/common: Create AcpiMmio functionality from stoneyridgeMarshall Dawson2019-05-161-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* amd/stoneyridge: Clear SMI_EVENT_STATUS when entering S3/S5Edward Hill2018-12-191-0/+1
* elog: make elog's SMM handler code follow everything elsePatrick Georgi2018-12-051-2/+2
* soc/amd/stoneyridge: Use new ACPI MMIO functionsRichard Spiegel2018-12-031-8/+13
* amd/stoneyridge: Fix PmControl register size in SMI handlerMarshall Dawson2018-10-121-5/+5
* soc/amd/stoneyridge/smihandler.c: Report pending wake eventRichard Spiegel2018-08-221-1/+25
* soc/amd/stoneyridge: Fix smi_write32 arg order in disable_all_smi_statusDaniel Kurtz2018-04-261-6/+6
* soc/amd/stoneyridge: Static constify smi_sourcesDaniel Kurtz2018-04-261-1/+1
* soc/amd/stoneyridge: Put outl arguments in correct orderMartin Roth2018-02-101-1/+1
* soc/amd/stoneyridge: Add ELOG to SMMJohn E. Kabat Jr2017-11-211-0/+68
* amd/stoneyridge: Add SlpTyp SMI handlerMarshall Dawson2017-11-171-0/+68
* amd/stoneyridge: Refactor SMI handlerMarshall Dawson2017-10-021-46/+49
* amd/stoneyridge: Clean up smihandler.cMarshall Dawson2017-10-021-35/+22
* amd/stoneyridge: Check SMI command address before readingMarshall Dawson2017-10-021-2/+1
* amd/stoneyridge: Use generic SMM command port valuesMarshall Dawson2017-09-301-3/+3
* amd/stoneyridge: Enable SMM in TSEGMarshall Dawson2017-09-271-2/+1
* stoneyridge: Rename hudson to southbridgeMarc Jones2017-08-141-4/+3
* soc/amd/stoneyridge: Fix most checkpatch errorsMarshall Dawson2017-06-271-1/+2
* soc: Add AMD Stoney Ridge southbridge codeMarc Jones2017-06-261-0/+136