freebsd-nq/sys/arm/sa11x0
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
..
assabet_machdep.c Consolidate code related to setting up physical memory configuration into 2014-02-08 23:54:16 +00:00
files.sa11x0
sa11x0_dmacreg.h
sa11x0_gpioreg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
sa11x0_io_asm.S Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
sa11x0_io.c Remove all #include <machine/pmap.h> from arm code. It's already 2013-10-27 00:51:46 +00:00
sa11x0_irq.S Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
sa11x0_irqhandler.c
sa11x0_ost.c Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
sa11x0_ostreg.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
sa11x0_ppcreg.h
sa11x0_reg.h
sa11x0_var.h Trim trailing whitespace... 2012-06-13 04:59:00 +00:00
sa11x0.c A few last BUS_PROBE_NOWILDCARDs are in order. 2013-10-29 14:32:33 +00:00
std.sa11x0 Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
uart_bus_sa1110.c
uart_cpu_sa1110.c
uart_dev_sa1110.c Introduce grab and ungrab upcalls. When the kernel desires to grab the 2014-01-19 19:36:11 +00:00
uart_dev_sa1110.h