summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pymap.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/pymap.xml b/src/pymap.xml
index e74dd7f..ece6e1d 100644
--- a/src/pymap.xml
+++ b/src/pymap.xml
@@ -487,8 +487,25 @@
</Map>
</TypeMap>
- <!-- FIXME : Type 20 : Memory Device Mapped Address -->
+ <!-- Type 20 : Memory Device Mapped Address -->
<TypeMap id="0x14">
+ <Map rootpath="/dmidecode/MemoryDeviceMappedAddress" keytype="string" key="@handle" valuetype="dict">
+ <Map keytype="constant" key="dmi_type" valuetype="integer" value="@type"/>
+ <Map keytype="constant" key="dmi_handle" valuetype="string" value="@handle"/>
+ <Map keytype="constant" key="dmi_size" valuetype="integer" value="@size"/>
+ <Map keytype="constant" key="data" valuetype="dict">
+ <Map keytype="constant" key="Interleave Data Depth"
+ valuetype="integer" value="InterleaveDataDepth"/>
+ <Map keytype="constant" key="Ending Address" valuetype="string" value="EndAddress"/>
+ <Map keytype="constant" key="Memory Array Mapped Address Handle"
+ valuetype="string" value="MemArrayMappedAddrHandle"/>
+ <Map keytype="constant" key="Partition Row Position" valuetype="integer" value="PartitionRowPosition"/>
+ <Map keytype="constant" key="Physical Device Handle" valuetype="string" value="PhysicalDeviceHandle"/>
+ <Map keytype="constant" key="Range Size"
+ valuetype="string" value="concat(RangeSize,' ',RangeSize/@unit)"/>
+ <Map keytype="constant" key="Starting Address" valuetype="string" value="StartAddress"/>
+ </Map>
+ </Map>
</TypeMap>
<!-- FIXME : Type 21 : Built-in Pointing Device -->