1. 24 11月, 2015 10 次提交
    • T
      arm64: tegra: Add NVIDIA Jetson TX1 Developer Kit support · 336f79c7
      Thierry Reding 提交于
      The Jetson TX1 Development Kit is the successor of the Jetson TK1. The
      Jetson TX1 is composed of the Jetson TX1 module (P2180) that connects to
      the P2597 I/O board. It comes with a 1200x1920 MIPI DSI panel connected
      via the P2597's display connector.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      336f79c7
    • T
      arm64: tegra: Add NVIDIA P2597 I/O board support · 2e634057
      Thierry Reding 提交于
      The NVIDIA P2597 I/O board is a carrier board for the Jetson TX1 module
      and together they are also known as the Jetson TX1 Developer Kit. The
      I/O board provides an RJ45 connector routed to the network adapter that
      is part of the Jetson TX1 module. It exposes many other connectors such
      as SATA, USB 3.0, HDMI, JTAG and PCIe, among others, as well. Dedicated
      connectors allow display and camera modules to be attached. A full-size
      SD slot is provided to extend storage beyond the 32 GiB of eMMC found
      on the Jetson TX1 module.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      2e634057
    • T
      arm64: tegra: Add NVIDIA Jetson TX1 support · 9e71045f
      Thierry Reding 提交于
      The NVIDIA Jetson TX1 is a processor module that features a Tegra210 SoC
      with 4 GiB of LPDDR4 RAM attached, a 32 GiB eMMC and other essentials.
      
      It is typically connected to some I/O board (such as the P2597) that has
      the connectors needed to hook it up to the outside world.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      9e71045f
    • T
      arm64: tegra: Add NVIDIA P2571 board support · 2cc85bd9
      Thierry Reding 提交于
      The NVIDIA P2571 is an internal reference design that's very similar to
      the P2371, but targetting different use-cases.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      2cc85bd9
    • T
      arm64: tegra: Add NVIDIA P2371 board support · 63023e95
      Thierry Reding 提交于
      The NVIDIA P2371 is an internal reference design that uses a P2530
      processor module hooked up to a P2595 I/O board and an optional display
      module for a 1200x1920 MIPI DSI panel.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      63023e95
    • T
      arm64: tegra: Add NVIDIA P2595 I/O board support · c24d2e13
      Thierry Reding 提交于
      The NVIDIA P2595 I/O board is used in several reference designs and has
      the connectors to connect the P2530 compute module to the outside world.
      It features a USB 3.0 network adapter, a USB 3.0 port, an HDMI port, a
      SATA port, an audio codec, a microSD card slot and a display connector,
      among others.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      c24d2e13
    • T
      arm64: tegra: Add NVIDIA P2530 main board support · c552cca3
      Thierry Reding 提交于
      The NVIDIA P2530 is a processor module used in several reference designs
      that features a Tegra210 SoC, 4 GiB of LPDDR4 RAM, 16 GiB eMMC and other
      essentials. It is typically connected to some I/O board that provides
      the connectors needed to hook it up to the outside world.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      c552cca3
    • T
      arm64: tegra: Add Tegra210 support · 742af7e7
      Thierry Reding 提交于
      Also known as Tegra X1, the Tegra210 has four Cortex-A57 cores paired
      with four Cortex-A53 cores in a switched configuration. It features a
      GPU using the Maxwell architecture with support for DX11, SM4, OpenGL
      4.5, OpenGL ES 3.1 and providing 256 CUDA cores. It supports hardware
      accelerated en- and decoding of various video standards including
      H.265, H.264 and VP8 at 4K resolutions and up to 60 fps.
      
      Besides the multimedia features it also comes with a variety of I/O
      controllers such as GPIO, I2C, SPI, SDHCI, PCIe, SATA and XHCI, to
      name only a few.
      
      Add a SoC-level device tree file that describes most of the hardware
      available on the SoC. This includes only hardware for which a device
      tree binding already exists or which is trivial to describe.
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      742af7e7
    • T
      arm64: tegra: Add NVIDIA Tegra132 Norrin support · 0f279ebd
      Thierry Reding 提交于
      Norrin is a Tegra132-based FFD used as reference platform within NVIDIA.
      
      Based on work by Allen Martin <amartin@nvidia.com>
      
      Cc: Paul Walmsley <pwalmsley@nvidia.com>
      Cc: Allen Martin <amartin@nvidia.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      0f279ebd
    • T
      arm64: tegra: Add Tegra132 support · 34b4f6d0
      Thierry Reding 提交于
      NVIDIA Tegra132 (also known as Tegra K1 64-bit) is a variant of Tegra124
      but with 2 Denver CPUs instead of the 4+1 Cortex-A15. This adds the DTSI
      file for the SoC, which is mostly similar to the one for Tegra124.
      
      Based on work by Allen Martin <amartin@nvidia.com>
      
      Cc: Paul Walmsley <pwalmsley@nvidia.com>
      Cc: Allen Martin <amartin@nvidia.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      34b4f6d0
  2. 31 10月, 2015 1 次提交
    • L
      ARM64: juno: disable NOR flash node by default · 980bbff0
      Linus Walleij 提交于
      After discussing on the mailing list it turns out that
      accessing the flash memory from the kernel can disrupt CPU
      sleep states and CPU hotplugging, so let's disable this
      DT node by default. Setups that want to access the flash
      can modify this entry to enable the flash again.
      
      Quoting Sudeep Holla: "the firmware assumes the flash is
      always in read mode while Linux leaves NOR flash in
      "read id" mode after initialization."
      Reported-by: NSudeep Holla <sudeep.holla@arm.com>
      Cc: Mark Rutland <mark.rutland@arm.com>
      Cc: Sudeep Holla <sudeep.holla@arm.com>
      Cc: Liviu Dudau <Liviu.Dudau@arm.com>
      Cc: Lorenzo Pieralisi <Lorenzo.Pieralisi@arm.com>
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Cc: Leif Lindholm <leif.lindholm@arm.com>
      Cc: Ryan Harkin <ryan.harkin@linaro.org>
      Fixes: 5078f77e "ARM64: juno: add NOR flash to device tree"
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NOlof Johansson <olof@lixom.net>
      980bbff0
  3. 28 10月, 2015 2 次提交
  4. 26 10月, 2015 1 次提交
  5. 24 10月, 2015 7 次提交
  6. 23 10月, 2015 1 次提交
  7. 15 10月, 2015 1 次提交
    • L
      ARM64: juno: add NOR flash to device tree · 5078f77e
      Linus Walleij 提交于
      The Juno motherboard has a NOR flash on the motherboard, enable
      this to be accessed with the CFI flash driver. Results after
      enabling MTD, MTD_CFI, MTD_PHYSMAP, MTD_PHYSMAP_OF,
      MTD_CFI_INTELEXT:
      
      8000000.flash: Found 2 x16 devices at 0x0 in 32-bit bank.
      Manufacturer ID 0x000089 Chip ID 0x008919
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Intel/Sharp Extended Query Table at 0x010A
      Using buffer write method
      Using auto-unlock on power-up/resume
      cfi_cmdset_0001: Erase suspend on write enabled
      erase region 0: offset=0x0,size=0x40000,blocks=255
      erase region 1: offset=0x3fc0000,size=0x10000,blocks=4
      
      Cc: Catalin Marinas <catalin.marinas@arm.com>
      Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
      Acked-by: NLiviu Dudau <Liviu.Dudau@arm.com>
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      5078f77e
  8. 14 10月, 2015 11 次提交
  9. 09 10月, 2015 4 次提交
  10. 08 10月, 2015 1 次提交
  11. 07 10月, 2015 1 次提交