[Feature]: DXE Should Only Allocate EFI_MEMORY_SP Ranges As Last Resort #885
Labels
state:needs-triage
Needs to triaged to determine next steps
type:feature-request
A new feature proposal
urgency:medium
Important with a moderate impact
Feature Overview
EFI_MEMORY_SP indicates special memory that may have performance issues or be unreliable or have other special characteristics. Today, DXE will allocate this memory as part of its normal pool.
Solution Overview
DXE should treat EFI_MEMORY_SP like untested memory, where it is not used unless we run out of standard system memory, in which case it gets promoted to be allocatable.
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
I will implement the feature
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: