flashrom: Document the newly supported IBM x3455 board and the

now-supported Broadcom HT-1000 chipset (trivial).

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2713 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Uwe Hermann
2007-06-05 15:02:18 +00:00
parent 5e2a42ae32
commit 6602070955
3 changed files with 7 additions and 6 deletions

View File

@@ -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;
}