All of lore.kernel.org
 help / color / mirror / Atom feed
* [HELP] ipmi-kcs didn't work
@ 2018-11-14 10:38 qianlihu
  2018-11-14 17:17 ` Jae Hyun Yoo
  0 siblings, 1 reply; 31+ messages in thread
From: qianlihu @ 2018-11-14 10:38 UTC (permalink / raw)
  To: openbmc

Hi,

I add ipmi kcs node,but it didn't work

here is the patch for dts.

        lpc_bmc: lpc-bmc@0 {
-               compatible = "aspeed,ast2500-lpc-bmc";
+               compatible = "aspeed,ast2500-lpc-bmc", "simple-mfd", "syscon";
+
                reg = <0x0 0x80>;
+               reg-io-width = <4>;
+
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0x0 0x0 0x80>;
+
+               kcs3: kcs3@0 {
+                       compatible = "aspeed,ast2500-kcs-bmc";
+                       reg = <0x0 0x80>;
+                       interrupts = <8>;
+                       kcs_chan = <3>;
+                       kcs_addr = <0xca2>;
+                       status = "disabled";
+
+               };
        };

+&kcs3 {
                         +       status = "okay";
        +};


The device node /dev/ipmi-kcs3 is created.


root@sanjose:/tmp# ./kcsbridged --vv --d /dev/ipmi-kcs3
Debug logging
Starting
Registering dbus methods/signals
Requesting dbus name: org.openbmc.HostIpmi
Getting dbus file descriptors
Opening /dev/ipmi-kcs3
Creating timer fd
Entering polling loop
Processed 1 dbus events
Processed 1 dbus events
Processed 1 dbus events
Processed 1 dbus events
Processed 1 dbus events
Processed 1 dbus events
Processed 1 dbus events

but there is nothing output.

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2018-12-06  8:53 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 10:38 [HELP] ipmi-kcs didn't work qianlihu
2018-11-14 17:17 ` Jae Hyun Yoo
2018-11-15  1:49   ` qianlihu
2018-11-15 19:30     ` Jae Hyun Yoo
2018-11-16 10:27       ` qianlihu
2018-11-29 18:42       ` Vijay Khemka
2018-11-29 18:57         ` Jae Hyun Yoo
2018-11-30  3:00           ` Samuel Jiang
2018-11-30 15:31             ` Jae Hyun Yoo
2018-11-30 18:57               ` Vijay Khemka
2018-11-30 19:29                 ` Jae Hyun Yoo
2018-11-30 22:39                   ` Vijay Khemka
2018-11-30 23:04                     ` Jae Hyun Yoo
2018-12-01 14:09                       ` Samuel Jiang
2018-12-01 14:29                       ` Samuel Jiang
2018-12-03  1:55                         ` Samuel Jiang
2018-12-03 15:54                         ` Jae Hyun Yoo
2018-12-03 19:37                           ` Vijay Khemka
2018-12-03 20:16                             ` Jae Hyun Yoo
2018-12-04  6:18                             ` Ryan Chen
2018-12-04 15:44                               ` Jae Hyun Yoo
2018-12-04 23:59                                 ` Vijay Khemka
2018-12-05  1:04                                   ` Ryan Chen
2018-12-05 14:54                                     ` Jae Hyun Yoo
2018-12-05 14:51                                   ` Jae Hyun Yoo
2018-12-05  6:45                               ` Samuel Jiang
2018-12-05  8:43                                 ` Ryan Chen
2018-12-05 15:01                                 ` Jae Hyun Yoo
2018-12-06  8:53                                   ` Samuel Jiang
2018-12-04  2:18                           ` Vijay Khemka
2018-12-03 12:52                   ` qianlihu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.