/openbmc/qemu/docs/ |
H A D | block-replication.txt | 2 ---------------------------------------- 8 See the COPYING file in the top-level directory. 11 for COLO (COarse-grain LOck-stepping) where the Secondary VM is running. 12 It can also be applied for FT/HA (Fault-tolerance/High Assurance) scenario, 19 consecutive checkpoints. The VM state of the Primary and Secondary VM is 25 the Primary disk are asynchronously forwarded to the Secondary node. 30 +----------------------+ +------------------------+ 31 |Primary Write Requests| |Secondary Write Requests| 32 +----------------------+ +------------------------+ 36 | /-------------\ [all …]
|
H A D | COLO-FT.txt | 1 COarse-grained LOck-stepping Virtual Machines for Non-stop Service 2 ---------------------------------------- 8 See the COPYING file in the top-level directory. 14 application-agnostic software-implemented hardware fault tolerance, 15 also known as "non-stop service". 17 COLO (COarse-grained LOck-stepping) is a high availability solution. 18 Both primary VM (PVM) and secondary VM (SVM) run in parallel. They receive the 27 The primary node running the PVM, and the secondary node running the SVM 33 primary node, and then forwarded to the secondary node, so that both the PVM 44 Primary Node Secondary Node [all …]
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | bond_options.sh | 2 # SPDX-License-Identifier: GPL-2.0 20 ip -n ${s_ns} link set eth0 type bond_slave prio 10 21 [[ $? -ne 0 ]] && skip=0 24 ip -n ${s_ns} -d link show eth0 | grep -q "prio 10" 25 [[ $? -ne 0 ]] && skip=0 35 ip -n ${s_ns} link add bond1 type bond ns_ip6_target ${g_ip6} 36 [[ $? -ne 0 ]] && skip=0 39 ip -n ${s_ns} -d link show bond1 | grep -q "ns_ip6_target ${g_ip6}" 40 [[ $? -ne 0 ]] && skip=0 42 ip -n ${s_ns} link del bond1 [all …]
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 4 * Copyright 2009-2023 VMware, Inc., Palo Alto, CA., USA 20 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 44 struct list_head active; member 58 struct list_head active; member 63 list_del_init(&ldu->active); in vmw_ldu_destroy() 64 vmw_du_cleanup(&ldu->base); in vmw_ldu_destroy() 80 struct vmw_legacy_display *lds = dev_priv->ldu_priv; in vmw_ldu_commit_list() 89 if (!(dev_priv->capabilities & SVGA_CAP_DISPLAY_TOPOLOGY)) { in vmw_ldu_commit_list() 91 list_for_each_entry(entry, &lds->active, active) { in vmw_ldu_commit_list() [all …]
|
/openbmc/webui-vue/src/assets/styles/bmc/custom/ |
H A D | _buttons.scss | 4 padding-top: $spacer / 2; 5 padding-right: $spacer; 6 padding-bottom: $spacer / 2; 7 padding-left: $spacer; 8 display: inline-flex; 9 align-items: center; 10 justify-content: space-around; 12 margin-right: $spacer / 4; 17 box-shadow: none !important; 18 &:not(.btn-link) { [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_lag.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (C) 2018-2021, Intel Corporation. */ 26 * ice_lag_set_primary - set PF LAG state as Primary 31 struct ice_pf *pf = lag->pf; in ice_lag_set_primary() 36 if (lag->role != ICE_LAG_UNSET && lag->role != ICE_LAG_BACKUP) { in ice_lag_set_primary() 37 dev_warn(ice_pf_to_dev(pf), "%s: Attempt to be Primary, but incompatible state.\n", in ice_lag_set_primary() 38 netdev_name(lag->netdev)); in ice_lag_set_primary() 42 lag->role = ICE_LAG_PRIMARY; in ice_lag_set_primary() 46 * ice_lag_set_backup - set PF LAG state to Backup 51 struct ice_pf *pf = lag->pf; in ice_lag_set_backup() [all …]
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | p10-tod-plugins.cpp | 16 /** Each chip is connected to two TOD topologies: active and backup. The values 22 ACTIVE = 0, enumerator 26 /** Each topology can be configured as either primary or secondary. */ 29 PRIMARY, enumerator 50 /** The chips sourcing the clocks to non-MDMT chips with faults. */ 95 * @brief Indicates the given non-MDMT chip has seen a fault in the TOD 114 * @return The list of all chips sourcing the clocks for the non-MDMT chips 160 // - The associated IOHS target on this chip. in getChipSourcingClock() 161 // - Next, the IOHS target on the other side of the bus. in getChipSourcingClock() 162 // - Finally, the chip containing the IOHS target on the other side of the in getChipSourcingClock() [all …]
|
/openbmc/linux/sound/soc/sof/ |
H A D | sof-client-probes-ipc4.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 // Copyright(c) 2019-2022 Intel Corporation. All rights reserved. 11 #include "sof-priv.h" 12 #include "ipc4-priv.h" 13 #include "sof-client.h" 14 #include "sof-client-probes.h" 61 * sof_ipc4_probe_get_module_info - Get IPC4 module info for probe module 70 struct sof_probes_priv *priv = cdev->data; in sof_ipc4_probe_get_module_info() 71 struct device *dev = &cdev->auxdev.dev; in sof_ipc4_probe_get_module_info() 76 if (!priv->ipc_priv) { in sof_ipc4_probe_get_module_info() [all …]
|
/openbmc/phosphor-webui/app/common/directives/ |
H A D | log-filter.html | 1 <div id="event-filter"> 2 <div class="event-filter__content row column"> 3 <fieldset class="event__severity-filter"> 4 <legend class="filter-label">Filter by severity</legend> 5 <button class="btn" ng-click="toggleSeverityAll()" 6 ng-class="selectedSeverity.all ? 'btn-primary' : 'btn-secondary'">All 8 <button class="btn" ng-click="toggleSeverity('high')" 9 ng-class="selectedSeverity.high ? 'btn-primary' : 'btn-secondary'">High 11 <button class="btn" ng-click="toggleSeverity('medium')" 12 ng-class="selectedSeverity.medium ? 'btn-primary' : 'btn-secondary'">Medium [all …]
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-tod-step-check-fault.cpp | 5 #include <test/sim-hw-access.hpp> 29 // TOD_ERROR[14] = 0b1 step check on primary config master select 0 in TEST() 32 // TOD_PSS_MSS_STATUS[0:2] = 0b000 primary config is active in TEST() 33 // TOD_PSS_MSS_STATUS[12] = 0b0 primary config master select 0 in TEST() 34 // TOD_PSS_MSS_STATUS[13] = 0b1 primary config master TOD in TEST() 35 // TOD_PSS_MSS_STATUS[14] = 0b1 primary config master drawer in TEST() 39 // TOD_ERROR[21] = 0b1 step check on primary config slave select 1 in TEST() 42 // TOD_PSS_MSS_STATUS[0:2] = 0b000 primary config is active in TEST() 43 // TOD_PSS_MSS_STATUS[15] = 0b1 primary config slave path select 1 in TEST()
|
/openbmc/phosphor-webui/app/common/styles/layout/ |
H A D | header.scss | 10 @mixin round-corners { 11 -webkit-border-radius: 6px 6px; 12 -moz-border-radius: 6px 6px; 13 border-radius: 6px 6px; 21 z-index: 300; 24 .header__info-section { 26 background: $primary-dark; 27 color: $primary-light; 31 justify-content: space-between; 32 .dropdown-menu { [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | idt,versaclock5.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 16 - 5P49V5923: 17 0 -- OUT0_SEL_I2CB 18 1 -- OUT1 19 2 -- OUT2 21 - 5P49V5933: 22 0 -- OUT0_SEL_I2CB 23 1 -- OUT1 [all …]
|
/openbmc/phosphor-webui/app/common/styles/elements/ |
H A D | modals.scss | 1 .modal-overlay { 4 z-index: -1; 5 background-color: $primary-dark; 14 .modal-overlay.active { 15 z-index: 100; 18 @include fastTransition-all; 21 .modal:not(.uib-modal) { 23 min-width: 450px; 24 max-width: 960px; 28 transform: translate(-50%, -50%); [all …]
|
H A D | accordion.scss | 4 .header__actions-bar { 5 padding-top: 1em; 6 padding-bottom: 1em; 7 padding-right: 1em; 8 background: $background-05; 9 color: $primary-light; 10 margin-left: 0; 12 margin-right: 10px; 13 margin-top: -6px; 15 margin-right: -40px; [all …]
|
/openbmc/phosphor-webui/app/common/styles/components/ |
H A D | table.scss | 3 .table-header { 5 color: $primary-dark; 6 line-height: 30px; 8 margin-bottom: .8em; 9 border-bottom: 1px solid $border-color-01; 10 font-size: 1.25em; 28 max-width: calc(100vw - 10px); 29 flex-wrap: wrap; 30 font-weight: 400; 33 background-color: $background-03; [all …]
|
/openbmc/linux/drivers/ata/ |
H A D | pata_legacy.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * pata-legacy.c - Legacy port PATA/SATA controller driver. 9 * Opti 82C465/82C611 support: Data sheets at opti-inc.com 21 * Samuel Thibault <samuel.thibault@ens-lyon.org> 40 * Goldstar GM82C711, PIC-1288A-125, UMC 82C871F, Winbond W83759, 41 * Winbond W83759A, Promise PDC20230-B 92 MODULE_PARM_DESC(ht6560a, "HT 6560A on primary 1, second 2, both 3"); 96 MODULE_PARM_DESC(ht6560b, "HT 6560B on primary 1, secondary 2, both 3"); 101 "Opti 82c611A on primary 1, secondary 2, both 3"); 106 "Opti 82c465MV on primary 1, secondary 2, both 3"); [all …]
|
/openbmc/qemu/docs/system/ |
H A D | virtio-net-failover.rst | 2 QEMU virtio-net standby (net_failover) 5 This document explains the setup and usage of virtio-net standby feature which 8 The general idea is that we have a pair of devices, a (vfio-)pci and a 9 virtio-net device. Before migration the vfio device is unplugged and data flows 10 through the virtio-net device, on the target side another vfio-pci device is 11 plugged in to take over the data-path. In the guest the net_failover kernel 14 The two devices are called primary and standby device. The fast hardware based 15 networking device is called the primary device and the virtio-net device is the 19 ------------ 21 Currently only PCIe devices are allowed as primary devices, this restriction [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_crtc.c | 2 * Copyright (c) 2006-2008 Intel Corporation 36 #include <linux/dma-fence.h> 77 * drm_crtc_from_index - find the registered CRTC at an index 92 if (idx == crtc->index) in drm_crtc_from_index() 105 WARN_ON(drm_drv_uses_atomic_modeset(crtc->dev)); in drm_crtc_force_disable() 130 if (crtc->funcs->late_register) in drm_crtc_register_all() 131 ret = crtc->funcs->late_register(crtc); in drm_crtc_register_all() 144 if (crtc->funcs->early_unregister) in drm_crtc_unregister_all() 145 crtc->funcs->early_unregister(crtc); in drm_crtc_unregister_all() 153 spin_lock_init(&crtc->crc.lock); in drm_crtc_crc_init() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | renesas,drif.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Renesas R-Car Gen3 Digital Radio Interface Controller (DRIF) 10 - Ramesh Shanmugasundaram <rashanmu@gmail.com> 11 - Fabrizio Castro <fabrizio.castro.jz@renesas.com> 14 R-Car Gen3 DRIF is a SPI like receive only slave device. A general 17 +---------------------+ +---------------------+ 18 | |-----SCK------->|CLK | 19 | Master |-----SS-------->|SYNC DRIFn (slave) | [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/ |
H A D | README.md | 8 1. _ImageManager_ - This is a process which manages a collection of, likely 11 2. _ItemUpdater_ - This is a process which manages specific storage elements, 34 likely listen for standard D-Bus signals to identify new images being created. 56 the same image (such as a primary / secondary flash bank relationship), the 57 _ItemUpdater_ should create `Software.Activation` interfaces as a sub-path of 71 implementation specific, algorithm for the `<id>` portion of a D-Bus path for 76 `echo <Version.Version> <Compatible.Names> | sha512sum | cut -b 1-8` 89 appropriate hardware. This lead to an ever-increasing set of `Purpose` 106 - `<org>.Software.Element.<identifier>.Type.<type>` 110 - `<org>` corresponds to the organization owning the `<identifier>`, such as [all …]
|
/openbmc/linux/include/drm/ |
H A D | drm_file.h | 4 * Copyright (c) 2009-2010, Code Aurora Forum. 69 * struct drm_minor - DRM device minor structure 74 * &struct drm_device, which is also where driver-private data and resources can 91 * struct drm_pending_event - Event queued up for userspace to read 94 * mechanism, which supports kernel-internal &struct completion, &struct dma_fence 95 * and also the DRM-specific &struct drm_event delivery mechanism. 145 * Double-linked list to keep track of this event. Can be used by the 147 * this list entry is owned by the core for its own book-keeping. 162 * struct drm_file - DRM file private data 173 * See also the :ref:`section on primary nodes and authentication [all …]
|
/openbmc/phosphor-webui/app/server-health/styles/ |
H A D | syslog.scss | 2 #sys-log { 10 .sys-log__timezone, 11 .sys-log__timezone button { 13 text-transform: uppercase; 14 color: $primary-action; 15 font-size: .9em; 16 font-weight: 700; 21 @include mediaQuery(x-large) { 22 @include fastTransition-all; 28 padding-top:.3em; [all …]
|
/openbmc/phosphor-webui/app/configuration/controllers/ |
H A D | firmware-controller.html | 4 <div class="column small-12 page-header"> 10 …<p><a ng-click="gotoAnchor()">Scroll down to upload an image file</a> to transfer a new firmware i… 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"> 20 <div class=" column firmware__upload-station"> 23 <label for="file-upload" class="inline firmware__upload-chooser"> 24 <input id="file-upload" type="file" file="file" class="hide"/> 25 <span class="btn btn-secondary">Choose a file</span> [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/include/ |
H A D | dm_pp_interface.h | 54 /* phy id for the primary internal transmitter */ 56 /* bitmap with the active lanes */ 58 /* phy id for the secondary internal transmitter (for dual-link dvi) */ 60 /* bitmap with the active lanes */ 68 uint32_t vertical_refresh; /* for active display */ 91 uint32_t vrefresh; /* for active display*/ 93 uint32_t min_vblank_time; /* for active display*/ 95 /* Controller Index of primary display - used in MCLK SMC switching hang 98 /* htotal*1000/pixelclk - used in MCLK SMC switching hang SW Workaround*/
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap.min.css | 3 * Copyright 2011-2015 Twitter, Inc. 5 …-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,a…
|