History log of /seL4-camkes-master/projects/capdl/python-capdl-tool/tests/allocator.py
Revision Date Author Comments
# 3aa810cb 17-Jun-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Make python style compliant

Brings the python files in this repo into compliance with the
checks in `sel4_tools`.


# 9f1ba467 17-Jun-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert to SPDX license tags

This includes marking all documentation files CC-BY-SA-4.0.


# f9e33928 04-Jun-2019 Japheth Lim <Japheth.Lim@data61.csiro.au>

python-capdl-tool: fix size calculation in allocator tests


# febad5a0 14-May-2019 Japheth Lim <Japheth.Lim@data61.csiro.au>

python-capdl-tool: jiggle allocator testsuite paddrs to be non-zero

The allocator doesn't actually work if an untyped starts at paddr 0.


# de7b60d3 14-May-2019 Japheth Lim <Japheth.Lim@data61.csiro.au>

python-capdl-tool: fix allocator sometimes losing the final untyped


# ef2fe742 13-Feb-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

python-capdl-tool: add untyped allocator

This change adds an offline allocator for calculating untyped
derivations, which will be used in future to specify exact derivations
from boot info untyped objects. This allows the allocation logic to be
removed from the loader, this simplifying the loader model for
verificaion while allowing for policy freedom in terms of allocation.

The initial allocator implementation is a best-fit allocator.


# 36be506a 14-Feb-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

Revert "python-capdl-tool: add untyped allocator"

This reverts commit 1b369bbe54cb57a2169e2fe659936844e4d23990.


# 1b369bbe 13-Feb-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

python-capdl-tool: add untyped allocator

TODO context