summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/acpi_s3.c
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Remove acpi_fail_wakeup() and cbmem_fail_resume()Kyösti Mälkki2019-09-141-6/+0
* AUTHORS: Move src/arch/x86 copyrights into AUTHORS fileMartin Roth2019-09-101-2/+0
* ACPI S3: Depend on RELOCATABLE_RAMSTAGEKyösti Mälkki2019-08-221-106/+2
* ACPI S3: Drop ACPI_HUGE_LOWMEM_BACKUPKyösti Mälkki2019-08-221-5/+0
* AMD fam10: Remove HAVE_ACPI_RESUME supportKyösti Mälkki2019-08-211-17/+0
* cpu/x86: Move some SMM function declarationsKyösti Mälkki2019-08-131-0/+1
* arch: Add missing #include <commonlib/helpers.h>Elyes HAOUAS2019-06-211-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-4/+4
* symbols.h: Add macro to define memlayout region symbolsJulius Werner2019-02-221-1/+2
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+1
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* acpi: remove CBMEM_ID_ACPI_GNVS_PTR entryJoel Kitching2018-08-221-5/+5
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* ACPI S3: Drop too early resume backupKyösti Mälkki2018-04-091-18/+0
* arch/x86: Include acpi_s3.c support in postcar stageSubrata Banik2017-09-221-1/+1
* ACPI S3: Remove conflicting local acpi_get_sleep_type()Kyösti Mälkki2017-09-061-14/+9
* arch/*: Update Kconfig symbol usageMartin Roth2017-07-071-9/+9
* arch/x86: Fix most of remaining issues detected by checkpatchLee Leahy2017-03-201-5/+4
* arch/x86: Wrap lines at 80 columnsLee Leahy2017-03-171-4/+8
* arch/x86: Fix space issues detected by checkpatchLee Leahy2017-03-171-6/+6
* ACPI S3: Signal successful bootKyösti Mälkki2016-12-181-0/+3
* ACPI S3: Hide acpi_slp_typeKyösti Mälkki2016-12-111-1/+1
* romstage_handoff: add helper to determine resume statusAaron Durbin2016-12-011-8/+1
* ACPI S3: Remove HIGH_MEMORY_SAVE where possibleKyösti Mälkki2016-11-091-18/+119
* arch/x86: provide common ACPI_Sx constantsAaron Durbin2016-07-151-8/+8
* ACPI S3: Add common recovery codeKyösti Mälkki2016-06-221-0/+15
* ACPI S3: Fix prohibited wakeupKyösti Mälkki2016-06-221-1/+6
* ACPI S3: Split support for HAVE_ACPI_RESUMEKyösti Mälkki2016-06-221-0/+146