public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging
@ 2018-09-14 13:47 You, Benjamin
  2018-09-14 17:37 ` Kinney, Michael D
  2018-09-15 15:17 ` You, Benjamin
  0 siblings, 2 replies; 4+ messages in thread
From: You, Benjamin @ 2018-09-14 13:47 UTC (permalink / raw)
  To: edk2-devel@lists.01.org

Hi,

A new feature branch "UEFIPayload" is being created in edk2-staging.

UEFI Payload (UefiPayloadPkg) aims to be an upgrade to CorebootModulePkg and CorebootPayloadPkg
 
UEFI Payload has some new features:
* Supporting Slim Bootloader in addition to Coreboot
* Source level configuration using .ini format
* User Extension using simple "C" codes
* Platform support library for adding platform specific codes

A draft version can be found at https://github.com/BenjaminYou/UEFIPayload

Thanks,

- ben


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

* Re: [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging
  2018-09-14 13:47 [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging You, Benjamin
@ 2018-09-14 17:37 ` Kinney, Michael D
  2018-09-15 15:26   ` You, Benjamin
  2018-09-15 15:17 ` You, Benjamin
  1 sibling, 1 reply; 4+ messages in thread
From: Kinney, Michael D @ 2018-09-14 17:37 UTC (permalink / raw)
  To: You, Benjamin, edk2-devel@lists.01.org, Kinney, Michael D

Hi Benjamin,

Once this work is complete would the CoreBoot*Pkgs 
be removed from edk2/master and the UefiPayloadPkg
added?

In order to remove the Readme.md conflict, I recommend
cloning edk2 and edk2-statging into different directories
and use PACKAGES_PATH for the build to see packages from
both repos.

You also need to clone the edk2 repo recursively so it 
pulls in the OpenSLL submodule.

Thanks,

Mike

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-
> bounces@lists.01.org] On Behalf Of You, Benjamin
> Sent: Friday, September 14, 2018 6:47 AM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [staging/UEFIPayload]: Creating a new
> feature branch UEFIPayload in edk2-staging
> 
> Hi,
> 
> A new feature branch "UEFIPayload" is being created in
> edk2-staging.
> 
> UEFI Payload (UefiPayloadPkg) aims to be an upgrade to
> CorebootModulePkg and CorebootPayloadPkg
> 
> UEFI Payload has some new features:
> * Supporting Slim Bootloader in addition to Coreboot
> * Source level configuration using .ini format
> * User Extension using simple "C" codes
> * Platform support library for adding platform specific
> codes
> 
> A draft version can be found at
> https://github.com/BenjaminYou/UEFIPayload
> 
> Thanks,
> 
> - ben
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


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

* Re: [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging
  2018-09-14 13:47 [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging You, Benjamin
  2018-09-14 17:37 ` Kinney, Michael D
@ 2018-09-15 15:17 ` You, Benjamin
  1 sibling, 0 replies; 4+ messages in thread
From: You, Benjamin @ 2018-09-15 15:17 UTC (permalink / raw)
  To: You, Benjamin, edk2-devel@lists.01.org

Hi,

The UEFIPayload feature branch has been created at: 
https://github.com/tianocore/edk2-staging/tree/UEFIPayload

Thanks,

- ben

> -----Original Message-----
> From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of You,
> Benjamin
> Sent: Friday, September 14, 2018 9:47 PM
> To: edk2-devel@lists.01.org
> Subject: [edk2] [staging/UEFIPayload]: Creating a new feature branch
> UEFIPayload in edk2-staging
> 
> Hi,
> 
> A new feature branch "UEFIPayload" is being created in edk2-staging.
> 
> UEFI Payload (UefiPayloadPkg) aims to be an upgrade to CorebootModulePkg
> and CorebootPayloadPkg
> 
> UEFI Payload has some new features:
> * Supporting Slim Bootloader in addition to Coreboot
> * Source level configuration using .ini format
> * User Extension using simple "C" codes
> * Platform support library for adding platform specific codes
> 
> A draft version can be found at https://github.com/BenjaminYou/UEFIPayload
> 
> Thanks,
> 
> - ben
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel


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

* Re: [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging
  2018-09-14 17:37 ` Kinney, Michael D
@ 2018-09-15 15:26   ` You, Benjamin
  0 siblings, 0 replies; 4+ messages in thread
From: You, Benjamin @ 2018-09-15 15:26 UTC (permalink / raw)
  To: Kinney, Michael D, edk2-devel@lists.01.org

Hi Mike,

Yes, this work aims at being the successor of Coreboot*Pkgs after it
matures.

I've followed your recommendations in the UEFIPayload branch created at
https://github.com/tianocore/edk2-staging/tree/UEFIPayload

Thanks,

- ben

> -----Original Message-----
> From: Kinney, Michael D
> Sent: Saturday, September 15, 2018 1:38 AM
> To: You, Benjamin <benjamin.you@intel.com>; edk2-devel@lists.01.org; Kinney,
> Michael D <michael.d.kinney@intel.com>
> Subject: RE: [edk2] [staging/UEFIPayload]: Creating a new feature branch
> UEFIPayload in edk2-staging
> 
> Hi Benjamin,
> 
> Once this work is complete would the CoreBoot*Pkgs
> be removed from edk2/master and the UefiPayloadPkg
> added?
> 
> In order to remove the Readme.md conflict, I recommend
> cloning edk2 and edk2-statging into different directories
> and use PACKAGES_PATH for the build to see packages from
> both repos.
> 
> You also need to clone the edk2 repo recursively so it
> pulls in the OpenSLL submodule.
> 
> Thanks,
> 
> Mike
> 
> > -----Original Message-----
> > From: edk2-devel [mailto:edk2-devel-
> > bounces@lists.01.org] On Behalf Of You, Benjamin
> > Sent: Friday, September 14, 2018 6:47 AM
> > To: edk2-devel@lists.01.org
> > Subject: [edk2] [staging/UEFIPayload]: Creating a new
> > feature branch UEFIPayload in edk2-staging
> >
> > Hi,
> >
> > A new feature branch "UEFIPayload" is being created in
> > edk2-staging.
> >
> > UEFI Payload (UefiPayloadPkg) aims to be an upgrade to
> > CorebootModulePkg and CorebootPayloadPkg
> >
> > UEFI Payload has some new features:
> > * Supporting Slim Bootloader in addition to Coreboot
> > * Source level configuration using .ini format
> > * User Extension using simple "C" codes
> > * Platform support library for adding platform specific
> > codes
> >
> > A draft version can be found at
> > https://github.com/BenjaminYou/UEFIPayload
> >
> > Thanks,
> >
> > - ben
> > _______________________________________________
> > edk2-devel mailing list
> > edk2-devel@lists.01.org
> > https://lists.01.org/mailman/listinfo/edk2-devel


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

end of thread, other threads:[~2018-09-15 15:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-14 13:47 [staging/UEFIPayload]: Creating a new feature branch UEFIPayload in edk2-staging You, Benjamin
2018-09-14 17:37 ` Kinney, Michael D
2018-09-15 15:26   ` You, Benjamin
2018-09-15 15:17 ` You, Benjamin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox