|
[edk2-staging][PATCH v3 13/15] edk2-staging/RedfishClientPkg: Introduce Computer System collection driver
Introduce new feature driver to support Computer System Collection
schema. Update corresponding FDF and DSC file to enable this feature
driver.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc:
Introduce new feature driver to support Computer System Collection
schema. Update corresponding FDF and DSC file to enable this feature
driver.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc:
|
By
Nickle Wang
·
#91881
·
|
|
[edk2-staging][PATCH v3 12/15] edk2-staging/RedfishClientPkg: Rename Memory feature driver
Rename Memory driver by removing Redfish prefix. Update memory feature
driver and support all properties under Memory schema. Also support
"Identify" action in this driver. Corresponding changes are
Rename Memory driver by removing Redfish prefix. Update memory feature
driver and support all properties under Memory schema. Also support
"Identify" action in this driver. Corresponding changes are
|
By
Nickle Wang
·
#91880
·
|
|
[edk2-staging][PATCH v3 10/15] edk2-staging/RedfishClientPkg: Update Redfish feature utility library
Update Redfish feature utility library in order to support array type
of resource. Some helper functions are introduced to get Redfish data.
Also expose RedfishCsCommon.h so that feature utility
Update Redfish feature utility library in order to support array type
of resource. Some helper functions are introduced to get Redfish data.
Also expose RedfishCsCommon.h so that feature utility
|
By
Nickle Wang
·
#91879
·
|
|
[edk2-staging][PATCH v3 11/15] edk2-staging/RedfishClientPkg: Rename RedfishMemoryCollection driver
Rename RedfishMemoryCollectionDxe by removing Redfish prefix. Update
memory collection driver to support "Identify" action and also have
code refactoring to support Redfish operation.
Signed-off-by:
Rename RedfishMemoryCollectionDxe by removing Redfish prefix. Update
memory collection driver to support "Identify" action and also have
code refactoring to support Redfish operation.
Signed-off-by:
|
By
Nickle Wang
·
#91878
·
|
|
[edk2-staging][PATCH v3 09/15] edk2-staging/RedfishClientPkg: Update RedfishLib
RedfishLib has no capability to return HTTP header in response.
However, feature driver needs to know the information like "ETag" or
"Location" in HTTP response header per Redfish specification.
RedfishLib has no capability to return HTTP header in response.
However, feature driver needs to know the information like "ETag" or
"Location" in HTTP response header per Redfish specification.
|
By
Nickle Wang
·
#91877
·
|
|
[edk2-staging][PATCH v3 08/15] edk2-staging/RedfishClientPkg: Update Redfish feature core driver
Update Redfish feature core driver to support Redfish resource with
multiple parents. A resource may be presented in different resource and
the link in different resource point to the same location.
Update Redfish feature core driver to support Redfish resource with
multiple parents. A resource may be presented in different resource and
the link in different resource point to the same location.
|
By
Nickle Wang
·
#91876
·
|
|
[edk2-staging][PATCH v3 07/15] edk2-staging/RedfishClientPkg: Update ETag driver
Update ETag driver and use specific variable GUID. Also fix the typo
in comment.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner Chang <abner.chang@...>
Cc: Yang Atom
Update ETag driver and use specific variable GUID. Also fix the typo
in comment.
Signed-off-by: Nickle Wang <nickle.wang@...>
Cc: Abner Chang <abner.chang@...>
Cc: Yang Atom
|
By
Nickle Wang
·
#91875
·
|
|
[edk2-staging][PATCH v3 06/15] edk2-staging/RedfishClientPkg: Introduce RedfishConfigLangMap driver
Introduce Redfish configure language map driver. This driver keeps the
mapping between configure language and Redfish URI for internal use.
This saves the communication time between feature drivers
Introduce Redfish configure language map driver. This driver keeps the
mapping between configure language and Redfish URI for internal use.
This saves the communication time between feature drivers
|
By
Nickle Wang
·
#91874
·
|
|
[edk2-staging][PATCH v3 05/15] edk2-staging/RedfishClientPkg: Introduce resource identify library
Introduce resource identify library which works with resource config
protocol to identify Redfish resource. This library provides the
flexibility for platform to implement its own policy and
Introduce resource identify library which works with resource config
protocol to identify Redfish resource. This library provides the
flexibility for platform to implement its own policy and
|
By
Nickle Wang
·
#91873
·
|
|
[edk2-staging][PATCH v3 04/15] edk2-staging/RedfishClientPkg: Introduce Redfish resource config library
Add EdkIIRedfishResourceConfigLib in order to work with Redfish Config
Protocol and do the communication between each feature drivers. Also
introduce Redfish interchange data protocol to exchange
Add EdkIIRedfishResourceConfigLib in order to work with Redfish Config
Protocol and do the communication between each feature drivers. Also
introduce Redfish interchange data protocol to exchange
|
By
Nickle Wang
·
#91872
·
|
|
[edk2-staging][PATCH v3 03/15] edk2-staging/RedfishClientPkg: Update Redfish Resource Config Protocol
Update Redfish resource config protocol to support Identify action in
order to identify remote resource and see if this is resource belongs
to current owner or not. Use unicode string instead of ASCII
Update Redfish resource config protocol to support Identify action in
order to identify remote resource and see if this is resource belongs
to current owner or not. Use unicode string instead of ASCII
|
By
Nickle Wang
·
#91871
·
|
|
[edk2-staging][PATCH v3 02/15] edk2-staging/RedfishClientPkg: Introduce Redfish version library
Add RedfishVersionLib in order to get Redfish version hosted at BMC.
When there is trouble to get Redfish support version, the default
version is retrieved from pre-defined PCD value.
Signed-off-by:
Add RedfishVersionLib in order to get Redfish version hosted at BMC.
When there is trouble to get Redfish support version, the default
version is retrieved from pre-defined PCD value.
Signed-off-by:
|
By
Nickle Wang
·
#91870
·
|
|
[edk2-staging][PATCH v3 01/15] edk2-staging/RedfishClientPkg: Introduce Redfish event library
Add RedfishEventLib to handle Redfish event. There are two events
defined in this library. One is the event before feature driver
provisioning and the other one is the event after all provisioning
is
Add RedfishEventLib to handle Redfish event. There are two events
defined in this library. One is the event before feature driver
provisioning and the other one is the event after all provisioning
is
|
By
Nickle Wang
·
#91869
·
|
|
[edk2-staging][PATCH v3 00/15] Update RedfishClientpkg
In this series of patch files, additional three feature drivers are
enabled. Corresponding libraries and protocols are introduced to help
performing Redfish operation like provisioning, consuming and
In this series of patch files, additional three feature drivers are
enabled. Corresponding libraries and protocols are introduced to help
performing Redfish operation like provisioning, consuming and
|
By
Nickle Wang
·
#91868
·
|
|
Re: [Patch 0/2] Remove MptScsi and PvScsi reviewers
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
·
#91867
·
|
|
回复: [edk2-devel] Event: TianoCore Bug Triage - APAC / NAMO - 07/26/2022
#cal-reminder
Few issues are reported this week. Let’s cancel the meeting.
Thanks
Liming
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification
发送时间: 2022年7月26日
Few issues are reported this week. Let’s cancel the meeting.
Thanks
Liming
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Group Notification
发送时间: 2022年7月26日
|
By
gaoliming
·
#91866
·
|
|
Recent change in edk2 causing problems with USB, SD and MMC devices
Hi All
For a large number of boards running coreboot (reported on CML, TGL, ADL, SKL and APL), a change in the last few months has caused an indefinite hang.
For the last three years, coreboot has
Hi All
For a large number of boards running coreboot (reported on CML, TGL, ADL, SKL and APL), a change in the last few months has caused an indefinite hang.
For the last three years, coreboot has
|
By
Sean Rhodes
·
#91865
·
|
|
Re: Casting i128 into f64 in UEFI Rust pagefaults
Ayush,
Well bugs in the runtime are a classic case when have good debugging infrastructure pays off and that class of issue is what started this email thread.
It is not hard to try out gdb to see
Ayush,
Well bugs in the runtime are a classic case when have good debugging infrastructure pays off and that class of issue is what started this email thread.
It is not hard to try out gdb to see
|
By
Andrew Fish
·
#91864
·
|
|
Re: [Patch 0/2] Remove MptScsi and PvScsi reviewers
<michael.d.kinney@...> wrote:
Acked-by: Ard Biesheuvel <ardb@...>
<michael.d.kinney@...> wrote:
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#91863
·
|
|
Re: [PATCH 1/1] OvmfPkg/XenHypercallLib: Fix naming of AArch64
<michael.d.kinney@...> wrote:
Acked-by: Ard Biesheuvel <ardb@...>
<michael.d.kinney@...> wrote:
Acked-by: Ard Biesheuvel <ardb@...>
|
By
Ard Biesheuvel
·
#91862
·
|