1. 10 Dec, 2020 1 commit
  2. 07 Dec, 2020 1 commit
  3. 06 Dec, 2020 3 commits
  4. 25 Nov, 2020 1 commit
  5. 17 Nov, 2020 1 commit
  6. 15 Nov, 2020 1 commit
  7. 01 Nov, 2020 2 commits
  8. 30 Oct, 2020 2 commits
  9. 27 Oct, 2020 1 commit
    • Alexandre GRIVEAUX's avatar
      ARM: zynq: Add Z-turn board V5 · bd897a07
      Alexandre GRIVEAUX authored
      
      
      Adding Z-turn board V5 to resolve the change between:
      
      "Z-TURNBOARD_schematic.pdf" schematics state version 1 to 4 has Atheros AR8035
      "Z-Turn_Board_sch_V15_20160303.pdf" schematics state version 5 has Micrel KSZ9031
      
      At this time the S25FL128SAGNFI003 doesn't work because of bug:
      
      *** Warning - spi_flash_probe_bus_cs() failed, using default environment
      
      zynq-zturn was checked on V5 board, same error.
      
      Maybe Z-turn board have the same problem (board with W25Q128BVFIG).
      Signed-off-by: default avatarAlexandre GRIVEAUX <agriveaux@deutnet.info>
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      bd897a07
  10. 23 Oct, 2020 1 commit
  11. 14 Oct, 2020 2 commits
  12. 10 Sep, 2020 1 commit
    • Thirupathaiah Annapureddy's avatar
      arm: dts: fix ast2500-evb inclusion for the correct soc family · 0b65e494
      Thirupathaiah Annapureddy authored
      
      
      Include ast2500-evb.dtb for CONFIG_ASPEED_AST2500 instead of
      for all aspeed targets.
      
      ast2400 is based on ARM926EJ-S processor (ARMv5-architecture).
      ast2500 is based on ARM1176JZS processor (ARMv6-architecture).
      ast2600 is based on Cortex A7 processor (ARMv7-A architecture).
      Each of the above SOC is using a different ARM CPU(s) with different ARM
      architecture revision. It is not possible to support all 3 of these
      families in a single binary. So there is no need to build ast2500-evb.dtb
      for other SOC families.
      Signed-off-by: default avatarThirupathaiah Annapureddy <thiruan@linux.microsoft.com>
      0b65e494
  13. 24 Aug, 2020 2 commits
  14. 19 Aug, 2020 1 commit
  15. 11 Aug, 2020 2 commits
  16. 06 Aug, 2020 3 commits
    • Luka Kovacic's avatar
      arm: mvebu: Add CRS328-4C-20S-4S board · 537eaf4e
      Luka Kovacic authored
      
      
      MikroTik CRS328-4C-20S-4S board has a switch chip with an integrated
      Marvell Prestera 98DX3236 CPU.
      
      This commit includes two board variants, namely the factory
      default one and a Bit variant. The Bit board variant has a
      bigger Macronix flash.
      
      Add basic U-Boot, UART and SPI flash support.
      Signed-off-by: default avatarLuka Kovacic <luka.kovacic@sartura.hr>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Cc: Jakov Petrina <jakov.petrina@sartura.hr>
      Reviewed-by: default avatarStefan Roese <sr@denx.de>
      537eaf4e
    • Luka Kovacic's avatar
      arm: mvebu: Add CRS326-24G-2S board · d4cc179f
      Luka Kovacic authored
      
      
      MikroTik CRS326-24G-2S board has a switch chip with an integrated
      Marvell Prestera 98DX3236 CPU.
      
      This commit includes two board variants, namely the factory
      default one and a Bit variant. The Bit board variant has a
      bigger Macronix flash.
      
      Add basic U-Boot, UART and SPI flash support.
      Signed-off-by: default avatarLuka Kovacic <luka.kovacic@sartura.hr>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Cc: Jakov Petrina <jakov.petrina@sartura.hr>
      Reviewed-by: default avatarStefan Roese <sr@denx.de>
      d4cc179f
    • Luka Kovacic's avatar
      arm: mvebu: Add CRS305-1G-4S Bit board · a263df59
      Luka Kovacic authored
      
      
      MikroTik CRS305-1G-4S Bit board has a switch chip with an integrated
      Marvell Prestera 98DX3236 CPU.
      
      The Bit board variant is added, which has a bigger Macronix flash.
      
      Add basic U-Boot, UART and Winbond SPI flash support.
      Signed-off-by: default avatarLuka Kovacic <luka.kovacic@sartura.hr>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Cc: Jakov Petrina <jakov.petrina@sartura.hr>
      Reviewed-by: default avatarStefan Roese <sr@denx.de>
      a263df59
  17. 03 Aug, 2020 1 commit
    • Parthiban Nallathambi's avatar
      imx: Add MYiR Tech MYS-6ULX support · 10e959a1
      Parthiban Nallathambi authored
      
      
      MYS-6ULX is single board computer (SBC) comes with eMMC or NAND based
      on imx6ULL SoC from NXP and provision for expansion board. This
      commit adds support only for SBC with NAND.
      
      CPU:   Freescale i.MX6ULL rev1.1 528 MHz (running at 396 MHz)
      CPU:   Commercial temperature grade (0C to 95C) at 45C
      Reset cause: WDOG
      Model: MYiR i.MX6ULL MYS-6ULX Single Board Computer with NAND
      Board: MYiR MYS-6ULX 6ULL Single Board Computer
      DRAM:  256 MiB
      NAND:  256 MiB
      MMC:   FSL_SDHC: 0
      In:    serial@2020000
      Out:   serial@2020000
      Err:   serial@2020000
      Net:   FEC0
      
      Working:
       - Eth0
       - MMC/SD
       - NAND
       - UART 1
       - USB host
      Signed-off-by: default avatarParthiban Nallathambi <parthiban@linumiz.com>
      10e959a1
  18. 29 Jul, 2020 3 commits
  19. 28 Jul, 2020 2 commits
  20. 25 Jul, 2020 1 commit
  21. 22 Jul, 2020 3 commits
  22. 14 Jul, 2020 1 commit
  23. 08 Jul, 2020 1 commit
  24. 07 Jul, 2020 2 commits
  25. 24 Jun, 2020 1 commit
    • Mike Looijmans's avatar
      topic: zynqmp: Add support for zynqmp-xilinx-xdp platform · 39c5cf0e
      Mike Looijmans authored
      
      
      XDP - Xilinx Drone Platform is a board for drones or other UAV.
      
      Pinmux the SD card by default, and if the SD card detect line is high
      (inactive) then pinmux the SD1 interface to EMIO instead. SD is placed on
      extension card and shares connection with on board wife. That means that
      when SD card is present in the board wifi can't be used.
      
      There seems to be an issue with DDR access from PL at 2400MT/s, after
      updating the PMU and ATF firmware this is causing extremely slow DDR
      access. Reducing the DDR speed from 2400 to 2133 appears to solve that
      issue, even though the hardware has proven to be 2400 capable.
      Signed-off-by: default avatarMike Looijmans <mike.looijmans@topic.nl>
      Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
      39c5cf0e