freebsd-dev/sys/arm/xscale
Ian Lepore 5698bf8c86 Consolidate code related to setting up physical memory configuration into
a new physmem.c file.  The new code provides helper routines that can be
used by legacy SoCs and newer FDT-based systems.  There are routines to
add one or more regions of physically contiguous ram, and exclude one or
more physically contiguous regions of ram.  Ram can be excluded from crash
dumps, from being given over to the vm system for allocation management,
or both.  After all the included and excluded regions have been added,
arm_physmem_init_kernel_globals() processes the regions into the global
dump_avail and phys_avail arrays and realmem and physmem variables that
communicate memory configuration to the rest of the kernel.

Convert all existing SoCs to use the new helper code.
2014-02-08 23:54:16 +00:00
..
i8134x Consolidate code related to setting up physical memory configuration into 2014-02-08 23:54:16 +00:00
i80321 Consolidate code related to setting up physical memory configuration into 2014-02-08 23:54:16 +00:00
ixp425 Consolidate code related to setting up physical memory configuration into 2014-02-08 23:54:16 +00:00
pxa Consolidate code related to setting up physical memory configuration into 2014-02-08 23:54:16 +00:00
std.xscale Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.xscale-be Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00