| /openbmc/intel-ipmi-oem/include/ |
| H A D | smbiosmdrv2.hpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 41 // ====================== MDR II Pull Command Structures ====================== 42 // MDR II Pull Agent status inquiry command 59 // MDR II Pull Agent directory information inquiry command 76 // MDR II Pull Agent data set information inquiry command 94 // MDR II Pull Agent lock data set command 102 // MDR II Pull Agent lock data set response 112 // MDR II Pull Agent unlock data set command 119 // MDR II Pull Agent get data block command 128 // MDR II Pull Agent get data block response
|
| H A D | smbiosmdrv2handler.hpp | 8 // http://www.apache.org/licenses/LICENSE-2.0 63 static constexpr const int lastAgentIndex = -1; 119 MDR2DirLockEnum lock; member 141 // ====================== MDR II Pull Command Structures ====================== 178 // MDR II Pull Agent lock data set command 186 // MDR II Pull Agent lock data set response
|
| /openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
| H A D | tune-i586-nlp.inc | 1 # Settings for the GCC(1) cpu-type "quark": 5 DEFAULTTUNE ?= "i586-nlp-32" 7 # Include the previous tune to pull in PACKAGE_EXTRA_ARCHS 8 require conf/machine/include/x86/arch-x86.inc 10 # x86 with no lock prefix 11 TUNEVALID[i586-nlp] = "IA32 with Lock Prefix omitted" 12 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'i586-nlp', ' -march=i586 -Wa,-momit-lock-pre… 15 AVAILTUNES = "i586-nlp-32" 16 TUNE_FEATURES:tune-i586-nlp-32 = "${TUNE_FEATURES:tune-x86} i586-nlp" 17 BASE_LIB:tune-i586-nlp-32 = "lib" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0001-Fix-build-when-compiling-with-std-c23.patch | 4 Subject: [PATCH] Fix build when compiling with -std=c23 8 Upstream-Status: Submitted [https://github.com/vmware/open-vm-tools/pull/751] 9 Signed-off-by: Martin Jansa <martin.jansa@gmail.com> 10 --- 11 open-vm-tools/lib/lock/ul.c | 2 +- 12 1 file changed, 1 insertion(+), 1 deletion(-) 14 diff --git a/open-vm-tools/lib/lock/ul.c b/open-vm-tools/lib/lock/ul.c 16 --- a/open-vm-tools/lib/lock/ul.c 17 +++ b/open-vm-tools/lib/lock/ul.c 18 @@ -29,7 +29,7 @@ [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | pinmux.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * (C) Copyright 2010-2014 76 /* Defines a pin group cfg's low-power mode select */ 82 PMUX_LPMD_NONE = -1, 91 PMUX_SCHMT_NONE = -1, 96 /* Defines whether a pin group cfg's high-speed mode is enabled or not */ 100 PMUX_HSM_NONE = -1, 106 * pull up/down settings and tristate settings. Having set up one of these 113 u32 pull:2; /* pull up/down/normal PMUX_PULL_...*/ member 119 u32 lock:2; /* lock enable/disable PMUX_PIN... */ member [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
| H A D | 0001-lock.py-fix-Exception-handling.patch | 4 Subject: [PATCH] lock.py: fix Exception handling 21 [1] https://github.com/rpm-software-management/dnf/issues/1963 23 Upstream-Status: Submitted [ https://github.com/rpm-software-management/dnf/pull/2065 ] 25 Signed-off-by: Changqing Li <changqing.li@windriver.com> 26 --- 27 dnf/lock.py | 12 ++++++++++-- 28 1 file changed, 10 insertions(+), 2 deletions(-) 30 diff --git a/dnf/lock.py b/dnf/lock.py 32 --- a/dnf/lock.py 33 +++ b/dnf/lock.py [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/ |
| H A D | 0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch | 3 Date: Sat, 19 Apr 2025 00:09:42 -0700 6 Upstream-Status: Submitted [https://github.com/ferrilab/bitvec/pull/220] 8 Signed-off-by: Khem Raj <raj.khem@gmail.com> 9 --- 10 Cargo.lock | 25 +++++++++++++++++++++++-- 12 2 files changed, 24 insertions(+), 2 deletions(-) 14 --- a/Cargo.toml 16 @@ -27,6 +27,8 @@ include = [ 17 rust-version = "1.75" 20 +#bitvec = { git = "https://github.com/alexanderkjall/bitvec", branch = "upgrade-radium-to-1" } [all …]
|
| /openbmc/u-boot/arch/arm/include/asm/arch-stm32/ |
| H A D | gpio.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved 104 u32 pupdr; /* GPIO port pull-up/pull-down */ 108 u32 lckr; /* GPIO port configuration lock */
|
| /openbmc/u-boot/arch/arm/mach-stm32mp/include/mach/ |
| H A D | gpio.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 105 u32 pupdr; /* GPIO port pull-up/pull-down */ 109 u32 lckr; /* GPIO port configuration lock */
|
| /openbmc/qemu/.github/workflows/ |
| H A D | lockdown.yml | 1 # Configuration for Repo Lockdown - https://github.com/dessant/repo-lockdown 10 pull-requests: write 14 runs-on: ubuntu-latest 16 - uses: dessant/repo-lockdown@v2 18 pr-comment: | 21 This repository is a read-only mirror of the project's repostories hosted 22 on https://gitlab.com/qemu-project/qemu.git. 29 lock-pr: true 30 close-pr: true
|
| /openbmc/u-boot/board/nvidia/dalmore/ |
| H A D | pinmux-config-dalmore.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. 13 .pull = PMUX_PULL_##_pull, \ 16 .lock = PMUX_PIN_LOCK_DEFAULT, \ 25 .pull = PMUX_PULL_##_pull, \ 28 .lock = PMUX_PIN_LOCK_##_lock, \ 37 .pull = PMUX_PULL_##_pull, \ 40 .lock = PMUX_PIN_LOCK_##_lock, \ 49 .pull = PMUX_PULL_##_pull, \ 52 .lock = PMUX_PIN_LOCK_##_lock, \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/clang-layer/recipes-support/thin-provisioning-tools/thin-provisioning-tools/ |
| H A D | 0001-Use-portable-atomics-crate.patch | 3 Date: Sat, 5 Apr 2025 18:53:03 -0700 5 MIME-Version: 1.0 6 Content-Type: text/plain; charset=UTF-8 7 Content-Transfer-Encoding: 8bit 9 This extends building thing-provisioning-tools for 11 armv5, mips, ppc32 and riscv32. More info on portable-atomics [1] 16 │ 232 --> src/cache/writeback.rs:6:25 20 [1] https://crates.io/crates/portable-atomic 22 Upstream-Status: Submitted [https://github.com/jthornber/thin-provisioning-tools/pull/321] 23 Signed-off-by: Khem Raj <raj.khem@gmail.com> [all …]
|
| /openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
| H A D | at91_pio.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * [origin: Linux kernel include/asm-arm/arch-at91/at91_pio.h] 9 * Parallel I/O Controller (PIO) - System peripherals registers. 59 u32 mder; /* 0x50 Multi-driver Enable Register */ 60 u32 mddr; /* 0x54 Multi-driver Disable Register */ 61 u32 mdsr; /* 0x58 Multi-driver Status Register */ 63 u32 pudr; /* 0x60 Pull-up Disable Register */ 64 u32 puer; /* 0x64 Pull-up Enable Register */ 65 u32 pusr; /* 0x68 Pad Pull-up Status Register */ 76 u32 ppddr; /* 0x90 Pad Pull-down Disable Register */ [all …]
|
| /openbmc/openbmc/meta-ampere/meta-mitchell/recipes-ampere/platform/ampere-platform-init/ |
| H A D | mtmitchell_platform_gpios_init.sh | 7 if [[ ! -e /dev/rtc0 ]]; then 9 echo 6-0051 > /sys/bus/i2c/drivers/rtc-pcf85063/bind 13 function pre-platform-init() { 17 function post-platform-init() { 19 # When BMC is rebooted, because PSON_L has pull up to P3V3_STB, it changes its 22 pgood=$(gpioget $(gpiofind power-chassis-goo [all...] |
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | m5227x.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 5 * Copyright (C) 2004-2007 Freescale Semiconductor, Inc. 6 * TsiChung Liew (Tsi-Chung.Liew@freescale.com) 135 #define CCM_MISCCR_USBPUE (0x2000) /* USB transceiver pull-up */ 148 #define CCM_MISCCR_SSIPUE (0x0080) /* SSI RXD/TXD pull enable */ 149 #define CCM_MISCCR_SSIPUS (0x0040) /* SSI RXD/TXD pull select */ 153 #define CCM_MISCCR_USBOC (0x0002) /* USB VBUS over-current sense pol */ 162 #define CCM_UOCSR_DPPD (0x2000) /* D+ 15Kohm pull-down (rd-only) */ 163 #define CCM_UOCSR_DMPD (0x1000) /* D- 15Kohm pull-down (rd-only) */ 164 #define CCM_UOCSR_CRG_VBUS (0x0400) /* VBUS charge resistor enabled (rd-only) */ [all …]
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | cargo_common.bbclass | 4 # SPDX-License-Identifier: MIT 18 inherit rust-common 23 # The pkg-config-rs library used by cargo build scripts disables itself when 24 # cross compiling unless this is defined. We set up pkg-config appropriately 30 # Specifying two [source.crates-io] will not work. 33 # Used by libstd-rs to point to the vendor dir included in rustc src 43 # Path to Cargo.lock 44 CARGO_LOCK_PATH ??= "${@ os.path.join(os.path.dirname(d.getVar('CARGO_MANIFEST_PATH')), 'Cargo.lock… 48 mkdir -p ${CARGO_HOME}/bitbake 50 cat <<- EOF > ${CARGO_HOME}/config.toml [all …]
|
| /openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | ls102xa_psci.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * This file implements LS102X platform PSCI SYSTEM-SUSPEND function 32 char *dest = (char *)(OCRAM_BASE_S_ADDR + OCRAM_S_SIZE - DDR_RESV_LEN); in ls1_save_ddr_head() 36 out_le32(&scfg->sparecr[2], dest); in ls1_save_ddr_head() 52 /* Pull MCKE signal low before enabling deep sleep signal in FPGA */ in ls1_fsm_setup() 64 out_be32(&rcpm->nfiqoutr, 0x0ffffffff); in ls1_deepsleep_irq_cfg() 65 out_be32(&rcpm->nirqoutr, 0x0ffffffff); in ls1_deepsleep_irq_cfg() 66 /* Mask deep sleep wake-up interrupts while entering deep sleep */ in ls1_deepsleep_irq_cfg() 67 out_be32(&rcpm->dsimskr, 0x0ffffffff); in ls1_deepsleep_irq_cfg() 69 ippdexpcr0 = in_be32(&rcpm->ippdexpcr0); in ls1_deepsleep_irq_cfg() [all …]
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | font-awesome.min.css | 4 * ------------------------------------------------------- 6 * can be found at: http://fortawesome.github.com/Font-Awesome/ 9 * ------------------------------------------------------- 10 * - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL 11 * - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License - 12 * http://opensource.org/licenses/mit-license.html 13 …* - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons… 14 * - Attribution is no longer required in Font Awesome 3.0, but much appreciated: 15 * "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome" 18 * ------------------------------------------------------- [all …]
|
| /openbmc/u-boot/board/avionic-design/common/ |
| H A D | pinmux-config-tamonten-ng.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 4 * Avionic Design GmbH <www.avionic-design.de> 14 .pull = PMUX_PULL_##_pull, \ 17 .lock = PMUX_PIN_LOCK_DEFAULT, \ 26 .pull = PMUX_PULL_##_pull, \ 29 .lock = PMUX_PIN_LOCK_##_lock, \ 38 .pull = PMUX_PULL_##_pull, \ 41 .lock = PMUX_PIN_LOCK_##_lock, \ 280 /* UART1 - NC */ 288 /* UART2 - NC */ [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 7 https://github.com/rust-lang/cc-rs/pull/1277 9 Upstream-Status: Submitted [https://github.com/rust-lang/cc-rs/pull/1277] 10 Signed-off-by: Harish Sadineni <Harish.Sadineni@windriver.com> 11 diff --git a/vendor/cc-1.2.0/src/command_helpers.rs b/vendor/cc-1.2.0/src/command_helpers.rs 13 --- a/vendor/cc-1.2.0/src/command_helpers.rs 14 +++ b/vendor/cc-1.2.0/src/command_helpers.rs 15 @@ -289,6 +289,7 @@ 17 pub(crate) fn objects_from_files(files: &[Arc<Path>], dst: &Path) -> Result<Vec<Object>, Error> { 23 @@ -309,6 +310,26 @@ 28 + fn find_target_position(s: &str, targets: &[&str]) -> Option<usize> { [all …]
|
| /openbmc/u-boot/board/nvidia/cardhu/ |
| H A D | pinmux-config-cardhu.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. 13 .pull = PMUX_PULL_##_pull, \ 16 .lock = PMUX_PIN_LOCK_DEFAULT, \ 25 .pull = PMUX_PULL_##_pull, \ 28 .lock = PMUX_PIN_LOCK_##_lock, \ 37 .pull = PMUX_PULL_##_pull, \ 40 .lock = PMUX_PIN_LOCK_##_lock, \
|
| /openbmc/u-boot/board/toradex/colibri_t30/ |
| H A D | pinmux-config-colibri_t30.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2013-2014, Stefan Agner 13 .pull = PMUX_PULL_##_pull, \ 16 .lock = PMUX_PIN_LOCK_DEFAULT, \ 25 .pull = PMUX_PULL_##_pull, \ 28 .lock = PMUX_PIN_LOCK_##_lock, \ 37 .pull = PMUX_PULL_##_pull, \ 40 .lock = PMUX_PIN_LOCK_##_lock, \
|
| /openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ |
| H A D | ampere_platform_init.sh | 8 ADT7462=/sys/bus/i2c/drivers/adt7462/8-005c 9 if [ -d "$ADT7462" ]; then 11 echo 8-005c > /sys/bus/i2c/drivers/adt7462/unbind 16 i2cset -f -y 0x08 0x5c 0x2c 0xff 19 val=$(i2cget -f -y 0x08 0x5c 0x02) 21 i2cset -f -y 0x08 0x5c 0x02 $val 24 i2cset - [all...] |
| /openbmc/u-boot/board/toradex/apalis_t30/ |
| H A D | pinmux-config-apalis_t30.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 13 .pull = PMUX_PULL_##_pull, \ 16 .lock = PMUX_PIN_LOCK_DEFAULT, \ 25 .pull = PMUX_PULL_##_pull, \ 28 .lock = PMUX_PIN_LOCK_##_lock, \ 37 .pull = PMUX_PULL_##_pull, \ 40 .lock = PMUX_PIN_LOCK_##_lock, \
|
| /openbmc/qemu/hw/gpio/ |
| H A D | pl061.c | 16 * + QOM property "pullups": an integer defining whether non-floating lines 19 * This should be an 8-bit value, where bit 0 is 1 if GPIO line 0 should 22 * + QOM property "pulldowns": an integer defining whether non-floating lines 25 * This should be an 8-bit value, where bit 0 is 1 if GPIO line 0 should 35 #include "hw/qdev-properties.h" 81 /* Properties, for non-Luminary PL061 */ 124 if (s->id == pl061_id_luminary) { in pl061_floating() 129 floating = ~(s->pur | s->pdr); in pl061_floating() 131 floating = ~(s->pullups | s->pulldowns); in pl061_floating() 133 return floating & ~s->dir; in pl061_floating() [all …]
|