Hi Felix,
Yes, Redfish (EFI Redfish Discover Protocol) relies on the EFI REST EX protocol 
instance which provides EFI_REST_EX_SERVICE_REDFISH type service as defined in 
UEFI spec 29.7.2.2 GetService().
The REST EX Driver we will contribute is the REST EX Redfish instance, so that 
is the reason we put REST EX driver in RedfishPkg.
This makes sense to you?
Regards,
Abner


//*******************************************************
// EFI_REST_EX_SERVICE_TYPE
//*******************************************************
typedef enum {
EFI_REST_EX_SERVICE_UNSPECIFIC = 1,
   EFI_REST_EX_SERVICE_REDFISH,
   EFI_REST_EX_SERVICE_ODATA,
   EFI_REST_EX_SERVICE_VENDOR_SPECIFIC = 0xff,
   EFI_REST_EX_SERVICE_TYPE_MAX
} EFI_REST_EX_SERVICE_TYPE;


From: Felix Polyudov [mailto:fel...@ami.com]
Sent: Thursday, September 17, 2020 7:25 AM
To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) 
<abner.ch...@hpe.com>; r...@edk2.groups.io
Cc: Wang, Nickle (HPS SW) <nickle.w...@hpe.com>; Chen, Aaron 
<aaron.c...@hpe.com>; siyuan...@intel.com; Wang, Fan <fan.w...@intel.com>; Wu, 
Jiaxin <jiaxin...@intel.com>; Ni, Ray <ray...@intel.com>; Michael D Kinney 
<michael.d.kin...@intel.com>; Igor Kulchytskyy <ig...@ami.com>
Subject: RE: [edk2-devel] [RFC] Request for the new package "RedfishPkg" under 
edk2 repo

Abner,

Are there RedFish dependencies in the REST EX Driver from your package?
If not, perhaps it should be in the NetworkPkg, not in the RedFishPkg.

From: devel@edk2.groups.io<mailto:devel@edk2.groups.io> 
[mailto:devel@edk2.groups.io] On Behalf Of Abner Chang
Sent: Monday, September 14, 2020 11:12 PM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; Chang, Abner (HPS SW/FW 
Technologist); r...@edk2.groups.io<mailto:r...@edk2.groups.io>
Cc: Wang, Nickle (HPS SW); Chen, Aaron; 
siyuan...@intel.com<mailto:siyuan...@intel.com>; Wang, Fan; Wu, Jiaxin; Ni, 
Ray; Michael D Kinney
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@edk2.groups.io<mailto:devel@edk2.groups.io> 
[mailto:devel@edk2.groups.io] On Behalf Of Abner Chang
Sent: Wednesday, September 9, 2020 11:02 AM
To: devel@edk2.groups.io<mailto:devel@edk2.groups.io>; 
r...@edk2.groups.io<mailto:r...@edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.w...@hpe.com<mailto:nickle.w...@hpe.com>>; 
Chen, Aaron <aaron.c...@hpe.com<mailto:aaron.c...@hpe.com>>; 
siyuan...@intel.com<mailto:siyuan...@intel.com>; Wang, Fan 
<fan.w...@intel.com<mailto:fan.w...@intel.com>>; Wu, Jiaxin 
<jiaxin...@intel.com<mailto:jiaxin...@intel.com>>; Ni, Ray 
<ray...@intel.com<mailto:ray...@intel.com>>; Michael D Kinney 
<michael.d.kin...@intel.com<mailto:michael.d.kin...@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@edk2.groups.io<mailto:devel@edk2.groups.io>; Chang, Abner (HPS SW/FW 
Technologist) <abner.ch...@hpe.com<mailto:abner.ch...@hpe.com>>; 
r...@edk2.groups.io<mailto:r...@edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.w...@hpe.com<mailto:nickle.w...@hpe.com>>; 
Chen, Aaron <aaron.c...@hpe.com<mailto:aaron.c...@hpe.com>>; 
siyuan...@intel.com<mailto:siyuan...@intel.com>; Wang, Fan 
<fan.w...@intel.com<mailto:fan.w...@intel.com>>; Wu, Jiaxin 
<jiaxin...@intel.com<mailto:jiaxin...@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@edk2.groups.io<mailto:devel@edk2.groups.io> 
[mailto:devel@edk2.groups.io] On Behalf Of Abner Chang
Sent: Tuesday, September 8, 2020 11:48 AM
To: r...@edk2.groups.io<mailto:r...@edk2.groups.io>
Cc: Wang, Nickle (HPS SW) <nickle.w...@hpe.com<mailto:nickle.w...@hpe.com>>; 
Chen, Aaron <aaron.c...@hpe.com<mailto:aaron.c...@hpe.com>>; 
siyuan...@intel.com<mailto:siyuan...@intel.com>; Wang, Fan 
<fan.w...@intel.com<mailto:fan.w...@intel.com>>; Wu, Jiaxin 
<jiaxin...@intel.com<mailto:jiaxin...@intel.com>>; 
devel@edk2.groups.io<mailto:devel@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

Thanks
Abner

P Please consider the environment before printing this email

The information contained in this message may be confidential and proprietary 
to American Megatrends (AMI). This communication is intended to be read only by 
the individual or entity to whom it is addressed or by their designee. If the 
reader of this message is not the intended recipient, you are on notice that 
any distribution of this message, in any form, is strictly prohibited. Please 
promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and 
then delete or destroy all copies of the transmission.


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#65375): https://edk2.groups.io/g/devel/message/65375
Mute This Topic: https://groups.io/mt/76725332/21656
Group Owner: devel+ow...@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to