From ea90963666af1ba49d524c46c9d3257f9438e6c4 Mon Sep 17 00:00:00 2001 From: Dave Frodin Date: Fri, 31 May 2013 08:15:57 -0600 Subject: AMD Hudson: Add support for the SD controller This patch provides the correct SD controller timings for the Family16 device. It also will remove the SD controller from PCI space when device 0:14.7 is set to off in devicetree. This was tested on a AMD Parmer board and a AMD G-series SOC reference board. The settings were found in the AMD Hudson2 RRG and family16 BKGD. Change-Id: I6d7e7997ddc39802ab75dc8a211ed29f028c0471 Signed-off-by: Dave Frodin Reviewed-on: http://review.coreboot.org/3348 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/southbridge/amd/agesa/hudson/chip.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/agesa/hudson/chip.h') diff --git a/src/southbridge/amd/agesa/hudson/chip.h b/src/southbridge/amd/agesa/hudson/chip.h index d54a3962b2..d5f14ff683 100644 --- a/src/southbridge/amd/agesa/hudson/chip.h +++ b/src/southbridge/amd/agesa/hudson/chip.h @@ -28,6 +28,7 @@ struct southbridge_amd_agesa_hudson_config u32 boot_switch_sata_ide : 1; u32 hda_viddid; u8 gpp_configuration; + u8 sd_mode; #endif }; -- cgit v1.2.3