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 1 commit
  3. 08 Nov, 2018 1 commit
    • Antonio Nino Diaz's avatar
      Standardise header guards across codebase · c3cf06f1
      Antonio Nino Diaz authored
      
      
      All identifiers, regardless of use, that start with two underscores are
      reserved. This means they can't be used in header guards.
      
      The style that this project is now to use the full name of the file in
      capital letters followed by 'H'. For example, for a file called
      "uart_example.h", the header guard is UART_EXAMPLE_H.
      
      The exceptions are files that are imported from other projects:
      
      - CryptoCell driver
      - dt-bindings folders
      - zlib headers
      
      Change-Id: I50561bf6c88b491ec440d0c8385c74650f3c106e
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      c3cf06f1
  4. 18 Jul, 2018 1 commit