/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | action.md | 9 - [presence_detection](presence_detection.md) 10 - [configuration](configuration.md) 11 - [sensor_monitoring](sensor_monitoring.md) 12 - [phase_fault_detection](phase_fault_detection.md) 15 [device](device.md) that contains the regulator operation. However, the device 16 can be changed using the [set_device](set_device.md) action. 23 … of actions | Action type [and](and.md). … 24 …) | [compare_presence](compare_presence.md) | Action type [compare_presence](compa… 25 …es](#notes) | [compare_vpd](compare_vpd.md) | Action type [compare_vpd](… 26 …| [i2c_capture_bytes](i2c_capture_bytes.md) | Action type [i2c_capture_bytes](i2c_ca… [all …]
|
H A D | README.md | 101 - Array of [rules](rule.md) 105 - Array of [chassis](chassis.md) in the system 106 - Array of regulator [devices](device.md) in the chassis 107 - Array of voltage [rails](rail.md) produced by the regulator 115 The config file contains a single JSON [config_file](config_file.md) object at 120 - [action](action.md) 121 - [and](and.md) 122 - [chassis](chassis.md) 123 - [compare_presence](compare_presence.md) 124 - [compare_vpd](compare_vpd.md) [all …]
|
H A D | presence_detection.md | 15 [compare_presence](compare_presence.md) and [compare_vpd](compare_vpd.md). 17 Device operations like [configuration](configuration.md), 18 [sensor monitoring](sensor_monitoring.md), and 19 [phase fault detection](phase_fault_detection.md) will only be performed if the 43 | rule_id | see [notes](#notes) | string | Unique ID of the [rule](rule.md)… 44 | actions | see [notes](#notes) | array of [actions](action.md) | One or more actions to execute. …
|
/openbmc/docs/ |
H A D | README.md | 9 The [features](features.md) document lists the project's major features with 22 - [cheatsheet.md](cheatsheet.md): Quick reference for some common development 25 - [CONTRIBUTING.md](CONTRIBUTING.md): Guidelines for contributing to OpenBMC 27 - [development tutorials](development/README.md): Tutorials for getting up to 30 - [kernel-development.md](kernel-development.md): Reference for common kernel 41 - [console.md](console.md): Using the host console 43 - [host-management.md](host-management.md): Performing host management tasks 46 - [rest-api.md](rest-api.md): Introduction to using the OpenBMC REST API 48 - [REDFISH-cheatsheet.md](REDFISH-cheatsheet.md): Quick reference for some 51 - [REST-cheatsheet.md](REST-cheatsheet.md): Quick reference for some common
|
H A D | features.md | 41 https://github.com/openbmc/openbmc-test-automation/blob/master/README.md 42 [bmcweb]: https://github.com/openbmc/bmcweb/blob/master/README.md 44 https://github.com/openbmc/bmcweb/blob/master/DEVELOPING.md#redfish 46 …://github.com/openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/Certs/README.md 48 …/github.com/openbmc/phosphor-dbus-interfaces/blob/master/yaml/xyz/openbmc_project/Chassis/README.md 50 https://github.com/openbmc/phosphor-dbus-interfaces/blob/master/README.md 52 https://github.com/openbmc/docs/blob/master/architecture/object-mapper.md 54 https://github.com/openbmc/entity-manager/blob/master/README.md 56 …openbmc/phosphor-dbus-interfaces/tree/master/yaml/xyz/openbmc_project/Common/FactoryReset/README.md 58 https://github.com/openbmc/docs/blob/master/architecture/code-update/code-update.md [all …]
|
/openbmc/qemu/hw/mem/ |
H A D | memory-device.c | 23 static bool memory_device_is_empty(const MemoryDeviceState *md) in memory_device_is_empty() argument 25 const MemoryDeviceClass *mdc = MEMORY_DEVICE_GET_CLASS(md); in memory_device_is_empty() 30 mr = mdc->get_memory_region((MemoryDeviceState *)md, &local_err); in memory_device_is_empty() 71 static unsigned int memory_device_get_memslots(MemoryDeviceState *md) in memory_device_get_memslots() argument 73 const MemoryDeviceClass *mdc = MEMORY_DEVICE_GET_CLASS(md); in memory_device_get_memslots() 76 return mdc->get_memslots(md); in memory_device_get_memslots() 173 static void memory_device_check_addable(MachineState *ms, MemoryDeviceState *md, in memory_device_check_addable() argument 176 const MemoryDeviceClass *mdc = MEMORY_DEVICE_GET_CLASS(md); in memory_device_check_addable() 188 mdc->decide_memslots(md, memslot_limit); in memory_device_check_addable() 190 required_memslots = memory_device_get_memslots(md); in memory_device_check_addable() [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | MPC8610HPCD.h | 447 "pcireg=md ${a}000 3; echo o;md ${a}c00 25; echo i; md ${a}da0 15;" \ 448 "echo e;md ${a}e00 9\0" \ 450 "pcierr=md ${a}e00 8; pci d.b $b.0 7 1; pci d.w $b.0 1e 1;" \ 462 "pciereg=md ${a}000 6; md ${a}020 4; md ${a}bf8 2; echo o;md ${a}c00 25;" \ 463 "echo i; md ${a}da0 15; echo e;md ${a}e00 e; echo d; md ${a}f00 c\0" \ 466 "pcieerr=md ${a}020 1; md ${a}e00; pci d.b $b.0 7 1; pci d.w $b.0 1e 1;"\ 483 "mw ${d}120 $bc0;mw ${d}100 f03c404; mw ${d}11c $dad0; md ${d}100 9\0" \ 485 "mw ${d}1a0 $bc1;mw ${d}180 f03c404; mw ${d}19c $dad1; md ${d}180 9\0" \ 487 "mw ${d}220 $bc2;mw ${d}200 f03c404; mw ${d}21c $dad2; md ${d}200 9\0" \ 489 "mw ${d}2a0 $bc3;mw ${d}280 f03c404; mw ${d}29c $dad3; md ${d}280 9\0" [all …]
|
/openbmc/qemu/hw/s390x/ |
H A D | virtio-ccw-mem.c | 30 static void virtio_ccw_mem_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_ccw_mem_set_addr() argument 33 object_property_set_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, addr, errp); in virtio_ccw_mem_set_addr() 36 static uint64_t virtio_ccw_mem_get_addr(const MemoryDeviceState *md) in virtio_ccw_mem_get_addr() argument 38 return object_property_get_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, in virtio_ccw_mem_get_addr() 42 static MemoryRegion *virtio_ccw_mem_get_memory_region(MemoryDeviceState *md, in virtio_ccw_mem_get_memory_region() argument 45 VirtIOMEMCcw *dev = VIRTIO_MEM_CCW(md); in virtio_ccw_mem_get_memory_region() 52 static void virtio_ccw_mem_decide_memslots(MemoryDeviceState *md, in virtio_ccw_mem_decide_memslots() argument 55 VirtIOMEMCcw *dev = VIRTIO_MEM_CCW(md); in virtio_ccw_mem_decide_memslots() 62 static unsigned int virtio_ccw_mem_get_memslots(MemoryDeviceState *md) in virtio_ccw_mem_get_memslots() argument 64 VirtIOMEMCcw *dev = VIRTIO_MEM_CCW(md); in virtio_ccw_mem_get_memslots() [all …]
|
H A D | virtio-ccw-md.c | 14 #include "hw/s390x/virtio-ccw-md.h" 23 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_pre_plug() local 41 memory_device_pre_plug(md, ms, &local_err); in virtio_ccw_md_pre_plug() 52 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_plug() local 60 memory_device_plug(md, ms); in virtio_ccw_md_plug() 64 memory_device_unplug(md, ms); in virtio_ccw_md_plug() 116 MemoryDeviceState *md = MEMORY_DEVICE(vmd); in virtio_ccw_md_unplug() local 120 memory_device_unplug(md, ms); in virtio_ccw_md_unplug() 126 memory_device_plug(md, ms); in virtio_ccw_md_unplug()
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | auth.c | 69 static uint8_t md[16]; in ipmi_auth_md5() local 77 memset(md, 0, 16); in ipmi_auth_md5() 86 MD5_Final(md, &ctx); in ipmi_auth_md5() 89 printf(" MD5 AuthCode : %s\n", buf2str(md, 16)); in ipmi_auth_md5() 91 return md; in ipmi_auth_md5() 133 static uint8_t md[16]; in ipmi_auth_md2() local 141 memset(md, 0, 16); in ipmi_auth_md2() 150 MD2_Final(md, &ctx); in ipmi_auth_md2() 153 printf(" MD2 AuthCode : %s\n", buf2str(md, 16)); in ipmi_auth_md2() 155 return md; in ipmi_auth_md2() [all …]
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-pmem-pci.c | 29 static void virtio_pmem_pci_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_pmem_pci_set_addr() argument 32 object_property_set_uint(OBJECT(md), VIRTIO_PMEM_ADDR_PROP, addr, errp); in virtio_pmem_pci_set_addr() 35 static uint64_t virtio_pmem_pci_get_addr(const MemoryDeviceState *md) in virtio_pmem_pci_get_addr() argument 37 return object_property_get_uint(OBJECT(md), VIRTIO_PMEM_ADDR_PROP, in virtio_pmem_pci_get_addr() 41 static MemoryRegion *virtio_pmem_pci_get_memory_region(MemoryDeviceState *md, in virtio_pmem_pci_get_memory_region() argument 44 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_get_memory_region() 51 static uint64_t virtio_pmem_pci_get_plugged_size(const MemoryDeviceState *md, in virtio_pmem_pci_get_plugged_size() argument 54 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_get_plugged_size() 63 static void virtio_pmem_pci_fill_device_info(const MemoryDeviceState *md, in virtio_pmem_pci_fill_device_info() argument 67 VirtIOPMEMPCI *pci_pmem = VIRTIO_PMEM_PCI(md); in virtio_pmem_pci_fill_device_info() [all …]
|
H A D | virtio-mem-pci.c | 33 static void virtio_mem_pci_set_addr(MemoryDeviceState *md, uint64_t addr, in virtio_mem_pci_set_addr() argument 36 object_property_set_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, addr, errp); in virtio_mem_pci_set_addr() 39 static uint64_t virtio_mem_pci_get_addr(const MemoryDeviceState *md) in virtio_mem_pci_get_addr() argument 41 return object_property_get_uint(OBJECT(md), VIRTIO_MEM_ADDR_PROP, in virtio_mem_pci_get_addr() 45 static MemoryRegion *virtio_mem_pci_get_memory_region(MemoryDeviceState *md, in virtio_mem_pci_get_memory_region() argument 48 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_get_memory_region() 55 static void virtio_mem_pci_decide_memslots(MemoryDeviceState *md, in virtio_mem_pci_decide_memslots() argument 58 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_decide_memslots() 65 static unsigned int virtio_mem_pci_get_memslots(MemoryDeviceState *md) in virtio_mem_pci_get_memslots() argument 67 VirtIOMEMPCI *pci_mem = VIRTIO_MEM_PCI(md); in virtio_mem_pci_get_memslots() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nspr/nspr/ |
H A D | 0003-Add-nios2-support.patch | 12 pr/include/md/_linux.cfg | 45 ++++++++++++++++++++++++++++++++++++++++ 13 pr/include/md/_linux.h | 4 +++- 16 diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg 18 --- a/pr/include/md/_linux.cfg 19 +++ b/pr/include/md/_linux.cfg 72 diff --git a/pr/include/md/_linux.h b/pr/include/md/_linux.h 74 --- a/pr/include/md/_linux.h 75 +++ b/pr/include/md/_linux.h
|
H A D | 0004-md-Fix-build-with-musl.patch | 4 Subject: [PATCH] md: Fix build with musl 13 pr/include/md/_linux.cfg | 2 +- 16 diff --git a/pr/include/md/_linux.cfg b/pr/include/md/_linux.cfg 18 --- a/pr/include/md/_linux.cfg 19 +++ b/pr/include/md/_linux.cfg
|
/openbmc/boost-dbus/cmake/ |
H A D | FindGMock.cmake | 25 # "MD" or "MT" to enable searching a gmock build tree 26 # (defaults: "MD") 84 set(GMOCK_MSVC_SEARCH MD) 89 if(GMOCK_MSVC_SEARCH STREQUAL "MD") 91 msvc/gmock-md/Debug 92 msvc/gmock-md/Release) 107 if(MSVC AND GMOCK_MSVC_SEARCH STREQUAL "MD") 108 # The provided /MD project files for Google Mock add -md suffixes to the 110 _gmock_find_library(GMOCK_LIBRARY gmock-md gmock) 112 _gmock_find_library(GMOCK_MAIN_LIBRARY gmock_main-md gmock_main)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0001-fix-to-build-with-glibc-2.25.patch | 7 src/md.c | 1 + 10 diff --git a/src/md.c b/src/md.c 12 --- a/src/md.c 13 +++ b/src/md.c
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | mrb_section.html | 27 <div class="col-md-12"> 38 <div class="col-md-12"> 49 <div class="col-md-3"> 89 <div class="col-md-5"> 97 <div class="col-md-4"> 106 <div data-role="build-status" class="col-md-4 col-md-offset-1 progress-info"> 116 <div class="col-md-4 progress-info"> 131 <div data-role="build-status" class="col-md-4 col-md-offset-1 progress-info"> 141 <div class="col-md-4 progress-info"> 155 <div class="col-md-5"> [all …]
|
/openbmc/qemu/include/hw/mem/ |
H A D | memory-device.h | 73 uint64_t (*get_addr)(const MemoryDeviceState *md); 81 void (*set_addr)(MemoryDeviceState *md, uint64_t addr, Error **errp); 94 uint64_t (*get_plugged_size)(const MemoryDeviceState *md, Error **errp); 105 MemoryRegion *(*get_memory_region)(MemoryDeviceState *md, Error **errp); 114 void (*decide_memslots)(MemoryDeviceState *md, unsigned int limit); 127 unsigned int (*get_memslots)(MemoryDeviceState *md); 137 uint64_t (*get_min_alignment)(const MemoryDeviceState *md); 142 void (*fill_device_info)(const MemoryDeviceState *md, 171 void memory_device_pre_plug(MemoryDeviceState *md, MachineState *ms, 173 void memory_device_plug(MemoryDeviceState *md, MachineState *ms); [all …]
|
/openbmc/phosphor-power/phosphor-regulators/docs/ |
H A D | configuration.md | 18 [configuration](config_file/configuration.md) object in the 19 [JSON config file](config_file/README.md). 22 [pmbus_write_vout_command](config_file/pmbus_write_vout_command.md) and 23 [i2c_write_byte](config_file/i2c_write_byte.md). 36 In a [multiple chassis](multiple_chassis.md) system, `phosphor-regulators` will 43 See [Chassis Status](../phosphor-power-sequencer/docs/chassis_status.md) for
|
H A D | README.md | 11 [`phosphor-power-sequencer`](../../phosphor-power-sequencer/docs/README.md) 31 See [Internal Design](internal_design.md) for more information. 38 See [Regulator Configuration](configuration.md) for more information. 49 See [Regulator Monitoring](monitoring.md) for more information. 62 See the [configuration file documentation](docs/config_file/README.md) for 71 See [Multiple Chassis](multiple_chassis.md) for more information. 76 [Testing](testing.md) for more information.
|
/openbmc/qemu/monitor/ |
H A D | hmp-target.c | 90 const MonitorDef *md = target_monitor_defs(); in get_monitor_def() local 96 if (cs == NULL || md == NULL) { in get_monitor_def() 100 for(; md->name != NULL; md++) { in get_monitor_def() 101 if (hmp_compare_cmd(name, md->name)) { in get_monitor_def() 102 if (md->get_value) { in get_monitor_def() 103 *pval = md->get_value(mon, md, md->offset); in get_monitor_def() 106 ptr = (uint8_t *)env + md->offset; in get_monitor_def() 107 switch(md->type) { in get_monitor_def()
|
/openbmc/qemu/hw/i386/ |
H A D | sgx-epc.c | 54 MemoryDeviceState *md = MEMORY_DEVICE(dev); in sgx_epc_realize() local 88 sgx_epc->size += memory_device_get_region_size(md, errp); in sgx_epc_realize() 99 static uint64_t sgx_epc_md_get_addr(const MemoryDeviceState *md) in sgx_epc_md_get_addr() argument 101 const SGXEPCDevice *epc = SGX_EPC(md); in sgx_epc_md_get_addr() 106 static void sgx_epc_md_set_addr(MemoryDeviceState *md, uint64_t addr, in sgx_epc_md_set_addr() argument 109 object_property_set_uint(OBJECT(md), SGX_EPC_ADDR_PROP, addr, errp); in sgx_epc_md_set_addr() 112 static uint64_t sgx_epc_md_get_plugged_size(const MemoryDeviceState *md, in sgx_epc_md_get_plugged_size() argument 118 static MemoryRegion *sgx_epc_md_get_memory_region(MemoryDeviceState *md, in sgx_epc_md_get_memory_region() argument 121 SGXEPCDevice *epc = SGX_EPC(md); in sgx_epc_md_get_memory_region() 133 static void sgx_epc_md_fill_device_info(const MemoryDeviceState *md, in sgx_epc_md_fill_device_info() argument [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 352 const EVP_MD *md = NULL; 384 - EVP_DigestInit(&ctx, md); 389 + EVP_DigestInit(ctx, md); 585 - EVP_MD_CTX md; 586 + EVP_MD_CTX *md; 598 - EVP_DigestInit(&md, evp_md); 599 - EVP_DigestUpdate(&md, data, datalen); 600 - EVP_DigestFinal(&md, digest, &dlen); 601 + md = EVP_MD_CTX_create(); 602 + EVP_DigestInit(md, evp_md); [all …]
|
/openbmc/phosphor-fan-presence/docs/monitor/ |
H A D | README.md | 144 - [inventory](inventory.md) 145 - [method](method.md) - \*Optional, default = "timebased" 146 - [deviation](deviation.md) 147 - [num_sensors_nonfunc_for_fan_nonfunc](num_sensors_nonfunc_for_fan_nonfunc.md) - 149 - [monitor_start_delay](monitor_start_delay.md) - Optional, default = 0 150 - [fan_missing_error_delay](fan_missing_error_delay.md) - Optional 151 - [nonfunc_rotor_error_delay](nonfunc_rotor_error_delay.md) - Optional 152 - [set_func_on_present](set_func_on_present.md) - Optional, default = false 153 - [sensors](sensors.md) 157 - [class](class.md) [all …]
|
/openbmc/phosphor-dbus-interfaces/gen/com/ibm/ipzvpd/ |
H A D | meson.build | 49 output: ['CP00.md'], 71 output: ['CRP0.md'], 93 output: ['DINF.md'], 115 output: ['LRP0.md'], 137 output: ['LRP1.md'], 159 output: ['LRP2.md'], 181 output: ['LRP3.md'], 203 output: ['LRP4.md'], 225 output: ['LRP5.md'], 247 output: ['LRP6.md'], [all …]
|