Add -D / --dump-readable option which prints the Super I/O register
contents in human-readable form (e.g. "COM1 enabled" etc.) instead of the hex-table format from -d / --dump. 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@2795 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -194,12 +194,6 @@ const static struct superio_registers reg_table[] = {
|
||||
{EOT}
|
||||
};
|
||||
|
||||
/* TODO: Drop this function later. */
|
||||
void dump_ite(uint16_t port, uint16_t id)
|
||||
{
|
||||
dump_superio("ITE", reg_table, port, id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Enable configuration sequence (ITE uses this for newer IT87[012]xF).
|
||||
*
|
||||
@@ -244,6 +238,7 @@ static void probe_idregs_ite_helper(uint16_t port)
|
||||
get_superio_name(reg_table, id), id, chipver, port);
|
||||
|
||||
dump_superio("ITE", reg_table, port, id);
|
||||
dump_superio_readable(port); /* TODO */
|
||||
}
|
||||
|
||||
void probe_idregs_ite(uint16_t port)
|
||||
|
Reference in New Issue
Block a user