Marc Jones ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/220
-gerrit commit abf6023240551414875109227f4f3e13465738d9 Author: Marc Jones <[email protected]> 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 <[email protected]> --- 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

