1. 04 2月, 2020 4 次提交
  2. 30 1月, 2020 6 次提交
  3. 28 1月, 2020 2 次提交
  4. 26 1月, 2020 4 次提交
  5. 25 1月, 2020 5 次提交
    • C
      sunxi: Add Libre Computer ALL-H5-CC H5 board · 533f2433
      Chen-Yu Tsai 提交于
      The Libre Computer ALL-H5-CC board is an upgraded version of the
      ALL-H3-CC. Changes include:
      
        - Gigabit Ethernet via external RTL8211E Ethernet PHY
        - 16 MiB SPI NOR flash memory
        - PoE tap header
        - Line out jack removed
      
      Only H5 variant test samples were made available, and the vendor is not
      certain whether other SoC variants would be made or not. Furthermore the
      board is a minor upgrade compared to the ALL-H3-CC. Thus the device tree
      simply includes the one for the ALL-H3-CC, and adds the changes on top.
      
      The device tree was synced over from the Linux kernel, along with other
      H3/H5 changes, in a previous patch. Thus only the defconfig and an entry
      to the MAINTAINERS file is added.
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      [jagan: drop CONFIG_SYS_SPI_U_BOOT_OFFS]
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      533f2433
    • C
      sunxi: Add Libre Computer ALL-H3-IT H5 board · 986b5e8c
      Chen-Yu Tsai 提交于
      The Libre Computer ALL-H3-IT board is a small single board computer that
      is roughly the same size as the Raspberry Pi Zero, or around 20% smaller
      than a credit card.
      
      The board features:
      
        - H2, H3, or H5 SoC from Allwinner
        - 2 DDR3 DRAM chips
        - Realtek RTL8821CU based WiFi module
        - 128 Mbit SPI-NOR flash
        - micro-SD card slot
        - micro HDMI video output
        - FPC connector for camera sensor module
        - generic Raspberri-Pi style 40 pin GPIO header
        - additional pin headers for extra USB host ports, ananlog audio and
          IR receiver
      
      Only H5 variant test samples were made available, but the vendor does
      have plans to include at least an H3 variant. Thus the device tree is
      split much like the ALL-H3-CC, with a common dtsi file for the board
      design, and separate dts files including the common board file and the
      SoC dtsi file. The other variants will be added as they are made
      available.
      
      The device tree was synced over from the Linux kernel, along with other
      H3/H5 changes, in a previous patch. Thus only the defconfig and an entry
      to the MAINTAINERS file is added.
      Signed-off-by: NChen-Yu Tsai <wens@csie.org>
      [jagan: drop CONFIG_SYS_SPI_U_BOOT_OFFS]
      Signed-off-by: NJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      986b5e8c
    • A
      sunxi: move CONFIG_SYS_SPI_U_BOOT_OFFS out of defconfig · 671d64fe
      Andre Przywara 提交于
      For Allwinner SoCs the CONFIG_SYS_SPI_U_BOOT_OFFS value is not really a
      board choice: The boot ROM only loads the SPL from offset 0 of the SPI
      NOR flash, and loads at most 32KB. This is a similar situation as on MMC,
      so consequently we create our "joint" image (SPL + U-Boot proper) with
      that 32KB offset during the build.
      
      So define the value of this symbol to be 32KB by default for every
      Allwinner SoC. This removes the definition of this symbol from the
      _defconfig files, and avoids every board to define this over and over
      again.
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      671d64fe
    • A
      sunxi: defconfig: R40 boards: enable USB · 043c65b7
      Andre Przywara 提交于
      Now that the USB PHY on the Allwinner R40 SoC is supported, enable USB
      support for the two R40 boards U-Boot supports.
      For this we need to add the GPIO pin that powers the USB port(s), also
      enable the usual suspects (OHCI/EHCI support).
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      043c65b7
    • A
      sunxi: defconfig: Bananapi M2 Berry: enable Ethernet · 4b3eebfd
      Andre Przywara 提交于
      The M2 Berry features the normal Gigabit PHY connected to the SoC's MAC,
      so enable the sun8i-emac driver to support Ethernet on the board.
      Signed-off-by: NAndre Przywara <andre.przywara@arm.com>
      Reviewed-by: NJagan Teki <jagan@amarulasolutions.com>
      4b3eebfd
  6. 24 1月, 2020 9 次提交
  7. 23 1月, 2020 6 次提交
  8. 21 1月, 2020 1 次提交
  9. 20 1月, 2020 3 次提交