coreboot-kgpe-d16/src/arch/x86
Kyösti Mälkki 7cd2c07317 ACPI S3: Depend on RELOCATABLE_RAMSTAGE
With RELOCATABLE_RAMSTAGE, S3 resume path only uses
memory that is reserved from OS. So there is no need
for low memory backup and recovery.

Change-Id: If7f83711685ac445abf4cd1aa6b66c3391e0e554
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/26834
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2019-08-22 06:38:13 +00:00
..
acpi
include ACPI S3: Depend on RELOCATABLE_RAMSTAGE 2019-08-22 06:38:13 +00:00
acpi.c arch/x86/acpi.c: Change TPM2 ACPI Table to support CRB 2019-08-06 12:08:34 +00:00
acpi_bert_storage.c
acpi_device.c src/arch/x86/acpi: Constify struct device instances 2019-08-02 15:47:24 +00:00
acpi_pld.c
acpi_s3.c ACPI S3: Depend on RELOCATABLE_RAMSTAGE 2019-08-22 06:38:13 +00:00
acpigen.c src/arch/x86/acpigen: Compare dev_states_count to size_t 2019-07-08 14:51:08 +00:00
acpigen_dsm.c
assembly_entry.S coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
boot.c src: Use 'include <string.h>' when appropriate 2019-03-20 20:27:51 +00:00
bootblock.ld coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
bootblock_crt0.S coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
bootblock_normal.c
bootblock_romcc.S coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
bootblock_simple.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
c_start.S coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
car.ld arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION 2019-08-11 18:35:36 +00:00
cbfs_and_run.c
cbmem.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
cf9_reset.c src: Use include <reset.h> when appropriate 2019-03-29 20:00:20 +00:00
cpu.c arch/x86/cpu: Add define and strings for Hygon 2019-06-21 09:11:14 +00:00
cpu_common.c arch/x86: Fix cpu_cpuid_extended_level() return type 2019-07-02 16:10:03 +00:00
ebda.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
exception.c {arch,cpu}/x86, drivers/intel: Restore cpu_index error handling 2019-05-16 18:08:50 +00:00
exit_car.S coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
failover.ld Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) 2019-03-25 11:03:49 +00:00
gdt.c arch: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:06 +00:00
gdt_init.S arch/x86: Prepare GDT for x86_64 2019-03-06 20:00:55 +00:00
id.ld
id.S
idt.S
ioapic.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
Kconfig arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION 2019-08-11 18:35:36 +00:00
Makefile.inc arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class 2019-07-09 12:43:35 +00:00
memcpy.c
memlayout.ld Fix up remaining boolean uses of CONFIG_XXX to CONFIG(XXX) 2019-03-25 11:03:49 +00:00
memmove.c
memset.c
mmap_boot.c src: Drop unused 'include <cbfs.h>' 2019-03-19 17:14:39 +00:00
mpspec.c
pirq_routing.c device/pci: Replace use of dev_find_slot() for IRQs 2019-07-12 08:52:22 +00:00
postcar.c arch/x86: Add <arch/romstage.h> 2019-08-22 02:50:35 +00:00
postcar_loader.c arch/x86: Add <arch/romstage.h> 2019-08-22 02:50:35 +00:00
prologue.inc
rdrand.c arch/x86/rdrand.c: Remove unneeded 'else' 2019-06-21 08:31:19 +00:00
smbios.c src: Remove variable length arrays 2019-08-20 15:27:42 +00:00
tables.c arch: Add missing #include <commonlib/helpers.h> 2019-06-21 16:04:06 +00:00
thread.c
thread_switch.S
timestamp.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
timestamp.inc
verstage.c
wakeup.S ACPI S3: Depend on RELOCATABLE_RAMSTAGE 2019-08-22 06:38:13 +00:00
walkcbfs.S