freebsd-dev/sys/arm/xscale/pxa
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
..
files.pxa Pull all the code to deal with bus space methods into a shared set of 2008-06-10 03:44:14 +00:00
if_smc_smi.c Sweep up a bit of arm-land fallout after r257244; include necessary 2013-10-28 15:20:17 +00:00
pxa_gpio.c
pxa_icu.c Pass the previously returned IRQ back to arm_get_next_irq() so that 2009-06-09 18:18:41 +00:00
pxa_machdep.c Consolidate code related to setting up physical memory configuration into 2014-02-08 23:54:16 +00:00
pxa_obio.c Hints-only devices should return BUS_PROBE_NOWILDCARD from their probe 2013-10-29 13:52:05 +00:00
pxa_smi.c This isn't functionally identical. In some cases a hint to disable 2012-10-22 13:06:09 +00:00
pxa_space.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
pxa_timer.c
pxareg.h trim trailing spaces that have accumulated over the years (these files 2012-06-13 04:38:09 +00:00
pxavar.h
std.pxa Remove the ARM_USE_SMALL_ALLOC option and code related to it. 2014-02-08 22:21:38 +00:00
uart_bus_pxa.c - Add new ARM kernel option QEMU_WORKAROUNDS which can be 2012-04-07 23:47:08 +00:00
uart_cpu_pxa.c