coreboot/src/cpu/amd
Kyösti Mälkki 97a4b3edf0 binaryPI platforms: Drop any ACPI S3 support
No board with binaryPI currently supports HAVE_ACPI_RESUME. For
platforms with PSP the approach is also very different from what
we previously had here.

Furthermore, s3_resume.[ch] files under cpu/amd/pi do not
distinguish between NonVolatile and Volatile buffers of S3 storage.
This means the Volatile buffer that is maintained and available in
CBMEM is unnecessarily copied to SPI flash. This has been fixed on
open-source AGESA directory, so development of S3 suspend support
with binaryPI is better continued with that.

Unfortunately there are further complications and indications that
open-source AGESA may have always had a low-memory corruption
issue. This has to be investigated separately before restoring
or claiming S3 is supported on binaryPI.

Change-Id: I81585fff7aae7bcdd55e5e95bc373e0adef43ef0
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/18501
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
2017-03-08 04:08:29 +01:00
..
agesa AGESA: Move heap allocator declarations 2017-03-08 03:20:27 +01:00
car amdfam10: Perform major include ".c" cleanup 2017-01-04 18:56:01 +01:00
dualcore src/cpu/amd: Update/Add license headers to all files 2017-02-22 22:22:49 +01:00
family_10h-family_15h amdfam10: Perform major include ".c" cleanup 2017-01-04 18:56:01 +01:00
geode_gx2 AMD geode: Avoid conflicting main() declaration 2017-03-08 03:19:46 +01:00
geode_lx AMD geode: Avoid conflicting main() declaration 2017-03-08 03:19:46 +01:00
microcode src/cpu: Add required space before opening parenthesis '(' 2016-08-28 18:47:23 +02:00
model_fxx src/cpu/amd: Update/Add license headers to all files 2017-02-22 22:22:49 +01:00
mtrr src/cpu: Add required space before opening parenthesis '(' 2016-08-28 18:47:23 +02:00
pi binaryPI platforms: Drop any ACPI S3 support 2017-03-08 04:08:29 +01:00
quadcore amdfam10: Perform major include ".c" cleanup 2017-01-04 18:56:01 +01:00
smm x86 SMM: Fix use with RELOCATABLE_RAMSTAGE 2016-12-11 08:56:40 +01:00
socket_754
socket_939
socket_940
socket_AM2
socket_AM2r2
socket_AM3
socket_ASB2
socket_C32
socket_F
socket_F_1207
socket_FM2
socket_G34
socket_S1G1
Kconfig
Makefile.inc