Skip to content
  1. Jul 19, 2014
  2. Jul 14, 2014
  3. Jun 19, 2014
  4. Jun 17, 2014
    • Simon Horman's avatar
      ARM: shmobile: Let Marzen multiplatform boot with Marzen DTB · 04d3e8a0
      Simon Horman authored
      
      
      Let the multiplatform Marzen support boot with the legacy DTS for
      Marzen as well as the Marzen reference DTS.
      
      Based on work for the Koelsch board by Laurent Pinchart.
      
      Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      04d3e8a0
    • Simon Horman's avatar
      ARM: shmobile: Remove non-multiplatform Marzen reference support · 1ece7f7b
      Simon Horman authored
      
      
      Now that r8a7779 has CCF support remove the legacy Marzen reference
      Kconfig bits CONFIG_MACH_MARZEN_REFERENCE for the non-multiplatform
      case.
      
      Starting from this commit Marzen board support is always enabled via
      CONFIG_MACH_MARZEN, and CONFIG_ARCH_MULTIPLATFORM is used to select
      between board-marzen.c and board-marzen-reference.c
      
      The file board-marzen-reference.c can no longer be used together with
      the legacy sh-clk clock framework, instead CCF is used.
      
      Based on work for the Koelsch board by Laurent Pinchart.
      
      Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      1ece7f7b
    • Simon Horman's avatar
      ARM: shmobile: r8a7779: Initial multiplatform support · 5016c81b
      Simon Horman authored
      
      
      Add Marzen and r8a7779 to CONFIG_SHMOBILE_MULTI. At this
      point CCF is not yet supported so you cannot run this code
      yet. For CCF support to happen several different components
      are needed, and this is one simple portion that moves us
      forward. Other patches need to build on top of this one.
      
      Marzen board support exists in 3 flavours:
      1) SHMOBILE_MULTI, MACH_MARZEN - board-marzen-reference.c (CCF + DT)
      2) SHMOBILE, MACH_MARZEN_REFERENCE - board-marzen-reference.c (DT)
      3) SHMOBILE, MACH_MARZEN - board-marzen.c (legacy C code)
      
      When CCF is done then 2) will be removed. When 1) includes same features
      as 3) then 3) will be removed.
      
      Based on work for the Koelsch and r8a7791 by Magnus Damm.
      
      Cc: Magnus Damm <damm@opensource.se>
      Signed-off-by: default avatarSimon Horman <horms+renesas@verge.net.au>
      5016c81b
  5. May 31, 2014
  6. May 30, 2014
  7. May 29, 2014
  8. May 24, 2014
  9. May 22, 2014
    • Hans de Goede's avatar
      ARM: dts: sun7i: Add new i12-tvbox board · c690d80b
      Hans de Goede authored
      
      
      The i12 tvbox is an A20 based android tvbox, with 512M / 1G RAM, 4G nand flash,
      ap6210 or ap6330 sdio wifi + bt (broadcom sdio wifi + uart attached brcm bt),
      2USB host ports using USB-A receptacles and a micro-usb receptacle for USB OTG,
      and 100Mbit ethernet using an IP101a phy.
      
      The PCB is labelled i12-a20 hence I've named the board i12-a20. It is used
      in noname allwinner A20 tv-boxes, which are sometimes sold with Q5 or
      QT840A as product name.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      c690d80b
  10. May 21, 2014
  11. May 20, 2014
  12. May 18, 2014
  13. May 17, 2014
  14. May 16, 2014
  15. May 14, 2014
  16. May 13, 2014
    • Alexandre Courbot's avatar
      ARM: tegra: add device tree for SHIELD · e9d68f90
      Alexandre Courbot authored
      
      
      NVIDIA SHIELD is a portable Android console containing a Tegra 4 SoC with
      2GB RAM and a 720p panel.
      
      The following hardware is enabled by this device tree: UART, eMMC, USB
      (needs external power), PMIC, backlight, joystick, SD card, GPIO keys.
      
      DSI panel, HDMI output, charger, self-powered USB, audio, wifi bluetooth
      are not supported yet but might be by future patches (likely in that
      order).
      
      Touch panel and sensors will probably never be supported.
      
      Initrd addresses are hardcoded to match the static values used by the
      bootloader, since it won't add them for us. All the same, a kernel
      command-line is provided to replace the one passed by the
      bootloader which is filled with garbage.
      
      NVIDIA SHIELD is typically booted with an appended DTB to avoid
      modifications made by the bootloader.
      
      Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
      [swarren, fixed gpio-keys child node sort order, patch description]
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      e9d68f90
  17. May 12, 2014
  18. May 09, 2014
  19. May 07, 2014
  20. May 06, 2014
  21. May 05, 2014
  22. May 03, 2014
    • Alexandre Courbot's avatar
      ARM: tegra: add Tegra Note 7 device tree · 6f3df63f
      Alexandre Courbot authored
      
      
      Tegra Note 7 is a consumer tablet embedding a Tegra 4 SoC with 1GB RAM
      and a 720p panel.
      
      The following hardware is enabled by this device tree: UART, eMMC, USB
      (needs external power), PMIC, backlight, DSI panel, keys.
      
      SD card, HDMI, charger, self-powered USB, audio, wifi, bluetooth are not
      yet supported but might be by future patches (likely in that order).
      
      Touch panel, sensors & cameras will probably never be supported.
      
      Pinctrl is not set yet, as the bootloader-provided values allow us to
      use the currently supported hardware.
      
      Initrd addresses are hardcoded to match the static values used by the
      bootloader, since it won't add them for us. All the same, a kernel
      command-line is provided to replace the one passed by the bootloader
      which is filled with garbage.
      
      Signed-off-by: default avatarAlexandre Courbot <acourbot@nvidia.com>
      [treding@nvidia.com: DT fixes, DSI panel support]
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      6f3df63f
  23. Apr 27, 2014