All of lore.kernel.org
 help / color / mirror / Atom feed
* Need help to create a new repo for MDR
@ 2019-01-09  3:50 Yang, Cheng C
  2019-01-09  3:59 ` Tanous, Ed
  2019-01-15 17:19 ` Brad Bishop
  0 siblings, 2 replies; 5+ messages in thread
From: Yang, Cheng C @ 2019-01-09  3:50 UTC (permalink / raw)
  To: openbmc; +Cc: bradleyb, ed.tanous

Hi Brad,

     Intel platform has a feature called MDR which used for BIOS transfer SMBIOS table to BMC.

There are two version in MDR, MDR V1 and V2.

MDR V1 is based on ipmi commands, BIOS will send SMBIOS table in pieces through ipmi  oem commands.

MDR V2 use VGA shared memory, BIOS will send whole SMBIOS table to VGA shared memory in ast2500 before post complete, and then BMC can get the SMBIOS table from VGA shared memory.

During the post phase,  our BIOS will first try to send SMBIOS table through MDR V2, and if not succeed, BIOS will try to send MDR V1 then.

After BMC get SMBIOS table, BMC will put CPU and DIMM information to dbus interface and then Web page can show these CPU DIMM information  to users.

I have implemented the MDR feature and hope to upstream it, so do you mind help to create a repo for MDR feature?

Thank you very much!

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

* Re: Need help to create a new repo for MDR
  2019-01-09  3:50 Need help to create a new repo for MDR Yang, Cheng C
@ 2019-01-09  3:59 ` Tanous, Ed
  2019-01-15 17:19 ` Brad Bishop
  1 sibling, 0 replies; 5+ messages in thread
From: Tanous, Ed @ 2019-01-09  3:59 UTC (permalink / raw)
  To: Yang, Cheng C; +Cc: openbmc, bradleyb

Cheng,

While you wait for the project to create the repo, it would help if you can push the code to Gerrit under another repo so other people can get a better idea of what you’re implementing, and start to review it.

After that’s done, it would also help to add the link to this thread to give people some more context about what you’re working on.

-Ed

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

* Re: Need help to create a new repo for MDR
  2019-01-09  3:50 Need help to create a new repo for MDR Yang, Cheng C
  2019-01-09  3:59 ` Tanous, Ed
@ 2019-01-15 17:19 ` Brad Bishop
  2019-01-16  8:12   ` Yang, Cheng C
  1 sibling, 1 reply; 5+ messages in thread
From: Brad Bishop @ 2019-01-15 17:19 UTC (permalink / raw)
  To: Yang, Cheng C; +Cc: openbmc, ed.tanous

On Wed, Jan 09, 2019 at 11:50:01AM +0800, Yang, Cheng C wrote:
> Hi Brad,
> 
>     Intel platform has a feature called MDR which used for BIOS transfer SMBIOS table to BMC.
> 
> There are two version in MDR, MDR V1 and V2.
> 
> MDR V1 is based on ipmi commands, BIOS will send SMBIOS table in pieces through ipmi  oem commands.
> 
> MDR V2 use VGA shared memory, BIOS will send whole SMBIOS table to VGA shared memory in ast2500 before post complete, and then BMC can get the SMBIOS table from VGA shared memory.
> 
> During the post phase,  our BIOS will first try to send SMBIOS table through MDR V2, and if not succeed, BIOS will try to send MDR V1 then.
> 
> After BMC get SMBIOS table, BMC will put CPU and DIMM information to dbus interface and then Web page can show these CPU DIMM information  to users.
> 
> I have implemented the MDR feature and hope to upstream it, so do you mind help to create a repo for MDR feature?
> 
> Thank you very much!

Hi Cheng

What would you like the MDR repository to be called?

thx - brad

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

* Re: Need help to create a new repo for MDR
  2019-01-15 17:19 ` Brad Bishop
@ 2019-01-16  8:12   ` Yang, Cheng C
  2019-01-22 14:40     ` Brad Bishop
  0 siblings, 1 reply; 5+ messages in thread
From: Yang, Cheng C @ 2019-01-16  8:12 UTC (permalink / raw)
  To: Brad Bishop; +Cc: openbmc, ed.tanous

How about "managedDataRegion" or "smbios-mdr" ?

Thank you very much!

On 1/16/2019 1:19 AM, Brad Bishop wrote:
> On Wed, Jan 09, 2019 at 11:50:01AM +0800, Yang, Cheng C wrote:
>> Hi Brad,
>>
>>      Intel platform has a feature called MDR which used for BIOS transfer SMBIOS table to BMC.
>>
>> There are two version in MDR, MDR V1 and V2.
>>
>> MDR V1 is based on ipmi commands, BIOS will send SMBIOS table in pieces through ipmi  oem commands.
>>
>> MDR V2 use VGA shared memory, BIOS will send whole SMBIOS table to VGA shared memory in ast2500 before post complete, and then BMC can get the SMBIOS table from VGA shared memory.
>>
>> During the post phase,  our BIOS will first try to send SMBIOS table through MDR V2, and if not succeed, BIOS will try to send MDR V1 then.
>>
>> After BMC get SMBIOS table, BMC will put CPU and DIMM information to dbus interface and then Web page can show these CPU DIMM information  to users.
>>
>> I have implemented the MDR feature and hope to upstream it, so do you mind help to create a repo for MDR feature?
>>
>> Thank you very much!
> Hi Cheng
>
> What would you like the MDR repository to be called?
>
> thx - brad

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

* Re: Need help to create a new repo for MDR
  2019-01-16  8:12   ` Yang, Cheng C
@ 2019-01-22 14:40     ` Brad Bishop
  0 siblings, 0 replies; 5+ messages in thread
From: Brad Bishop @ 2019-01-22 14:40 UTC (permalink / raw)
  To: Yang, Cheng C; +Cc: openbmc, ed.tanous

On Wed, Jan 16, 2019 at 04:12:21PM +0800, Yang, Cheng C wrote:
> How about "managedDataRegion" or "smbios-mdr" ?

smbios-mdr created.

> 
> Thank you very much!
> 
> On 1/16/2019 1:19 AM, Brad Bishop wrote:
> > On Wed, Jan 09, 2019 at 11:50:01AM +0800, Yang, Cheng C wrote:
> > > Hi Brad,
> > > 
> > >      Intel platform has a feature called MDR which used for BIOS transfer SMBIOS table to BMC.
> > > 
> > > There are two version in MDR, MDR V1 and V2.
> > > 
> > > MDR V1 is based on ipmi commands, BIOS will send SMBIOS table in pieces through ipmi  oem commands.
> > > 
> > > MDR V2 use VGA shared memory, BIOS will send whole SMBIOS table to VGA shared memory in ast2500 before post complete, and then BMC can get the SMBIOS table from VGA shared memory.
> > > 
> > > During the post phase,  our BIOS will first try to send SMBIOS table through MDR V2, and if not succeed, BIOS will try to send MDR V1 then.
> > > 
> > > After BMC get SMBIOS table, BMC will put CPU and DIMM information to dbus interface and then Web page can show these CPU DIMM information  to users.
> > > 
> > > I have implemented the MDR feature and hope to upstream it, so do you mind help to create a repo for MDR feature?
> > > 
> > > Thank you very much!
> > Hi Cheng
> > 
> > What would you like the MDR repository to be called?
> > 
> > thx - brad

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

end of thread, other threads:[~2019-01-22 14:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-09  3:50 Need help to create a new repo for MDR Yang, Cheng C
2019-01-09  3:59 ` Tanous, Ed
2019-01-15 17:19 ` Brad Bishop
2019-01-16  8:12   ` Yang, Cheng C
2019-01-22 14:40     ` Brad Bishop

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.