From e823ee0fc5f772fac65435021b82517daf913d13 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 5 Jun 2007 15:02:18 +0000 Subject: Document the newly supported IBM x3455 board and the now-supported Broadcom HT-1000 chipset Corresponding to flashrom svn r119 and coreboot v2 svn r2713. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- board_enable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'board_enable.c') diff --git a/board_enable.c b/board_enable.c index 852da40..416d60c 100644 --- a/board_enable.c +++ b/board_enable.c @@ -250,10 +250,10 @@ static int board_ibm_x3455(const char *name) { uint8_t byte; - /* Set GPIO lines in HT1000 southbridge */ + /* Set GPIO lines in the Broadcom HT-1000 southbridge. */ outb(0x45, 0xcd6); byte = inb(0xcd7); - outb(byte|0x20, 0xcd7); + outb(byte | 0x20, 0xcd7); return 0; } -- cgit v1.1