summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i3100/chip.h
diff options
context:
space:
mode:
authorSven Schnelle <svens@stackframe.org>2012-01-31 22:44:53 +0100
committerSven Schnelle <svens@stackframe.org>2012-01-31 23:31:50 +0100
commitf61ad93bc99e3a0557346faa1b60d0c227933d36 (patch)
treee02479ac0e9484de453d34343326df50863e693d /src/southbridge/intel/i3100/chip.h
parentab46c15f61844b62ded575d5710fe2da0cae32d8 (diff)
downloadcoreboot-f61ad93bc99e3a0557346faa1b60d0c227933d36.tar.xz
i3100: add sata_ports_implemented option
BIOS needs to set the bit mask which ports are iplemented on the board. Without setting this option, seabios fails to boot from SATA. Change-Id: I21de3fde3a9cff7c590226f70fa549274f36e2a8 Signed-off-by: Sven Schnelle <svens@stackframe.org> Reviewed-on: http://review.coreboot.org/601 Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/intel/i3100/chip.h')
-rw-r--r--src/southbridge/intel/i3100/chip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i3100/chip.h b/src/southbridge/intel/i3100/chip.h
index f35e4a8b0e..7e58674daf 100644
--- a/src/southbridge/intel/i3100/chip.h
+++ b/src/southbridge/intel/i3100/chip.h
@@ -43,6 +43,7 @@ struct southbridge_intel_i3100_config
/* GPIO use select */
u8 gpio[64];
+ int sata_ports_implemented;
u32 pirq_a_d;
u32 pirq_e_h;
};