[edk2-devel] [RFC] Request for the new package "RedfishPkg" under edk2 repo

Abner Chang abner.chang at hpe.com
Tue Sep 15 03:33:34 UTC 2020


Not many drivers fall in edk2 repo so far, those are drivers with the corresponding definitions in UEFI spec.
-          EFI REST EX UEFI Driver for Redfish service
-          EFI Redfish Discover UEFI Driver
-          EFI REST JSON Structure DXE Driver

All others have to go through code first policy, will be in edk2-staging repo.

-Abner

From: devel at edk2.groups.io [mailto:devel at edk2.groups.io] On Behalf Of Bret Barkelew via groups.io
Sent: Tuesday, September 15, 2020 11:19 AM
To: devel at edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) <abner.chang at hpe.com>; rfc at edk2.groups.io
Cc: Wang, Nickle (HPS SW) <nickle.wang at hpe.com>; Chen, Aaron <aaron.chen at hpe.com>; siyuan.fu at intel.com; Wang, Fan <fan.wang at intel.com>; Wu, Jiaxin <jiaxin.wu at intel.com>; Ni, Ray <ray.ni at intel.com>; Kinney, Michael D <michael.d.kinney at intel.com>
Subject: Re: [edk2-devel] [RFC] Request for the new package "RedfishPkg" under edk2 repo

I think code review works. I'm primarily interested in seeing how much code falls under the "edk2" vs "edk2-staging" repos.

- Bret

From: Abner Chang via groups.io<mailto:abner.chang=hpe.com at groups.io>
Sent: Monday, September 14, 2020 8:12 PM
To: devel at edk2.groups.io<mailto:devel at edk2.groups.io>; Chang, Abner (HPS SW/FW Technologist)<mailto:abner.chang at hpe.com>; rfc at edk2.groups.io<mailto:rfc at edk2.groups.io>
Cc: Wang, Nickle (HPS SW)<mailto:nickle.wang at hpe.com>; Chen, Aaron<mailto:aaron.chen at hpe.com>; siyuan.fu at intel.com<mailto:siyuan.fu at intel.com>; Wang, Fan<mailto:fan.wang at intel.com>; Wu, Jiaxin<mailto:jiaxin.wu at intel.com>; Ni, Ray<mailto:ray.ni at intel.com>; Kinney, Michael D<mailto:michael.d.kinney at intel.com>
Subject: [EXTERNAL] Re: [edk2-devel] [RFC] Request for the new package "RedfishPkg" under edk2 repo

Seems no one has comment on this topic. Let's just go through the code review process.
Thanks

Abner

From: devel at edk2.groups.io<mailto:devel at edk2.groups.io> [mailto:devel at edk2.groups.io] On Behalf Of Abner Chang
Sent: Wednesday, September 9, 2020 11:02 AM
To: devel at edk2.groups.io<mailto:devel at edk2.groups.io>; rfc at edk2.groups.io<mailto:rfc at edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.wang at hpe.com<mailto:nickle.wang at hpe.com>>; Chen, Aaron <aaron.chen at hpe.com<mailto:aaron.chen at hpe.com>>; siyuan.fu at intel.com<mailto:siyuan.fu at intel.com>; Wang, Fan <fan.wang at intel.com<mailto:fan.wang at intel.com>>; Wu, Jiaxin <jiaxin.wu at intel.com<mailto:jiaxin.wu at intel.com>>; Ni, Ray <ray.ni at intel.com<mailto:ray.ni at intel.com>>; Michael D Kinney <michael.d.kinney at intel.com<mailto:michael.d.kinney at intel.com>>
Subject: Re: [edk2-devel] [RFC] Request for the new package "RedfishPkg" under edk2 repo

Add [RFC] to the subject, add Ray and Mike to the loop.

From: Chang, Abner (HPS SW/FW Technologist)
Sent: Tuesday, September 8, 2020 12:06 PM
To: devel at edk2.groups.io<mailto:devel at edk2.groups.io>; Chang, Abner (HPS SW/FW Technologist) <abner.chang at hpe.com<mailto:abner.chang at hpe.com>>; rfc at edk2.groups.io<mailto:rfc at edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.wang at hpe.com<mailto:nickle.wang at hpe.com>>; Chen, Aaron <aaron.chen at hpe.com<mailto:aaron.chen at hpe.com>>; siyuan.fu at intel.com<mailto:siyuan.fu at intel.com>; Wang, Fan <fan.wang at intel.com<mailto:fan.wang at intel.com>>; Wu, Jiaxin <jiaxin.wu at intel.com<mailto:jiaxin.wu at intel.com>>
Subject: RE: Request for the new package "RedfishPkg" under edk2 repo

This is the RFC for the new package "RedfishPkg" introduced to edk2 repo, I thought mailing system will add [RFC] prefix to the subject. Sorry for the inconvenience.

From: devel at edk2.groups.io<mailto:devel at edk2.groups.io> [mailto:devel at edk2.groups.io] On Behalf Of Abner Chang
Sent: Tuesday, September 8, 2020 11:48 AM
To: rfc at edk2.groups.io<mailto:rfc at edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.wang at hpe.com<mailto:nickle.wang at hpe.com>>; Chen, Aaron <aaron.chen at hpe.com<mailto:aaron.chen at hpe.com>>; siyuan.fu at intel.com<mailto:siyuan.fu at intel.com>; Wang, Fan <fan.wang at intel.com<mailto:fan.wang at intel.com>>; Wu, Jiaxin <jiaxin.wu at intel.com<mailto:jiaxin.wu at intel.com>>; devel at edk2.groups.io<mailto:devel at edk2.groups.io>
Subject: [edk2-devel] Request for the new package "RedfishPkg" under edk2 repo

Hi everyone,
Given that we are going to contribute code of UEFI Redfish edk2 solution, a new package "RedfishPkg" under edk2 repo is necessary for accommodating the UEFI Redfish driver stacks, that includes
-          EFI Redfish Host Interface DXE Driver
-          EFI Refish Credential DXE Driver
-          EFI REST EX UEFI Driver for Redfish service
-          EFI Redfish Discover UEFI Driver
-          EFI Redfish Discover Protocol
-          EFI Redfish Config UEFI Driver
-          EFI BIOS Config To Redfish Dxe Driver
-          EFI REST JSON Structure DXE Driver
-          EFI Source Coding DXE Driver
-          EFI BIOS Resource Provision Generation Protocol
-          EFI BIOS Resource Provision Transport Layer Protocol

The architecture have been discussing in TianoCore Design meeting and the corresponding BZ were created as well.
The code we will start to contribute includes
-          Contribute to edk2 repo for those drivers already have the corresponding definitions in UEFI spec.
-          Contribute code to edk2-staging/UEFI _Redfish for those drivers do not have the corresponding definitions in UEFI spec. This is for the evaluation and require ECR to USWG if community agree with having this driver for Redfish edk2 solution.

Please refer to below link for the details, https://github.com/tianocore/edk2-staging/blob/UEFI_Redfish/Readme.md<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Ftianocore%2Fedk2-staging%2Fblob%2FUEFI_Redfish%2FReadme.md&data=02%7C01%7Cbret.barkelew%40microsoft.com%7Cec6961ac4b3143f196be08d859251f68%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637357363278947284&sdata=kt66JYtpN1X1hCrt5cQY3btyQEdoqZYkVPW5J7w8dws%3D&reserved=0>

Thanks
Abner



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#65247): https://edk2.groups.io/g/devel/message/65247
Mute This Topic: https://groups.io/mt/76725332/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/edk2-devel-archive/attachments/20200915/1781a879/attachment.htm>


More information about the edk2-devel-archive mailing list