Lines Matching +full:firmware +full:- +full:name
5 - name: RequestedHostTransition
12 - xyz.openbmc_project.State.Host.Error.BMCNotReady
13 - xyz.openbmc_project.Common.Error.NotAllowed
14 - xyz.openbmc_project.Common.Error.Unavailable
16 - name: AllowedHostTransitions
19 - const
26 - name: CurrentHostState
29 A read-only property describing the current state of the host
30 firmware. A user can determine if a system is in transition by
34 - name: RestartCause
41 - name: Transition
43 The desired transition for host firmware
45 - name: "Off"
47 Host firmware should be off
48 - name: "On"
50 Host firmware should be on
51 - name: "Reboot"
53 Host firmware should be rebooted. Chassis power will be cycled
55 - name: "GracefulWarmReboot"
57 Host firmware be will notified to shutdown and once complete,
58 the host firmware will be rebooted. Chassis power will remain on
60 - name: "ForceWarmReboot"
62 Host firmware will be rebooted without notification and chassis
65 - name: HostState
67 The current state of the host firmware
69 - name: "Off"
71 Host firmware is not running
72 - name: "TransitioningToOff"
74 Host firmware is transitioning to an Off state
75 - name: "Standby"
77 Host firmware is in a standby state. It is awaiting a Transition
81 - name: "Running"
83 Host firmware is running
84 - name: "TransitioningToRunning"
86 Host firmware is transitioning to a Running state
87 - name: "Quiesced"
89 Host firmware is quiesced. The host firmware is enabled but
94 - name: "DiagnosticMode"
96 Host firmware is capturing debug information. Powering off your
101 - name: RestartCause
105 - name: "Unknown"
108 - name: "RemoteCommand"
111 - name: "ResetButton"
114 - name: "PowerButton"
117 - name: "WatchdogTimer"
120 - name: "PowerPolicyAlwaysOn"
123 - name: "PowerPolicyPreviousState"
126 - name: "SoftReset"
129 - name: "ScheduledPowerOn"
133 - name: "HostCrash"
135 The host firmware crashed and the BMC has automatically
136 initiated a restart of the host firmware
139 - namespace: /xyz/openbmc_project/state
141 - name: Host