/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 22 |_ PHY port#2 ----| |________________ 27 - Amelie Delaunay <amelie.delaunay@foss.st.com> 31 const: st,stm32mp1-usbphyc 42 "#address-cells": 45 "#size-cells": 48 vdda1v1-supply: [all …]
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/power/ |
H A D | phosphor-power-systemd-links-monitor.bb | 2 LICENSE = "Apache-2.0" 3 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacd… 8 RDEPENDS:${PN}-monitor += "phosphor-power-monitor" 11 [ -z "${OBMC_POWER_SUPPLY_INSTANCES}" ] && echo "No power supply instance defined" && exit 1 13 … LINK="$D$systemd_system_unitdir/multi-user.target.requires/power-supply-monitor@$inst.service" 18 mkdir -p $D$systemd_system_unitdir/multi-user.target.requires 19 [ -z "${OBMC_POWER_SUPPLY_INSTANCES}" ] && echo "No power supply instance defined" && exit 1 21 … LINK="$D$systemd_system_unitdir/multi-user.target.requires/power-supply-monitor@$inst.service" 22 TARGET="../power-supply-monitor@.service" 23 ln -s $TARGET $LINK
|
/openbmc/linux/drivers/regulator/ |
H A D | devres.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * devres.c -- Voltage/Current Regulator framework devres implementation. 29 return ERR_PTR(-ENOMEM); in _devm_regulator_get() 43 * devm_regulator_get - Resource managed regulator_get() 44 * @dev: device to supply 45 * @id: supply name or regulator ID. 58 * devm_regulator_get_exclusive - Resource managed regulator_get_exclusive() 59 * @dev: device to supply 60 * @id: supply name or regulator ID. 101 * devm_regulator_get_enable_optional - Resource managed regulator get and enable [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/ata/ |
H A D | nvidia,tegra-ahci.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/nvidia,tegra-ahci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Thierry Reding <thierry.reding@gmail.com> 11 - Jonathan Hunter <jonathanh@nvidia.com> 16 - nvidia,tegra124-ahci 17 - nvidia,tegra132-ahci 18 - nvidia,tegra210-ahci 19 - nvidia,tegra186-ahci [all …]
|
H A D | ahci-common.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/ahci-common.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Hans de Goede <hdegoede@redhat.com> 11 - Damien Le Moal <dlemoal@kernel.org> 18 document doesn't constitute a DT-node binding by itself but merely 19 defines a set of common properties for the AHCI-compatible devices. 24 - $ref: sata-common.yaml# 32 reg-names: [all …]
|
H A D | allwinner,sun4i-a10-ahci.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/ata/allwinner,sun4i-a10-ahci.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Chen-Yu Tsai <wens@csie.org> 11 - Maxime Ripard <mripard@kernel.org> 15 const: allwinner,sun4i-a10-ahci 22 - description: AHCI Bus Clock 23 - description: AHCI Module Clock 28 target-supply: [all …]
|
H A D | ahci-platform.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/ata/ahci-platform.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 SATA nodes are defined to describe on-chip Serial ATA controllers. 13 It is possible, but not required, to represent each port as a sub-node. 18 - Hans de Goede <hdegoede@redhat.com> 19 - Jens Axboe <axboe@kernel.dk> 26 - brcm,iproc-ahci 27 - cavium,octeon-7130-ahci [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | devtool-reference.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 7 The ``devtool`` command-line tool provides a number of features that 14 SDK, see the ":doc:`/sdk-manual/extensible`" chapter in the Yocto 18 .. _devtool-getting-help: 24 has a number of sub-commands for each function. You can run 25 ``devtool --help`` to see all the commands:: 27 $ devtool --help 29 …usage: devtool [--basepath BASEPATH] [--bbpath BBPATH] [-d] [-q] [--color COLOR] [-h] <subcommand>… 34 --basepath BASEPATH Base directory of SDK / build directory 35 --bbpath BBPATH Explicitly specify the BBPATH, rather than getting it from the metadata [all …]
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-388-gp.dts | 1 // SPDX-License-Identifier: (GPL-2.0 OR MIT) 4 * (RD-88F6820-GP) 8 * Gregory CLEMENT <gregory.clement@free-electrons.com> 11 /dts-v1/; 12 #include "armada-388.dtsi" 13 #include <dt-bindings/gpio/gpio.h> 16 model = "Marvell Armada 388 DB-88F6820-GP"; 17 compatible = "marvell,a388-gp", "marvell,armada388", "marvell,armada380"; 20 stdout-path = "serial0:115200n8"; 35 internal-regs { [all …]
|
/openbmc/phosphor-power/ |
H A D | meson.build | 2 'phosphor-power', 11 license: 'Apache-2.0', 20 add_global_arguments('-Wno-defaulted-function-deleted', language: 'cpp') 25 if get_option('oe-sdk').allowed() 27 OECORE_TARGET_SYSROOT = run_command('sh', '-c', 'echo $OECORE_TARGET_SYSROOT').stdout().strip() 33 …ld_so = run_command('sh', '-c', 'find ' + OECORE_TARGET_SYSROOT + '/lib/ld-*.so | sort -r -n | hea… 34 dynamic_linker = ['-Wl,-dynamic-linker,' + ld_so] 66 phosphor_dbus_interfaces = dependency('phosphor-dbus-interfaces') 67 phosphor_logging = dependency('phosphor-logging') 91 ['supply-monitor', 'power-supply-monitor@.service'], [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | armada-388-gp.dts | 3 * (RD-88F6820-GP) 7 * Gregory CLEMENT <gregory.clement@free-electrons.com> 9 * This file is dual-licensed: you can use it either under the terms 42 /dts-v1/; 43 #include "armada-388.dtsi" 44 #include <dt-bindings/gpio/gpio.h> 48 compatible = "marvell,a385-gp", "marvell,armada388", "marvell,armada380"; 51 stdout-path = "serial0:115200n8"; 69 internal-regs { 71 pinctrl-names = "default"; [all …]
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap36xx.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 8 #include <dt-bindings/bus/ti-sysc.h> 9 #include <dt-bindings/media/omap3-isp.h> 21 operating-points-v2 = <&cpu0_opp_table>; 23 vbb-supply = <&abb_mpu_iva>; 24 clock-latency = <300000>; /* From omap-cpufreq driver */ 25 #cooling-cells = <2>; 29 cpu0_opp_table: opp-table { 30 compatible = "operating-points-v2-ti-cpu"; [all …]
|
/openbmc/u-boot/drivers/power/ |
H A D | tps6586x.c | 1 // SPDX-License-Identifier: GPL-2.0+ 24 /* Bits in the supply control registers */ 36 int retval = -1; in tps6586x_read() 59 int retval = -1; in tps6586x_write() 85 * @return 0 if ok, -1 on error 93 * Each vdd has two supply sources, ie, v1 and v2. in read_voltages() 94 * The supply control reg1 and reg2 determine the current selection. in read_voltages() 98 if (ctrl1 == -1 || ctrl2 == -1) in read_voltages() 99 return -ENOTSUPP; in read_voltages() 105 if (*sm0 == -1 || *sm1 == -1) in read_voltages() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124-apalis-v1.2-eval.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR MIT 3 * Copyright 2016-2018 Toradex AG 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 9 #include "tegra124-apalis-v1.2.dtsi" 13 compatible = "toradex,apalis-tk1-v1.2-eval", "toradex,apalis-tk1-eval", 14 "toradex,apalis-tk1-v1.2", "toradex,apalis-tk1", 28 stdout-path = "serial0:115200n8"; 40 hdmi-supply = <®_5v0>; 46 pex-perst-n-hog { [all …]
|
H A D | tegra124-apalis-eval.dts | 1 // SPDX-License-Identifier: GPL-2.0 OR X11 3 * Copyright 2016-2019 Toradex AG 6 /dts-v1/; 8 #include <dt-bindings/input/input.h> 9 #include "tegra124-apalis.dtsi" 13 compatible = "toradex,apalis-tk1-eval", "toradex,apalis-tk1", 27 stdout-path = "serial0:115200n8"; 39 hdmi-supply = <®_5v0>; 45 pex-perst-n-hog { 46 gpio-hog; [all …]
|
/openbmc/phosphor-power/services/ |
H A D | power-supply-monitor@.service | 2 Description=Power Supply %I Monitor 3 Wants=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-powersupply%i.service 4 After=mapper-wait@-xyz-openbmc_project-inventory-system-chassis-motherboard-powersupply%i.service 5 Wants=mapper-wait@-org-openbmc-control-power0.service 6 After=mapper-wait@-org-openbmc-control-power0.service 7 ConditionPathExists=/etc/default/obmc/power-supply-monitor/power-supply-monitor-%i.conf 10 EnvironmentFile=/etc/default/obmc/power-supply-monitor/power-supply-monitor-%i.conf 11 …-monitor --path=${DEVPATH} --instance=${INSTANCE} --inventory=${INVENTORY} --num-history-records=$… 12 SyslogIdentifier=psu-monitor 15 RequiredBy=multi-user.target
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | aptina,mt9p031.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: Aptina 1/2.5-Inch 5Mp CMOS Digital Image Sensor 10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 13 The Aptina MT9P031 is a 1/2.5-inch CMOS active pixel digital image sensor 15 simple two-wire serial interface. 20 - aptina,mt9p006 21 - aptina,mt9p031 22 - aptina,mt9p031m [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/power/witherspoon-power-supply-sync/ |
H A D | power-supply-sync.service | 2 Description=Power Supply Input History SYNC 3 Wants=obmc-power-start-pre@0.target 4 After=obmc-power-start-pre@0.target 5 Wants=obmc-chassis-poweron@0.target 6 Before=obmc-chassis-poweron@0.target 7 ConditionPathExists=!/run/openbmc/chassis@0-on 8 Conflicts=obmc-chassis-poweroff@0.target 13 ExecStart=/usr/bin/gpioset -m time -u 5000 /dev/gpiochip0 105=0 17 #RequiredBy=obmc-chassis-poweron@0.target
|
/openbmc/docs/designs/ |
H A D | power-recovery.md | 11 Modern computer systems have a feature, automated power-on recovery, which in 19 occur. For example, some systems have op-panels, and on these op-panels there 30 A brownout is another scenario that commonly utilizes automated power-on 33 be retained. On some systems, it's desired to utilize the automated power-on 36 Some system owners may chose to attach an Uninterrupted Power Supply (UPS) to 48 [PowerRestorePolicy][pdi-restore] property out in phosphor-dbus-interface 54 [openbmc/phosphor-state-manager][state-mgr] supports this property as defined in 55 the phosphor-dbus-interface. 59 ### Automated Power-On Recovery 66 - Do nothing when power is lost to the system (this will be the default) [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | sbom.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 ":ref:`dev-manual/licenses:working with licenses`") and once vulnerability 9 fixes are applied (see ":ref:`dev-manual/vulnerabilities:checking 19 about the Software Supply Chain of your software image and SDK. The 25 assessments, as all the components used in the Software Supply Chain are listed. 29 :ref:`ref-classes-create-spdx` class from a configuration file:: 31 INHERIT += "create-spdx" 35 - :term:`SPDX` output in JSON format as an ``IMAGE-MACHINE.spdx.json`` file in 38 - This toplevel file is accompanied by an ``IMAGE-MACHINE.spdx.index.json`` 41 - The compressed archive ``IMAGE-MACHINE.spdx.tar.zst`` contains the index [all …]
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier4U/ |
H A D | bios_attrs.json | 76 "interface": "com.ibm.Host.Target", 77 "property_name": "Target", 80 "com.ibm.Host.Target.Hypervisor.PowerVM", 81 "com.ibm.Host.Target.Hypervisor.OPAL" 120 …r a user-initated power on or a recovery power on, Enabled: Instructs the server to automatically … 151 "display_name": "hb-debug-console" 160 "display_name": "hb-inhibit-bmc-reset", 187 … not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is… 633 "help_text": "Controls whether or not a processor core will be de-configured on error.", 642 …ally spaced interval, to test each core every 24 hours. For example, on a 48-core system, the RPD … [all …]
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | bios_attrs.json | 76 "interface": "com.ibm.Host.Target", 77 "property_name": "Target", 80 "com.ibm.Host.Target.Hypervisor.PowerVM", 81 "com.ibm.Host.Target.Hypervisor.OPAL" 120 …r a user-initated power on or a recovery power on, Enabled: Instructs the server to automatically … 151 "display_name": "hb-debug-console" 160 "display_name": "hb-inhibit-bmc-reset", 187 … not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is… 633 "help_text": "Controls whether or not a processor core will be de-configured on error.", 642 …ally spaced interval, to test each core every 24 hours. For example, on a 48-core system, the RPD … [all …]
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier1S4U/ |
H A D | bios_attrs.json | 76 "interface": "com.ibm.Host.Target", 77 "property_name": "Target", 80 "com.ibm.Host.Target.Hypervisor.PowerVM", 81 "com.ibm.Host.Target.Hypervisor.OPAL" 120 …r a user-initated power on or a recovery power on, Enabled: Instructs the server to automatically … 151 "display_name": "hb-debug-console" 160 "display_name": "hb-inhibit-bmc-reset", 187 … not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is… 633 "help_text": "Controls whether or not a processor core will be de-configured on error.", 642 …ally spaced interval, to test each core every 24 hours. For example, on a 48-core system, the RPD … [all …]
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | bios_attrs.json | 76 "interface": "com.ibm.Host.Target", 77 "property_name": "Target", 80 "com.ibm.Host.Target.Hypervisor.PowerVM", 81 "com.ibm.Host.Target.Hypervisor.OPAL" 120 …r a user-initated power on or a recovery power on, Enabled: Instructs the server to automatically … 151 "display_name": "hb-debug-console" 160 "display_name": "hb-inhibit-bmc-reset", 187 … not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is… 633 "help_text": "Controls whether or not a processor core will be de-configured on error.", 642 …ally spaced interval, to test each core every 24 hours. For example, on a 48-core system, the RPD … [all …]
|
/openbmc/pldm/oem/ibm/configurations/bios/com.ibm.Hardware.Chassis.Model.Bonnell/ |
H A D | bios_attrs.json | 58 "interface": "com.ibm.Host.Target", 59 "property_name": "Target", 62 "com.ibm.Host.Target.Hypervisor.PowerVM", 63 "com.ibm.Host.Target.Hypervisor.OPAL" 102 …r a user-initated power on or a recovery power on, Enabled: Instructs the server to automatically … 133 "display_name": "hb-debug-console" 142 "display_name": "hb-inhibit-bmc-reset", 169 … not VMI support has been provisioned by Hypervisor. Enabled - VMI is available, Disabled - VMI is… 596 "help_text": "Controls whether or not a processor core will be de-configured on error.", 605 …ally spaced interval, to test each core every 24 hours. For example, on a 48-core system, the RPD … [all …]
|