]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r257161, r257169, r257178, r257190, r257191
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 00:51:26 +0000 (00:51 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 14 May 2014 00:51:26 +0000 (00:51 +0000)
commit030ca0fcf8f8c920391418e0968f9e42ecaac361
tree0a7f6d9dda09a9467d9629cbd1d020b502dc6dad
parent18ee44d3e2fd02773addef714504e322a26a3f93
MFC r257161, r257169, r257178, r257190, r257191

 Add pmap_mapdev_attr() and pmap_kenter_attr() interfaces.

 Fix concurrency issues with TLB1 updates and make pmap_kextract() search
 TLB1 mappings as well

  Interrelated improvements to early boot mappings:
  - Remove explicit requirement that the SOC registers be found except as an
    optimization (although the MPC85XX LAW drivers still require they be found
    externally, which should change).
  - Remove magic CCSRBAR_VA value.
  - Allow bus_machdep.c's early-boot code to handle non 1:1 mappings and
    systems not in real-mode or global 1:1 maps in early boot.
  - Allow pmap_mapdev() on Book-E to reissue previous addresses if the
    area is already mapped. Additionally have it check all mappings, not
    just the CCSR area.

 Add some extra sanity checking and checks to printf format specifiers.

 Bump initial TLB size. The kernel is not necessarily less than 16 MB

 Handle (in a slightly ugly way) ePAPR-type loaders that just place a
 device tree into r3.

git-svn-id: svn://svn.freebsd.org/base/stable/10@265996 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/powerpc/aim/machdep.c
sys/powerpc/booke/locore.S
sys/powerpc/booke/machdep.c
sys/powerpc/booke/machdep_e500.c
sys/powerpc/booke/pmap.c
sys/powerpc/include/pmap.h
sys/powerpc/include/tlb.h
sys/powerpc/include/vmparam.h
sys/powerpc/mpc85xx/mpc85xx.c
sys/powerpc/mpc85xx/mpc85xx.h
sys/powerpc/powerpc/bus_machdep.c