summaryrefslogtreecommitdiffstats
path: root/doc/device-tree/ibm,opal/firmware.rst
blob: ae84100780b371912cf6a00f1f4bddc3ff1e6132 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
System Firmware
===============

The 'firmware' node under 'ibm,opal' lists system and OPAL firmware version.

.. code-block:: dts

  firmware {
	symbol-map = <0x0 0x300ac650 0x0 0x1b3f5>;
	compatible = "ibm,opal-firmware";
	ml-version = [4d 4c 20 46 57 37 37 30 2e 32 30 20 46 57 37 37 30 2e 32 30 20 46 57 37 37 30 2e 32 30];
	mi-version = <0x4d49205a 0x4c373730 0x5f303735 0x205a4c37 0x37305f30 0x3735205a 0x4c373730 0x5f303735>;
	version = "skiboot-5.0-rc2";
	phandle = <0x8e>;
	linux,phandle = <0x8e>;
  };

``compatible``
  property describes OPAL compatibility.

``symbol-map``
  property describes OPAL symbol start address and size.

``version``
  property describes OPAL version. Replaces 'git-id', so may
  not be present. On POWER9 and above, it is always present.

``mi-version``
  property describes Microcode Image. Only on IBM FSP systems.
  Will (likely) not be present on POWER9 systems.

``ml-version``
  property describes Microcode Level. Only on IBM FSP systems.
  Will (likely) not be present on POWER9 systems.

MI/ML format
------------
::

   <ML/MI> <T side version> <P side version> <boot side version>
OpenPOWER on IntegriCloud