seL4/libsel4
Adrian Danis 7836f76cf9 Extend bootinfo to support potentially arbitrary additional structures
This provides a future proof interface for extending the bootinfo region with additional
kinds of optional architecture and platform specific information. The basic idea is to
report the size of a region directly following the bootinfo frame, which is made up of
a series of 'chunks'. Each chunk has an identifier (describing what it is) and a length,
allowing unknown chunks to be skipped in favor of examining the remaining of the chunks.
2017-02-16 14:34:52 +11:00
..
arch_include trivial: fix typo 2017-02-13 08:27:52 +11:00
include Extend bootinfo to support potentially arbitrary additional structures 2017-02-16 14:34:52 +11:00
sel4_arch_include aarch64: Add aarch64 libsel4 implementation 2017-02-10 16:43:46 +11:00
sel4_plat_include plat: add tx1 support 2017-02-15 12:35:13 +11:00
src Streamline libsel4 and remove its libc dependencies. 2015-07-09 18:03:46 -07:00
tools aarch64: Add aarch64 libsel4 implementation 2017-02-10 16:43:46 +11:00
Kbuild Streamline libsel4 and remove its libc dependencies. 2015-07-09 18:03:46 -07:00
Kconfig libsel4: Optional public symbols for external interfaces 2016-12-06 18:08:39 +11:00
Makefile Unify arch_shared_types.bf from the libsel 2017-02-06 09:08:35 +11:00