/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/ |
H A D | VSBP.interface.yaml | 4 - name: RT 8 - name: DR 12 - name: PA 15 Is op-panel installed. 16 - name: IM
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 12 /* TODO(sjg@chromium.org): this could be compile-time generated */ 29 /* U-Boot uclasses start here - in alphabetical order */ 30 UCLASS_ADC, /* Analog-to-digital converter */ 46 UCLASS_GPIO, /* Bank of general-purpose I/O pins */ 56 UCLASS_LED, /* Light-emitting diode (LED) */ 65 UCLASS_NOP, /* No-op devices */ 68 UCLASS_PANEL, /* Display panel, such as an LCD */ 69 UCLASS_PANEL_BACKLIGHT, /* Backlight controller for panel */ 78 UCLASS_PWM, /* Pulse-width modulator */ [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | da850-evm.dts | 4 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 10 /dts-v1/; 12 #include <dt-bindings/gpio/gpio.h> 15 compatible = "ti,da850-evm", "ti,da850"; 16 model = "DA850/AM1808/OMAP-L138 EVM"; 19 stdout-path = &serial2; 30 backlight: backlight-pwm { 31 pinctrl-names = "default"; 32 pinctrl-0 = <&ecap2_pins>; 33 power-supply = <&backlight_lcd>; [all …]
|
H A D | am335x-evm.dts | 2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 8 /dts-v1/; 11 #include <dt-bindings/interrupt-controller/irq.h> 15 compatible = "ti,am335x-evm", "ti,am33xx"; 18 stdout-path = &uart0; 19 tick-timer = &timer2; 24 cpu0-supply = <&vdd1_reg>; 34 compatible = "regulator-fixed"; 35 regulator-name = "vbat"; 36 regulator-min-microvolt = <5000000>; [all …]
|
H A D | am335x-evmsk.dts | 2 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 14 /dts-v1/; 17 #include <dt-bindings/pwm/pwm.h> 18 #include <dt-bindings/interrupt-controller/irq.h> 21 model = "TI AM335x EVM-SK"; 22 compatible = "ti,am335x-evmsk", "ti,am33xx"; 25 stdout-path = &uart0; 26 tick-timer = &timer2; 31 cpu0-supply = <&vdd1_reg>; 41 compatible = "regulator-fixed"; [all …]
|
H A D | am437x-sk-evm.dts | 2 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/pinctrl/am43xx.h> 15 #include <dt-bindings/pwm/pwm.h> 16 #include <dt-bindings/gpio/gpio.h> 17 #include <dt-bindings/input/input.h> 21 compatible = "ti,am437x-sk-evm","ti,am4372","ti,am43"; 28 stdout-path = &uart0; 29 tick-timer = &timer2; 33 compatible = "pwm-backlight"; [all …]
|
H A D | am43x-epos-evm.dts | 2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 11 /dts-v1/; 14 #include <dt-bindings/pinctrl/am43xx.h> 15 #include <dt-bindings/gpio/gpio.h> 16 #include <dt-bindings/pwm/pwm.h> 17 #include <dt-bindings/sound/tlv320aic31xx-micbias.h> 21 compatible = "ti,am43x-epos-evm","ti,am438x","ti,am43"; 28 stdout-path = &uart0; 29 tick-timer = &timer2; 32 vmmcsd_fixed: fixedregulator-sd { [all …]
|
/openbmc/docs/designs/ |
H A D | bmc-boot-ready.md | 33 `multi-user.target` has successfully started all if its services. 37 1. D-Bus objects don't exist until the backend is prepared to handle them. 43 Option 1 is challenging because D-Bus interfaces provided by OpenBMC state 44 applications have a mix of read-only properties (like current state) and 51 the op-panel code now need to properly handle error codes like this. You can 60 [1]: https://lists.ozlabs.org/pipermail/openbmc/2022-April/030175.html 62 https://github.com/openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/State 64 …https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/State/BMC… 68 - Queue up chassis and host requested state changes until the BMC is in the 70 - What the "proper state" is will be implementation specific but by default [all …]
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_chassis.c | 22 * 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 …]
|
/openbmc/qemu/hw/display/ |
H A D | sm501.c | 4 * Copyright (c) 2008 Shin-ichiro KAWASAKI 5 * Copyright (c) 2016-2020 BALATON Zoltan 29 #include "qemu/error-report.h" 32 #include "hw/usb/hcd-ohci.h" 33 #include "hw/char/serial-mm.h" 38 #include "hw/qdev-properties.h" 40 #include "hw/display/i2c-ddc.h" 51 /* SM501 register definitions taken from "linux/include/linux/sm501-regs.h" */ 156 /* panel clock */ 241 /* common registers for panel and the crt */ [all …]
|
/openbmc/u-boot/drivers/video/bridge/ |
H A D | anx6345.c | 1 // SPDX-License-Identifier: GPL-2.0+ 12 #include "../anx98xx-edp.h" 77 return anx6345_write(dev, chip->chip_addr, reg_addr, value); in anx6345_write_r0() 85 return anx6345_read(dev, chip->chip_addr, reg_addr, value); in anx6345_read_r0() 93 return anx6345_write(dev, chip->chip_addr + 1, reg_addr, value); in anx6345_write_r1() 101 return anx6345_read(dev, chip->chip_addr + 1, reg_addr, value); in anx6345_read_r1() 106 return -ENOSYS; in anx6345_set_backlight() 111 int ret = -ETIMEDOUT; in anx6345_aux_wait() 122 } while (retries--); in anx6345_aux_wait() 129 ret = -ETIMEDOUT; in anx6345_aux_wait() [all …]
|
/openbmc/u-boot/common/ |
H A D | lcd.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * (C) Copyright 2001-2002 6 * Wolfgang Denk, DENX Software Engineering -- wd@denx.de 114 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT; in test_pattern() 115 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern() 153 lcd_base = map_sysmem(gd->fb_base, 0); in drv_lcd_init() 216 /* setup text-console */ in lcd_clear() 253 * by setting up gd->fb_base. Check for this condition and fixup in lcd_init() 256 if (map_to_sysmem(lcdbase) != gd->fb_base) in lcd_init() 257 lcd_base = map_sysmem(gd->fb_base, 0); in lcd_init() [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/registry/ |
H A D | message_registry.json | 378 "SyslogID": "phosphor-log-manager", 429 "SyslogID": "phosphor-log-manager", 618 "Description": "Failure occurred during PHAL pre-poweroff operations", 619 "Message": "Failure occurred during PHAL pre-poweroff operations", 699 "Description": "Failure re-initializing BMC to Host data structure", 700 "Message": "Failure occurred during re-initializing BMC to Host data structure", 775 "LocCode": "P0-C15" 788 "LocCode": "P0-C61" 932 "SyslogID": "openpower-occ-control", 1183 "Description": "User initiated a pinhole reset via the op-panel", [all …]
|
/openbmc/pldm/pldmtool/ |
H A D | pldm_platform_cmd.cpp | 152 auto pdrOptionGroup = app->add_option_group( in GetPDR() 155 pdrOptionGroup->add_option( in GetPDR() 156 "-d,--data", recordHandle, in GetPDR() 169 pdrOptionGroup->add_option("-t, --type", pdrRecType, in GetPDR() 174 getPDRGroupOption = pdrOptionGroup->add_option( in GetPDR() 175 "-i, --terminusID", pdrTerminus, in GetPDR() 180 pdrOptionGroup->add_flag("-a, --all", allPDRs, in GetPDR() 183 pdrOptionGroup->require_option(1); in GetPDR() 189 if (getPDRGroupOption->count() > 0) in parseGetPDROptions() 261 << " has multiple references: " << result.first->second in exec() [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/phosphor-logging/p10bmc/ |
H A D | com.ibm.Hardware.Chassis.Model.Rainier2U_dev_callouts.json | 6 "LocationCode":"P0-C5", 7 "MRU":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0/BMC-0", 8 "Name":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0", 12 "LocationCode":"P0-C15", 13 "MRU":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0/power10", 14 "Name":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0", 19 "Name":"/sys-0/node-0/nisqually-0", 23 "Dest":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0/power10-0", 24 "Source":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0/bmc-0" 26 "0-1":{ [all …]
|
H A D | com.ibm.Hardware.Chassis.Model.Rainier4U_dev_callouts.json | 6 "LocationCode":"P0-C5", 7 "MRU":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0/BMC-0", 8 "Name":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0", 12 "LocationCode":"P0-C15", 13 "MRU":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0/power10", 14 "Name":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0", 19 "Name":"/sys-0/node-0/nisqually-0", 23 "Dest":"/sys-0/node-0/nisqually-0/proc_socket-0/godel-0/power10-0", 24 "Source":"/sys-0/node-0/nisqually-0/ebmc-card-connector-0/ingraham-0/bmc-0" 26 "0-1":{ [all …]
|
H A D | com.ibm.Hardware.Chassis.Model.Everest_dev_callouts.json | 6 "LocationCode":"P0-C0", 7 "MRU":"/sys-0/node-0/bellavista-0/eBMC-card-conn-0/Tola-0/bmc-0", 8 "Name":"/sys-0/node-0/bellavista-0/eBMC-card-conn-0/Tola-0", 12 "LocationCode":"P0-C61", 13 "MRU":"/sys-0/node-0/bellavista-0/proc_socket-0/godel-0/power10", 14 "Name":"/sys-0/node-0/bellavista-0/proc_socket-0/godel-0", 19 "Name":"/sys-0/node-0/bellavista-0", 23 "Dest":"/sys-0/node-0/bellavista-0/proc_socket-0/godel-0/power10-0", 24 "Source":"/sys-0/node-0/bellavista-0/eBMC-card-conn-0/Tola-0/bmc-0" 26 "0-1":{ [all …]
|
/openbmc/openpower-vpd-parser/configuration/ibm/ |
H A D | 50003000_v2.json | 2 "devTree": "conf-aspeed-bmc-ibm-everest.dtb", 33 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/4-0070/hold_idle" 38 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/5-0070/hold_idle" 43 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/6-0070/hold_idle" 47 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [ 55 "LocationCode": "Ufcs-P0" 130 "LocationCode": "Ufcs-P0-C1" 148 "LocationCode": "Ufcs-P0-C2" 166 "LocationCode": "Ufcs-P0-C3" 184 "LocationCode": "Ufcs-P0-C4" [all …]
|
H A D | 60002000_v2.json | 2 "devTree": "conf-aspeed-bmc-ibm-fuji.dtb", 33 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/4-0070/hold_idle" 38 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/5-0070/hold_idle" 43 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/6-0070/hold_idle" 47 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [ 55 "LocationCode": "Ufcs-P0" 130 "LocationCode": "Ufcs-P0-C1" 148 "LocationCode": "Ufcs-P0-C2" 166 "LocationCode": "Ufcs-P0-C3" 184 "LocationCode": "Ufcs-P0-C4" [all …]
|
H A D | 50003000.json | 2 "devTree": "conf-aspeed-bmc-ibm-everest.dtb", 33 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/4-0070/hold_idle" 38 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/5-0070/hold_idle" 43 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/6-0070/hold_idle" 47 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [ 55 "LocationCode": "Ufcs-P0" 130 "LocationCode": "Ufcs-P0-C1" 148 "LocationCode": "Ufcs-P0-C2" 166 "LocationCode": "Ufcs-P0-C3" 184 "LocationCode": "Ufcs-P0-C4" [all …]
|
H A D | 60002000.json | 2 "devTree": "conf-aspeed-bmc-ibm-fuji.dtb", 33 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/4-0070/hold_idle" 38 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/5-0070/hold_idle" 43 "holdidlepath": "/sys/bus/i2c/drivers/pca954x/6-0070/hold_idle" 47 "/sys/bus/i2c/drivers/at24/8-0050/eeprom": [ 55 "LocationCode": "Ufcs-P0" 130 "LocationCode": "Ufcs-P0-C1" 148 "LocationCode": "Ufcs-P0-C2" 166 "LocationCode": "Ufcs-P0-C3" 184 "LocationCode": "Ufcs-P0-C4" [all …]
|
/openbmc/u-boot/ |
H A D | README | 1 # SPDX-License-Identifier: GPL-2.0+ 3 # (C) Copyright 2000 - 2013 9 This directory contains the source code for U-Boot, a boot loader for 15 The development of U-Boot is closely related to Linux: some parts of 37 scattered throughout the U-Boot source identifying the people or 41 actual U-Boot source tree; however, it can be created dynamically 51 U-Boot, you should send a message to the U-Boot mailing list at 52 <u-boot@lists.denx.de>. There is also an archive of previous traffic 53 on the mailing list - please search the archive before asking FAQ's. 54 Please see http://lists.denx.de/pipermail/u-boot and [all …]
|
/openbmc/u-boot/include/ |
H A D | ec_commands.h | 2 * Use of this source code is governed by a BSD-style license that can be 18 * - CMD is the command code. (defined by EC_CMD_ constants) 19 * - ERR is the error code. (defined by EC_RES_ constants) 20 * - Px is the optional payload. 23 * - S is the checksum which is the sum of all payload bytes. 59 /* The actual block is 0x800-0x8ff, but some BIOSes think it's 0x880-0x8ff 79 #define EC_MEMMAP_TEMP_SENSOR 0x00 /* Temp sensors 0x00 - 0x0f */ 80 #define EC_MEMMAP_FAN 0x10 /* Fan speeds 0x10 - 0x17 */ 81 #define EC_MEMMAP_TEMP_SENSOR_B 0x18 /* More temp sensors 0x18 - 0x1f */ 83 #define EC_MEMMAP_ID_VERSION 0x22 /* Version of data in 0x20 - 0x2f */ [all …]
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 9 937984: /usr/lib/python2.7/lib-dynload 13 638976: /usr/lib/ipmid-providers 14 598016: /lib/systemd/libsystemd-shared-239.so 17 483328: /lib/libc-2.28.so 19 434176: /usr/lib/libgio-2.0.so.0.5800.0 26 348160: /usr/sbin/entity-manager 30 319488: /usr/lib/libglib-2.0.so.0.5800.0 31 311296: /lib/libm-2.28.so 33 278528: /usr/lib/python2.7/site-packages 35 270336: /usr/lib/locale/locale-archive [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-10-15 03:01:14.682-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-10-15 03:01:14.758-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |