[coreboot] New patch to review for coreboot: abf6023 Enable SATA AHCI for faster boot with SeaBIOS.
Marc Jones (marcj303@gmail.com)
gerrit at coreboot.org
Sat Sep 17 01:11:40 CEST 2011
Marc Jones (marcj303 at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/220
-gerrit
commit abf6023240551414875109227f4f3e13465738d9
Author: Marc Jones <marcj303 at gmail.com>
Date: Fri Sep 16 17:08:01 2011 -0600
Enable SATA AHCI for faster boot with SeaBIOS.
Change-Id: Ibd87422680350c112eabe1bb73b237031c3e9d6b
Signed-off-by: Marc Jones <marcj303 at gmail.com>
---
src/mainboard/amd/persimmon/platform_cfg.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h
index 3323624..5e3c3f4 100644
--- a/src/mainboard/amd/persimmon/platform_cfg.h
+++ b/src/mainboard/amd/persimmon/platform_cfg.h
@@ -103,7 +103,7 @@
* @breif INCHIP Sata Controller Mode
* NOTE: DO NOT ALLOW SATA & IDE use same mode
*/
-#define SATA_MODE NATIVE_IDE_MODE
+#define SATA_MODE AHCI_MODE
/**
* @breif INCHIP Sata IDE Controller Mode
More information about the coreboot
mailing list