| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | processor.hpp | 20 OEM, enumerator 31 OEM, enumerator 46 OEM, enumerator 80 OEM, enumerator 98 OEM, enumerator 120 OEM, enumerator 133 {ProcessorType::OEM, "OEM"}, 144 {ProcessorArchitecture::OEM, "OEM"}, 159 {InstructionSet::OEM, "OEM"}, 193 {ProcessorMemoryType::OEM, "OEM"}, [all …]
|
| H A D | log_service.hpp | 22 OEM, enumerator 72 OEM, enumerator 83 OEM, enumerator 96 OEM, enumerator 119 {LogEntryTypes::OEM, "OEM"}, 169 {LogDiagnosticDataTypes::OEM, "OEM"}, 180 {LogPurpose::OEM, "OEM"}, 193 {TransferProtocolType::OEM, "OEM"},
|
| H A D | connection_method.hpp | 17 OEM, enumerator 25 OEM, enumerator 35 {ConnectionMethodType::OEM, "OEM"}, 43 {TunnelingProtocolType::OEM, "OEM"},
|
| H A D | account_service.hpp | 19 OEM, enumerator 35 OEM, enumerator 45 OEM, enumerator 86 {MFABypassType::OEM, "OEM"}, 102 {AccountProviderTypes::OEM, "OEM"}, 112 {AuthenticationTypes::OEM, "OEM"},
|
| H A D | external_account_provider.hpp | 15 OEM, enumerator 25 OEM, enumerator 48 {AccountProviderTypes::OEM, "OEM"}, 58 {AuthenticationTypes::OEM, "OEM"},
|
| H A D | computer_system.hpp | 103 OEM, enumerator 112 OEM, enumerator 147 OEM, enumerator 153 OEM, enumerator 175 OEM, enumerator 334 {WatchdogWarningActions::OEM, "OEM"}, 343 {WatchdogTimeoutActions::OEM, "OEM"}, 378 {BootProgressTypes::OEM, "OEM"}, 384 {GraphicalConnectTypesSupported::OEM, "OEM"}, 406 {PowerMode::OEM, "OEM"},
|
| H A D | telemetry_data.hpp | 12 OEM, enumerator 17 {TelemetryDataTypes::OEM, "OEM"},
|
| H A D | resolution_step.hpp | 19 OEM, enumerator 31 {ResolutionType::OEM, "OEM"},
|
| H A D | acceleration_function.hpp | 19 OEM, enumerator 31 {AccelerationFunctionType::OEM, "OEM"},
|
| H A D | software_inventory.hpp | 14 OEM, enumerator 28 {VersionScheme::OEM, "OEM"},
|
| H A D | license_service.hpp | 19 OEM, enumerator 32 {TransferProtocolType::OEM, "OEM"},
|
| H A D | outbound_connection.hpp | 22 OEM, enumerator 37 {AuthenticationType::OEM, "OEM"},
|
| H A D | pcie_slots.hpp | 17 OEM, enumerator 30 {SlotTypes::OEM, "OEM"},
|
| H A D | session.hpp | 16 OEM, enumerator 29 {SessionTypes::OEM, "OEM"},
|
| H A D | log_entry.hpp | 86 OEM, enumerator 134 OEM, enumerator 142 OEM, enumerator 240 {LogEntryCode::OEM, "OEM"}, 288 {SensorType::OEM, "OEM"}, 296 {LogDiagnosticDataTypes::OEM, "OEM"},
|
| H A D | manifest.hpp | 23 OEM, enumerator 40 {StanzaType::OEM, "OEM"},
|
| /openbmc/bmcweb/docs/ |
| H A D | OEM_SCHEMAS.md | 1 # Redfish OEM Schemas 3 The Redfish specification allows for OEM resources and properties to be 4 implemented by OEMs. bmcweb does not expose a stable API for adding OEM 8 ## OEM Compatibility and authority 11 organization is responsible for maintaining that company's OEM namespace. They 17 Because of that, OEM properties in an open-source project pose many problems 28 In the experience of the project, OEM resources trend toward a lower level of 35 If a given feature eventually becomes standardized, OpenBMC OEM endpoints now 38 be completed before merging the OEM code to master. 47 In the current implementation, OEM schemas for all namespaces are shipped on all [all …]
|
| /openbmc/phosphor-host-ipmid/docs/ |
| H A D | oem-extension-numbering.md | 1 # Sketch of OpenBMC OEM message formats 3 This document describes OEM Requests to be supported using the OpenBMC OEM 8 - Briefly recap OEM Extension layout as described in IPMI Specification. 9 - Enumerate Command codes allocated for use with the OpenBMC OEM Number. 13 ## OEM Extensions, Block Transfer Transport Example 15 This table and the next briefly recap OEM Extension messages as described in the 20 ### OEM Request 27 | 1 | 2:7 | NetFn | 0x2E | OEM Request | 31 | 4 ~ 6 | | OEN | 49871 | OEM Enterprise Number | 39 - Serialize numbers larger than 1 byte LSB first - e.g., represent OEM [all …]
|
| /openbmc/intel-ipmi-oem/ |
| H A D | ipmi-allowlist.conf | 81 0x06:0x50:0xff7f //<App>:<Get Channel OEM Payload Info> 163 0x2e:0xC0:0x7f7f //<Intel OEM>:<Enable/Disable Node Manager Policy Control> 164 0x2e:0xC1:0x7f7f //<Intel OEM>:<Set Node Manager Policy> 165 0x2e:0xC2:0xff7f //<Intel OEM>:<Get Node Manager Policy> 166 0x2e:0xC3:0x7f7f //<Intel OEM>:<Set Node Manager Policy Alert Threshold> 167 0x2e:0xC4:0xff7f //<Intel OEM>:<Get Node Manager Policy Alert Threshold> 168 0x2e:0xC5:0x7f7f //<Intel OEM>:<Set Node Manager PolicySuspend Periods> 169 0x2e:0xC6:0xff7f //<Intel OEM>:<Get Node Manager PolicySuspend Periods> 170 0x2e:0xC7:0x7f7f //<Intel OEM>:<Reset Node Manager Statistics> 171 0x2e:0xC8:0xff7f //<Intel OEM>:<Get Node Manager Statistics> [all …]
|
| /openbmc/webui-vue/src/store/modules/Operations/ |
| H A D | VirtualMediaStore.js | 13 OEM: 'OEM', property in transferProtocolType 44 transferProtocolType: transferProtocolType.OEM, 70 .filter((d) => d.transferProtocolType === transferProtocolType.OEM) 78 .filter((d) => d.transferProtocolType !== transferProtocolType.OEM)
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/openpower-ipmi-oem-whitelist/ |
| H A D | openpower-ipmi-oem-whitelist-native.conf | 2 0x3A:0x5A //<OpenPower IBM OEM>:<Host IO Mapping Protocol (HIOMAP)> 3 0x3A:0xF0 //<OpenPower IBM OEM>:<Add Partial eSEL command>
|
| /openbmc/phosphor-pid-control/ |
| H A D | ipmi.md | 1 # OEM-IPMI Commands to talk to Phosphor-pid-control 18 OEM commands are required to use these. 20 ## IPMI OEM Command Specification 22 ### OEM Get/Set Control Mode 29 Manual mode is controlled by zone through the following OEM command: 53 ### OEM Get Failsafe Mode
|
| /openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/ |
| H A D | openpower-ipmi-oem-whitelist-native.bb | 1 SUMMARY = "Whitelisted OpenBMC IPMI OEM commands" 2 DESCRIPTION = "Whitelisted OpenBMC IPMI OEM commands for OpenPOWER based systems"
|
| /openbmc/pldm/ |
| H A D | meson.options | 167 ## OEM IBM Options 172 description: 'Enable IBM OEM PLDM', 181 description: 'OEM-IBM: max DMA size', 185 ## OEM AMPERE Options 189 description: 'Enable AMPERE OEM PLDM', 193 ## OEM META Options 197 description: 'Enable META OEM PLDM', 201 ## OEM NVIDIA Options 205 description: 'Enable NVIDIA OEM PLDM',
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-phosphor/ipmi/phosphor-ipmi-host/ |
| H A D | gbs-ipmid-whitelist.conf | 75 0x2E:0x02 //<Google OEM>:<I2C via Proxy Adapter> 76 0x2E:0x04 //<Google OEM>:<Fan Manual Control Mode> 77 0x2E:0x30 //<Google OEM>:<Ethernet Statistics> 78 0x2E:0x32 //<Google OEM>:<Sys Commands> 79 0x2E:0x80 //<Google OEM>:<Blob Commands>
|