Home
last modified time | relevance | path

Searched +full:activate +full:- +full:to +full:- +full:activate (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/openbmc/phosphor-webui/app/configuration/controllers/
H A Dfirmware-controller.html4 <div class="column small-12 page-header">
9to manage firmware image files. The image file that is listed at the top, the image with the highe…
10 …g-click="gotoAnchor()">Scroll down to upload an image file</a> to transfer a new firmware image to
12 <firmware-list title="BMC images" version="bmcActiveVersion" firmwares="firmwares" filter-by="filte…
13 <firmware-list title="Server images" version="hostActiveVersion" firmwares="firmwares" filter-by="f…
15 <div class="column small-12 page-header">
18 <form id="firmware__upload-form" role="form" class="firmware__upload-form">
19 … Each image that you upload will be unpacked from the image file and added to the appropriate list…
20 <div class=" column firmware__upload-station">
22 … <p>Select the image file saved on the workstation storage medium to upload to the server BMC.</p>
[all …]
H A Dfirmware-controller.js20 // Scroll to target anchor
37 $scope.priority_from = -1;
38 $scope.priority_to = -1;
42 $scope.activate = {reboot: true}; class in $scope
71 console.log('Image failed to activate: ', imageStateFailed);
72 toastService.error('Image failed to activate.');
83 if ((now.getTime() - startTime.getTime()) >=
89 'Time out. Image did not activate in allotted time.');
104 toastService.error('Unable to activate image');
114 toastService.error('Unable to activate image');
[all …]
/openbmc/linux/Documentation/leds/
H A Dledtrig-transient.rst5 The leds timer trigger does not currently have an interface to activate
7 specifying how long a state to be on, and the second for how long the state
8 to be off. The delay_on value specifies the time period an LED should stay
11 gets deactivated. There is no provision for one time activation to implement
12 features that require an on or off state to be held just once and then stay in
15 Without one shot timer interface, user space can still use timer trigger to
16 set a timer to hold a state, however when user space application crashes or
30 trigger will be called, and LED state is changed to LED_OFF.
32 Driver suspend changes the LED state to LED_OFF and resume doesn't change
36 that are active at the time driver gets suspended, continue to run, without
[all …]
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0001-Remove-python-venv.patch3 Date: Mon, 18 Mar 2019 16:30:45 -0700
9 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
10 Upstream-Status: Inappropriate [embedded specific]
11 ---
12 dev_setup.sh | 39 ---------------------------------------
13 start-mycroft.sh | 13 -------------
14 venv-activate.sh | 44 +-------------------------------------------
15 3 files changed, 1 insertion(+), 95 deletions(-)
17 diff --git a/dev_setup.sh b/dev_setup.sh
19 --- a/dev_setup.sh
[all …]
/openbmc/linux/Documentation/driver-api/nvdimm/
H A Dfirmware-activate.rst1 .. SPDX-License-Identifier: GPL-2.0
8 "DIMM" to perform tasks like media management, capacity provisioning,
10 involves a reboot because it has implications for in-flight memory
16 A native sysfs interface is implemented in libnvdimm to allow platform
17 to advertise and control their local runtime firmware activation
20 The libnvdimm bus object, ndbusX, implements an ndbusX/firmware/activate
24 - idle:
25 No devices are set / armed to activate firmware
27 - armed:
30 - busy:
[all …]
/openbmc/qemu/python/
H A DMakefile1 QEMU_VENV_DIR=.dev-venv
2 QEMU_MINVENV_DIR=.min-venv
9 @echo "make check-minreqs:"
15 @echo "make check-tox:"
18 @echo " Requires: Python 3.8 - 3.11, and tox."
19 @echo " Hint (Fedora): 'sudo dnf install python3-tox python3.11'"
20 @echo " The variable QEMU_TOX_EXTRA_ARGS can be use to pass extra"
21 @echo " arguments to tox".
23 @echo "make check-dev:"
37 @echo "make min-venv"
[all …]
/openbmc/u-boot/drivers/gpio/
H A Dhsdk-creg-gpio.c12 #include <asm-generic/gpio.h>
24 u8 activate; member
32 u8 reg_shift = oft * hcg->bit_per_gpio + hcg->shift; in hsdk_creg_gpio_set_value()
33 u32 reg = readl(hcg->regs); in hsdk_creg_gpio_set_value()
35 reg &= ~(GENMASK(hcg->bit_per_gpio - 1, 0) << reg_shift); in hsdk_creg_gpio_set_value()
36 reg |= ((val ? hcg->deactivate : hcg->activate) << reg_shift); in hsdk_creg_gpio_set_value()
38 writel(reg, hcg->regs); in hsdk_creg_gpio_set_value()
55 pr_err("%s can't be used as input!\n", uc_priv->bank_name); in hsdk_creg_gpio_direction_input()
57 return -ENOTSUPP; in hsdk_creg_gpio_direction_input()
63 u32 val = readl(hcg->regs); in hsdk_creg_gpio_get_value()
[all …]
/openbmc/linux/drivers/leds/trigger/
H A Dledtrig-transient.c1 // SPDX-License-Identifier: GPL-2.0
5 // Transient trigger allows one shot timer activation. Please refer to
6 // Documentation/leds/ledtrig-transient.rst for details
9 // Based on Richard Purdie's ledtrig-timer.c and Atsushi Nemoto's
10 // ledtrig-heartbeat.c
11 // Design and use-case input from Jonas Bonn <jonas@southpole.se> and
24 int activate; member
36 struct led_classdev *led_cdev = transient_data->led_cdev; in transient_timer_function()
38 transient_data->activate = 0; in transient_timer_function()
39 led_set_brightness_nosleep(led_cdev, transient_data->restore_state); in transient_timer_function()
[all …]
/openbmc/linux/drivers/platform/x86/intel/ifs/
H A Druntest.c1 // SPDX-License-Identifier: GPL-2.0-only
48 [IFS_INTERRUPTED_BEFORE_RENDEZVOUS] = "Interrupt occurred prior to SCAN coordination.",
50 "Core Abort SCAN Response due to power management condition.",
56 "Exceeded number of Logical Processors (LP) allowed to run Scan-At-Field concurrently",
57 [IFS_INTERRUPTED_DURING_EXECUTION] = "Interrupt occurred prior to SCAN start",
90 cpumask_pr_args(cpu_smt_mask(cpu)), ifsd->cur_batch, ifsd->loaded_version); in message_fail()
96 * due to a bit flip from an alpha particle or neutron). If the problem in message_fail()
102 cpumask_pr_args(cpu_smt_mask(cpu)), ifsd->cur_batch, ifsd->loaded_version); in message_fail()
145 * This WRMSR will wait for other HT threads to also write in doscan()
146 * to this MSR (at most for activate.delay cycles). Then it in doscan()
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_spd.h1 /* SPDX-License-Identifier: GPL-2.0 */
12 * Based on JEDEC Standard No. 21-C, 4.1.2.L-4:
18 /* block 1: module specific parameters sub-block */
20 /* block 1: hybrid memory parameters sub-block */
98 unsigned char mac:4, /* max activate count */
99 t_maw:2, /* max activate window */
176 unsigned char byte_25; /* min ras to cas delay time (t rcd min), mtb */
185 unsigned char byte_28; /* min active to precharge delay time (t ras min), l-s-byte, mtb */
186 unsigned char byte_29; /* min active to active/refresh delay time (t rc min), l-s-byte, mtb */
187 unsigned char byte_30; /* min refresh recovery delay time (t rfc1 min), l-s-byte, mtb */
[all …]
H A Dmv_ddr_topology.h1 /* SPDX-License-Identifier: GPL-2.0 */
99 MV_DDR_CFG_STATIC, /* based on data from user in register-value format */
120 MV_DDR_TRCD_MIN, /* min ras to cas delay time (t rcd min) */
122 MV_DDR_TRC_MIN, /* min active to active/refresh delay time (t rc min) */
123 MV_DDR_TRAS_MIN, /* min active to precharge delay time (t ras min) */
124 MV_DDR_TRRD_S_MIN, /* min activate to activate delay time (t rrd_s min), diff bank group */
125 MV_DDR_TRRD_L_MIN, /* min activate to activate delay time (t rrd_l min), same bank group */
126 MV_DDR_TCCD_L_MIN, /* min cas to cas delay time (t ccd_l min), same bank group */
127 MV_DDR_TFAW_MIN, /* min four activate window delay time (t faw min) */
128 MV_DDR_TWTR_S_MIN, /* min write to read time (t wtr s min), diff bank group */
[all …]
/openbmc/openbmc-test-automation/extended/code_update/
H A Dhost_code_update.robot4 ... python -m robot -v OPENBMC_HOST:<hostname>
5 ... -v DELETE_OLD_PNOR_IMAGES:<"true" or "false">
6 ... -v IMAGE_FILE_PATH:<path/*.tar>
7 ... -v ALTERNATE_IMAGE_FILE_PATH:<path/*.tar>
12 ... - Upload image via REST
13 ... - Verify that the file exists on the BMC
14 ... - Check that software "Activation" is set to "Ready"
15 ... - Set "Requested Activation" to "Active"
16 ... - Wait for code update to complete
17 ... - Verify the new version
[all …]
H A Dbmc_code_update.robot4 ... python -m robot -v OPENBMC_HOST:<hostname>
5 ... -v IMAGE_FILE_PATH:<path/*.tar> bmc_code_update.robot
22 # Force the test to timedout to prevent test hanging.
51 BMC Execute Command rm -rf /tmp/tarball
55 BMC Execute Command /tmp/tarball/bin/logging-test -c ${test_errlog_text}
92 Upload And Activate Image ${IMAGE_FILE_PATH}
105 Log To Console ${error_log_paths}
106 ${test_error_message}= Read Attribute @{error_log_paths}[-1] Message
109 Delete Error Log Entry @{error_log_paths}[-1]
133 # Set values back to their defaults
[all …]
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_power_capping.robot43 Tool Exist opal-prd
47 ${cmd}= Set Variable /tmp/occtoolp9 -p | grep -e State: -e Sensor:
57 ${output} ${stderr} ${rc}= OS Execute Command opal-prd occ disable
62 # Re-enable OCC for remaining tests.
63 ${output} ${stderr} ${rc}= OS Execute Command opal-prd occ enable
71 Activate DCMI Power And Verify
78 ... deactivate power limit prior to change.
99 [Documentation] Set power limit and activate power limit before
112 ... msg=dcmi power limit not set to ${power_setting} as expected.
116 Activate DCMI Power And Verify
[all …]
/openbmc/openbmc-test-automation/lib/
H A Denergy_scale_utils.robot19 # GET request of /redfish/v1/Chassis/chassis/EnvironmentMetrics | grep -A5 Power
39 # Exception actions: Hard Power Off & Log Event to SEL
51 &{limits}= Key Value Outbuf To Dict ${output}
75 ... msg=Failed setting dcmi power limit to ${power_limit} watts.
78 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.
126 # verify If True, read the power setting to confirm.
128 ${int_power_limit}= Convert To Integer ${power_limit}
[all …]
/openbmc/linux/sound/pci/ice1712/
H A Dhoontech.c1 // SPDX-License-Identifier: GPL-2.0-or-later
21 /* Hoontech-specific setting */
41 static void snd_ice1712_stdsp24_darear(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_darear() argument
43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear()
44 mutex_lock(&ice->gpio_mutex); in snd_ice1712_stdsp24_darear()
45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear()
46 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[0]); in snd_ice1712_stdsp24_darear()
47 mutex_unlock(&ice->gpio_mutex); in snd_ice1712_stdsp24_darear()
50 static void snd_ice1712_stdsp24_mute(struct snd_ice1712 *ice, int activate) in snd_ice1712_stdsp24_mute() argument
52 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_mute()
[all …]
/openbmc/u-boot/doc/
H A DREADME.bitbangMII1 This patch rewrites the miiphybb ( Bit-banged MII bus driver ) in order to
4 buses are implemented via bit-banging mode.
9 CONFIG_BITBANGMII - Enable the miiphybb driver
10 CONFIG_BITBANGMII_MULTI - Enable the multi bus support
13 to define at least the following macros:
15 MII_INIT - Generic code to enable the MII bus (optional)
16 MDIO_DECLARE - Declaration needed to access to the MDIO pin (optional)
17 MDIO_ACTIVE - Activate the MDIO pin as out pin
18 MDIO_TRISTATE - Activate the MDIO pin as input/tristate pin
19 MDIO_READ - Read the MDIO pin
[all …]
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dpseries_energy.c1 // SPDX-License-Identifier: GPL-2.0-only
6 * This pseries platform device driver provides access to
34 /* Helper Routines to convert between drc_index to cpu numbers */
48 /* Convert logical cpu number to core number */ in cpu_to_drc_index()
51 info = of_find_property(dn, "ibm,drc-info", NULL); in cpu_to_drc_index()
79 * The first element of ibm,drc-indexes array is the in cpu_to_drc_index()
82 * to core number thread_index. in cpu_to_drc_index()
84 rc = of_property_read_u32_index(dn, "ibm,drc-indexes", in cpu_to_drc_index()
90 rc = of_property_read_u32_index(dn, "ibm,drc-indexes", in cpu_to_drc_index()
120 info = of_find_property(dn, "ibm,drc-info", NULL); in drc_index_to_cpu()
[all …]
/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…
101 ${user_id_in_hex}= Convert To Hex ${userid}
102 ${userid_in_hex_format}= Convert To Hex ${userid} prefix=0x length=2
114 [Documentation] Try to set user access payload using operator privileged user and expect error.
123 Run Keyword and Expect Error *Unable to establish IPMI*
[all …]
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dsnps,creg-gpio.txt5 [ not used | gpio-1 | gpio-0 | <-shift-> ] < 32 bit register
8 write 0x2 == set output to "1" (activate)
9 write 0x3 == set output to "0" (deactivate)
12 - compatible : "snps,creg-gpio"
13 - reg : Exactly one register range with length 0x4.
14 - #gpio-cells : Should be one - the pin number.
15 - gpio-controller : Marks the device node as a GPIO controller.
16 - gpio-count: Number of GPIO pins.
17 - gpio-bit-per-line: Number of bits per gpio line (see picture).
18 - gpio-first-shift: Shift (in bits) of the first GPIO field in register
[all …]
/openbmc/linux/drivers/eisa/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
14 developed as an open alternative to the IBM MicroChannel bus.
21 Say Y here if you are building a kernel for an EISA-based machine.
30 Activate this option if your system contains a Vesa Local
32 the Adaptec AHA-284x).
41 Activate this option if your system contains a PCI to EISA
48 # an X86 may lead to crashes...
55 Activate this option if your system only have EISA bus
67 device names to make the information in sysfs comprehensible
68 to the user. This database increases size of the kernel
/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.
105 * was used to establish the IPMI session.
107 * @param[in] inPayload - Request data for the command.
108 * @param[in] handler - Reference to the message handler.
[all …]
/openbmc/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst1 .. SPDX-License-Identifier: GPL-2.0
7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
8 ``devlink-params`` and ``devlink-resources`` new values. It also provides
9 mechanism to activate firmware.
17 .. list-table:: Possible reload actions
20 * - Name
21 - Description
22 * - ``driver-reinit``
23 - Devlink driver entities re-initialization, including applying
24 new values to devlink entities which are used during driver
[all …]
/openbmc/linux/security/tomoyo/
H A DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
11 This selects TOMOYO Linux, pathname-based access control.
14 If you are unsure how to answer this question, answer N.
38 If you don't need audit logs, you may set this value to 0.
41 bool "Activate without calling userspace policy loader."
45 Say Y here if you want to activate access control as soon as built-in
47 operations which can lead to the hijacking of the boot sequence are
48 needed before loading the policy. For example, you can activate
58 default "/sbin/tomoyo-init"
75 want to also pass TOMOYO_trigger=/bin/systemd option.
[all …]
/openbmc/linux/Documentation/networking/device_drivers/atm/
H A Dcxacru.rst1 .. SPDX-License-Identifier: GPL-2.0
11 driver and it is necessary to unplug/remove power to the device to fix this.
13 Note: support for cxacru-cf.bin has been removed. It was not loaded correctly
17 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
21 named device points to the USB interface device's directory which contains
29 - Information about the remote headend.
33 - Configuration writing interface.
34 - Write parameters in hexadecimal format <index>=<value>,
39 - Up to 7 parameters at a time will be sent and the modem will restart
48 - Downstream stats.
[all …]

12345678910>>...44