Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.html10 … transfer a new firmware image to the BMC. After uploading a new image, Activate it to make it ava…
92 …<div class="screen-reader-offscreen modal-description">Activate modal</div><!-- accessibility only…
102 …<p ng-switch-when="BMC">When you activate the BMC firmware file, {{activate_image_version}}, the B…
103 …<p ng-switch-when="Host">When you activate the server firmware file, {{activate_image_version}}, t…
108 …<label class="control-radio bold" for="activate-without-reboot">Activate firmware file without reb…
109 …<input type="radio" name="activate-without-reboot" id="activate-without-reboot" ng-model="activate
114 …<label class="control-radio bold" for="activate-with-reboot">Activate firmware file and automatica…
115 …<input type="radio" name="activate-with-reboot" id="activate-with-reboot" ng-model="activate.reboo…
124 …<label class="control-radio bold" for="activate-host-without-reboot">Activate firmware file withou…
125 …<input type="radio" name="activate-host-without-reboot" id="activate-host-without-reboot" ng-model…
[all …]
H A Dfirmware-controller.js42 $scope.activate = {reboot: true}; class in $scope
71 console.log('Image failed to activate: ', imageStateFailed);
72 toastService.error('Image failed to activate.');
89 'Time out. Image did not activate in allotted time.');
104 toastService.error('Unable to activate image');
114 toastService.error('Unable to activate image');
117 if ($scope.activate.reboot &&
128 if ($scope.activate.reboot &&
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch14 venv-activate.sh | 44 +-------------------------------------------
44 -if [[ ! -x ${VIRTUALENV_ROOT}/bin/activate ]] ; then
52 -source "${VIRTUALENV_ROOT}/bin/activate"
100 - source ${VIRTUALENV_ROOT}/bin/activate
137 diff --git a/venv-activate.sh b/venv-activate.sh
139 --- a/venv-activate.sh
140 +++ b/venv-activate.sh
155 - echo "venv-activate.sh: Enter the Mycroft virtual environment"
157 - echo " source venv-activate.sh"
159 - echo " . venv-activate.sh"
[all …]
/openbmc/qemu/python/
H A DMakefile59 min-venv: $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate
60 $(QEMU_MINVENV_DIR) $(QEMU_MINVENV_DIR)/bin/activate: setup.cfg tests/minreqs.txt
64 echo "ACTIVATE $(QEMU_MINVENV_DIR)"; \
65 . $(QEMU_MINVENV_DIR)/bin/activate; \
78 echo "ACTIVATE $(QEMU_MINVENV_DIR)"; \
79 . $(QEMU_MINVENV_DIR)/bin/activate; \
84 dev-venv: $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate
85 $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate: setup.cfg
89 echo "ACTIVATE $(QEMU_VENV_DIR)"; \
90 . $(QEMU_VENV_DIR)/bin/activate; \
[all …]
/openbmc/linux/Documentation/leds/
H A Dledtrig-transient.rst5 The leds timer trigger does not currently have an interface to activate
68 This trigger exports three properties, activate, state, and duration. When
72 - activate allows activating and deactivating the timer specified by
78 activate
79 - one shot timer activate mechanism.
84 activate state indicates a timer with a value of specified
90 - one shot timer value. When activate is set, duration value
112 When timer expires activate goes back to deactivated state, duration is left
113 at the set value to be used when activate is set at a future time. This will
114 allow user app to set the time once and activate it to run it once for the
[all …]
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst20 The libnvdimm bus object, ndbusX, implements an ndbusX/firmware/activate
25 No devices are set / armed to activate firmware
40 The 'ndbusX/firmware/activate' property can be written with a value of
46 'ndbusX/firmware/activate' property will be elided completely if no
54 may still be written to 'ndbusX/firmware/activate' as an override to
60 'nmemX/firmware/activate' and 'nmemX/firmware/result' attributes to
62 'ndbusX/firmware/activate' attribute, the 'nmemX/firmware/activate'
64 from 'armed' to 'idle' when the system is prepared to activate firmware,
65 firmware staged + state set to armed, and 'ndbusX/firmware/activate' is
/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c24 u8 activate; member
36 reg |= ((val ? hcg->deactivate : hcg->activate) << reg_shift); in hsdk_creg_gpio_set_value()
81 u32 shift, bit_per_gpio, activate, deactivate, gpio_count; in hsdk_creg_gpio_probe() local
88 activate = dev_read_u32_default(dev, "gpio-activate-val", 1); in hsdk_creg_gpio_probe()
117 if (GENMASK(31, bit_per_gpio) & activate) { in hsdk_creg_gpio_probe()
118 pr_err("%s: 'gpio-activate-val' can't be more than %lu\n", in hsdk_creg_gpio_probe()
131 if (activate == deactivate) { in hsdk_creg_gpio_probe()
132 pr_err("%s: 'gpio-deactivate-val' and 'gpio-activate-val' can't be equal\n", in hsdk_creg_gpio_probe()
140 hcg->activate = (u8)activate; in hsdk_creg_gpio_probe()
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-transient.c24 int activate; member
38 transient_data->activate = 0; in transient_timer_function()
48 return sprintf(buf, "%d\n", transient_data->activate); in transient_activate_show()
68 if (state == 0 && transient_data->activate == 1) { in transient_activate_store()
70 transient_data->activate = state; in transient_activate_store()
77 if (state == 1 && transient_data->activate == 0 && in transient_activate_store()
79 transient_data->activate = state; in transient_activate_store()
87 /* state == 0 && transient_data->activate == 0 in transient_activate_store()
89 /* state == 1 && transient_data->activate == 1 in transient_activate_store()
149 static DEVICE_ATTR(activate, 0644, transient_activate_show,
[all …]
/openbmc/u-boot/board/bosch/shc/
H A DKconfig52 activate, if you want to build for the B sample version
58 activate, if you want to build for the B2 sample version
64 activate, if you want to build for the C sample version
70 activate, if you want to build for the C2 sample version
76 activate, if you want to build for the C3 sample version
82 activate, if you want to build for the Series version
/openbmc/ipmitool/src/plugins/lanplus/
H A DREADME.sol13 sessions are begun in ipmitool using the "sol activate" command. This
14 command maps directly to the IPMI Activate Payload command. It first
17 established on a port different than the RMCP+ port that the "activate
20 Once a session has been established (the activate payload command
25 specified by the BMC in the response to the Activate Payload command.
50 Creation and dispatch of IPMI Activate Payload command
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c146 * to this MSR (at most for activate.delay cycles). Then it in doscan()
171 union ifs_scan activate; in ifs_test_core() local
181 activate.gen0.rsvd = 0; in ifs_test_core()
182 activate.delay = IFS_THREAD_WAIT; in ifs_test_core()
183 activate.sigmce = 0; in ifs_test_core()
188 activate.gen2.start = to_start; in ifs_test_core()
189 activate.gen2.stop = to_stop; in ifs_test_core()
191 activate.gen0.start = to_start; in ifs_test_core()
192 activate.gen0.stop = to_stop; in ifs_test_core()
204 msrvals[0] = activate.data; in ifs_test_core()
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.h98 unsigned char mac:4, /* max activate count */
99 t_maw:2, /* max activate window */
200 unsigned char byte_37; /* min four activate window delay time (t faw min), l-s-byte, mtb */
201 /* byte 38: min activate to activate delay time (t rrd_s min), diff bank group, mtb */
203 /* byte 39: min activate to activate delay time (t rrd_l min), same bank group, mtb */
228 /* fine offset for min activate to activate delay time (t rrd_l min), same bank group, ftb */
230 /* fine offset for min activate to activate delay time (t rrd_s min), diff bank group, ftb */
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot71 Activate DCMI Power And Verify
99 [Documentation] Set power limit and activate power limit before
116 Activate DCMI Power And Verify
128 [Documentation] Set and activate power limit with system power off.
144 Activate DCMI Power And Verify
187 Activate DCMI Power And Verify
199 Activate DCMI Power And Verify
251 ... Deactivate DCMI Power And Verify ELSE Activate DCMI Power And Verify
/openbmc/linux/sound/pci/ice1712/
H A Dhoontech.c41 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_darear() argument
45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear()
50 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_mute() argument
54 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute()
59 static void snd_ice1712_stdsp24_insel(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_insel() argument
63 ICE1712_STDSP24_3_INSEL(spec->boxbits, activate); in snd_ice1712_stdsp24_insel()
68 static void snd_ice1712_stdsp24_box_channel(struct snd_ice1712 *ice, int box, int chn, int activate) in snd_ice1712_stdsp24_box_channel() argument
81 ICE1712_STDSP24_2_MIDI1(spec->boxbits, activate); in snd_ice1712_stdsp24_box_channel()
146 static void snd_ice1712_stdsp24_midi2(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_midi2() argument
150 ICE1712_STDSP24_3_MIDI2(spec->boxbits, activate); in snd_ice1712_stdsp24_midi2()
[all …]
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot78 Activate DCMI Power And Verify
79 [Documentation] Activate DCMI power limiting.
81 ${resp}= Run External IPMI Standard Command dcmi power activate
83 ... msg=Command failed: dcmi power activate.
137 Activate DCMI Power Via REST
138 [Documentation] Activate DCMI power limiting via REST.
150 ... msg=Failed to activate power limiting via REST.
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot57 Upload And Activate Image ${IMAGE_FILE_PATH}
116 Upload And Activate Image
169 Upload And Activate Multiple Host Images
173 [Template] Activate Image And Verify No Duplicate Priorities
174 [Setup] Upload And Activate Multiple BMC Images Setup
207 Upload And Activate Image ${IMAGE_FILE_PATH}
211 ${version_id}= Upload And Activate Image ${ALTERNATE_IMAGE_FILE_PATH}
273 Upload And Activate Multiple BMC Images Setup
278 Upload And Activate Image ${IMAGE_FILE_PATH} skip_if_active=true
H A Dbmc_code_update.robot92 Upload And Activate Image ${IMAGE_FILE_PATH}
142 Upload And Activate Multiple BMC Images
146 [Template] Activate Image And Verify No Duplicate Priorities
147 [Setup] Upload And Activate Multiple BMC Images Setup
190 ${version_id}= Upload And Activate Image ${ALTERNATE_IMAGE_FILE_PATH}
223 Upload And Activate Image ${IMAGE_FILE_PATH}
270 Upload And Activate Multiple BMC Images Setup
/openbmc/linux/scripts/kconfig/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dgconf.glade49 <signal name="activate" handler="on_load1_activate"/>
50 <accelerator key="L" modifiers="GDK_CONTROL_MASK" signal="activate"/>
72 <signal name="activate" handler="on_save_activate"/>
73 <accelerator key="S" modifiers="GDK_CONTROL_MASK" signal="activate"/>
95 <signal name="activate" handler="on_save_as1_activate"/>
122 <signal name="activate" handler="on_quit1_activate"/>
123 <accelerator key="Q" modifiers="GDK_CONTROL_MASK" signal="activate"/>
159 <signal name="activate" handler="on_show_name1_activate"/>
170 <signal name="activate" handler="on_show_range1_activate"/>
181 <signal name="activate" handler="on_show_data1_activate"/>
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c180 * preferred logical cpus to activate or deactivate for optimized
188 static ssize_t get_best_energy_list(char *page, int activate) in get_best_energy_list() argument
201 if (activate) in get_best_energy_list()
214 if ((cpu_online(cpu) && !activate) || in get_best_energy_list()
215 (!cpu_online(cpu) && activate)) in get_best_energy_list()
228 char *page, int activate) in get_best_energy_data() argument
235 if (activate) in get_best_energy_data()
278 * Comma separated list of cpus to activate or deactivate
/openbmc/u-boot/doc/
H A DREADME.bitbangMII17 MDIO_ACTIVE - Activate the MDIO pin as out pin
18 MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
37 int (*mdio_active)() - Activate the MDIO pin as output
38 int (*mdio_tristate)() - Activate the MDIO pin as input/tristate pin
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_payload.robot47 Test Activate Payload
48 [Documentation] Test activate payload via IPMI raw command.
54 Activate Payload
65 Run Keyword If '${payload_status}' == '00' Activate Payload
85 Activate Payload
94 …[Documentation] Disable standard payload for SOL and verify IPMI sol activate command does not wo…
261 Activate Payload
262 [Documentation] Activate Payload.
371 ... Verify Sol Activate Disabled ${user_name}
374 Verify Sol Activate Disabled
[all …]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt8 write 0x2 == set output to "1" (activate)
20 - gpio-activate-val: Value should be set in corresponding field to set
40 gpio-activate-val = <2>;
/openbmc/phosphor-net-ipmid/command/
H A Dpayload_cmds.hpp21 * IPMI payload for Activate Payload command request.
54 uint8_t auth:1; //!< If true, activate payload with authentication.
55 uint8_t encryption:1; //!< If true, activate payload with encryption.
59 uint8_t encryption:1; //!< If true, activate payload with encryption.
60 uint8_t auth:1; //!< If true, activate payload with authentication.
75 * IPMI payload for Activate Payload command response.
101 /** @brief Activate Payload Command.
/openbmc/linux/drivers/eisa/
H A DKconfig30 Activate this option if your system contains a Vesa Local
41 Activate this option if your system contains a PCI to EISA
55 Activate this option if your system only have EISA bus

12345678910>>...57