|
[edk2-staging][PATCH v2 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
·
#91783
·
|
|
[edk2-staging][PATCH v2 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
·
#91782
·
|
|
[edk2-staging][PATCH v2 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
·
#91781
·
|
|
[edk2-staging][PATCH v2 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
·
#91780
·
|
|
[edk2-staging][PATCH v2 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
·
#91779
·
|
|
[edk2-staging][PATCH v2 2/2] edk2-staging/EmulatorPkg: Introduce Hii2RedfishBiosDxe driver
Add Hii2RedfishBiosDxe driver with configure language defined in UNI
file in order to demonstrate the use of Redfish Platform Config
Protocol. Feature drivers under RedfishClientPkg will work with
Add Hii2RedfishBiosDxe driver with configure language defined in UNI
file in order to demonstrate the use of Redfish Platform Config
Protocol. Feature drivers under RedfishClientPkg will work with
|
By
Nickle Wang
·
#91778
·
|
|
[edk2-staging][PATCH v2 1/2] edk2-staging/EmulatorPkg: Introduce Hii2RedfishBootDxe driver
Add Hii2RedfishBootDxe driver with configure language defined in UNI
file in order to demonstrate the use of Redfish Platform Config
Protocol. Feature drivers under RedfishClientPkg will work with
Add Hii2RedfishBootDxe driver with configure language defined in UNI
file in order to demonstrate the use of Redfish Platform Config
Protocol. Feature drivers under RedfishClientPkg will work with
|
By
Nickle Wang
·
#91777
·
|
|
Re: [edk2-platforms][PATCH v2 1/1] Ext4Pkg: Code correctness and security improvements
Hi Savva,
Could you please send a new version of the patch, with a proper encoding (try 8bit encoding, quoted-printable is screwing up my git am) and addressing Marvin's concerns?
Take the time and
Hi Savva,
Could you please send a new version of the patch, with a proper encoding (try 8bit encoding, quoted-printable is screwing up my git am) and addressing Marvin's concerns?
Take the time and
|
By
Pedro Falcato
·
#91776
·
|
|
Re: [edk2-staging][PATCH v2 1/1] edk2/RedfishPkg: Update Redfish Platform Config Protocol
[AMD Official Use Only - General]
Thanks Nickle. Two comments in the below.
[AMD Official Use Only - General]
Thanks Nickle. Two comments in the below.
|
By
Chang, Abner
·
#91775
·
|
|
Re: [PATCH] BaseTools/VolInfo: Correct EFI_SECTION_VERSION display
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#91774
·
|
|
[edk2-staging][PATCH v2 1/1] edk2/RedfishPkg: Update Redfish Platform Config Protocol
Update EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL and add array type of
value support to EDKII_REDFISH_VALUE in order to support ordered list
op-code in HII. Modify corresponding function to support new
Update EDKII_REDFISH_PLATFORM_CONFIG_PROTOCOL and add array type of
value support to EDKII_REDFISH_VALUE in order to support ordered list
op-code in HII. Modify corresponding function to support new
|
By
Nickle Wang
·
#91773
·
|
|
Re: [edk2][PATCH] edk2/RedfishPkg: Update Redfish Platform Config Protocol
Hi Abner,
Thanks for your review. I think I missed some parameter while using "git send-email" command. I will send out version 2 patch with issue fixed.
Thanks,
Nickle
Hi Abner,
Thanks for your review. I think I missed some parameter while using "git send-email" command. I will send out version 2 patch with issue fixed.
Thanks,
Nickle
|
By
Nickle Wang
·
#91772
·
|
|
Re: [edk2][PATCH] edk2/RedfishPkg: Update Redfish Platform Config Protocol
[AMD Official Use Only - General]
Hi Nickle,
I found there are many redundant blank lines in the patch. Could you please check it?
Thanks
Abner
[AMD Official Use Only - General]
Hi Nickle,
I found there are many redundant blank lines in the patch. Could you please check it?
Thanks
Abner
|
By
Chang, Abner
·
#91771
·
|
|
[edk2-platforms][PATCH v3 2/2] Ext4Pkg: Add base containing record macro for EXT4_FILE
We shouldn't use direct casts, because in the future it could break
the code, so using BASE_CR would be safe against possible structure
changes and rearrangements
Cc: Marvin Häuser
We shouldn't use direct casts, because in the future it could break
the code, so using BASE_CR would be safe against possible structure
changes and rearrangements
Cc: Marvin Häuser
|
By
Savva Mitrofanov
·
#91770
·
|
|
[edk2-platforms][PATCH v3 1/2] Ext4Pkg: Add symbolic links support
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3677
Provided support for symlink file type. Added routine which allows
reading and following them through recursive open() call. As a
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3677
Provided support for symlink file type. Added routine which allows
reading and following them through recursive open() call. As a
|
By
Savva Mitrofanov
·
#91769
·
|
|
[edk2-platforms][PATCH v3 0/2] Ext4Pkg: Add Symbolic Links support
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3677
Hi all,
In the third version I tried to correct all the remarks according detection logic
of fast-symlink and its reading, code style and
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3677
Hi all,
In the third version I tried to correct all the remarks according detection logic
of fast-symlink and its reading, code style and
|
By
Savva Mitrofanov
·
#91768
·
|
|
Re: [edk2-platforms][PATCH 1/2] Ext4Pkg: Add symbolic links support
Hello, Marvin!
Thank you for your time and this code-review
Yes, in this case we should capitalise L for camel-case style.
I want to mention, that such code-style flaws present throughout entire
Hello, Marvin!
Thank you for your time and this code-review
Yes, in this case we should capitalise L for camel-case style.
I want to mention, that such code-style flaws present throughout entire
|
By
Savva Mitrofanov
·
#91767
·
|
|
[PATCH] BaseTools/VolInfo: Update copyright information
Add Konstantin Aladyshev to the copyright header.
Signed-off-by: Konstantin Aladyshev <aladyshev22@...>
---
BaseTools/Source/C/VolInfo/VolInfo.c | 1 +
1 file changed, 1 insertion(+)
diff
Add Konstantin Aladyshev to the copyright header.
Signed-off-by: Konstantin Aladyshev <aladyshev22@...>
---
BaseTools/Source/C/VolInfo/VolInfo.c | 1 +
1 file changed, 1 insertion(+)
diff
|
By
Konstantin Aladyshev
·
#91766
·
|
|
Re: [PATCH] BaseTools/VolInfo: Parse apriori files
Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@...><BR>
Will be fine.
Thanks,
Bob
Copyright (c) 2022, Konstantin Aladyshev <aladyshev22@...><BR>
Will be fine.
Thanks,
Bob
|
By
Bob Feng
·
#91765
·
|
|
Re: [PATCH] BaseTools/VolInfo: Parse apriori files
Hi, Bob!
How should I update it?
Should I increase a year for the Intel Corporation like this
```
Copyright (c) 1999 - 2022, Intel Corporation. All rights reserved.<BR>
```
Or should I enter my name
Hi, Bob!
How should I update it?
Should I increase a year for the Intel Corporation like this
```
Copyright (c) 1999 - 2022, Intel Corporation. All rights reserved.<BR>
```
Or should I enter my name
|
By
Konstantin Aladyshev
·
#91764
·
|