|
[PATCH v1 05/13] MdePkg: Add SPA Location Cookie field to SPA Range
structure
Make changes to ACPI 6.4 header according to the latest specification:
- ACPI 6.4 January 2021, Section 5.2.25.2 System Physical Address (SPA)
Range Structure, Table 5.109
- Mantis ID 1988
Make changes to ACPI 6.4 header according to the latest specification:
- ACPI 6.4 January 2021, Section 5.2.25.2 System Physical Address (SPA)
Range Structure, Table 5.109
- Mantis ID 1988
|
By
Chris Jones
·
#78392
·
|
|
[PATCH v1 00/13] Add ACPI 6.4 header file
This patch series introduces a header file for the latest version of the
ACPI 6.4 specification, January 2021. This header contains all updates
to the ACPI specification in addition to addressing a
This patch series introduces a header file for the latest version of the
ACPI 6.4 specification, January 2021. This header contains all updates
to the ACPI specification in addition to addressing a
|
By
Chris Jones
·
#78391
·
|
|
[PATCH 1/1] MdeModulePkg/Console: Improve encoding of box drawing characters
Improved encoding of box drawing characters for different terminal types.
This includes Dec special graphics mode and more utf8.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Zhichao Gao
Improved encoding of box drawing characters for different terminal types.
This includes Dec special graphics mode and more utf8.
Cc: Hao A Wu <hao.a.wu@...>
Cc: Zhichao Gao
|
By
Caden Kline
·
#78390
·
|
|
Re: [RFC] MemoryProtectionLib for Dynamic Memory Guard Settings
Thanks. Code talks better.
I prefer option 2, which is a generic way for abstraction.
And you may enable option 1 under the cover of option 2, just create a lib instance to get config from
Thanks. Code talks better.
I prefer option 2, which is a generic way for abstraction.
And you may enable option 1 under the cover of option 2, just create a lib instance to get config from
|
By
Yao, Jiewen
·
#78389
·
|
|
Re: [RFC] MemoryProtectionLib for Dynamic Memory Guard Settings
Of course - here are a couple of rough drafts:
Option 1: https://github.com/TaylorBeebe/edk2/tree/memory_protection_lib_2
Option 2: https://github.com/TaylorBeebe/edk2/tree/memory_protection_lib
--
Of course - here are a couple of rough drafts:
Option 1: https://github.com/TaylorBeebe/edk2/tree/memory_protection_lib_2
Option 2: https://github.com/TaylorBeebe/edk2/tree/memory_protection_lib
--
|
By
Taylor Beebe
·
#78388
·
|
|
Re: [RFC] MemoryProtectionLib for Dynamic Memory Guard Settings
Hi
Sorry, I am not able to follow the discussion.
Is there any sample or POC code to show the concept?
Hi
Sorry, I am not able to follow the discussion.
Is there any sample or POC code to show the concept?
|
By
Yao, Jiewen
·
#78387
·
|
|
Re: [RFC] MemoryProtectionLib for Dynamic Memory Guard Settings
Thanks for your feedback, Jian.
In option 2, a most basic implementation would returning the current FixedAtBuild PCDs assuming they are kept. If they aren't, the library implementer could simply
Thanks for your feedback, Jian.
In option 2, a most basic implementation would returning the current FixedAtBuild PCDs assuming they are kept. If they aren't, the library implementer could simply
|
By
Taylor Beebe
·
#78386
·
|
|
回复: [edk2-devel] [PATCH 00/13] Add ACPI 6.4 header file
Chris:
Please submit one BZ (https://bugzilla.tianocore.org/) for this new
feature. I will review the code.
Thanks
Liming
Chris:
Please submit one BZ (https://bugzilla.tianocore.org/) for this new
feature. I will review the code.
Thanks
Liming
|
By
gaoliming
·
#78385
·
|
|
[PATCH] SecurityPkg: Debug code to audit BIOS TPM extend operations.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2858
Add debug functionality to examine TPM extend operations
performed by BIOS and inspect the PCR 00 value prior to
any BIOS
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2858
Add debug functionality to examine TPM extend operations
performed by BIOS and inspect the PCR 00 value prior to
any BIOS
|
By
Rodrigo Gonzalez del Cueto
·
#78384
·
|
|
Re: [PATCH v5 00/11] Measured SEV boot with kernel/initrd/cmdline
Thanks Ard.
-Dov
By
Dov Murik
·
#78383
·
|
|
[PATCH] Reallocate TPM Active PCRs based on platform support.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3515
The current implementation of SyncPcrAllocationsAndPcrMask() triggers
PCR bank reallocation only based on the intersection
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3515
The current implementation of SyncPcrAllocationsAndPcrMask() triggers
PCR bank reallocation only based on the intersection
|
By
Rodrigo Gonzalez del Cueto
·
#78382
·
|
|
[PATCH 00/13] Add ACPI 6.4 header file
This patch series introduces a header file for the latest version of the
ACPI 6.4 specification, January 2021. This header contains all updates
to the ACPI specification in addition to addressing a
This patch series introduces a header file for the latest version of the
ACPI 6.4 specification, January 2021. This header contains all updates
to the ACPI specification in addition to addressing a
|
By
Chris Jones
·
#78381
·
|
|
Re: [PATCH V3 06/10] OvmfPkg: Add AmdSev.asm in ResetVector
Indeed. Too many emails.
Glad that we can reach consensus finally. :-)
Thanks, Min and Brijesh.
Indeed. Too many emails.
Glad that we can reach consensus finally. :-)
Thanks, Min and Brijesh.
|
By
Yao, Jiewen
·
#78380
·
|
|
[edk2-platforms PATCH v1 1/1] Platform/Intel/SimicsOpenBoardPkg: Fix PCD type of PcdVideo*Resolution
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3514
PcdVideoHorizontalResolution and PcdVideoVerticalResolutio are set in
the SimicsDxe module and consumed by the other module
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3514
PcdVideoHorizontalResolution and PcdVideoVerticalResolutio are set in
the SimicsDxe module and consumed by the other module
|
By
Takuto Naito
·
#78379
·
|
|
[edk2-platforms PATCH v1 0/1] Platform/Intel/SimicsOpenBoardPkg: Fix PCD type of PcdVideo*Resolution
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3514
v1:
https://github.com/naitaku/edk2-platforms/tree/bug3514_v1
Cc: Agyeman Prince <prince.agyeman@...>
Takuto Naito (1):
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3514
v1:
https://github.com/naitaku/edk2-platforms/tree/bug3514_v1
Cc: Agyeman Prince <prince.agyeman@...>
Takuto Naito (1):
|
By
Takuto Naito
·
#78378
·
|
|
Re: ArmPkg: TranslationTable exceeding TempRam on virtual systems
Hi,
Hoping to find a solution here. Would someone mind helping me with this?
Thanks a lot,
Arti
Hi,
Hoping to find a solution here. Would someone mind helping me with this?
Thanks a lot,
Arti
|
By
Arti Gupta <arti.gupta@...>
·
#78377
·
|
|
[edk2 PATCH] MdeModulePkg: Fix typo in error message
Fix typo in error message in CapsuleApp.
Signed-off-by: Seonghyun Park <shpark1@...>
---
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c | 2 +-
1 file changed, 1 insertion(+), 1
Fix typo in error message in CapsuleApp.
Signed-off-by: Seonghyun Park <shpark1@...>
---
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Seonghyun Park <shpark.zilla@...>
·
#78376
·
|
|
Re: Proposing a new area of the edk2-test repository
Adding ResumeOK.efi tool under /edk2-test/test-tools/TestToolsPkg would be great.
Should I propose this in the RFC and DEVEL mailing lists as a next step?
Thanks,
__e
Adding ResumeOK.efi tool under /edk2-test/test-tools/TestToolsPkg would be great.
Should I propose this in the RFC and DEVEL mailing lists as a next step?
Thanks,
__e
|
By
Nelson, Eric <eric.nelson@...>
·
#78375
·
|
|
[PATCH] MdeModulePkg: CapsuleApp: Fix typo
Fix typo in comment
Signed-off-by: Seonghyun Park <shpark1@...>
---
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Fix typo in comment
Signed-off-by: Seonghyun Park <shpark1@...>
---
MdeModulePkg/Application/CapsuleApp/CapsuleOnDisk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Seonghyun Park <shpark1@...>
·
#78374
·
|
|
NetworkPkg: NetRandomInitSeed random seed generation
Hello,
While reviewing the code for NetRandomInitSeed in the DDxeNetLib, I see that it uses the time of day for random seed generation instead of something like RDRAND. Is there a reason for
Hello,
While reviewing the code for NetRandomInitSeed in the DDxeNetLib, I see that it uses the time of day for random seed generation instead of something like RDRAND. Is there a reason for
|
By
Arti Gupta <arti.gupta@...>
·
#78373
·
|