Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots
authorEd Swierk <eswierk@arastra.com>
Sun, 30 Mar 2008 11:31:15 +0000 (11:31 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 30 Mar 2008 11:31:15 +0000 (11:31 +0000)
commit71f846c13769f037fbdf649224d03377948b7fa9
tree8fb04b3d55db914af98a7f35e89f6b5af1799679
parent1e185e8561bc42b0f77159e4fa7ef0c652a2f6eb
Like other Intel chipsets, the Intel 3100 has a TCO timer that reboots
the system automatically unless software resets the timer
periodically. The extra reboot extends boot time by several seconds.

The attached patch adds a function to the Intel 3100 southbridge code
that halts the TCO timer, thus preventing this extra reboot, and calls
the function early in the boot process on the Mt. Arvon board.

It also fixes a bug in the LPC device initialization -- the ACPI BAR
enable flag is bit 7, not bit 4.

Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/mainboard/intel/mtarvon/auto.c
src/southbridge/intel/i3100/i3100_early_lpc.c
src/southbridge/intel/i3100/i3100_lpc.c