|
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
·
|
|
Re: [PATCH] BaseTools/VolInfo: Parse apriori files
Hi Konstantin,
Could you update the copyright in VolInfo.c?
Thanks,
Bob
Hi Konstantin,
Could you update the copyright in VolInfo.c?
Thanks,
Bob
|
By
Bob Feng
·
#91763
·
|
|
Re: [Patch v2 10/11] BaseTools: Remove all UGA support
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#91762
·
|
|
Running Rust Tests for UEFI now possible
Hello everyone. I have a new exciting update about the project "Implement Rust-std for UEFI". It is now possible to run Rust Testing suit for UEFI under qemu. The instructions for running the tests
Hello everyone. I have a new exciting update about the project "Implement Rust-std for UEFI". It is now possible to run Rust Testing suit for UEFI under qemu. The instructions for running the tests
|
By
Ayush Singh
·
#91761
·
|
|
Re: [PATCH] BaseTools/VolInfo: Increase define for highest section value
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#91760
·
|
|
Re: [PATCH] BaseTools/VolInfo: Correct alignment attributes display
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#91759
·
|
|
Re: [PATCH 1/1] BaseTools: INF should use latest Pcd value instead of default value
Reviewed-by: Bob Feng <bob.c.feng@...>
Reviewed-by: Bob Feng <bob.c.feng@...>
|
By
Bob Feng
·
#91758
·
|
|
[PATCH 1/1] MdeModulePkg/Core: Move Private calculation after TemporaryRamMigration
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2639
Move Private calculation after TemporaryRamMigration to avoid calculate
Private twice.
RootCause:
1. ebp is used as Private pointer
2. It is
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2639
Move Private calculation after TemporaryRamMigration to avoid calculate
Private twice.
RootCause:
1. ebp is used as Private pointer
2. It is
|
By
Guomin Jiang
·
#91757
·
|
|
[PATCH v1 5/5] [WIP] KabylakeOpenBoardPkg: Example of board S3
Signed-off-by: Benjamin Doron <benjamin.doron00@...>
---
Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/FspWrapper/Library/P=
eiSiliconPolicyUpdateLibFsp/PeiFspMiscUpdUpdateLib.c | 12
Signed-off-by: Benjamin Doron <benjamin.doron00@...>
---
Platform/Intel/KabylakeOpenBoardPkg/AspireVn7Dash572G/FspWrapper/Library/P=
eiSiliconPolicyUpdateLibFsp/PeiFspMiscUpdUpdateLib.c | 12
|
By
Benjamin Doron
·
#91756
·
|