coreboot-kgpe-d16/src/arch/x86
Kyösti Mälkki 746241f114 ACPI S3: Remove conflicting local acpi_get_sleep_type()
We now require EARLY_CBMEM_INIT and romstage_handoff to
support HAVE_ACPI_RESUME. Thus acpi_handoff_wakeup() would
never call an externally defined acpi_get_sleep_type().

Name _sleep_type() was also inapproriate here, as it referred
to hardware-dependent SLP_TYP field of PM1CNT but still
returned ACPI_Sx value instead.

Change-Id: I8dc130f1e86dd7e96922d546f0ae9713188336cd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/21397
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
2017-09-06 04:11:46 +00:00
..
acpi
include Move ADDR32() hack to arch/x86 2017-09-05 17:24:46 +00:00
acpi.c Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
acpi_device.c acpigen: Add stop gpio control to power resource 2017-08-30 16:40:14 +00:00
acpi_s3.c ACPI S3: Remove conflicting local acpi_get_sleep_type() 2017-09-06 04:11:46 +00:00
acpigen.c arch/x86: Add Kconfig option for ACPI \_PR CPU name string 2017-08-29 15:58:23 +00:00
acpigen_dsm.c
assembly_entry.S arch/x86/assembly_entry: Align stack for car_stage_entry 2017-07-13 16:48:22 +00:00
boot.c
bootblock.ld
bootblock_crt0.S
bootblock_normal.c Port cmos.default handling to C environment bootblock 2017-07-26 19:30:01 +00:00
bootblock_romcc.S
bootblock_simple.c Port cmos.default handling to C environment bootblock 2017-07-26 19:30:01 +00:00
c_start.S arch/*: Update Kconfig symbol usage 2017-07-07 16:05:16 +00:00
car.ld commonlib: Move drivers/storage into commonlib/storage 2017-05-12 18:20:33 +02:00
cbfs_and_run.c
cbmem.c AGESA boards: Fix regressions with LATE_CBMEM_INIT 2017-07-17 19:25:34 +00:00
cpu.c
cpu_common.c
crt0_romcc_epilogue.inc
ebda.c arch/x86/ebda: Change memcpy() to endian wrappers 2017-06-20 03:13:18 +02:00
exception.c arch/*: Update Kconfig symbol usage 2017-07-07 16:05:16 +00:00
exit_car.S arch/x86: update assembly to ensure 16-byte alignment into C 2017-06-29 14:58:59 +00:00
failover.ld
gdt.c Rename __attribute__((packed)) --> __packed 2017-07-13 19:45:59 +00:00
id.ld
id.S
ioapic.c arch/*: Update Kconfig symbol usage 2017-07-07 16:05:16 +00:00
Kconfig arch/x86: Add Kconfig option for ACPI \_PR CPU name string 2017-08-29 15:58:23 +00:00
Makefile.inc Remove libverstage as separate library and source file class 2017-03-28 22:18:53 +02:00
memcpy.c
memlayout.ld
memmove.c
memset.c
mmap_boot.c
mpspec.c
pci_ops_conf1.c src: add IS_ENABLED() around Kconfig symbol references 2017-07-13 23:57:07 +00:00
pci_ops_mmconf.c
pirq_routing.c arch/*: Update Kconfig symbol usage 2017-07-07 16:05:16 +00:00
postcar.c arch/x86: Make postcar TempRamExit call generic 2017-08-17 17:52:21 +00:00
postcar_loader.c
prologue.inc
rdrand.c arch/x86: Make rdrand.c clang friendly 2017-06-22 04:11:02 +00:00
romcc_console.c arch/*: Update Kconfig symbol usage 2017-07-07 16:05:16 +00:00
smbios.c SMBIOS: Correct length calculation for empty string table 2017-08-10 15:56:45 +00:00
stages.c
tables.c
thread.c
thread_switch.S
timestamp.c
verstage.c vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option 2017-03-28 22:14:03 +02:00
wakeup.S
walkcbfs.S