coreboot-kgpe-d16/src/arch/x86
Angel Pons 98a68ada47 x86/acpi.c: Be more verbose when finding the wakeup vector
Since S3 resume sometimes breaks when trying to find the wakeup vector,
it is useful to log whether it errors or not. Since it is an error,
print it as such.

Change-Id: Ib006c4a213c0da180018e5fbf7a47d6af66f8bc4
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/29449
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
2018-11-06 13:52:24 +00:00
..
acpi arch/x86/acpi/statdef.asl: Remove unnecessary whitespace 2018-02-02 16:08:16 +00:00
include arch/x86: clarify raw CAR_GLOBAL access guards 2018-11-01 21:33:13 +00:00
acpi.c x86/acpi.c: Be more verbose when finding the wakeup vector 2018-11-06 13:52:24 +00:00
acpi_bert_storage.c arch/x86/acpi_bert_storage.c: Fix coverity error CID 1395706 2018-09-15 12:43:26 +00:00
acpi_device.c acpi: Call acpi_gen_writeSTA by status from device tree 2018-09-16 08:37:42 +00:00
acpi_pld.c acpi: Add support for writing ACPI _PLD structures 2018-05-11 09:00:33 +00:00
acpi_s3.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
acpigen.c src: Remove unneeded whitespace 2018-10-23 15:52:09 +00:00
acpigen_dsm.c arch/x86/acpigen: Fix acpigen for If (Lequal (...)) 2016-11-16 01:08:06 +01:00
assembly_entry.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
boot.c selfboot: remove bounce buffers 2018-10-11 17:42:41 +00:00
bootblock.ld tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
bootblock_crt0.S arch/x86: Support "weak" BIST and timestamp save routines 2016-06-11 19:22:42 +02:00
bootblock_normal.c Port cmos.default handling to C environment bootblock 2017-07-26 19:30:01 +00:00
bootblock_romcc.S arch/x86: Rename bootblock.S to bootblock_romcc.S 2016-01-30 03:11:12 +01:00
bootblock_simple.c Port cmos.default handling to C environment bootblock 2017-07-26 19:30:01 +00:00
c_start.S arch/x86: allow idt to be available to link in all stages 2018-04-26 15:17:08 +00:00
car.ld arch/x86: allow global .bss objects without CAR_GLOBAL 2018-11-01 21:33:03 +00:00
cbfs_and_run.c arch/x86: Fix most of remaining issues detected by checkpatch 2017-03-20 16:36:24 +01:00
cbmem.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
cf9_reset.c arch/x86: Implement common CF9 reset 2018-10-22 08:35:08 +00:00
cpu.c src/{arch,commonlib,cpu}: Use "foo *bar" instead of "foo* bar" 2018-07-09 09:26:18 +00:00
cpu_common.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
ebda.c arch/x86: initialize EBDA in S3 and S0/S5 path 2017-10-16 16:56:19 +00:00
exception.c arch/x86/exception: Improve the readability of a comment 2018-10-17 12:01:51 +00:00
exit_car.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
failover.ld arch/x86: rename reset_vector -> _start 2016-03-04 01:16:05 +01:00
gdt.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
gdt_init.S arch/x86: Relocate GDT in verstage, romstage, and postcar 2018-05-03 04:40:58 +00:00
id.ld arch/x86: add missing license headers 2016-01-14 23:37:06 +01:00
id.S arch/x86: Wrap lines at 80 columns 2017-03-17 03:18:24 +01:00
idt.S arch/x86: remove nop padding from exception vectors 2018-04-26 15:18:57 +00:00
ioapic.c ioapic: extend definition name to avoid collision 2018-04-09 09:29:51 +00:00
Kconfig arch/x86: Implement common CF9 reset 2018-10-22 08:35:08 +00:00
Makefile.inc arch/x86: Implement common CF9 reset 2018-10-22 08:35:08 +00:00
memcpy.c arch/x86: add missing license headers 2016-01-14 23:37:06 +01:00
memlayout.ld arch/x86: Use fixed size limit with RELOCATABLE_RAMSTAGE 2018-06-06 10:36:04 +00:00
memmove.c arch/x86: Fix space issues detected by checkpatch 2017-03-17 03:17:39 +01:00
memset.c arch/x86: Wrap lines at 80 columns 2017-03-17 03:18:24 +01:00
mmap_boot.c arch/x86: Fix most of remaining issues detected by checkpatch 2017-03-20 16:36:24 +01:00
mpspec.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
pci_ops.c Move pci_ops_mmconf from arch/x86/ to device/ 2018-05-08 03:01:35 +00:00
pci_ops_conf1.c arch/x86: Remove unneeded includes 2018-06-04 08:41:55 +00:00
pirq_routing.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
postcar.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
postcar_loader.c arch/x86: Introduce postcar_frame_add_romcache() 2018-06-04 08:20:35 +00:00
prologue.inc tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
rdrand.c arch/x86: Make rdrand.c clang friendly 2017-06-22 04:11:02 +00:00
smbios.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
stages.c tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
tables.c arch/x86/tables.c: Avoid static analysis error for unused value 2018-08-09 16:06:06 +00:00
thread.c src/arch: Fix typo 2018-08-09 15:56:02 +00:00
thread_switch.S tree: drop last paragraph of GPL copyright header 2015-10-31 21:37:39 +01:00
timestamp.c Move compiler.h to commonlib 2018-10-08 16:57:27 +00:00
verstage.c vboot: Remove CHIPSET_PROVIDES_VERSTAGE_MAIN_SYMBOL Kconfig option 2017-03-28 22:14:03 +02:00
wakeup.S arch/x86: remove .intel_syntax 2016-01-23 17:01:44 +01:00
walkcbfs.S arch/x86: Wrap lines at 80 columns 2017-03-17 03:18:24 +01:00