|
[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
·
|
|
[PATCH v1 4/5] [WIP] MinPlatformPkg: Implement S3 resume
Allocate memory to use on S3 resume.
TODO: Size calculation, confirm implementation goes in this module.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Isaac Oram
Allocate memory to use on S3 resume.
TODO: Size calculation, confirm implementation goes in this module.
Cc: Nate DeSimone <nathaniel.l.desimone@...>
Cc: Isaac Oram
|
By
Benjamin Doron
·
#91755
·
|
|
[PATCH v1 3/5] S3FeaturePkg: Implement S3 resume
Follow-up commits to MinPlatform (AcpiPlatform and
PeiFspWrapperHobProcessLib for memory) and FSP-related board libraries
required for successful S3 resume.
Cc: Ankit Sinha
Follow-up commits to MinPlatform (AcpiPlatform and
PeiFspWrapperHobProcessLib for memory) and FSP-related board libraries
required for successful S3 resume.
Cc: Ankit Sinha
|
By
Benjamin Doron
·
#91754
·
|
|
[PATCH v1 2/5] Silicon/Intel: Port SMM Control protocol to PPI for S3
S3 resume may require communication with SMM, for which we need the
SMM Control PPI. Therefore, port the DXE driver to a library, like there
is for SMM Access.
Tested, working on Kabylake. Further
S3 resume may require communication with SMM, for which we need the
SMM Control PPI. Therefore, port the DXE driver to a library, like there
is for SMM Access.
Tested, working on Kabylake. Further
|
By
Benjamin Doron
·
#91753
·
|
|
[PATCH v1 1/5] IntelSiliconPkg/Feature/PeiSmmAccessLibSmramc: Implement chipset support
For proper S3 resume support, SMRAM must be opened first.
For security purposes, SMRAM lock must be performed.
It seems to me that this library is generic and applicable to all Intel
platforms in the
For proper S3 resume support, SMRAM must be opened first.
For security purposes, SMRAM lock must be performed.
It seems to me that this library is generic and applicable to all Intel
platforms in the
|
By
Benjamin Doron
·
#91752
·
|
|
[PATCH v1 0/5] MinPlatform: Implement S3 resume feature
Implement S3 resume as an advanced feature to support additional
use-cases and improve portability and battery, particularly on mobile
platforms. Hopefully, this can encourage a greater MinPlatform
Implement S3 resume as an advanced feature to support additional
use-cases and improve portability and battery, particularly on mobile
platforms. Hopefully, this can encourage a greater MinPlatform
|
By
Benjamin Doron
·
#91751
·
|
|
Re: [PATCH 1/1] MdeModulePkg: Enhance bus scan for all root bridge instances
Hi Foster,
Does this change provide the resource size requirements for each
root bridge so a rebalance or larger resource allocation can be
performed?
Thanks,
Mike
Hi Foster,
Does this change provide the resource size requirements for each
root bridge so a rebalance or larger resource allocation can be
performed?
Thanks,
Mike
|
By
Michael D Kinney
·
#91750
·
|
|
[PATCH 1/1] MdeModulePkg: Enhance bus scan for all root bridge instances
Ref:https://bugzilla.tianocore.org/show_bug.cgi?id=4000
Change flow to bus scan all root bridge instances even when any
one root bridge meet bus resource OUT_OF_RESOURCE case.
thus platform handler
Ref:https://bugzilla.tianocore.org/show_bug.cgi?id=4000
Change flow to bus scan all root bridge instances even when any
one root bridge meet bus resource OUT_OF_RESOURCE case.
thus platform handler
|
By
Foster Nong <foster.nong@...>
·
#91749
·
|
|
[PATCH] UefiPayloadPkg: Add macro to support selection of CryptoDxe driver
From: PaytonX Hsieh <paytonx.hsieh@...>
REF : https://bugzilla.tianocore.org/show_bug.cgi?id=3D4006
Add CRYPTO_PROTOCOL_SUPPORT to decide CryptoDxe built into UPL.efi
If
From: PaytonX Hsieh <paytonx.hsieh@...>
REF : https://bugzilla.tianocore.org/show_bug.cgi?id=3D4006
Add CRYPTO_PROTOCOL_SUPPORT to decide CryptoDxe built into UPL.efi
If
|
By
paytonx.hsieh@...
·
#91748
·
|
|
Re: [Patch v2 2/3] Maintainers.txt: Add missing github ids
Reviewed-by: Debkumar De <debkumar.de@...>
Reviewed-by: Debkumar De <debkumar.de@...>
|
By
De, Debkumar <debkumar.de@...>
·
#91747
·
|