Author: wmb Date: Fri Jul 2 04:58:02 2010 New Revision: 1859 URL: http://tracker.coreboot.org/trac/openfirmware/changeset/1859
Log: OLPC XO-1.5 - Another try at getting the right OEM string in DSDT. Maybe this time I got it right.
Modified: cpu/x86/pc/olpc/via/dsdt.dsl
Modified: cpu/x86/pc/olpc/via/dsdt.dsl ============================================================================== --- cpu/x86/pc/olpc/via/dsdt.dsl Thu Jul 1 20:06:06 2010 (r1858) +++ cpu/x86/pc/olpc/via/dsdt.dsl Fri Jul 2 04:58:02 2010 (r1859) @@ -25,7 +25,7 @@ DefinitionBlock ("dsdt.aml", // AML file name "DSDT", // Table signature, DSDT 0x01, // Compliance Revision - "QUANTACOMPUTER",// OEM ID + "OLPC", // OEM ID "XO-1.5 ", // Table ID 0x00000001) // OEM Revision { @@ -36,7 +36,7 @@ // will appear within 60 bytes of the address 0xfc000, which is the // DSDT start address. Name (VERS, Package (0x02) { - "OLPC XO-1.5", + "QUANTACOMPUTER XO-1.5", "$Id$" })