You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task consists of allocating and reserving adequately sized memory region for coalesced capsules. The size will be calculated from capsule sizes, and the region will be chosen from available memory. Both address and size will be passed to the payload. No restriction on how to pass it to the payload. Possible solutions include HOB, new type of memory range in memory map or UEFI variable.
The text was updated successfully, but these errors were encountered:
Dasharo/coreboot#509 (in particular Dasharo/coreboot@fc0c762) implements reserving capsules memory and creating LB_TAG_CAPSULE table entry for being consumed by the payload. It is intertwined with other tasks in a way that doesn't allow to clearly separate them, so they are implemented by the same commit.
Brief summary
This task consists of allocating and reserving adequately sized memory region for coalesced capsules. The size will be calculated from capsule sizes, and the region will be chosen from available memory. Both address and size will be passed to the payload. No restriction on how to pass it to the payload. Possible solutions include HOB, new type of memory range in memory map or UEFI variable.
The text was updated successfully, but these errors were encountered: