Patrick Georgi wrote: > > --- src/mainboard/asus/m4a785-m/dsdt.asl (revision 5814) > > +++ src/mainboard/asus/m4a785-m/dsdt.asl (working copy) > > @@ -22,8 +22,8 @@ > > "DSDT.AML", /* Output filename */ > > "DSDT", /* Signature */ > > 0x02, /* DSDT Revision, needs to be 2 for 64bit */ > > - "AMD ", /* OEMID */ > > - "TILAPIA ", /* TABLE ID */ > > + "ASUS ", /* OEMID */ > > + "M4A785-M", /* TABLE ID */ > Where does that come from?
I think it's to make the names in the ACPI tables match the actual board. //Peter -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

