/openbmc/openbmc-test-automation/redfish/extended/ |
H A D | test_power_restore.robot | 2 Documentation This suite verifies the power restore policy supported by 25 Test Restore Policy ALWAYS_POWER_OFF With Host Off 26 [Documentation] Validate ALWAYS_POWER_OFF restore policy functionality. 36 [Template] Verify Restore Policy 43 Test Restore Policy ALWAYS_POWER_OFF With Host Running 44 … [Documentation] Verify that the BMC restore policy is ALWAYS_POWER_OFF while the Host is running. 46 [Template] Verify Restore Policy 52 Test Restore Policy ALWAYS_POWER_ON With Host Off 53 [Documentation] Validate ALWAYS_POWER_ON restore policy functionality. 63 [Template] Verify Restore Policy [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ipvsadm/ipvsadm/ |
H A D | 0003-ipvsadm-remove-dependency-on-bash.patch | 6 The save/restore scripts are very simple and don't depend on any BASH 13 ipvsadm-restore | 2 +- 17 diff --git a/ipvsadm-restore b/ipvsadm-restore 19 --- a/ipvsadm-restore 20 +++ b/ipvsadm-restore 24 # ipvsadm-restore - Restore IPVS rules 26 # A very simple wrapper to restore IPVS rules
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_power_restore_policy_sub_menu.robot | 3 Documentation Test OpenBMC GUI "Power restore policy" sub-menu of "Settings" menu. 15 ${xpath_power_restore_policy_heading} //h1[text()="Power restore policy"] 23 Verify Navigation To Power Restore Policy Page 24 [Documentation] Verify navigation to Power Restore Policy page. 30 Verify Existence Of All Sections In Power Restore Policy Page 31 [Documentation] Verify existence of all sections in Power Restore Policy page. 34 Page Should Contain Power restore policies 37 Verify Existence Of All Buttons In Power Restore Policy Page 54 Wait Until Keyword Succeeds 30 sec 10 sec Location Should Contain power-restore-policy
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | backup_restore.hpp | 12 // Backup and restore operation status. 21 * @brief class to implement backup and restore VPD. 50 * @brief An API to backup and restore VPD. 52 * Note: This API works on the keywords declared in the backup and restore 53 * config JSON. Restore or backup action could be triggered for each 57 * Restore source keyword's value with destination keyword's value, 70 * @brief An API to set backup and restore status. 81 * 1. If provided i_fruPath is primary(source) path in the backup restore 88 * in the backup and restore config JSON). 89 * 2. If the input record and keyword are found in the backup and restore [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/ |
H A D | RestorePolicy.interface.yaml | 9 default: "Restore" 16 The delay in microseconds before invoke power restore policy after 26 Perform no power restore logic. 33 - name: Restore 35 Restore power to last requested state recorded before the BMC
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0006-Fix-invalid-sigprocmask-call.patch | 24 * common/signals-state-save-restore.c (save_original_signals_state): 31 gdbsupport/signals-state-save-restore.cc | 2 +- 34 diff --git a/gdbsupport/signals-state-save-restore.cc b/gdbsupport/signals-state-save-restore.cc 36 --- a/gdbsupport/signals-state-save-restore.cc 37 +++ b/gdbsupport/signals-state-save-restore.cc
|
/openbmc/x86-power-control/src/ |
H A D | power_control.hpp | 33 * @brief The class contains functions to invoke power restore policy. 46 * @brief Power Restore entry point. 48 * Call this to start Power Restore algorithm. 54 * Parse list of properties, received from dbus, to set Power Restore 74 * Call this after set any of Power Restore algorithm parameters. Once all 79 * @brief Actually perform power restore actions. 81 * Take Power Restore actions according to Policy and other parameters.
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/ |
H A D | 0001-xfsdump-support-usrmerge.patch | 11 restore/Makefile | 6 +----- 32 diff --git a/restore/Makefile b/restore/Makefile 34 --- a/restore/Makefile 35 +++ b/restore/Makefile
|
/openbmc/u-boot/doc/SPL/ |
H A D | README.am335x-network | 31 network boot. Copy them to u-boot-restore.img and 32 u-boot-spl-restore.bin respectively to distinguish this version 33 (with automatic restore running) from the main one. 45 raw SPL image -- u-boot-spl-restore.bin while SPL needs main U-Boot 46 image -- u-boot-restore.img). So you have to configure DHCP server to 61 filename "u-boot-spl-restore.bin"; 63 filename "u-boot-restore.img";
|
/openbmc/phosphor-certificate-manager/ |
H A D | certificate.hpp | 100 * @param[in] restore - the certificate is created in the restore path 105 bool restore); 120 * @param[in] restore - the certificate is created in the restore path 125 Manager& parent, bool restore); 131 * @param[in] restore - the certificate is created in the restore path 133 void install(const std::string& filePath, bool restore); 141 * @param[in] restore - the certificate is created in the restore path 143 void install(X509_STORE& x509Store, const std::string& pem, bool restore);
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_expire_password.robot | 55 ... Restore Default Password For Root User AND FFDC On Test Case Fail 72 ... Restore Default Password For Root User AND FFDC On Test Case Fail 88 ... Restore Default Password For Root User 106 ... Restore Default Password For Root User AND FFDC On Test Case Fail 123 ... AND Restore Default Password For Root User AND FFDC On Test Case Fail 248 [Teardown] Restore Default Password For Admin User 265 [Teardown] Restore Default Password For Admin User 282 [Teardown] Restore Default Password For Admin User 348 Restore Default Password For Root User 349 [Documentation] Restore default password for root user (i.e. 0penBmc). [all …]
|
/openbmc/openpower-vpd-parser/docs/ |
H A D | backup-restore-config-json.md | 1 # Backup and Restore Config 3 ## TODO: Add description about structure of backup and restore config json
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | backup_restore.cpp | 45 logging::logMessage("Backup and restore invoked already."); in backupAndRestore() 59 … "Backup restore config JSON is missing necessary tag(s), can't initiate backup and restore."); in backupAndRestore() 78 "Couldn't extract source path, can't initiate backup and restore."); in backupAndRestore() 97 "Couldn't extract destination path, can't initiate backup and restore."); in backupAndRestore() 101 // Implement backup and restore for IPZ type VPD in backupAndRestore() 140 logging::logMessage("Back up and restore failed with exception: " + in backupAndRestore() 153 "Invalid value found for tag backupMap, in backup and restore config JSON."); in backupAndRestoreIpzVpd() 260 "Record or keyword not found in the backup and restore config JSON."); in backupAndRestoreIpzVpd() 294 " from backup and restore config JSON file."); in backupAndRestoreIpzVpd() 367 // restore config JSON. in backupAndRestoreIpzVpd() [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/iptables/iptables/ |
H A D | ip6tables.service | 8 ExecStart=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules 9 ExecReload=@SBINDIR@/ip6tables-restore -w -- @RULESDIR@/ip6tables.rules
|
H A D | iptables.service | 8 ExecStart=@SBINDIR@/iptables-restore -w -- @RULESDIR@/iptables.rules 9 ExecReload=@SBINDIR@/iptables-restore -w -- @RULESDIR@/iptables.rules
|
/openbmc/openbmc-test-automation/redfish/account_service/ |
H A D | test_ldap_configuration.robot | 108 [Teardown] Run Keywords Restore LDAP URL AND 166 [Teardown] Restore LDAP Privilege 183 [Teardown] Run Keywords Restore AccountLockout Attributes AND 214 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore LDAP Privilege 224 [Teardown] Run Keywords FFDC On Test Case Fail AND Restore LDAP Privilege 235 [Teardown] Restore LDAP Privilege 306 [Teardown] Restore LDAP Privilege 316 [Teardown] Restore LDAP Privilege 442 [Teardown] Restore LDAP Privilege 460 [Teardown] Restore LDAP Privilege [all …]
|
/openbmc/docs/designs/ |
H A D | power-recovery.md | 48 [PowerRestorePolicy][pdi-restore] property out in phosphor-dbus-interface 62 can know what to restore it to if necessary 70 - Restore the previous state of the chassis power and host 76 OpenBMC software must also support the concept of a one_time power restore 112 - Adhere to the current power restore policy 129 - Support the ability for host firmware to indicate a one-time power restore 132 - Wait for the brownout to complete and implement the one-time power restore 133 policy. If no one-time policy is defined then run the standard power restore 292 # Power Restore Policy 302 power on the system when policy is `AlwaysOn` or `Restore`. [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/initrdscripts/files/ |
H A D | obmc-update.sh | 120 --restore-files Restore files from save directory to rwfs layer 121 --no-restore-files Don't restore saved files from ram to rwfs layer 140 --no-restore-files) 143 --restore-files)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 60-joystick.rules | 1 # Restore any stored calibration for the device 2 ACTION=="add", KERNEL=="js*", RUN+="/usr/bin/jscal-restore %E{DEVNAME}"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/arptables/arptables/ |
H A D | arptables.service | 9 ExecStart=/bin/sh -c "/usr/sbin/arptables-restore < /etc/sysconfig/arptables" 12 ExecStop=/bin/sh -c "/usr/sbin/arptables-restore < /dev/null"
|
/openbmc/phosphor-debug-collector/dump-extensions/openpower-dumps/ |
H A D | dump_manager_system.hpp | 52 void restore() override in restore() function in openpower::dump::system::Manager 54 // TODO #2597 Implement the restore to restore the dump entries in restore()
|
H A D | dump_manager_resource.hpp | 53 void restore() override in restore() function in openpower::dump::resource::Manager 55 // TODO #2597 Implement the restore to restore the dump entries in restore()
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | exceptions.S | 27 * The 32 instructions are not enough to save and restore all registers and 30 * handler, then to the restore routine. The save and restore routines are 97 * Restore the exception return address, for all exception levels. 117 * Restore the general purpose registers from the exception stack, then return.
|
/openbmc/openbmc-test-automation/lib/ |
H A D | bmc_date_and_time_utils.robot | 104 Restore NTP Status 105 [Documentation] Restore NTP Status. 163 Restore NTP Mode 164 [Documentation] Restore the original NTP mode. 167 Print Timen Restore NTP Mode.
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bios_asm.S | 129 /* restore proper idt */ 197 /* restore stack pointer, eflags and register values and exit */ 228 /* restore stack pointer, eflags and register values and exit */ 276 /* Restore real mode ESP based on saved SS */ 283 /* Restore real mode SS */ 287 * Restore all registers, including those manipulated by the C
|