Skip to content
Snippets Groups Projects
  1. Oct 03, 2017
    • Jagan Teki's avatar
      sun7i: a20: Add Bananapi M1 Plus support · ea5b1e1e
      Jagan Teki authored
      
      Banana Pi M1 Plus is an open-source single-board computer
      that adds more connectivity to the classic board using
      Allwinner A20 SOC.
      
      Bananapi M1-Plus features:
      - A20 Dual-core 1.0GHz
      - 1 GB DDR3 SDRAM
      - MicroSD
      - 10/100/1000 Ethernet RJ45
      - WiFi b/g/n
      - 5V DC Micro USB power-supply
      
      For dts file,
      Sync with Linux commit f92ca09("Merge branch 'akpm/master'").
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      ea5b1e1e
  2. Aug 15, 2017
  3. Aug 11, 2017
  4. Jun 14, 2017
  5. Jun 08, 2017
    • Icenowy Zheng's avatar
      sunxi: add a defconfig for SoPine w/ official baseboard · 84580628
      Icenowy Zheng authored
      
      The SoPine is a SoM by Pine64, with an Allwinner A64 SoC, a LPDDR3 DRAM
      chip, an AXP803 PMIC, a SPI NOR Flash and a MicroSD slot. The card
      detect pin of the MicroSD slot is broken, however, it doesn't matter as
      the design of SoPine didn't allow hot-swapping the MicroSD card (The
      MicroSD slot is at the back of the SoM, and when the SoM is installed on
      the baseboard, it's nearly impossible to remove the MicroSD).
      
      The official baseboard of it is a board with nearly the same connectors
      with the original Pine64+, with the MicroUSB power jack replaced, and
      at the position of MicroSD slot a eMMC module slot is added.
      
      Add support for SoPine with the official baseboard by adding its
      defconfig file. It still uses the device tree of Pine64, however, it
      will change after a proper device tree of SoPine with baseboard is
      accepted by Linux mainline.
      
      Signed-off-by: default avatarIcenowy Zheng <icenowy@aosc.io>
      [Update board/sunxi/MAINTAINERS]
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Tested-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      84580628
    • Jagan Teki's avatar
      sun8i: h3: Add initial NanoPi M1 Plus support · b0174c39
      Jagan Teki authored
      
      NanoPi M1 Plus is designed and developed by FriendlyElec
      for professionals, enterprise users, makers and hobbyists
      using the Allwinner H3 SOC.
      
      NanoPi M1 Plus key features
      - Allwinner H3, Quad-core Cortex-A7@1.2GHz
      - 1GB DDR3 RAM
      - 8GB eMMC
      - microSD slot
      - 10/100/1000M Ethernet
      - Serial Debug Port
      - 5V 2A DC power-supply
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Tested-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      b0174c39
  6. Jun 02, 2017
    • Jagan Teki's avatar
      sun50i: h5: Add initial Orangepi Prime support · 868e3715
      Jagan Teki authored
      
      Orangepi Prime is an open-source single-board computer
      using the Allwinner h5 SOC.
      
      H5 Orangepi Prime has
      - Quad-core Cortex-A53
      - 2GB DDR3
      - Debug TTL UART
      - 1000M/100M Ethernet RJ45
      - Three USB 2.0
      - HDMI
      - Audio and MIC
      - Wifi + BT
      - IR receiver
      - HDMI
      - Wifi + BT
      
      Boot from MMC:
      -------------
      U-Boot SPL 2017.05-00662-ga3f4c05-dirty (May 25 2017 - 13:30:14)
      DRAM: 2048 MiB
      Trying to boot from MMC1
      NOTICE:  BL3-1: Running on H5 (1718) in SRAM A2 (@0x44000)
      NOTICE:  Configuring SPC Controller
      NOTICE:  BL3-1: v1.0(debug):aa75c8d
      NOTICE:  BL3-1: Built : 18:28:27, May 24 2017
      INFO:    BL3-1: Initializing runtime services
      INFO:    BL3-1: Preparing for EL3 exit to normal world
      INFO:    BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
      
      U-Boot 2017.05-00662-ga3f4c05-dirty (May 25 2017 - 13:30:14 +0000) Allwinner Technology
      
      CPU:   Allwinner H5 (SUN50I)
      Model: OrangePi Prime
      DRAM:  2 GiB
      MMC:   SUNXI SD/MMC: 0
      *** Warning - bad CRC, using default environment
      
      In:    serial
      Out:   serial
      Err:   serial
      Net:   phy interface7
      eth0: ethernet@1c30000
      starting USB...
      USB0:   USB EHCI 1.00
      USB1:   USB OHCI 1.0
      scanning bus 0 for devices... 1 USB Device(s) found
             scanning usb for storage devices... 0 Storage Device(s) found
      Hit any key to stop autoboot:  0
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      868e3715
  7. Jun 01, 2017
    • Jagan Teki's avatar
      sun50i: a64: Add initial Banana Pi M64 support · 2dbe9c13
      Jagan Teki authored
      
      BPI-M64 is a 64-bit quad-core mini single board computer
      using the Allwinner A64 SOC.
      
      BPI-M64 features
      - 1.2 Ghz Quad-Core ARM Cortex A53
      - 2GB DDR3 SDRAM with 733MHz
      - MicroSD/eMMC(8GB)
      - 10/100/1000Mbps ethernet (Realtek RTL8211E/D)
      - Wifi + BT
      - IR receiver
      - Audio In/Out
      - Video In/Out
      - 5V 2A DC power-supply
      
      For dts file,
      Sync with Linux commit 4879b7ae("Merge tag 'dmaengine-4.12-rc1'").
      
      Boot from MMC:
      -------------
      U-Boot SPL 2017.05-00667-g85dd258-dirty (May 29 2017 - 13:07:31)
      DRAM: 2048 MiB
      Trying to boot from MMC1
      NOTICE:  BL3-1: Running on A64/H64 (1689) in SRAM A2 (@0x44000)
      NOTICE:  Configuring SPC Controller
      NOTICE:  BL3-1: v1.0(debug):aa75c8d
      NOTICE:  BL3-1: Built : 18:28:27, May 24 2017
      NOTICE:  Configuring AXP PMIC
      NOTICE:  PMIC: setup successful
      INFO:    BL3-1: Initializing runtime services
      INFO:    BL3-1: Preparing for EL3 exit to normal world
      INFO:    BL3-1: Next image address: 0x4a000000, SPSR: 0x3c9
      
      U-Boot 2017.05-00667-g85dd258-dirty (May 29 2017 - 13:07:31 +0000) Allwinner Technology
      
      CPU:   Allwinner A64 (SUN50I)
      Model: BananaPi-M64
      DRAM:  2 GiB
      MMC:   SUNXI SD/MMC: 0, SUNXI SD/MMC: 1
      *** Warning - bad CRC, using default environment
      
      In:    serial
      Out:   serial
      Err:   serial
      Net:   No ethernet found.
      starting USB...
      No controllers found
      Hit any key to stop autoboot:  0
      
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      2dbe9c13
  8. May 30, 2017
    • Mylene JOSSERAND's avatar
      sunxi: Add support for NanoPi M1 · a647ea17
      Mylene JOSSERAND authored
      
      NanoPi M1 is a board based on Allwinner H3 CPU.
      
      This commit adds the support for this platform with:
         - an include device tree which enables UART, LEDs, GPIO key switch,
         1 USB host ports and the SD-card as a dtsi file.
         - a device tree specific to this board that enables the
         2 additional USB ports
         - a defconfig file for minimal support
         - a section in MAINTAINERS (add myself)
      
      Synchronized with the kernel device tree, from commits:
      sun8i-nanopi.dtsi: 85d2913614d9ab899d23b7ab7d22d23cf45bd1de
      sun8i-h3-nanopi-m1.dts: 10efbf5f16336b7540ad6a16aa1cb0b26bab033b
      
      Signed-off-by: default avatarMylène Josserand <mylene.josserand@free-electrons.com>
      Reviewed-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      a647ea17
  9. May 17, 2017
  10. May 04, 2017
  11. Apr 21, 2017
  12. Apr 20, 2017
  13. Apr 18, 2017
  14. Apr 07, 2017
    • Rask Ingemann Lambertsen's avatar
      arm: sunxi: Add Sunchip CX-A99 initial support · 58c4020c
      Rask Ingemann Lambertsen authored
      
      The Sunchip CX-A99 is a board used in some media players. It features:
      
      An Allwinner A80 ARM SoC (4 * Cortex-A7 + 4 * Cortex-A15 cores)
      2 GiB or 4 GiB DDR3 DRAM
      AXP808 PMIC
      16 GB or 32 GB eMMC
      SDIO Wifi/Bluetooth/FM module
      SD card slot
      1 USB 3.0 connector
      2 USB 2.0 connectors
      SATA connector
      UART connector (internally) for serial console
      Ethernet connector (10/100/1000 Mbit/s)
      HDMI connector
      Composite video and analog audio connector
      S/PDIF connector
      IR remote control receiver
      
      This patch adds a defconfig for the board. The DRAM settings are as found
      in the vendor sys_config.fex file.
      
      It has a preliminary device tree for use until a device tree is accepted
      upstream, after which it can be replaced by the upstream version.
      
      Signed-off-by: default avatarRask Ingemann Lambertsen <rask@formelder.dk>
      [squash commits, and edited new meanful commit message]
      Signed-off-by: default avatarJagan Teki <jagan@openedev.com>
      Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
      58c4020c
  15. Apr 05, 2017
  16. Jan 15, 2017
  17. Nov 28, 2016
  18. Oct 30, 2016
  19. Sep 18, 2016
  20. Sep 03, 2016
  21. Aug 26, 2016
  22. Jul 26, 2016
    • Hans de Goede's avatar
      sunxi: Add defconfig and dts file for the Orange Pi PC Plus SBC · 2a5adc5b
      Hans de Goede authored
      
      There is a new Orange Pi PC *Plus* version available now,
      this is an extended version of the regular Orange Pi PC
      with sdio wifi and an eMMC.
      
      The upstream kernel devs have decided that they want a separate
      dts for the PC Plus rather then sharing a single dts between the
      regular PC and the PC Plus. So add a new orangepi_pc_plus_defconfig
      to match.
      
      The added dts file matches the one submitted to the upstream kernel.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      2a5adc5b
  23. Jul 15, 2016
  24. Jul 02, 2016
  25. Jun 20, 2016
  26. Apr 12, 2016
  27. Apr 01, 2016
  28. Mar 23, 2016
Loading