-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

I still did not find time to fix the cbmem stuff to work on K8, making resume
always fail. It is broken since stephan checked in the cbmem stuff.

Also, because kconfig has RAMBASE and RAMTOP on 1M - 2M adding the e820 reserved
region when HAVE_ACPI_RESUME is there forces the grub to fail with "inconsistent
filesystem" - it took me 3hours to find this out. It was 31M-32M hole for
suspend/resume without memory backup. But for some reason this change was not
correctly copied to kconfig, maybe the HAVE_MOTHERBOARD_RESOURCES was missing
too making the mistake hard to find ;)

Anyway, disabling the suspend/resume now. Its broken. Either cbmem stuff needs
to be fixed, or old functionality for suspend/resume with hole must be restored,
and for this board a hole must reside on 31MB or above.

Signed-off-by: Rudolf Marek <[email protected]>

Thanks
Rudolf


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkuBrsYACgkQ3J9wPJqZRNXv6wCfecF+E2awc7q8RqqcHfJhVlxp
IdMAoLFlcDrrVbgvpmQA95KPhOwZ5ccx
=P+SA
-----END PGP SIGNATURE-----
Index: src/mainboard/asus/m2v-mx_se/Kconfig
===================================================================
--- src/mainboard/asus/m2v-mx_se/Kconfig	(revision 5134)
+++ src/mainboard/asus/m2v-mx_se/Kconfig	(working copy)
@@ -32,7 +32,6 @@
 	select HAVE_HARD_RESET
 	select HAVE_OPTION_TABLE
 	select HAVE_ACPI_TABLES
-	select HAVE_ACPI_RESUME
 	select BOARD_ROMSIZE_KB_512
 	select VGA
 	select TINY_BOOTBLOCK

Attachment: a.patch.sig
Description: Binary data

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to