Home
last modified time | relevance | path

Searched full:ipmi (Results 1 – 25 of 81) sorted by relevance

1234

/linux/drivers/char/ipmi/
H A DKconfig3 # IPMI device configuration
7 tristate 'IPMI top-level message handler'
11 This enables the central IPMI message handler, required for IPMI
14 IPMI is a standard for managing sensors (temperature,
17 See <file:Documentation/driver-api/ipmi.rst> for more details on the driver.
33 When a panic occurs, this will cause the IPMI message handler to,
34 by default, generate an IPMI event describing the panic to each
44 When a panic occurs, this will cause the IPMI message handler to,
45 by default, generate IPMI OEM type f0 events holding the IPMB
57 tristate 'Device interface for IPMI'
[all …]
H A Dipmi_poweroff.c5 * MontaVista IPMI Poweroff extension to sys_reboot
15 #define pr_fmt(fmt) "IPMI poweroff: " fmt
24 #include <linux/ipmi.h>
31 * conveniently matches the IPMI chassis control values. */
35 /* the IPMI data command */
186 * Configure IPMI address for local access in pps_poweroff_atca()
202 pr_err("Unable to send ATCA, IPMI error 0x%x\n", rv); in pps_poweroff_atca()
215 * Configure IPMI address for local access in ipmi_atca_detect()
250 * Configure IPMI address for local access in ipmi_poweroff_atca()
279 pr_err("Unable to send ATCA powerdown message, IPMI error 0x%x\n", in ipmi_poweroff_atca()
[all …]
H A Dipmi_plat_data.c4 * Add an IPMI platform device.
35 pr[pidx++] = PROPERTY_ENTRY_U8("ipmi-type", p->type); in ipmi_platform_add()
50 pr_err("Error allocating IPMI platform device %s.%d\n", in ipmi_platform_add()
61 * the IPMI platform code. in ipmi_platform_add()
71 r[0].name = "IPMI Address 1"; in ipmi_platform_add()
77 r[1].name = "IPMI Address 2"; in ipmi_platform_add()
85 r[2].name = "IPMI Address 3"; in ipmi_platform_add()
93 r[num_r].name = "IPMI IRQ"; in ipmi_platform_add()
H A Dipmi_dmi.c4 * allow autoloading of the IPMI drive based on SMBIOS entries.
7 #define pr_fmt(fmt) "%s" fmt, "ipmi:dmi: "
10 #include <linux/ipmi.h>
48 name = "dmi-ipmi-si"; in dmi_add_platform_ipmi()
52 name = "dmi-ipmi-ssif"; in dmi_add_platform_ipmi()
66 pr_err("Invalid IPMI type: %d\n", type); in dmi_add_platform_ipmi()
96 * prefer using ACPI so the ACPI code can use the IPMI namespace.
97 * This function allows an ACPI-specified IPMI device to look up the
144 pr_err("Base address is zero, assuming no IPMI interface\n"); in dmi_decode_ipmi()
H A Dipmi_si_hardcode.c51 …fic IPMI register in bytes. This should generally be 1, 2, 4, or 8 for an 8-bit, 16-bit, 32-bit, o…
54 … shift the data read from the. IPMI register, in bits. For instance, if the data is read from a 3…
90 ipmi_platform_add("hardcode-ipmi-si", i, &p); in ipmi_hardcode_init_one()
129 ipmi_remove_platform_device_by_name("hardcode-ipmi-si"); in ipmi_si_hardcode_exit()
H A Dipmi_si_hotmod.c5 * Handling for dynamically adding/removing IPMI devices through
12 #include <linux/ipmi.h>
21 …"Add and remove interfaces. See Documentation/driver-api/ipmi.rst in the kernel sources for the g…
211 ipmi_platform_add("hotmod-ipmi-si", in hotmod_handler()
222 if (strcmp(pdev->name, "hotmod-ipmi-si") == 0) in hotmod_handler()
236 ipmi_remove_platform_device_by_name("hotmod-ipmi-si"); in ipmi_si_hotmod_exit()
H A Dipmi_devintf.c5 * Linux device interface for the IPMI message handler.
21 #include <linux/ipmi.h>
662 * Define some helper functions for copying IPMI data
796 MODULE_PARM_DESC(ipmi_major, "Sets the major number of the IPMI device. By"
811 .name = "ipmi",
821 pr_err("ipmi_devintf: Unable to create the ipmi class device link\n"); in ipmi_new_smi()
827 device_create(&ipmi_class, device, dev, NULL, "ipmi%d", if_num); in ipmi_new_smi()
863 pr_info("ipmi device interface\n"); in init_ipmi_devintf()
872 pr_err("ipmi: can't get major %d\n", ipmi_major); in init_ipmi_devintf()
884 pr_warn("ipmi: can't register smi watcher\n"); in init_ipmi_devintf()
[all …]
H A Dkcs_bmc_cdev_ipmi.c34 * BMC is waiting the response from the upper IPMI service.
60 /* IPMI 2.0 - Table 9-4, KCS Interface Status Codes */
94 #define DEVICE_NAME "ipmi-kcs"
100 /* IPMI 2.0 - Table 9-1, KCS Interface Status Register Bits */
108 /* IPMI 2.0 - Table 9-2, KCS Interface State Bits */
116 /* IPMI 2.0 - Table 9-3, KCS Interface Control Codes */
510 dev_info(kcs_bmc->dev, "Initialised IPMI client for channel %d", kcs_bmc->channel); in kcs_bmc_ipmi_add_device()
568 MODULE_DESCRIPTION("KCS BMC to handle the IPMI request from system software");
H A Dipmi_plat_data.h4 * Generic code to add IPMI platform devices.
7 #include <linux/ipmi.h>
/linux/drivers/acpi/
H A Dacpi_ipmi.c3 * acpi_ipmi.c - ACPI IPMI opregion
12 #include <linux/ipmi.h>
16 MODULE_DESCRIPTION("ACPI IPMI Opregion driver");
22 /* the IPMI timeout is 5s */
32 /* the IPMI request message list */
39 int ipmi_ifnum; /* IPMI interface number */
52 * NOTE: IPMI System Interface Selection
53 * There is no system interface specified by the IPMI operation
55 * handle set. IPMI messages passed from the ACPI codes are sent
56 * to this selected global IPMI system interface.
[all …]
/linux/Documentation/driver-api/
H A Dipmi.rst2 The Linux IPMI Driver
7 The Intelligent Platform Management Interface, or IPMI, is a
15 To use this, you need an interface to an IPMI controller in your
17 management software that can use the IPMI system.
19 This document describes how to use the IPMI driver for Linux. If you
20 are not familiar with IPMI itself, see the web site at
21 https://www.intel.com/design/servers/ipmi/index.htm. IPMI is a big
27 The Linux IPMI driver is modular, which means you have to pick several
29 these are available in the 'Character Devices' menu then the IPMI
32 No matter what, you must pick 'IPMI top-level message handler' to use
[all …]
H A Dipmb.rst19 sends IPMI requests to a device (usually a Satellite Management
24 refer to the IPMB and IPMI specifications.
36 This callback function handles the received IPMI requests.
/linux/Documentation/devicetree/bindings/ipmi/
H A Dipmi-smic.yaml4 $id: http://devicetree.org/schemas/ipmi/ipmi-smic.yaml#
7 title: IPMI device
9 description: IPMI device bindings
17 - ipmi-kcs
18 - ipmi-smic
19 - ipmi-bt
23 - const: ipmi
57 compatible = "ipmi-smic";
58 device_type = "ipmi";
H A Dipmi-ipmb.yaml4 $id: http://devicetree.org/schemas/ipmi/ipmi-ipmb.yaml#
7 title: IPMI IPMB device
9 description: IPMI IPMB device bindings
17 - ipmi-ipmb
21 - const: ipmi
59 ipmi-ipmb@40 {
60 compatible = "ipmi-ipmb";
61 device_type = "ipmi";
H A Dssif-bmc.yaml4 $id: http://devicetree.org/schemas/ipmi/ssif-bmc.yaml#
7 title: SSIF IPMI BMC interface
9 description: SSIF IPMI BMC device bindings
H A Daspeed,ast2400-ibt-bmc.txt1 * Aspeed BT (Block Transfer) IPMI interface
5 perform in-band IPMI communication with their host.
H A Dnpcm7xx-kcs-bmc.txt1 * Nuvoton NPCM KCS (Keyboard Controller Style) IPMI interface
5 used to perform in-band IPMI communication with their host.
/linux/Documentation/ABI/testing/
H A Dsysfs-devices-platform-ipmi55 (RO) Lists the IPMI ‘logical device’ commands and functions
65 (RO) Displays the IPMI Command Specification Version.
88 Device ID Command' of the IPMI specification v2.0.
99 IPMI specification v2.0.
107 (RO) The device interface for IPMI "kcs", "smic", "bt" or
134 events (RO) Number of IPMI events received from
181 What: /sys/devices/platform/dmi-ipmi-ssif.*/type
189 What: /sys/devices/platform/dmi-ipmi-ssif.*/hosed
190 What: /sys/devices/platform/dmi-ipmi-ssif.*/alerts
191 What: /sys/devices/platform/dmi-ipmi-ssif.*/sent_messages
[all …]
/linux/include/linux/
H A Dipmi.h3 * ipmi.h
5 * MontaVista IPMI interface
17 #include <uapi/linux/ipmi.h>
27 * Opaque type for a IPMI message user. One of these is needed to
87 * the only IPMI routines that can be called are ipmi_request
115 /* Create a new user of the IPMI layer on the given interface number. */
122 * Destroy the given user of the IPMI layer. Note that after this
131 /* Get the IPMI version of the BMC we are talking to. */
167 * IPMI over LAN converter; since the LAN stuff does its own retries,
199 * Poll the IPMI interface for the user. This causes the IPMI code to
[all …]
H A Dipmi_smi.h5 * MontaVista IPMI system management interface
21 #include <linux/ipmi.h>
26 * This files describes the interface for IPMI system management interface
27 * drivers to bind into the IPMI message handler.
159 * ACPI device handle will be returned for the pnp_acpi IPMI device.
240 * Take a pointer to an IPMI response and extract device id information from
285 * Add a low-level interface to the IPMI driver. Note that if the
302 * Remove a low-level interface from the IPMI driver. This will
/linux/drivers/hwmon/
H A Dibmaem.c12 #include <linux/ipmi.h>
136 struct aem_ipmi_data ipmi; member
225 /* Data structures to talk to the IPMI layer */
254 /* Functions to talk to the IPMI layer */
256 /* Initialize IPMI address, message buffers and user data */
265 /* Initialize IPMI address */ in aem_init_ipmi_data()
275 /* Create IPMI messaging interface user */ in aem_init_ipmi_data()
280 "Unable to register user with IPMI interface %d\n", in aem_init_ipmi_data()
288 /* Send an IPMI command */
312 /* Dispatch IPMI messages to callers */
[all …]
/linux/include/uapi/linux/
H A Dipmi_msgdefs.h5 * MontaVista IPMI system management interface
18 /* Various definitions for IPMI messages used by almost everything in
19 the IPMI stack. */
21 /* NetFNs and commands used inside the IPMI stack. */
74 #define IPMI_NOT_IN_MY_STATE_ERR 0xd5 /* IPMI 2.0 */
H A Dipmi.h3 * ipmi.h
5 * MontaVista IPMI interface
22 * This file describes an interface to an IPMI driver. You have to
23 * have a fairly good understanding of IPMI to use this, so go read
27 * IPMI driver, and it allows multiple IPMI physical interfaces below
53 in section 6.5 of the IPMI 1.5 manual. */
74 IPMI 1.5 manual. */
101 * A conscious decision was made here to deviate slightly from the IPMI
143 * A raw IPMI message without any addressing. This covers both
163 * Various defines that are useful for IPMI applications.
[all …]
/linux/Documentation/hwmon/
H A Dibmaem.rst14 The IPMI host interface
15 driver ("ipmi-si") needs to be loaded for this driver to do anything.
/linux/Documentation/devicetree/bindings/arm/hisilicon/
H A Dlow-pin-count.yaml56 compatible = "ipmi-bt";
57 device_type = "ipmi";

1234