Add new --list-supported switch for printing the list of Super I/Os
supported by superiotool (closes #91). Signed-off-by: Robinson P. Tryon <bishop.robinson@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3050 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Uwe Hermann
parent
6211ae13c3
commit
552cfb7b74
@@ -449,3 +449,8 @@ void probe_idregs_nsc(uint16_t port)
|
||||
|
||||
dump_superio("NSC", reg_table, port, id);
|
||||
}
|
||||
|
||||
void print_nsc_chips(void)
|
||||
{
|
||||
print_vendor_chips("NSC", reg_table);
|
||||
}
|
||||
|
Reference in New Issue
Block a user