1. 06 Jun, 2020 1 commit
    • Grzegorz Jaszczyk's avatar
      plat: marvell: ap807: update configuration space of each CP · c3c51b32
      Grzegorz Jaszczyk authored
      
      
      By default all external CPs start with configuration address space set to
      0xf200_0000. To overcome this issue, go in the loop and initialize the
      CP one by one, using temporary window configuration which allows to access
      each CP and update its configuration space according to decoding
      windows scheme defined for each platform.
      
      In case of cn9130 after this procedure bellow addresses will be used:
      CP0 - f2000000
      CP1 - f4000000
      CP2 - f6000000
      
      When the re-configuration is done there is need to restore previous
      decoding window configuration(init_io_win).
      
      Change-Id: I1a652bfbd0bf7106930a7a4e949094dc9078a981
      Signed-off-by: default avatarGrzegorz Jaszczyk <jaz@semihalf.com>
      c3c51b32
  2. 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
  3. 18 Jul, 2018 1 commit