Home
last modified time | relevance | path

Searched full:good (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/openbmc/phosphor-power/phosphor-power-sequencer/docs/
H A Dmonitoring_chassis_pgood.md1 # Monitoring Chassis Power Good
5 The power sequencer device provides a chassis power good (pgood) signal. This
16 If the chassis pgood state is false when it should be true, a chassis power good
17 (pgood) fault has occurred. See [Power Good Faults](pgood_faults.md) for more
20 ## Unable to read chassis power good signal
22 `phosphor-power-sequencer` may become unable to read the chassis power good
31 If `phosphor-power-sequencer` is unable to read the chassis power good signal
36 read the chassis power good status.
44 read the chassis power good status.
56 If `phosphor-power-sequencer` is unable to read the chassis power good signal
[all …]
H A Dpowering_on.md28 - `Status` property is `Good` (if interface exists)
53 sequencer device will set the chassis power good (pgood) signal to true.
57 [Monitoring Chassis Power Good](monitoring_chassis_pgood.md).
59 When the chassis power good signal changes to true, `phosphor-power-sequencer`
75 ### Power good fault
83 [Power Good Faults](pgood_faults.md) for information on how the error is
86 ### Unable to read chassis power good signal
88 `phosphor-power-sequencer` may become unable to read the chassis power good
94 See [Monitoring Chassis Power Good](monitoring_chassis_pgood.md) for more
H A Dchassis_status.md19 `pgood` has a value of 0 or 1. `pgood` represents the power good (pgood) state
21 state. This property is set based on the chassis power good signal from the
69 If a power good fault occurs in a chassis after the system powered on, the
72 Eventually the system will be powered off due to the power good fault. See
73 [Power Good Faults](pgood_faults.md) for more information.
88 The chassis power good signal is read from the power sequencer device. Both the
89 `state` and `pgood` properties are set to the value of the power good signal.
90 For example, if the chassis power good is true, both `state` and `pgood` are set
95 good signal. For example, the chassis might not be present or might have no
112 - The chassis power good signal from the power sequencer will **not** be read.
[all …]
H A Dnamed_gpios.md17 ## Chassis power good (pgood)
19 The power sequencer device provides a chassis power good (pgood) signal,
22 The `phosphor-power-sequencer` application reads the chassis power good signal
26 the standard GPIO name is `power-chassis-good`. See
/openbmc/qemu/tests/qapi-schema/
H A Dmeson.build77 'doc-good.json',
229 output: ['doc-good-qapi-commands.c', 'doc-good-qapi-commands.h',
230 'doc-good-qapi-emit-events.c', 'doc-good-qapi-emit-events.h',
231 'doc-good-qapi-events.c', 'doc-good-qapi-events.h',
232 'doc-good-qapi-init-commands.c', 'doc-good-qapi-init-commands.h',
233 'doc-good
[all...]
/openbmc/openbmc/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-meta-base.bb12 DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good ${DEPENDS_UGLY} ${DEPEN…
38 gstreamer1.0-plugins-good-autodetect \
39 gstreamer1.0-plugins-good-soup"
49 gstreamer1.0-plugins-good-wavparse \
50 gstreamer1.0-plugins-good-flac \
55 gstreamer1.0-plugins-good-debug \
61 gstreamer1.0-plugins-good-avi \
62 gstreamer1.0-plugins-good-matroska \
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dsystem.hpp130 * Returns the system power good value.
132 * The power good value is set by the monitor() method. That method must be
135 * Throws an exception if the power good value could not be obtained.
137 * @return system power good
143 throw std::runtime_error{"System power good could not be obtained"}; in getPowerGood()
151 * Sets the system power good value by obtaining the power good value from
155 * ensure the system power state and power good values are correct.
225 * Sets the system power good value based on the chassis power good values.
234 * The initial power state value is based on the current power good value.
235 * We assume that the last requested power state matches the power good
[all …]
H A Dchassis.hpp212 * Returns whether the chassis input power status is good.
218 * @return true if chassis input power is good, false otherwise
227 * Returns whether the power supplies power status is good.
233 * @return true if power supplies power is good, false otherwise
293 * Returns the chassis power good value.
295 * The power good value is read by the monitor() method. That method must be
298 * Throws an exception if the power good value could not be obtained.
300 * @return chassis power good
307 "Power good could not be obtained for chassis {}", number)}; in getPowerGood()
315 * Sets the chassis power good value by reading the power good value from
[all …]
H A Dpower_sequencer_device.hpp36 * - Checks the pgood (power good) status of each voltage rail
78 * Returns the name of the GPIO that reads the power good signal from this
139 * Returns the GPIO that reads the power good signal from this device.
151 * in the correct order, verifying each rail asserts power good before
155 * device-level power good signal to true.
169 * device-level power good signal to false.
177 * Returns the power good signal for this device.
180 * monitored by this device are asserting power good.
183 * being monitored by this device is not asserting power good.
186 * obtaining the power good signal from the device.
[all …]
H A Dsystem.cpp98 // Set the system power good based on the chassis power good values in monitor()
101 // Set initial system power state based on system power good if needed in monitor()
158 // Ignore errors; chassis status/power good might not be available in setInitialSelectedChassisIfNeeded()
185 // Count the number of selected chassis with power good on and off in setPowerGood()
204 // Chassis power good might not be available in setPowerGood()
211 // All selected chassis are on; set system power good to on in setPowerGood()
216 // All selected chassis are off; set system power good to off in setPowerGood()
H A Dpower_interface.hpp90 * Emit the power good signal
106 * Returns the power good of the chassis
107 * @return power good
112 * Returns the power good timeout
113 * @return power good timeout
124 * Sets the power good timeout
125 * @param timeout power good timeout
/openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend5 SERVICE_LIST = "assert-power-good-drop.service \
6 deassert-power-good-drop.service \
13 file://assert-power-good-drop \
14 file://deassert-power-good-drop \
37 install -m 0755 ${UNPACKDIR}/assert-power-good-drop ${D}${libexecdir}/${PN}/
38 install -m 0755 ${UNPACKDIR}/deassert-power-good-drop ${D}${libexecdir}/${PN}/
/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend12 file://assert-power-good-drop \
13 file://assert-power-good-drop.service \
14 file://deassert-power-good-drop \
15 file://deassert-power-good-drop.service \
38 assert-power-good-drop.service \
39 deassert-power-good-drop.service \
66 install -m 0755 ${UNPACKDIR}/assert-power-good-drop ${D}${libexecdir}/${PN}/
67 install -m 0755 ${UNPACKDIR}/deassert-power-good-drop ${D}${libexecdir}/${PN}/
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-power-good.service2 Description=Assert Power Good Status
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good
8 SyslogIdentifier=assert-power-good
H A Ddeassert-power-good.service2 Description=Deassert Power Good Status
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good
8 SyslogIdentifier=deassert-power-good
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-power-good-drop.service2 Description=Assert Power Good Drop
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop
8 SyslogIdentifier=assert-power-good-drop
H A Ddeassert-power-good-drop.service2 Description=Deassert Power Good Drop
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop
8 SyslogIdentifier=deassert-power-good-drop
/openbmc/openbmc/meta-facebook/meta-yosemite5/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Ddeassert-power-good-drop.service2 Description=Deassert Power Good Drop
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop
8 SyslogIdentifier=deassert-power-good-drop
H A Dassert-power-good-drop.service2 Description=Assert Power Good Drop
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop
8 SyslogIdentifier=assert-power-good-drop
/openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dassert-power-good-drop.service2 Description=Assert Power Good Drop
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/assert-power-good-drop
8 SyslogIdentifier=assert-power-good-drop
H A Ddeassert-power-good-drop.service2 Description=Deassert Power Good Drop
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/deassert-power-good-drop
8 SyslogIdentifier=deassert-power-good-drop
/openbmc/phosphor-state-manager/
H A Dchassis_check_power_status.cpp55 // If the chassis power status is not good, log an error and exit with in main()
61 ChassisState::PowerStatus::Good)) in main()
63 error("Chassis power status is not good: {CURRENT_PWR_STATUS}", in main()
75 // all good in main()
76 info("Chassis power status good, start power on"); in main()
/openbmc/openpower-hw-diags/util/
H A Dbin_stream.hpp41 /** @return True, if the state of the stream is good. */
42 bool good() in good() function in util::BinFileReader
44 return iv_stream.good(); in good()
52 * @note After calling, check good() to determine if the operation was
138 /** @return True, if the state of the stream is good. */
139 bool good() in good() function in util::BinFileWriter
141 return iv_stream.good(); in good()
149 * @note After calling, check good() to determine if the operation was
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DGLWTPL1 GLWT(Good Luck With That) Public License
13 GOOD LUCK WITH THAT PUBLIC LICENSE
25 Good luck and Godspeed.
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend6 assert-power-good-drop.service \
10 deassert-power-good-drop.service \
27 file://assert-power-good-drop \
31 file://deassert-power-good-drop \
60 install -m 0755 ${UNPACKDIR}/assert-power-good-drop ${D}${libexecdir}/${PN}/
64 install -m 0755 ${UNPACKDIR}/deassert-power-good-drop ${D}${libexecdir}/${PN}/

12345678910>>...34