Skip to content
Commit 976e6ed9 authored by Mohamed Omar Asaker's avatar Mohamed Omar Asaker
Browse files

mod/power-distributor: Add tree traverse order table



Add the construction of the tree traverse order table.
The table shall be used during calculations and distribution of
limits, demands, and budgets.

Traverseing order will be level by level (breadth first walk).

The construction is based on detecting the root and adding it to
the traverse order table then looping through the table adding
children to the end.

Unit test added.

Signed-off-by: Mohamed Omar Asaker's avatarMohamed Omar Asaker <mohamed.omarasaker@arm.com>
parent 37035ba4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment