1. 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
  2. 22 Aug, 2018 1 commit
  3. 19 Jun, 2018 1 commit
    • Anson Huang's avatar
      Support for NXP's i.MX8 SoCs IPC · ff2743e5
      Anson Huang authored
      
      
      NXP's i.MX8 SoCs have system controller (M4 core)
      which takes control of clock management, power management,
      partition management, PAD management etc., other
      clusters like Cortex-A35 can send out command via MU
      (Message Unit) to system controller for clock/power
      management etc..
      
      This patch adds basic IPC(inter-processor communication) support.
      Signed-off-by: default avatarAnson Huang <Anson.Huang@nxp.com>
      ff2743e5