1. 13 9月, 2012 2 次提交
    • T
      powerpc/85xx: remove P1020RDB and P2020RDB CAMP device trees · b05193c4
      Timur Tabi 提交于
      We only need two examples of CAMP device trees in the upstream kernel.
      
      Co-operative Asymmetric Multi-Processing (CAMP) is a technique where two
      or more operating systems (typically multiple copies of the same Linux
      kernel) are loaded into memory, and each kernel is given a subset of the
      available cores to execute on.  For example, on a four-core system, one
      kernel runs on cores 0 and 1, and the other runs on cores 2 and 3.
      
      The devices are also partitioned among the operating systems, and this is
      done with customized device trees.  Each kernel gets its own device tree
      that has only the devices that it should know about.
      
      Unfortunately, this approach is very hackish.  The kernels are trusted to
      only access devices in their respective device trees, and the partitioning
      only works for devices that can be handled.  Crafting the device trees is a
      tricky process, and getting U-Boot to load and start all kernels is
      cumbersome.
      
      But most importantly, each CAMP setup is very application-specific, since
      the actual partitioning of resources is done in the DTS by the system
      designer.  Therefore, it doesn't make a lot of sense to have a lot of CAMP
      device trees, since we only expect them to be used as examples.
      Signed-off-by: NTimur Tabi <timur@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b05193c4
    • T
      powerpc/85xx: L2sram - Add compatible string to the device id list · 618c9b74
      Tang Yuantian 提交于
      The following platforms are supported:
      mpc8544, mpc8572, mpc8536, p1021, p1025, p1024, p1010.
      Signed-off-by: NTang Yuantian <Yuantian.Tang@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      618c9b74
  2. 10 9月, 2012 28 次提交
  3. 07 9月, 2012 10 次提交