From patchwork Sun Feb 21 22:08:06 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: remove support for the S3 on M2V-MX SE Date: Sun, 21 Feb 2010 22:08:06 -0000 From: Rudolf Marek X-Patchwork-Id: 945 Message-Id: <4B81AEC6.70102@assembler.cz> To: Coreboot -----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 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----- Acked-by: Stefan Reinauer 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