Home
last modified time | relevance | path

Searched +full:push +full:- +full:button (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss7 /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
17 font-family: sans-serif;
19 line-height: 1.15;
21 -ms-text-size-adjust: 100%;
23 -webkit-text-size-adjust: 100%;
35 * Add the correct display in IE 9-.
48 * Add the correct display in IE 9-.
65 box-sizing: content-box;
83 font-family: monospace, monospace;
85 font-size: 1em;
[all …]
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md1 # Multi-host front panel phosphor buttons interface
15 phosphor-buttons currently only support push type buttons.support for different
16 form factor inputs such as switches/MUX other than push type buttons are needed
18 additional input types in phosphor button interfaces and event handling.
21 (power and reset).There may be cases where we need to create button interface
22 which monitors non gpio events and triggers button actions for example events
27 This feature is needed to support additional phosphor button interfaces
29 available in the front panel apart from existing power and reset button
34 The front panel of bmc has buttons like power button, reset button in general
38 +----------------------------------------------+
[all …]
/openbmc/u-boot/board/buffalo/lsxl/
H A DREADME2 -----
3 The Buffalo Linkstation Pro/Live, codename LS-XHL and LS-CHLv2, is a single
4 disk NAS server. The PCBs of the LS-XHL and LS-CHLv2 are almost the same.
5 The LS-XHL has a faster CPU and more RAM with a wider data bus, therefore
6 the LS-XHL PCB has two SDRAM chips. Both have a Kirkwood CPU (Marvell
7 88F6281). The only on-board storage is a 4 Mbit SPI flash which stores the
13 -----------
28 The resuce mode is selected by holding the push button for at least one
29 second, while powering-on the device. The status LED turns solid amber if
32 Pressing the same button for at least 10 seconds on power-up will erase the
[all …]
H A Dlsxl.c1 // SPDX-License-Identifier: GPL-2.0+
28 * Selected by holding the push button for 3 seconds, while powering on
60 * Multi-Purpose Pins Functionality configuration in board_early_init_f()
105 MPP41_GPIO, /* funtion button */ in board_early_init_f()
171 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
274 if (progress == -BOOTSTAGE_ID_NET_LOADED) in show_boot_progress()
/openbmc/webui-vue/src/views/Login/
H A DLogin.vue2 <b-form class="login-form" novalidate @submit.prevent="login">
3 <alert class="login-error mb-4" :show="authError" variant="danger">
4 <p id="login-error-alert">
8 <b-form-group label-for="language" :label="$t('pageLogin.language')">
9 <b-form-select
11 v-model="userLocale"
13 data-test-id="login-select-language"
14 ></b-form-select>
15 </b-form-group>
16 <b-form-group label-for="username" :label="$t('pageLogin.username')">
[all …]
/openbmc/openbmc-tools/dbus-vis/
H A Dboost_handler_timeline_vis.js2 // Will need to add code to visualize one-shot events
18 if (i >= slots.length) slots.push(undefined);
24 if (idx0 == -1)
42 let slots = []; // In-flight handlers
43 let in_flight_id2level = {}; // In-flight ID to level
51 let handler_id = -999;
55 if (action.indexOf('*') != -1) {
81 parsed_entries.push(entry);
105 grouped[key].push(preprocessed[n]);
118 v.GroupBy.push(cb.value);
[all …]
H A Ddbus_timeline_vis.js2 // Data and Timestamps are separate b/c dbus-pcap does not include
12 // group-by condition changes
48 // It is independent of the "group_by" of the meta-data (sender/destination/
67 if (path.indexOf("/xyz/openbmc_project/sensors/") != -1 &&
101 let grouped = {}; // [content key][sort key] -> packet
134 grouped1[key].push(preprocessed[n]);
150 v.GroupBy.push(cb.value);
164 // Todo: put g_StartingSec somewhere that's common between sensors and non-sensors
180 // Per-content key
185 titles.push(the_header);
[all …]
H A Dipmi_timeline_vis.js17 const {fs} = require('file-system');
34 // Set up Electron-related stuff here; Electron does not allow inlining button
41 // Zoom in button
47 // Zoom out button
49 ipmi_timeline_view.BeginZoomAnimation(-1);
50 boost_asio_handler_timeline_view.BeginZoomAnimation(-1);
53 // Pan left button
55 ipmi_timeline_view.BeginPanScreenAnimaton(-0.5);
56 boost_asio_handler_timeline_view.BeginPanScreenAnimaton(-0.5);
59 // Pan right button
[all …]
H A Dtimeline_view.js46 ctx.strokeRect(x + PAD, y + PAD, w - 2 * PAD, h - 2 * PAD);
50 let dx0 = x + PAD2 + (w - 2 * PAD2) * 1.0 * i / buckets.length,
51 dx1 = x + PAD2 + (w - 2 * PAD2) * 1.0 * (i + 1) / buckets.length,
52 dy0 = y + h - h * 1.0 * buckets[i] / maxCount, dy1 = y + h;
61 threshEntry[0][1] = hist[0] + (hist[1] - hist[0]) / bucketsLen * i;
63 if (cumDensity0 < 1 - HISTOGRAM_RIGHT_TAIL_WIDTH &&
64 cumDensity1 >= 1 - HISTOGRAM_RIGHT_TAIL_WIDTH) {
65 threshEntry[1][0] = (i - 1) / buckets.length;
67 hist[0] + (hist[1] - hist[0]) / bucketsLen * (i - 1);
70 ctx.fillRect(dx0, dy0, dx1 - dx0, dy1 - dy0);
[all …]
/openbmc/u-boot/board/LaCie/net2big_v2/
H A Dnet2big_v2.c1 // SPDX-License-Identifier: GPL-2.0+
8 * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
15 #include <asm/mach-types.h>
23 #include "../common/cpld-gpio-bus.h"
33 /* Multi-Purpose Pins Functionality configuration */ in board_early_init_f()
40 MPP7_GPO, /* Request power-off */ in board_early_init_f()
56 MPP34_GPIO, /* Rear Push button 0=on 1=off */ in board_early_init_f()
57 MPP35_GPIO, /* Inhibit switch power-off */ in board_early_init_f()
78 gd->bd->bi_arch_number = MACH_TYPE_NET2BIG_V2; in board_init()
81 gd->bd->bi_boot_params = mvebu_sdram_bar(0) + 0x100; in board_init()
[all …]
/openbmc/webui-vue/src/views/ChangePassword/
H A DChangePassword.vue2 <div class="change-password-container">
3 <alert variant="danger" class="mb-4">
4 <p v-if="changePasswordError">
7 <p v-else>
11 <div class="change-password__form-container">
16 <b-form novalidate @submit.prevent="changePassword">
17 <b-form-group
18 label-for="password"
21 <input-password-toggle>
22 <b-form-input
[all …]
/openbmc/openbmc/meta-google/recipes-google/host-power-ctrl/gpio-host-pwr/
H A Dhost_reset.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # shellcheck source=meta-google/recipes-google/gpio/gpio-ctrl/lib.sh
17 source /usr/share/gpio-host-pwr/lib.sh || exit
19 if [[ "${1-}" == "warm" ]]; then
29 # Do a quick push of the button if PGOOD
H A Dhost_poweroff.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # shellcheck source=meta-google/recipes-google/gpio/gpio-ctrl/lib.sh
17 source /usr/share/gpio-host-pwr/lib.sh || exit
23 if [ -n "$HOST_LED_PWR" ]; then
38 # Do a long push of the button if PGOOD
56 if (( SECONDS - s > 10 )); then
H A Dhost_poweron.sh8 # http://www.apache.org/licenses/LICENSE-2.0
16 # shellcheck source=meta-google/recipes-google/gpio/gpio-ctrl/lib.sh
17 source /usr/share/gpio-host-pwr/lib.sh || exit
23 if [ -n "$HOST_LED_PWR" ]; then
38 # Do a quick push of the button if PGOOD
58 if (( SECONDS - s > 10 )); then
/openbmc/webui-vue/src/views/Settings/PowerRestorePolicy/
H A DPowerRestorePolicy.vue2 <b-container fluid="xl">
3 <page-title :description="$t('pagePowerRestorePolicy.description')" />
5 <b-row>
6 <b-col sm="8" md="6" xl="12">
7 <b-form-group :label="$t('pagePowerRestorePolicy.powerPoliciesLabel')">
8 <b-form-radio-group
9 v-model="currentPowerRestorePolicy"
11 name="power-restore-policy"
13 ></b-form-radio-group>
14 </b-form-group>
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.min.css3 * Copyright 2011-2015 Twitter, Inc.
5-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a… selector
H A Dbootstrap.css3 * Copyright 2011-2015 Twitter, Inc.
8 font-family: sans-serif;
9 -webkit-text-size-adjust: 100%;
10 -ms-text-size-adjust: 100%;
34 display: inline-block;
35 vertical-align: baseline;
46 background-color: transparent;
53 border-bottom: 1px dotted;
57 font-weight: bold;
60 font-style: italic;
[all …]
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/
H A DCertificates.vue2 <b-container fluid="xl">
3 <page-title />
4 <b-row>
5 <b-col xl="11">
6 <!-- Expired certificates banner -->
8 <template v-if="expiredCertificateTypes.length > 1">
11 <template v-else>
19 <!-- Expiring certificates banner -->
21 <template v-if="expiringCertificateTypes.length > 1">
24 <template v-else>
[all …]
/openbmc/u-boot/doc/SPI/
H A DREADME.sh_qspi_test1 -------------------------------------------------
2 Simple steps used to test the SH-QSPI at U-Boot
3 -------------------------------------------------
5 #0, Currently, SH-QSPI is used by lager board (Renesas ARM SoC R8A7790)
7 basically. Thus, U-Boot start, SH-QSPI will is operating normally.
9 #1, build U-Boot and load u-boot.bin
11 => tftpboot 40000000 u-boot.bin
16 Filename 'u-boot.bin'.
23 #2, Commands to erase/write u-boot to flash device
36 #3, Push reset button.
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Dkirkwood-ns2-common.dtsi1 // SPDX-License-Identifier: GPL-2.0
3 #include "kirkwood-6281.dtsi"
8 stdout-path = &uart0;
12 pinctrl: pin-controller@10000 {
13 pmx_ns2_sata0: pmx-ns2-sata0 {
17 pmx_ns2_sata1: pmx-ns2-sata1 {
31 #address-cells = <1>;
32 #size-cells = <1>;
33 compatible = "mxicy,mx25l4005a", "jedec,spi-nor", "spi-flash";
35 spi-max-frequency = <20000000>;
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js38 var clearSearchElements = $('.remove-search-btn-'+ctx.tableName +
39 ', .show-all-'+ctx.tableName);
42 table.trigger("table-loading");
48 headers: { 'X-CSRFToken' : $.cookie('csrftoken')},
59 var pagination = $('#pagination-'+ctx.tableName);
61 var tableContainer = $("#table-container-"+ctx.tableName);
64 /* To avoid page re-layout flicker when paging set fixed height */
65 table.css("padding-bottom", table.height());
76 $('.table-count-' + ctx.tableName).text(tableData.total);
83 if ($("#no-results-special-"+ctx.tableName).length > 0) {
[all …]
H A Dui-bootstrap-tpls-0.11.0.js2 * angular-ui-bootstrap
3 * http://angular-ui.github.io/bootstrap/
5 * Version: 0.11.0 - 2014-05-01
8-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/ca…
9-popup title="'+q+"tt_title"+r+'" content="'+q+"tt_content"+r+'" placement="'+q+"tt_placement"+r+'…
H A Dui-bootstrap-tpls-0.11.0.min.js2 * angular-ui-bootstrap
3 * http://angular-ui.github.io/bootstrap/
5 * Version: 0.11.0 - 2014-05-01
8-group.html","template/accordion/accordion.html","template/alert/alert.html","template/carousel/ca…
9-popup title="'+q+"tt_title"+r+'" content="'+q+"tt_content"+r+'" placement="'+q+"tt_placement"+r+'…
/openbmc/qemu/docs/devel/testing/
H A Dci-runners.rst.inc11 be set up with GitLab's "agent", called gitlab-runner, which will take
12 care of running jobs created by events such as a push to a branch.
14 gitlab-runner, is called a "custom runner".
18 .gitlab-ci.d/custom-runners.yml
25 -------------------
44 The ``scripts/ci/setup/$DISTRO/build-environment.yml`` Ansible
55 ansible-playbook -i inventory $DISTRO/build-environment.yml
59 by ``sudo``. If necessary, please refer to ``ansible-playbook``
60 options such as ``--become``, ``--become-method``, ``--become-user``
61 and ``--ask-become-pass``.
[all …]
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c22 * PARTICULAR PURPOSE OR NON-INFRINGEMENT, ARE HEREBY EXCLUDED.
59 rsp = intf->sendrecv(intf, &req); in ipmi_chassis_power_status()
62 return -1; in ipmi_chassis_power_status()
64 if (rsp->ccode > 0) { in ipmi_chassis_power_status()
66 val2str(rsp->ccode, completion_code_vals)); in ipmi_chassis_power_status()
67 return -1; in ipmi_chassis_power_status()
70 return rsp->data[0] & 1; in ipmi_chassis_power_status()
79 return -1; in ipmi_chassis_print_power_status()
98 rsp = intf->sendrecv(intf, &req); in ipmi_chassis_power_control()
102 return -1; in ipmi_chassis_power_control()
[all …]

123