Heap refinement Part1 -- prerequisites#4730
Merged
lgirdwood merged 3 commits intothesofproject:mainfrom Sep 9, 2021
Merged
Conversation
Contributor
Author
|
@lgirdwood CI all green here. |
lgirdwood
reviewed
Sep 8, 2021
lgirdwood
reviewed
Sep 8, 2021
Member
lgirdwood
left a comment
There was a problem hiding this comment.
Just need an extra comment.
The allocator will return failure if the request size is too big, remove the unsuitable check here. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
246ea64 config: skl: change image_size to the real SRAM size 9c9e07c config: kbl: change image_size to the real SRAM size 44b37d1 config: sue: change image_size to the real SRAM size 580e4d6 config: tgl-cavs: change image_size to the real SRAM size Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
We have change the size of runtime_shared zone to be decided at link stage, here hardcode HEAP_RUNTIME_SHARED_SIZE to unblock the Zephyr building. Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
lgirdwood
approved these changes
Sep 9, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the prerequisites of the Heap refinement PR.