1. 03 Jul, 2020 1 commit
    • Luka Kovacic's avatar
      plat: marvell: armada: a8k: Add support for iEi Puzzle-M801 board · 70ec0d72
      Luka Kovacic authored
      
      
      Add support for the iEi Puzzle-M801 board that is based on
      the Marvell Armada 88F8040 SoC.
      
      It supports 1 x 288-pin DIMM, DDR4 2400MHz up to 16 GB (ECC).
      
      The iEi Puzzle-M801 board is using a custom MCU to handle board
      power management. The MCU is managing the boards power LEDs, fans
      and some other periferals. It's using UART for communication.
      Signed-off-by: default avatarLuka Kovacic <luka.kovacic@sartura.hr>
      Cc: Luka Perkov <luka.perkov@sartura.hr>
      Change-Id: I0826ef8bf651b69aad5803184f20930ac7212ef8
      70ec0d72
  2. 06 Jun, 2020 2 commits
  3. 18 Oct, 2018 1 commit
    • Grzegorz Jaszczyk's avatar
      mvebu: cp110: introduce COMPHY porting layer · 42a29337
      Grzegorz Jaszczyk authored
      
      
      Some of COMPHY parameters depends on the hw connection between the SoC
      and the PHY, which can vary on different boards e.g. due to different
      wires length. Define the "porting layer" with some defaults
      parameters. It ease updating static values which needs to be updated due
      to board differences, which are now grouped in one place.
      
      Example porting layer for a8k-db is under:
      plat/marvell/a8k/a80x0/board/phy-porting-layer.h
      
      If for some boards parameters are not defined (missing
      phy-porting-layer.h), the default values are used
      (drivers/marvell/comphy/phy-default-porting-layer.h)
      and the following compilation warning is show:
      "Using default comphy params - you may need to suit them to your board".
      
      The common COMPHY driver code is extracted in order to be shared with
      future COMPHY driver for A3700 SoC platforms
      Signed-off-by: default avatarGrzegorz Jaszczyk <jaz@semihalf.com>
      Signed-off-by: default avatarIgal Liberman <igall@marvell.com>
      Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
      42a29337
  4. 18 Jul, 2018 1 commit