[LinuxBIOS] superiotool - dump support for LPC47M112

Robinson Tryon bishop.robinson at gmail.com
Mon Oct 8 00:35:43 CEST 2007


On 10/7/07, Uwe Hermann <uwe at hermann-uwe.de> wrote:
> On Sun, Oct 07, 2007 at 05:22:12PM -0400, Robinson Tryon wrote:
> > > There are several chips with different names and same IDs.
> >
> > Fair enough.  Now that being said, how should I enter data for two
> > chips into the array?  Should it just look like the following?
> >
> > {0x50, "First chip name"
> >     ...}
> > {0x50, "Second chip name"
> >     ...}
>
> Nope, one entry per ID only. Put the different names in the string.
>
> Example:
>         {0x4103, "F71872F/FG / F71806F/FG", {

If there are two chips that have different register layouts, but which
share the same ID, then by putting both names into the string I will
be (falsely) indicating that both chips share the same register
layout.  Right?




More information about the coreboot mailing list