summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-12-09 07:43:13 +0000
committerLuc Verhaegen <libv@skynet.be>2009-12-09 07:43:13 +0000
commit9892ca6b94549166187e70cf9a3d4d8061ea14d7 (patch)
tree505492242c3ae706c20f4c6f4ed91699c6d553fa /board_enable.c
parenta661e15d5290833cea1af60b66659e70cd73a907 (diff)
downloadast2050-flashrom-9892ca6b94549166187e70cf9a3d4d8061ea14d7.zip
ast2050-flashrom-9892ca6b94549166187e70cf9a3d4d8061ea14d7.tar.gz
Chipset: remove sis630 chipset enable for sis540
SiS630 chipset enable is equal to sis540 plus superio "poking". Superio poking equals IT8705F flash write enable, which is currently dealt with on a board by board basis in board_enable.c. Not all 630 and newer based boards come with it8705/sis950 superios. Corresponding to flashrom svn r794. Signed-off-by: Luc Verhaegen <libv@skynet.be> Acked-by: Sean Nelson <audiohacked@gmail.com>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c
index 96d764f..fa50871 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -814,6 +814,8 @@ static int board_kontron_986lcd_m(const char *name)
* Suited for:
* - Biostar P4M80-M4: VIA P4M800 + VT8237 + IT8705AF
* - GIGABYTE GA-7VT600: VIA KT600 + VT8237 + IT8705
+ *
+ * SIS950 superio probably requires the same flash write enable.
*/
static int it8705_rom_write_enable(const char *name)
{
OpenPOWER on IntegriCloud