79d29a9d | 06-Dec-2017 |
Corey Minyard <cminyard@mvista.com> |
ipmi: Allow a size value to be passed for I/O space
PCI device I/O must be >= 8 bytes in length or they don't work. Allow the size to be passed in, the default size of 2 or 3 won't work.
Signed-off
ipmi: Allow a size value to be passed for I/O space
PCI device I/O must be >= 8 bytes in length or they don't work. Allow the size to be passed in, the default size of 2 or 3 won't work.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
show more ...
|
1739d54c | 06-Dec-2017 |
Corey Minyard <cminyard@mvista.com> |
ipmi: Split out BT-specific code from ISA BT code
Get ready for PCI and other BT interfaces.
No functional changes, just split the code into generic BT code and ISA-specific BT code.
Signed-off-by
ipmi: Split out BT-specific code from ISA BT code
Get ready for PCI and other BT interfaces.
No functional changes, just split the code into generic BT code and ISA-specific BT code.
Signed-off-by: Corey Minyard <cminyard@mvista.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
show more ...
|
cd60d85e | 05-Apr-2017 |
Cédric Le Goater <clg@kaod.org> |
ipmi: introduce an ipmi_bmc_gen_event() API
It will be used to fill the message buffer with custom events expected by some systems. Typically, an Open PowerNV platform guest is notified with an OEM
ipmi: introduce an ipmi_bmc_gen_event() API
It will be used to fill the message buffer with custom events expected by some systems. Typically, an Open PowerNV platform guest is notified with an OEM SEL message before a shutdown or a reboot.
Signed-off-by: Cédric Le Goater <clg@kaod.org> Acked-by: Corey Minyard <cminyard@mvista.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
show more ...
|