1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-06-30 21:52:36 +02:00

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>
This commit is contained in:
Luc Verhaegen
2009-12-09 07:43:13 +00:00
parent a661e15d52
commit 9892ca6b94
2 changed files with 19 additions and 51 deletions

View File

@ -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)
{