summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@proformatique.com>2012-02-13 18:42:14 +0100
committerNoe Rubinstein <nrubinstein@avencall.com>2012-12-07 12:45:54 +0100
commita0c7a5435eabef7d120b8f459aa728788a70ac49 (patch)
treea64ec15cee97de1b67bf92811a39ec5963380b0b
parent56b9cfa6e98a2f6ab8db27d4cc2efbccf9890ffb (diff)
switch to vendor spec _with_ uuid
-rw-r--r--src/mainboard/intel/truxton/dsdt.asl22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/mainboard/intel/truxton/dsdt.asl b/src/mainboard/intel/truxton/dsdt.asl
index 8cab85eb2..8cdc28fcb 100644
--- a/src/mainboard/intel/truxton/dsdt.asl
+++ b/src/mainboard/intel/truxton/dsdt.asl
@@ -62,18 +62,16 @@ DefinitionBlock ("DSDT", "DSDT", 1, "TRUXTON", "COREBOOT", 0x0000001)
Interrupt (, Level, ActiveLow, Exclusive,,, XGSI) { 32 }
VendorLong (XCNF) {
- // The UUID dance is stupid so we refuse to dance it.
- //
- // Also probably nobody in the world knows what
- // an "UUID specific descriptor sub type value" is.
- // So would we be crazy enough to want to use an
- // UUID, we probably would not manage to do it as
- // "specified"...
-
- 0x00, // incompatible revision
- 0x00, // backward compatible revision
-
- 27 // Reset SoC GPIO
+ 0x42, // UUID specific descriptor sub type
+ // (completely arbitrary)
+
+ // xivo xhfc specific uuid for platform description:
+ // {c1fa8934-ccd1-4bb7-bfa0-0d938bf38ed5}
+ 0x34, 0x89, 0xfa, 0xc1, 0xd1, 0xcc, 0xb7, 0x4b,
+ 0xbf, 0xa0, 0x0d, 0x93, 0x8b, 0xf3, 0x8e, 0xd5,
+
+ // struct xhfc_platform_desc:
+ 27 // reset_gpio
}
})
}