From 3ddb6b85f17d4adc832c319fcba25f7857d70ccd Mon Sep 17 00:00:00 2001 From: efdesign98 Date: Wed, 20 Jul 2011 19:59:22 -0600 Subject: Add xhcbios and ahcibios rom handling This change adds xhci and ahci bios rom handling that is similar to the vgabios rom handling in the arch/x86 Makefile.inc to the Persimmon and Torpedo mainboards. It also adds the basis for AHCI BIOS rom handling to the Persimmon Kconfig. Change-Id: I527a906323ae483cfa2ca0785f3adb43e88fd84b Signed-off-by: Frank Vibrans Signed-off-by: efdesign98 Reviewed-on: http://review.coreboot.org/109 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- src/mainboard/amd/persimmon/Kconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/mainboard/amd/persimmon/Kconfig') diff --git a/src/mainboard/amd/persimmon/Kconfig b/src/mainboard/amd/persimmon/Kconfig index 034984c80f..c4eac67ea4 100644 --- a/src/mainboard/amd/persimmon/Kconfig +++ b/src/mainboard/amd/persimmon/Kconfig @@ -119,6 +119,20 @@ config VGA_BIOS_ID string default "1002,9802" +config AHCI_BIOS + 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 -- cgit v1.2.3