seL4/include/plat
Anna Lyons e3a83035f8 boot: consolidate init_freemem
init_freemem sets up available regions of memory for the hardware that
seL4 is booting on. Previously this function was duplicated across
architectures, with minor duplication.

This change provides a top-level init_freemem suitable for all
architectures.

- arm/riscv: change get_avail_p_reg to return whole p_reg array
- update all architectures to use new init_freemem.
- wrap init_freemem calls with arch_init_freemem for each arch, where
arch_init_freemem sets up the available and reserved regions of memory
which are passed to init_freemem.
2019-05-15 14:03:40 +10:00
..
default/plat cmake: add declare_default_headers 2019-04-12 14:25:53 +10:00
pc99/plat x64: add missing constant PPTR_TOP 2019-05-15 14:03:40 +10:00
spike/plat boot: consolidate init_freemem 2019-05-15 14:03:40 +10:00
tk1/plat/machine tk1: use declare_default_headers 2019-04-12 14:25:58 +10:00