All of lore.kernel.org
 help / color / mirror / Atom feed
* OpenBMC port to AST2400 on Piestewa Peak CRB?
@ 2016-07-13 12:38 David Müller (ELSOFT AG)
  2016-07-13 16:27 ` Patrick Williams
  0 siblings, 1 reply; 5+ messages in thread
From: David Müller (ELSOFT AG) @ 2016-07-13 12:38 UTC (permalink / raw)
  To: openbmc

Hello

Does anybody have plans to port or have already ported OpenBMC to the
AST2400 BMC used on the Intel Piestewa Peak Customer Reference Board?

Dave

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

* Re: OpenBMC port to AST2400 on Piestewa Peak CRB?
  2016-07-13 12:38 OpenBMC port to AST2400 on Piestewa Peak CRB? David Müller (ELSOFT AG)
@ 2016-07-13 16:27 ` Patrick Williams
  2016-07-13 16:44   ` Tian Fang
  0 siblings, 1 reply; 5+ messages in thread
From: Patrick Williams @ 2016-07-13 16:27 UTC (permalink / raw)
  To: David Müller (ELSOFT AG); +Cc: openbmc, Teddy Reed

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

Hi Dave,

On Wed, Jul 13, 2016 at 02:38:15PM +0200, David Müller (ELSOFT AG) wrote:
> Hello
> 
> Does anybody have plans to port or have already ported OpenBMC to the
> AST2400 BMC used on the Intel Piestewa Peak Customer Reference Board?
> 
> Dave
> 

Currently, the code tree at http://github.com/openbmc/openbmc only
supports full functionality on Power8 systems.  The AST2400 itself is
host-processor agnostic, so it probably wouldn't be much trouble to get
it running on that board.  It would be the userspace apps that interact
with the Host that would need work.

Facebook has a different code stack that does support Intel processors.
I do not know how close any of their systems would be to this reference
board.

We are wanting to work with anyone who might be interested in extending
our code-base to support non-Power architectures, but it just isn't my
team's focus.  We have been discussing with Facebook on how to get parts
of the code stack common between our two efforts.  Our main areas of
focus now have been on Linux kernel and u-boot support.

Cc'd Teddy @ Facebook so he can forward this around over there.
-- 
Patrick Williams

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: OpenBMC port to AST2400 on Piestewa Peak CRB?
  2016-07-13 16:27 ` Patrick Williams
@ 2016-07-13 16:44   ` Tian Fang
  2016-07-13 22:13     ` Chris Austen
  0 siblings, 1 reply; 5+ messages in thread
From: Tian Fang @ 2016-07-13 16:44 UTC (permalink / raw)
  To: Patrick Williams, David Müller (ELSOFT AG); +Cc: openbmc, Teddy Reed

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

Hi Dave,

Facebook has been developing OpenBMC for several Intel host CPU boards 
using AST2400. But not for Piestewa Peak Customer Reference board. As 
Patrick mentioned, "The AST2400 itself is
host-processor agnostic, so it probably wouldn't be much trouble to get 
it running on that board."

Facebook OpenBMC repo is at http://github.com/facebook/openbmc. We are 
working with IBM team to have common Linux kernel and u-boot.

Thx,
Tian

On 07/13/2016 09:27 AM, Patrick Williams wrote:
> Hi Dave,
>
> On Wed, Jul 13, 2016 at 02:38:15PM +0200, David Müller (ELSOFT AG) wrote:
>> Hello
>>
>> Does anybody have plans to port or have already ported OpenBMC to the
>> AST2400 BMC used on the Intel Piestewa Peak Customer Reference Board?
>>
>> Dave
>>
> Currently, the code tree at http://github.com/openbmc/openbmc only
> supports full functionality on Power8 systems.  The AST2400 itself is
> host-processor agnostic, so it probably wouldn't be much trouble to get
> it running on that board.  It would be the userspace apps that interact
> with the Host that would need work.
>
> Facebook has a different code stack that does support Intel processors.
> I do not know how close any of their systems would be to this reference
> board.
>
> We are wanting to work with anyone who might be interested in extending
> our code-base to support non-Power architectures, but it just isn't my
> team's focus.  We have been discussing with Facebook on how to get parts
> of the code stack common between our two efforts.  Our main areas of
> focus now have been on Linux kernel and u-boot support.
>
> Cc'd Teddy @ Facebook so he can forward this around over there.
>
>
> _______________________________________________
> openbmc mailing list
> openbmc@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/openbmc


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

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

* Re: OpenBMC port to AST2400 on Piestewa Peak CRB?
  2016-07-13 16:44   ` Tian Fang
@ 2016-07-13 22:13     ` Chris Austen
  2016-07-14  9:43       ` David Müller (ELSOFT AG)
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Austen @ 2016-07-13 22:13 UTC (permalink / raw)
  To: Tian Fang; +Cc: Patrick Williams, David Müller, openbmc, Teddy Reed


[-- Attachment #1.1: Type: text/plain, Size: 2721 bytes --]


Hi David, is that something you would be interested in helping to develop?


Chris Austen
POWER Systems Enablement Manager
(512) 286-5184 (T/L: 363-5184)



From:	Tian Fang <tfang@fb.com>
To:	Patrick Williams <patrick@stwcx.xyz>, David Müller (ELSOFT AG)
            <d.mueller@elsoft.ch>
Cc:	openbmc@lists.ozlabs.org, Teddy Reed <teddy@prosauce.org>
Date:	07/13/2016 11:59 AM
Subject:	Re: OpenBMC port to AST2400 on Piestewa Peak CRB?
Sent by:	"openbmc" <openbmc-bounces+austenc=us.ibm.com@lists.ozlabs.org>



Hi Dave,

Facebook has been developing OpenBMC for several Intel host CPU boards
using AST2400. But not for Piestewa Peak Customer Reference board. As
Patrick mentioned, "The AST2400 itself is
host-processor agnostic, so it probably wouldn't be much trouble to get it
running on that board."

Facebook OpenBMC repo is at http://github.com/facebook/openbmc. We are
working with IBM team to have common Linux kernel and u-boot.

Thx,
Tian

On 07/13/2016 09:27 AM, Patrick Williams wrote:
      Hi Dave,

      On Wed, Jul 13, 2016 at 02:38:15PM +0200, David Müller (ELSOFT AG)
      wrote:

            Hello

            Does anybody have plans to port or have already ported OpenBMC
            to the
            AST2400 BMC used on the Intel Piestewa Peak Customer Reference
            Board?

            Dave



      Currently, the code tree at http://github.com/openbmc/openbmc only
      supports full functionality on Power8 systems.  The AST2400 itself is
      host-processor agnostic, so it probably wouldn't be much trouble to
      get
      it running on that board.  It would be the userspace apps that
      interact
      with the Host that would need work.

      Facebook has a different code stack that does support Intel
      processors.
      I do not know how close any of their systems would be to this
      reference
      board.

      We are wanting to work with anyone who might be interested in
      extending
      our code-base to support non-Power architectures, but it just isn't
      my
      team's focus.  We have been discussing with Facebook on how to get
      parts
      of the code stack common between our two efforts.  Our main areas of
      focus now have been on Linux kernel and u-boot support.

      Cc'd Teddy @ Facebook so he can forward this around over there.



      _______________________________________________
      openbmc mailing list
      openbmc@lists.ozlabs.org
      https://lists.ozlabs.org/listinfo/openbmc

_______________________________________________
openbmc mailing list
openbmc@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/openbmc


[-- Attachment #1.2: Type: text/html, Size: 4390 bytes --]

[-- Attachment #2: graycol.gif --]
[-- Type: image/gif, Size: 105 bytes --]

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

* Re: OpenBMC port to AST2400 on Piestewa Peak CRB?
  2016-07-13 22:13     ` Chris Austen
@ 2016-07-14  9:43       ` David Müller (ELSOFT AG)
  0 siblings, 0 replies; 5+ messages in thread
From: David Müller (ELSOFT AG) @ 2016-07-14  9:43 UTC (permalink / raw)
  To: Chris Austen; +Cc: Tian Fang, Patrick Williams, openbmc, Teddy Reed

Hi Chris

Chris Austen wrote:

> is that something you would be interested in helping to develop?

Yes.

Some background:

We are currently designing a Intel Broadwell + AST2500 based system, for
which we tinkered with the idea of using OpenBMC.

My idea was to play around with OpenBMC on the Intel CRB to gain some
experience as long as our own hardware is not ready. Seems like it is
not as simple as I hoped.

Dave

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

end of thread, other threads:[~2016-07-14  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-13 12:38 OpenBMC port to AST2400 on Piestewa Peak CRB? David Müller (ELSOFT AG)
2016-07-13 16:27 ` Patrick Williams
2016-07-13 16:44   ` Tian Fang
2016-07-13 22:13     ` Chris Austen
2016-07-14  9:43       ` David Müller (ELSOFT AG)

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.