aboutsummaryrefslogtreecommitdiff
path: root/doc/xscom-node-bindings.rst
diff options
context:
space:
mode:
authorVasant Hegde <hegdevasant@linux.vnet.ibm.com>2017-10-13 10:29:39 +0530
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-10-15 20:08:14 -0500
commit01da00ddd67576ef3ddf56b6fe2994ca6d11d23c (patch)
treeb9c9134c3e0777922f9fa0840fa5005778ecd1a4 /doc/xscom-node-bindings.rst
parent9750eee802f8d6396147ee4e046e1859949a0e55 (diff)
downloadskiboot-01da00ddd67576ef3ddf56b6fe2994ca6d11d23c.zip
skiboot-01da00ddd67576ef3ddf56b6fe2994ca6d11d23c.tar.gz
skiboot-01da00ddd67576ef3ddf56b6fe2994ca6d11d23c.tar.bz2
doc: Update VPD, ECID documentation
Recently we added `ecid`, `wafer-id` and `wafer-location` properties under xscom node. Lets document these properties. Also update VPD documentation. Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc/xscom-node-bindings.rst')
-rw-r--r--doc/xscom-node-bindings.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/xscom-node-bindings.rst b/doc/xscom-node-bindings.rst
index 0fd5e93..ee2c58d 100644
--- a/doc/xscom-node-bindings.rst
+++ b/doc/xscom-node-bindings.rst
@@ -26,6 +26,16 @@ Each xscom node has the following properties:
* reg = <base-address[#parent-address-cells] size[#parent-size-cells]>
* ibm,chip-id = gcid
* compatible = "ibm,xscom", "ibm,power8-scom" / "ibm,power7-xscom"
+ * ecid = <Electronic Chip ID, applicable for POWER9 onwards>
+ * wafer-id = <wafer ID, applicable for POWER9 onwards>
+ * wafer-location = <wafer location, applicable for POWER9 onwards>
+
+ECID
+----
+Electronic Chip ID (ECID) is a process by which the wafer number, chip location
+(i.e. X,Y) and other optional data items are electrically encoded directly on
+the chip. wafer-id property represents wafer number and wafer-location property
+represents chip location (both X and Y location).
Chiplet endpoints