Hello,
This patch just turns on the ACPI resume support and adds needed cbmem.c. I think this can be changed not to include it in some further patch.
Signed-off-by: Rudolf Marek r.marek@assembler.cz
I can test all patches next week, now they are just compile tested and based on the preview patch.
Rudolf
Due to reorganization of patches this became more trivial.
The list of patches is following: fix_high_tables_size.patch add_exit_from_self_k8.patch suspend_resume_support_sb700.patch compile_cbmem.patch add_asrock_s3.patch fix_loading_dram.patch
Thanks, Rudolf
Rudolf Marek wrote:
Due to reorganization of patches this became more trivial.
The list of patches is following: fix_high_tables_size.patch add_exit_from_self_k8.patch suspend_resume_support_sb700.patch compile_cbmem.patch add_asrock_s3.patch fix_loading_dram.patch
Thanks, Rudolf
Index: coreboot/src/mainboard/asrock/939a785gmh/Kconfig
--- coreboot.orig/src/mainboard/asrock/939a785gmh/Kconfig 2010-12-12 00:03:13.000000000 +0100 +++ coreboot/src/mainboard/asrock/939a785gmh/Kconfig 2010-12-12 00:05:02.000000000 +0100 @@ -11,6 +11,7 @@ select SOUTHBRIDGE_AMD_SB700 select SUPERIO_WINBOND_W83627DHG select HAVE_ACPI_TABLES
- select HAVE_ACPI_RESUME select HAVE_MP_TABLE select HAVE_PIRQ_TABLE select HAVE_MAINBOARD_RESOURCES
Acked-by: Peter Stuge peter@stuge.se