|
Now: Tools, CI, Code base construction meeting series - 09/26/2022
#cal-notice
Tools, CI, Code base construction meeting series
When:
09/26/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Tools, CI, Code base construction meeting series
When:
09/26/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#94371
·
|
|
Re: [PATCH v3 06/16] ArmPkg/ArmMmuLib: Disable and re-enable MMU only when needed
Acked-by: Leif Lindholm <quic_llindhol@...>
/
Leif
Acked-by: Leif Lindholm <quic_llindhol@...>
/
Leif
|
By
Leif Lindholm
·
#94370
·
|
|
Re: [PATCH v3 09/16] ArmPlatformPkg/PrePeiCore: permit entry with the MMU enabled
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
|
By
Leif Lindholm
·
#94369
·
|
|
Re: [PATCH v3 08/16] ArmPkg/ArmMmuLib: Reuse XIP MMU routines when splitting entries
Acked-by: Leif Lindholm <quic_llindhol@...>
/
Leif
Acked-by: Leif Lindholm <quic_llindhol@...>
/
Leif
|
By
Leif Lindholm
·
#94368
·
|
|
Re: [PATCH v3 07/16] ArmPkg/ArmMmuLib: permit initial configuration with MMU enabled
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
|
By
Leif Lindholm
·
#94367
·
|
|
Re: [PATCH v3 05/16] ArmPkg/ArmMmuLib: don't replace table entries with block entries
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
|
By
Leif Lindholm
·
#94366
·
|
|
Event: Tools, CI, Code base construction meeting series - 09/26/2022
#cal-reminder
Reminder: Tools, CI, Code base construction meeting series
When:
09/26/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Reminder: Tools, CI, Code base construction meeting series
When:
09/26/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#94365
·
|
|
Re: [PATCH v3 03/16] ArmVirtPkg: make EFI_LOADER_DATA non-executable
Should the comment be updated too ("old versions of GRUB")?
Regardless:
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
Should the comment be updated too ("old versions of GRUB")?
Regardless:
Reviewed-by: Leif Lindholm <quic_llindhol@...>
/
Leif
|
By
Leif Lindholm
·
#94364
·
|
|
Re: CryptoPkg OpensslLib INF files
I don't have the resources to work on the script modification at the moment, but I could potentially have something put together in the next month or two.
Thanks,
Christopher Zurcher
I don't have the resources to work on the script modification at the moment, but I could potentially have something put together in the next month or two.
Thanks,
Christopher Zurcher
|
By
Christopher Zurcher
·
#94363
·
|
|
Re: [PATCH v2 0/4] IntelFsp2(Wrapper)Pkg: Support FSP 2.4 MultiPhase.
Patch 4 Fspw to adopt FSP 2.4 MultiPhase has been merged:
https://github.com/tianocore/edk2/commit/96f3efbd991db83c608909c1c861a77fe26982f1
Thanks,
Chasel
Patch 4 Fspw to adopt FSP 2.4 MultiPhase has been merged:
https://github.com/tianocore/edk2/commit/96f3efbd991db83c608909c1c861a77fe26982f1
Thanks,
Chasel
|
By
Chiu, Chasel
·
#94362
·
|
|
[PATCH v3 4/4] OvmfPkg/PlatformPei: SEV-SNP make >=4GB unaccepted
Instead of eagerly accepting all memory in PEI, only accept memory under
the 4GB address. This allows a loaded image to use the
ENABLE_UNACCEPTED_MEMORY_PROTOCOL to indicate that it can interpret
Instead of eagerly accepting all memory in PEI, only accept memory under
the 4GB address. This allows a loaded image to use the
ENABLE_UNACCEPTED_MEMORY_PROTOCOL to indicate that it can interpret
|
By
Dionna Glaze
·
#94361
·
|
|
[PATCH v3 3/4] MdeModulePkg: add EnableUnacceptedMemoryProtocol
Add a simple protocol that enables the use of the unaccepted memory
type. Must be called before ExitBootServices to be effective.
Cc: James Bottomley <jejb@...>
Cc: Jiewen Yao
Add a simple protocol that enables the use of the unaccepted memory
type. Must be called before ExitBootServices to be effective.
Cc: James Bottomley <jejb@...>
Cc: Jiewen Yao
|
By
Dionna Glaze
·
#94360
·
|
|
[PATCH v3 2/4] DxeMain accepts all memory at EBS if needed
With the addition of the EfiUnacceptedMemory memory type, it is possible
the EFI-enlightened guests do not themselves support the new memory
type. This commit adds a dynamic Pcd that can be set to
With the addition of the EfiUnacceptedMemory memory type, it is possible
the EFI-enlightened guests do not themselves support the new memory
type. This commit adds a dynamic Pcd that can be set to
|
By
Dionna Glaze
·
#94359
·
|
|
[PATCH v3 1/4] OvmfPkg: Realize EfiMemoryAcceptProtocol in AmdSevDxe
From: Sophia Wolf <phiawolf@...>
When a guest OS does not support unaccepted memory, the unaccepted
memory must be accepted before returning a memory map to the
From: Sophia Wolf <phiawolf@...>
When a guest OS does not support unaccepted memory, the unaccepted
memory must be accepted before returning a memory map to the
|
By
Dionna Glaze
·
#94358
·
|
|
[PATCH v3 0/4] Add safe unaccepted memory behavior
These three patches build on the lazy-accept patch series
"Introduce Lazy-accept for Tdx guest"
by adding SEV-SNP support for the MemoryAccept protocol, and
importantly making eager memory
These three patches build on the lazy-accept patch series
"Introduce Lazy-accept for Tdx guest"
by adding SEV-SNP support for the MemoryAccept protocol, and
importantly making eager memory
|
By
Dionna Glaze
·
#94357
·
|
|
[PATCH V2 2/2] NetworkPkg: Add WiFi profile sync protocol support
From: Zachary Clark-Williams <zclarkw112@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3845
Enables KVM and One Click Recovery WLAN capability with WiFi Profile
Sync feature and
From: Zachary Clark-Williams <zclarkw112@...>
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3845
Enables KVM and One Click Recovery WLAN capability with WiFi Profile
Sync feature and
|
By
Clark-williams, Zachary
·
#94356
·
|
|
Re: [PATCH 1/4] OvmfPkg: Realize EfiMemoryAcceptProtocol in AmdSevDxe
You should use -v2 -v3 -v4 etc. to specify the patch version.
You should use -v2 -v3 -v4 etc. to specify the patch version.
|
By
Rebecca Cran
·
#94355
·
|
|
Re: [PATCH] NetworkPkg: Add WiFi profile sync protocol support
After reviewing the code that provides the password from AMT to the connection manager, in a later revision after this line was added, the password is assigned a null terminator in its
After reviewing the code that provides the password from AMT to the connection manager, in a later revision after this line was added, the password is assigned a null terminator in its
|
By
Clark-williams, Zachary
·
#94354
·
|
|
Re: [PATCH] NetworkPkg: Add WiFi profile sync protocol support
No. StrLen() works by scanning the string until it finds a L'\0' terminator. Your code is provably wrong.
I would suggest that you retest, and find the mistake in your testing process.
Michael
No. StrLen() works by scanning the string until it finds a L'\0' terminator. Your code is provably wrong.
I would suggest that you retest, and find the mistake in your testing process.
Michael
|
By
Michael Brown
·
#94353
·
|
|
[PATCH v6 4/5] CI: Use Fedora 35 container (Linux only)
Run all Linux based jobs in a container, using a custom Fedora 35 image
(gcc 11). The image is hosted on ghcr.io and the Dockerfiles are
here: https://github.com/tianocore/containers
The version
Run all Linux based jobs in a container, using a custom Fedora 35 image
(gcc 11). The image is hosted on ghcr.io and the Dockerfiles are
here: https://github.com/tianocore/containers
The version
|
By
Oliver Steffen
·
#94352
·
|