seL4/tools/hardware
Kent McLeod 18a3fb3bae hardware.py: Create smaller UT at end of addresses
At the end of the physical address range, the last address isn't turned
into an UT object. The scripts generating the memory regions
unnecessarily round down to a small page size when they could instead
round down to the smallest UT size and this memory could be used for
smaller kernel objects.

Signed-off-by: Kent McLeod <kent@kry10.com>
2021-10-03 10:10:43 +11:00
..
outputs make kernel device frame handling more generic 2021-08-27 21:15:11 +10:00
utils hardware.py: Create smaller UT at end of addresses 2021-10-03 10:10:43 +11:00
__init__.py Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
config.py hardware.py: Create smaller UT at end of addresses 2021-10-03 10:10:43 +11:00
device.py Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
fdt.py Convert license tags to SPDX identifiers 2020-03-09 13:21:49 +08:00
irq.py tools: add risc-v dtb interrupt parsing 2021-08-24 18:04:43 +10:00
memory.py python: add __str__() for Region 2021-09-27 23:09:24 +10:00