openbmc.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Vijay Khemka <vijaykhemka@fb.com>
To: Ilya Gousev <qweran@gmail.com>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>
Subject: Re: Tiogapass build
Date: Tue, 21 Jul 2020 18:35:38 +0000	[thread overview]
Message-ID: <21E2092A-4D65-4D1F-A6DE-EC87744ECB12@fb.com> (raw)
In-Reply-To: <0186241F-8B9E-44CC-8547-0066D1332A7B@fb.com>

[-- Attachment #1: Type: text/plain, Size: 4158 bytes --]

Hi Ilya,
Please pull following commit from mainline linux and with latest openbmc tree,
Everything should work. Please let me know if you need any help here.


commit fa4c8ec6feaa3237f5d44cb8c6d0aa0dff6e1bcc

Author: Andrew Jeffery <andrew@aj.id.au>

Date:   Sat Apr 11 11:44:58 2020 +0930



    ARM: dts: aspeed: Change KCS nodes to v2 binding



    Fixes the following warnings for both g5 and g6 SoCs:



        arch/arm/boot/dts/aspeed-g5.dtsi:376.19-381.8: Warning

        (unit_address_vs_reg): /ahb/apb/lpc@1e789000/lpc-bmc@0/kcs1@0: node

        has a unit name, but no reg property



    Signed-off-by: Andrew Jeffery <andrew@aj.id.au>

    Signed-off-by: Joel Stanley <joel@jms.id.au>



commit d85fa6c6f337e768f25ba362e5d2ebb7769ac8c1

Author: Vijay Khemka <vijaykhemka@fb.com>

Date:   Mon Jan 27 17:18:17 2020 -0800



    ARM: dts: aspeed: tiogapass: Add gpio line names



    Added GPIO line names for all gpio used in tiogapass platform,

    these line names will be used by libgpiod to control GPIOs



    Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>

    Reviewed-by: Joel Stanley <joel@jms.id.au>

    Signed-off-by: Joel Stanley <joel@jms.id.au>



commit 3dcfff96f17a8e8a9a346f0beff10d75e7ca8edb

Author: Vijay Khemka <vijaykhemka@fb.com>

Date:   Mon Jan 27 17:17:28 2020 -0800



    ARM: dts: aspeed: tiogapass: Add IPMB device



    Adding IPMB devices for facebook tiogapass platform.



    Signed-off-by: Vijay Khemka <vijaykhemka@fb.com>

    Reviewed-by: Joel Stanley <joel@jms.id.au>

    Signed-off-by: Joel Stanley <joel@jms.id.au>

Regards
-Vijay

From: openbmc <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org> on behalf of Vijay Khemka <vijaykhemka@fb.com>
Date: Thursday, July 16, 2020 at 10:37 AM
To: Ilya Gousev <qweran@gmail.com>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>
Subject: Re: Tiogapass build

Hi Ilya,
We don’t have any video card so no listing in device tree. KCS and IPMB should be working fine.
We use kcs1 and kcs2 only.  Just check if you are using latest kernel and has ipmb driver entry in device tree.

Regards
-Vijay

From: Ilya Gousev <qweran@gmail.com>
Date: Wednesday, July 15, 2020 at 11:26 AM
To: Vijay Khemka <vijaykhemka@fb.com>
Cc: "openbmc@lists.ozlabs.org" <openbmc@lists.ozlabs.org>
Subject: Re: Tiogapass build

Hi, Vijay!

About KVM:
When I was build OpenBMC, KVM did not work. There was no vhub and video nodes in devicetree file. Is this done on purpose?



Right now I have problem with KCS Bridge, but i fix it with udev rule like this:
KERNEL=="ipmi-kcs3", SYMLINK+="ipmi_kcs3"
And fixing phosphor-ipmi-kcs_git.bb<https://urldefense.proofpoint.com/v2/url?u=http-3A__phosphor-2Dipmi-2Dkcs-5Fgit.bb&d=DwMFaQ&c=5VD0RTtNlTh3ycd41b3MUw&r=v9MU0Ki9pWnTXCWwjHPVgpnCR80vXkkcrIaqU7USl5g&m=xJd9l55w4_jXkxlHu57P3jeoPNHXgCEvjF2D9ByPU_g&s=CjSN51iKoIK-hHREyPitTu0Mq4-LvFeh-eMO9hJ_5MQ&e=>



Right now i have a problem with starting ipmb service.





Do you have such problems too?
Or is it my fault?



Thanks,


Ilya





ср, 15 июл. 2020 г. в 20:56, Vijay Khemka <vijaykhemka@fb.com<mailto:vijaykhemka@fb.com>>:
Hi Ilya,
Please see my answers inline

From: openbmc <openbmc-bounces+vijaykhemka=fb.com@lists.ozlabs.org<mailto:fb.com@lists.ozlabs.org>> on behalf of Ilya Gousev <qweran@gmail.com<mailto:qweran@gmail.com>>
Date: Wednesday, July 15, 2020 at 5:18 AM
To: "openbmc@lists.ozlabs.org<mailto:openbmc@lists.ozlabs.org>" <openbmc@lists.ozlabs.org<mailto:openbmc@lists.ozlabs.org>>
Subject: Tiogapass build

Hi!

>I have tried to touch Tiogapass (by Wiwyn).
Good.
>I have added the devices for KVM. And it works.
What are you trying for KVM here?
>Now i want to get information about hardware (for example CPU and DIMM imformation, like model, clocks, etc.). How i can get it? Only from IPMI stack (like KCS)?
Yes it can be accesses from IPMI stack via ipmi tools, you can run ipmitool from BMC console itself. And there is a file in /etc/appData.json which stores all of these data.

Ilya

[-- Attachment #2: Type: text/html, Size: 15702 bytes --]

  reply	other threads:[~2020-07-21 18:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-15 12:17 Tiogapass build Ilya Gousev
2020-07-15 17:56 ` Vijay Khemka
2020-07-15 18:26   ` Ilya Gousev
2020-07-16 17:35     ` Vijay Khemka
2020-07-21 18:35       ` Vijay Khemka [this message]
2020-09-28 15:42         ` Bruce Mitchell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=21E2092A-4D65-4D1F-A6DE-EC87744ECB12@fb.com \
    --to=vijaykhemka@fb.com \
    --cc=openbmc@lists.ozlabs.org \
    --cc=qweran@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).