Home
last modified time | relevance | path

Searched refs:oem (Results 1 – 25 of 160) sorted by relevance

1234567

/openbmc/ipmitool/lib/
H A Dipmi_oem.c101 struct ipmi_oem_handle * oem; in ipmi_oem_print() local
103 for (oem=ipmi_oem_list; oem->name != NULL && oem->desc != NULL; oem++) { in ipmi_oem_print()
104 lprintf(LOG_NOTICE, "\t%-12s %s", oem->name, oem->desc); in ipmi_oem_print()
120 struct ipmi_oem_handle * oem; in ipmi_oem_setup() local
130 for (oem=ipmi_oem_list; oem->name != NULL; oem++) { in ipmi_oem_setup()
131 if (strncmp(oemtype, oem->name, strlen(oem->name)) == 0) in ipmi_oem_setup()
135 if (oem->name == NULL) in ipmi_oem_setup()
139 intf->oem = oem; in ipmi_oem_setup()
142 if (oem->setup != NULL) { in ipmi_oem_setup()
143 lprintf(LOG_DEBUG, "Running OEM setup for \"%s\"", oem->desc); in ipmi_oem_setup()
[all …]
/openbmc/pldm/libpldmresponder/
H A Dmeson.build45 if get_option('oem-ibm').allowed()
46 responder_headers += ['../oem/ibm/']
48 '../oem/ibm/libpldmresponder/utils.cpp',
49 '../oem/ibm/libpldmresponder/file_io.cpp',
50 '../oem/ibm/libpldmresponder/file_table.cpp',
51 '../oem/ibm/libpldmresponder/file_io_by_type.cpp',
52 '../oem/ibm/libpldmresponder/file_io_type_pel.cpp',
53 '../oem/ibm/libpldmresponder/file_io_type_dump.cpp',
54 '../oem/ibm/libpldmresponder/file_io_type_cert.cpp',
55 '../oem/ibm/libpldmresponder/platform_oem_ibm.cpp',
[all …]
/openbmc/pldm/configurations/
H A Dmeson.build9 if get_option('oem-ibm').disabled()
14 if get_option('oem-ibm').allowed()
15 install_subdir('../oem/ibm/configurations/fru', install_dir: package_datadir)
17 '../oem/ibm/configurations/events',
21 '../oem/ibm/configurations/bios',
25 '../oem/ibm/configurations/fru_master.json',
29 '../oem/ibm/configurations/entityMap.json',
33 '../oem/ibm/configurations/fileTable.json',
37 '../oem/ibm/configurations/host_eid',
/openbmc/libpldm/include/libpldm/
H A Dmeson.build26 if get_option('oem').contains('ibm')
28 'oem/ibm/entity.h',
29 'oem/ibm/file_io.h',
30 'oem/ibm/fru.h',
31 'oem/ibm/host.h',
32 'oem/ibm/platform.h',
33 'oem/ibm/state_set.h',
37 if get_option('oem').contains('meta')
38 libpldm_headers += files('oem/meta/file_io.h')
/openbmc/phosphor-pid-control/ipmi/
H A Dmain_ipmi.cpp43 oem::Router* router = oem::mutableRouter(); in setupGlobalOemFanControl()
48 oem::obmcOemNumber, oem::Cmd::fanManualCmd); in setupGlobalOemFanControl()
52 oem::obmcOemNumber, oem::Cmd::fanManualCmd, in setupGlobalOemFanControl()
/openbmc/libpldm/evolutions/v0.9.1/
H A Doem-ibm-header-compat.cocci4 +#include <libpldm/oem/ibm/file_io.h>
9 +#include <libpldm/oem/ibm/entity.h>
14 +#include <libpldm/oem/ibm/fru.h>
19 +#include <libpldm/oem/ibm/host.h>
24 +#include <libpldm/oem/ibm/platform.h>
29 +#include <libpldm/oem/ibm/state_set.h>
/openbmc/google-ipmi-sys/
H A Dmain.cpp30 namespace oem namespace
51 oem::googOemNumber, oem::google::sysCmd); in setupGoogleOemSysCommands()
54 ::ipmi::prioOemBase, oem::googOemNumber, oem::google::sysCmd, in setupGoogleOemSysCommands()
/openbmc/phosphor-ipmi-blobs/
H A Dmain.cpp49 oem::obmcOemNumber, oem::Cmd::blobTransferCmd); in setupBlobGlobalHandler()
52 ipmi::prioOemBase, oem::obmcOemNumber, oem::Cmd::blobTransferCmd, in setupBlobGlobalHandler()
/openbmc/pldm/libpldmresponder/test/
H A Dmeson.build16 if get_option('oem-ibm').allowed()
18 '../../oem/ibm/test/libpldmresponder_fileio_test',
19 '../../oem/ibm/test/libpldmresponder_oem_platform_test',
20 '../../oem/ibm/test/host_bmc_lamp_test',
/openbmc/libpldm/tests/
H A Dmeson.build31 if get_option('oem').contains('ibm')
32 subdir('oem/ibm')
35 if get_option('oem').contains('meta')
36 subdir('oem/meta')
/openbmc/pldm/pldmtool/
H A Dmeson.build1 libpldm_headers = ['.', './oem/ibm']
13 if get_option('oem-ibm').allowed()
14 sources += ['oem/ibm/pldm_oem_ibm.cpp']
/openbmc/openbmc/meta-inventec/meta-common/recipes-inventec/packagegroups/
H A Dpackagegroup-inventec-apps.bb12 ${PN}-ipmi-oem \
19 PROVIDES += "virtual/obmc-ipmi-oem"
25 RPROVIDES:${PN}-ipmi-oem += "virtual-obmc-ipmi-oem"
/openbmc/libpldm/src/
H A Dmeson.build10 if get_option('oem').contains('ibm')
11 subdir('oem/ibm')
14 if get_option('oem').contains('meta')
15 subdir('oem/meta')
/openbmc/phosphor-net-ipmid/command/
H A Dchannel_auth.cpp61 response->oem = 0; in GetChannelCapabilities()
95 static constexpr const char* oem = "oemiana"; variable
139 if (record.find(oem) != record.end()) in getCipherRecords()
146 cipherRecords.push_back(record.value(oem, 0)); in getCipherRecords()
147 cipherRecords.push_back(record.value(oem, 0) >> 8); in getCipherRecords()
148 cipherRecords.push_back(record.value(oem, 0) >> 16); in getCipherRecords()
/openbmc/openbmc/meta-ibm/recipes-phosphor/pldm/
H A Dpldm_%.bbappend2 PACKAGECONFIG:append = " transport-mctp-demux oem-ibm system-specific-bios-json"
5 PACKAGECONFIG:remove:huygens = " oem-ibm"
18 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'oem-ibm', \
/openbmc/openbmc-test-automation/pldm/
H A Dtest_pldm_oem.robot3 Documentation Module to test PLDM oem commands.
20 ${pldm_output}= Pldmtool oem-ibm GetAlertStatus -i 0
30 ${pldm_output}= Pldmtool oem-ibm GetFileTable
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/
H A Dampere-ipmi-oem.bb15 SRC_URI = "git://github.com/openbmc/ampere-ipmi-oem.git;branch=master;protocol=https"
27 install -d ${D}${includedir}/ampere-ipmi-oem
28 install -m 0644 -D ${S}/include/*.hpp ${D}${includedir}/ampere-ipmi-oem
/openbmc/openbmc/meta-intel-openbmc/meta-common/recipes-intel/ipmi/
H A Dintel-ipmi-oem_git.bb7 SRC_URI = "git://github.com/openbmc/intel-ipmi-oem;branch=master;protocol=https"
28 install -d ${D}${includedir}/intel-ipmi-oem
29 install -m 0644 -D ${S}/include/*.hpp ${D}${includedir}/intel-ipmi-oem
/openbmc/libpldm/
H A DCHANGELOG.md144 - oem: meta: Add decode_oem_meta_file_io_write_req()
145 - oem: meta: Add decode_oem_meta_file_io_read_req()
146 - oem: meta: Add encode_oem_meta_file_io_read_resp()
150 - oem: ibm: Add topology related state set and enum
194 - oem: meta: Deprecate `decode_oem_meta_file_io_req()`
293 - oem: ibm: platform: Bounds check encode_bios_attribute_update_event_req()
345 - oem: meta: Stabilise decode_oem_meta_file_io_write_req() API
346 - oem: meta: Stabilise decode_oem_meta_file_io_read_req() API
347 - oem: meta: Stabilise encode_oem_meta_file_io_read_resp() API
397 at `evolutions/current/oem
[all...]
/openbmc/libpldm/tests/oem/ibm/
H A Dmeson.build1 tests += ['oem/ibm/fileio', 'oem/ibm/host']
/openbmc/phosphor-host-ipmid/app/
H A Dchannel.cpp59 if (record.find(oem) != record.end()) in getCipherRecords()
66 cipherRecords.push_back(record.value(oem, 0)); in getCipherRecords()
67 cipherRecords.push_back(record.value(oem, 0) >> 8); in getCipherRecords()
68 cipherRecords.push_back(record.value(oem, 0) >> 16); in getCipherRecords()
/openbmc/linux/drivers/media/rc/
H A Dir-xmp-decoder.c76 u8 addr, subaddr, subaddr2, toggle, oem, obc1, obc2, sum1, sum2; in ir_xmp_decode() local
118 oem = n[4] << 4 | n[5]; in ir_xmp_decode()
129 if (oem != 0x44) in ir_xmp_decode()
131 oem); in ir_xmp_decode()
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/pldm/
H A Dpldm_%.bbappend1 PACKAGECONFIG = "transport-mctp-demux oem-ibm"
7 SYSTEMD_SERVICE:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'oem-ibm', \
/openbmc/openbmc/meta-openpower/recipes-phosphor/ipmi/
H A Dopenpower-ipmi-oem.inc1 HOMEPAGE = "https://github.com/openbmc/openpower-host-ipmi-oem"
4 SRC_URI += "git://github.com/openbmc/openpower-host-ipmi-oem;branch=master;protocol=https"
/openbmc/pldm/
H A Dmeson.build87 if get_option('oem-ibm').allowed()
112 conf_data.set('DMA_MAXSIZE', get_option('oem-ibm-dma-maxsize'))
194 if get_option('oem-ampere').allowed()
232 if get_option('oem-ampere').allowed()
233 subdir('oem/ampere')
279 if get_option('oem-ibm').allowed()
280 subdir('oem/ibm/service_files')

1234567