1. 14 3月, 2014 1 次提交
  2. 06 3月, 2014 1 次提交
  3. 30 10月, 2013 1 次提交
    • C
      rename ARCH_BCM to ARCH_BCM_MOBILE (mach-bcm) · badb9238
      Christian Daudt 提交于
      Currently ARCH_BCM has been used for Broadcom
      Mobile V7 based SoCs. In order to allow other Broadcom
      SoCs to also use mach-bcm directory and files, this patch
      renames the original ARCH_BCM to ARCH_BCM_MOBILE, and
      uses ARCH_BCM to define any Broadcom chip residing
      in mach-bcm directory.
      Signed-off-by: NChristian Daudt <bcm@fixthebug.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      
      Changes from v2:
       - switch ARCH_MULTIPLATFORM from select to depends
       - remove 'default y' from BCM_MOBILE
      
      Changes from v1:
       - fix alpha ordering in dts/Makefile
       - break into 4 patches for separate subsys
      badb9238
  4. 20 8月, 2013 1 次提交
  5. 09 8月, 2013 1 次提交
  6. 10 4月, 2013 1 次提交
  7. 20 11月, 2012 1 次提交
    • C
      Add support for generic BCM SoC chipsets · 8ac49e04
      Christian Daudt 提交于
      In order to start upstreaming Broadcom SoC support, create
      a starting hierarchy, arch and dts files.
      The first support SoC family that is planned is the
      BCM281XX (BCM11130/11140/11351/28145/28155) family of dual A9 mobile
      SoC cores.
      This code is just the skeleton code for get the machine upstreamed. It
      has been made MULTIPLATFORM compatible.
      Next steps
      ----------
      Upstream a basic set of drivers - sufficient for a console boot to
      ramdisk. These will includer timer, gpio, i2c drivers.
      After this basic set, we will proceed with a more comprehensive set
      of drivers for the 281XX SoC family.
      
      v2 patch mods
      --------
       - Remove l2x0_of_init call as there were problems with the code.
         A separate patch will be submitted with cache init code
       - Rename capri files and refs to bcm281xx-based names
       - Add bcm281xx binding doc
       - various misc cleanups
      
      v3 patch mods
      -------------
       - Remove extra #include lines
       - Remove remaining references to capri
       - dt uart chipset string added
       - cleaned up chip # references
      
      v4 patch mods
      -------------
       - swap order of compatible definitions for uart
       - fix typo
      
      v5 patch mods
      -------------
       - Rename bcm281xx to bcm11351 in dts+code,
         leaving references to bcm281xx only in help+comments.
      
      v6 patch mods
      -------------
       - fix typo in uart 'compatible' string
      Signed-off-by: NChristian Daudt <csd@broadcom.com>
      Reviewed-by: NStephen Warren <swarren@nvidia.com>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      8ac49e04