ian 1cfdd47296 MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,
r261676, r261677, r261698, r261778

  Consolidate code related to setting up physical memory configuration into
  a new physmem.c file.

  Replace compile-time constant KERNPHYSADDR with abp_physaddr

  Calculate the kernel's load address from the PC in the elf / gzip
  trampoline instead of relying on KERNPHYSADDR as a compile-time constant.

  It turns out a global variable is the only straightforward way to
  communicate the kernel's physical load address from where it's known in
  initarm() into cpu_mp_start() which is called from non-arm code and
  takes no parameters.

  Remove the now unused MMU_INIT macro.

  Use vm_paddr_t, not vm_offset_t, when dealing with physical addresses.

  No need to set physmem in each initarm() instance anymore, it's handled
  in common code now.

  Pass the pagetable used from locore.S to initarm to allow it to map data
  in as required.

  Fix the physmem exclude-region clipping logic for the edge-trim case.

  Add some extra debugging output when DEBUG is defined.

  Update legacy platforms to use new arm_physmem helper routines.
2014-05-15 20:58:23 +00:00
..
2013-12-17 13:39:50 +00:00
2014-03-26 07:31:57 +00:00
2014-01-09 22:40:51 +00:00
2014-05-01 03:18:11 +00:00
2012-11-10 14:56:35 +00:00
2014-02-06 02:12:39 +00:00
2014-05-07 09:55:47 +00:00
2014-05-14 22:52:16 +00:00
2014-05-15 19:09:31 +00:00
2014-01-29 22:01:42 +00:00