Home
last modified time | relevance | path

Searched refs:reboot (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend20 rm "$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/obmc-host-shutdown@0.target"
21 rm "$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/phosphor-reboot-host@0.service"
23 …rm "$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/obmc-host-force-warm-reboot@…
24 …rm "$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Int…
25 …rm "$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/obmc-host-stop@0.targe…
26 …rm "$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/phosphor-reboot-host@0…
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-bsp/kexecboot/files/
H A D0001-kexecboot-Use-new-reboot-API-with-klibc.patch4 Subject: [PATCH] kexecboot: Use new reboot() API with klibc
25 /* if ( -1 == reboot(LINUX_REBOOT_CMD_RESTART) ) { */
26 - if ( -1 == reboot(RB_AUTOBOOT) ) {
27 + if ( -1 == reboot(RB_AUTOBOOT, NULL) ) {
28 log_msg(lg, "Can't initiate reboot: %s", ERRMSG);
34 /* if ( -1 == reboot(LINUX_REBOOT_CMD_POWER_OFF) ) { */
35 - if ( -1 == reboot(RB_POWER_OFF) ) {
36 + if ( -1 == reboot(RB_POWER_OFF, NULL) ) {
/openbmc/docs/designs/
H A Dbmc-reboot-cause-update.md13 vendors to record different types of BMC reboot cause event logs. The purpose of
14 this proposal is to update the existing method, consolidating more BMC reboot
19 In the current approach, the only defined reboot causes are **WDIOF_EXTERN1**
22 cover all possible reboot causes. In this update, we will add support for
28 corresponding BMC reboot cause.
29 2. Each BMC vendor needs to record the results of the retrieved reboot cause to
31 3. Each vendor needs to ensure the accuracy of interpreting the reboot cause
33 4. New reboot cause types need to be defined to cover the requirements
34 5. Revise the definitions of certain existing reboot cause types to better
43 A[BMC reboot] --> B[Driver get the reboot cause]
[all …]
H A Dpower-systems-memory-preserving-reboot.md1 # Memory preserving reboot and System Dump extraction flow on POWER Systems
12 restarted. A typical server reboot will erase the content of the main memory
16 failure. A warm reboot with preserving the main memory is needed on the POWER
18 explains the high-level flow of warm reboot and extraction of the resulting dump
48 - **Memory Preserving Reboot (MPR)**: A method of reboot with preserving the
77 BMC to initiate a memory preserving reboot. BMC starts the reboot by informing
81 memory preserved reboot. Once the system finished booting, the hypervisor
103 - BMC should inform SBE to start the memory preserving reboot and collect the
124 The flow of the memory preserving reboot and system dump offloading
125 ![Memory preserving reboot and dump extraction flow](https://user-images.githubusercontent.com/1666…
[all …]
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend14 …rm "$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Int…
15 …rm "$D$systemd_system_unitdir/obmc-host-warm-reboot@0.target.requires/obmc-host-force-warm-reboot@…
17 rm "$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/phosphor-reboot-host@0.service"
18 rm "$D$systemd_system_unitdir/obmc-host-reboot@0.target.requires/obmc-host-shutdown@0.target"
20 …rm "$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/obmc-host-stop@0.targe…
21 …rm "$D$systemd_system_unitdir/obmc-host-force-warm-reboot@0.target.requires/phosphor-reboot-host@0…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/reboot-mode/
H A Dreboot-mode_git.bb6 SRC_URI = "git://gitlab.com/postmarketOS/reboot-mode.git;protocol=http;branch=master"
15 ${CC} ${CFLAGS} ${LDFLAGS} ${S}/reboot-mode.c -o ${B}/reboot-mode
19 install -D -m 0755 ${B}/reboot-mode ${D}${bindir}/reboot-mode
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dforce-reboot.service.in2 Description=Force reboot of the BMC
3 Requires=reboot-guard-disable.service
4 After=reboot-guard-disable.service
9 ExecStart=/sbin/reboot
H A Dreboot-guard-enable.service.in2 Description=Enable a guard that blocks BMC reboot
3 Before=reboot-guard-disable.service
H A Dreboot-guard-disable.service.in2 Description=Removes the guard that blocks BMC reboot
3 After=reboot-guard-enable.service
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/phosphor-objmgr/
H A Dyosemite4-reboot.conf2 SuccessAction=reboot
3 FailureAction=reboot
4 StartLimitAction=reboot
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend17 # The "warm-reboot" is what does the graceful shutdown operation and the
18 # normal "reboot" is suppose to do a forced reboot. `host-shutdown` is used
20 # reboot, so remove the dependency. The `phosphor-reboot-host@.service` does
21 # continue to be in `obmc-host-reboot` requirements and it depends on
24 obmc-host-reboot@{}.target.requires/obmc-host-shutdown@{}.service \
33 # The host-stop service is called as a side-effect of force-warm-reboot and is
35 # subsequent `obmc-host-reboot` (which calls `host-startmin`)
41 … obmc-host-warm-reboot@{}.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
42 obmc-host-warm-reboot@{}.target.requires/obmc-host-force-warm-reboot@{}.target \
43 obmc-host-force-warm-reboot@{}.target.requires/obmc-host-stop@{}.target \
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-pykickstart/files/
H A D0003-comment-out-sections-shutdown-and-environment-in-gen.patch15 pykickstart/commands/reboot.py | 3 +++
19 diff --git a/pykickstart/commands/reboot.py b/pykickstart/commands/reboot.py
21 --- a/pykickstart/commands/reboot.py
22 +++ b/pykickstart/commands/reboot.py
/openbmc/phosphor-state-manager/target_files/
H A Dmeson.build16 'obmc-host-force-warm-reboot@.target',
19 'obmc-host-reboot@.target',
33 'obmc-host-warm-reboot@.target',
48 if get_option('auto-reboot-on-bmc-quiesce').enabled()
51 'phosphor-bmc-quiesce-reboot.service',
53 pointing_to: '../phosphor-bmc-quiesce-reboot.service',
/openbmc/openbmc/meta-ampere/meta-common/recipes-ampere/host/
H A Dampere-hostctrl.bb20 file://ampere-bmc-reboot-host-check@.service \
28 ampere-bmc-reboot-host-check@.service \
31 # append force reboot
34 HOST_WARM_REBOOT_FORCE_TGTFMT = "obmc-host-force-warm-reboot@{0}.target"
55 HOST_CHECK_BMC_REBOOT_HOSTTMPL = "ampere-bmc-reboot-host-check@.service"
56 HOST_CHECK_BMC_REBOOT_HOSTINSTMPL = "ampere-bmc-reboot-host-check@{0}.service"
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend32 … obmc-host-warm-reboot@{}.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
33 obmc-host-warm-reboot@{}.target.requires/obmc-host-force-warm-reboot@{}.target \
34 obmc-host-force-warm-reboot@{}.target.requires/obmc-host-stop@{}.target \
35 obmc-host-force-warm-reboot@{}.target.requires/phosphor-reboot-host@{}.service \
39 obmc-host-warm-reboot@{}.target.wants/host-powerreset@{}.service \
59 obmc-host-reboot@{}.target.wants/host-powercycle@{}.service \
60 obmc-host-reboot@{}.target.requires/obmc-host-shutdown@{}.service \
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend32 … obmc-host-warm-reboot@{}.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
33 obmc-host-warm-reboot@{}.target.requires/obmc-host-force-warm-reboot@{}.target \
34 obmc-host-force-warm-reboot@{}.target.requires/obmc-host-stop@{}.target \
35 obmc-host-force-warm-reboot@{}.target.requires/phosphor-reboot-host@{}.service \
39 obmc-host-warm-reboot@{}.target.wants/host-powerreset@{}.service \
59 obmc-host-reboot@{}.target.wants/host-powercycle@{}.service \
60 obmc-host-reboot@{}.target.requires/obmc-host-shutdown@{}.service \
/openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend31 … obmc-host-warm-reboot@{}.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
32 obmc-host-warm-reboot@{}.target.requires/obmc-host-force-warm-reboot@{}.target \
33 obmc-host-force-warm-reboot@{}.target.requires/obmc-host-stop@{}.target \
34 obmc-host-force-warm-reboot@{}.target.requires/phosphor-reboot-host@{}.service \
38 obmc-host-warm-reboot@{}.target.wants/host-powerreset@{}.service \
58 obmc-host-reboot@{}.target.wants/host-powercycle@{}.service \
59 obmc-host-reboot@{}.target.requires/obmc-host-shutdown@{}.service \
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/
H A Dphosphor-state-manager_git.bb47 PACKAGECONFIG[no-warm-reboot] = "-Dwarm-reboot=disabled,-Dwarm-reboot=enabled"
50 PACKAGECONFIG[no-force-warm-reboot] = "-Dforce-warm-reboot=disabled,-Dforce-warm-reboot=enabled"
75 PACKAGECONFIG[auto-reboot-on-bmc-quiesce] = "-Dauto-reboot-on-bmc-quiesce=enabled,-Dauto-reboot-on-bmc-quiesce=disabled"
112 FILES:${PN}-host += "${libexecdir}/phosphor-state-manager/host-reboot"
[all...]
/openbmc/phosphor-state-manager/service_files/
H A Dmeson.build7 'phosphor-reboot-host@.service',
26 'phosphor-bmc-quiesce-reboot.service',
36 input: 'phosphor-reset-host-reboot-attempts@.service.in',
37 output: 'phosphor-reset-host-reboot-attempts@.service',
H A Dphosphor-reboot-host@.service13 # Since this is a part of the reboot target, call the startmin
14 # target which does the minimum required to start the host if the reboot count
16 ExecStart=/usr/libexec/phosphor-state-manager/host-reboot %i
/openbmc/openbmc-test-automation/lib/
H A Dcode_update_utils_serial.robot11 [Arguments] ${image_file_path} ${reboot}
17 # reboot If set to true, will reboot the BMC after the code
28 IF '${reboot}' OBMC Reboot (off) stack_mode=normal
H A Dbios_attr_utils.robot89 ... value after BMC reboot.
98 # Get pre reboot state.
116 # Power on BMC and wait for BMC to take reboot.
117 Log To Console Perform power on operation & expect BMC to take reboot...
120 Log To Console Wait for the BMC to take reboot and come back online...
124 # Post BMC reboot, host should auto power on back to runtime.
129 # Verify firmware boot side values after BMC reboot.
/openbmc/openbmc-tools/
H A D.shellcheck-ignore8 reboot/reboot.sh
/openbmc/qemu/system/
H A Drunstate-action.c24 void qmp_set_action(bool has_reboot, RebootAction reboot, in qmp_set_action() argument
31 reboot_action = reboot; in qmp_set_action()
/openbmc/openbmc/meta-quanta/meta-olympus-nuvoton/recipes-phosphor/fans/
H A Dphosphor-pid-control_%.bbappend6 SRC_URI:append:olympus-nuvoton = " file://fan-reboot-control.service"
14 SYSTEMD_SERVICE:${PN}:append:olympus-nuvoton = " fan-reboot-control.service"
27 install -m 0644 ${UNPACKDIR}/fan-reboot-control.service \

12345678910>>...14