Kerry Sheh (shekairui@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/227
-gerrit
commit 429729d93d3562ccca5f2f13f407ae7a8a971212 Author: Kerry Sheh shekairui@gmail.com Date: Mon Oct 10 18:13:51 2011 +0800
persimmon: sb800 sata mode configure update
persimmon configure sb800 sata mode according to the southbridge kconfig selection.
Change-Id: I44a9c36ca68b4a0e1086f04c4338d3a5f536fdca Signed-off-by: Kerry Sheh kerry.she@amd.com Signed-off-by: Kerry Sheh shekairui@gmail.com --- src/mainboard/amd/persimmon/Kconfig | 13 ++----------- src/mainboard/amd/persimmon/platform_cfg.h | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-)
diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig index 5f85688..72b7947 100644 --- a/src/mainboard/amd/persimmon/Kconfig +++ b/src/mainboard/amd/persimmon/Kconfig @@ -124,20 +124,11 @@ config VGA_BIOS_ID string default "1002,9802"
-config AHCI_BIOS + +config SB800_AHCI_ROM bool default n
-#config AHCI_BIOS_FILE -# string "AHCI ROM path and filename" -# depends on AHCI_BIOS -# default "rom/ahci/sb900.bin" - -config AHCI_BIOS_ID - string "AHCI device PCI IDs" - depends on AHCI_BIOS - default "1002,4391" - config DRIVERS_PS2_KEYBOARD bool default n diff --git a/src/mainboard/amd/persimmon/platform_cfg.h b/src/mainboard/amd/persimmon/platform_cfg.h index 5e3c3f4..e4fedd9 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 AHCI_MODE +#define SATA_MODE CONFIG_SB800_SATA_MODE
/** * @breif INCHIP Sata IDE Controller Mode
Dear Kerry,
Am Montag, den 10.10.2011, 12:55 +0200 schrieb Kerry Sheh:
[…]
commit 429729d93d3562ccca5f2f13f407ae7a8a971212 Author: Kerry Sheh shekairui@gmail.com Date: Mon Oct 10 18:13:51 2011 +0800
persimmon: sb800 sata mode configure update persimmon configure sb800 sata mode according to the southbridge kconfig selection.
you could use the following commit message to make the commit summary more specific.
persimmon: Configure sb800 sata mode using kconfig selection
Use the kconfig selection CONFIG_SB800_SATA_MODE to configure the sb800 sata mode of persimmon.
Using `git commit --amend` it is easy to update the commit message.
Change-Id: I44a9c36ca68b4a0e1086f04c4338d3a5f536fdca Signed-off-by: Kerry Sheh <kerry.she@amd.com> Signed-off-by: Kerry Sheh <shekairui@gmail.com>
src/mainboard/amd/persimmon/Kconfig | 13 ++----------- src/mainboard/amd/persimmon/platform_cfg.h | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-)
[…]
Thanks,
Paul