@@ -12,13 +12,15 @@ Description:
1212 resets. Three registers are used by the FSBL and
1313 other Xilinx software products: GLOBAL_GEN_STORAGE{4:6}.
1414
15- Usage:
16- # cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
17- # echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
15+ Usage::
16+
17+ # cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
18+ # echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
19+
20+ Example::
1821
19- Example:
20- # cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
21- # echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
22+ # cat /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
23+ # echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/ggs0
2224
2325Users: Xilinx
2426
@@ -39,13 +41,15 @@ Description:
3941 software products: PERS_GLOB_GEN_STORAGE{4:7}.
4042 Register is reset only by a POR reset.
4143
42- Usage:
43- # cat /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
44- # echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
44+ Usage::
45+
46+ # cat /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
47+ # echo <value> > /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
48+
49+ Example::
4550
46- Example:
47- # cat /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
48- # echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
51+ # cat /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
52+ # echo 0x1234ABCD > /sys/devices/platform/firmware\:zynqmp-firmware/pggs0
4953
5054Users: Xilinx
5155
@@ -61,23 +65,28 @@ Description:
6165
6266 Following are available shutdown scopes(subtypes):
6367
64- subsystem: Only the APU along with all of its peripherals
68+ subsystem:
69+ Only the APU along with all of its peripherals
6570 not used by other processing units will be
6671 shut down. This may result in the FPD power
6772 domain being shut down provided that no other
6873 processing unit uses FPD peripherals or DRAM.
69- ps_only: The complete PS will be shut down, including the
74+ ps_only:
75+ The complete PS will be shut down, including the
7076 RPU, PMU, etc. Only the PL domain (FPGA)
7177 remains untouched.
72- system: The complete system/device is shut down.
78+ system:
79+ The complete system/device is shut down.
7380
74- Usage:
75- # cat /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
76- # echo <scope> > /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
81+ Usage::
82+
83+ # cat /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
84+ # echo <scope> > /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
85+
86+ Example::
7787
78- Example:
79- # cat /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
80- # echo "subsystem" > /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
88+ # cat /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
89+ # echo "subsystem" > /sys/devices/platform/firmware\:zynqmp-firmware/shutdown_scope
8190
8291Users: Xilinx
8392
@@ -94,10 +103,13 @@ Description:
94103 system restart.
95104
96105 Usage:
97- Set healthy bit
98- # echo 1 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status
99106
100- Unset healthy bit
101- # echo 0 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status
107+ Set healthy bit::
108+
109+ # echo 1 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status
110+
111+ Unset healthy bit::
112+
113+ # echo 0 > /sys/devices/platform/firmware\:zynqmp-firmware/health_status
102114
103115Users: Xilinx
0 commit comments