diff options
author | Michael Gold <mgold@ncf.ca> | 2009-06-26 15:25:04 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-06-26 15:25:04 +0000 |
commit | 556e6fb2e34ac1e6757d0bf0a7ccf7401686ec37 (patch) | |
tree | 3aa988bb4a8f2defcb009f22a893b24335dce605 /util/superiotool/nsc.c | |
parent | 78fdd6046e6bcbab02a273b6a07235f242d5e7d1 (diff) | |
download | coreboot-556e6fb2e34ac1e6757d0bf0a7ccf7401686ec37.tar.xz |
This adds register definitions for all logical devices on the SMSC
LPC47U33x, allowing 'superiotool -d' to work.
Also, some consistency string fixes.
Signed-off-by: Michael Gold <mgold@ncf.ca>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4373 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/superiotool/nsc.c')
-rw-r--r-- | util/superiotool/nsc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/superiotool/nsc.c b/util/superiotool/nsc.c index d8df194029..c5d5b5203b 100644 --- a/util/superiotool/nsc.c +++ b/util/superiotool/nsc.c @@ -498,7 +498,7 @@ static const struct superio_registers reg_table[] = { 0xf1,0xf2,0xf3,0xf6,0xf7,EOT}, {0x00,0x00,0x70,0x00,0x72,0x08,0x00,0x04,0x04,0x00, 0x00,0x00,0x00,MISC,0x00,EOT}}, - {0x14, "Health Monitoring and Control (HMC)", + {0x14, "Health monitoring and control (HMC)", {0x30,0x50,0x60,0x61,0x62,0x63,0x70,0x71,0x74,0x75, 0xf0,EOT}, {0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04, |