1. 05 Jun, 2014 2 commits
    • Sandrine Bailleux's avatar
      juno: Rename Juno "mmap" array to avoid name confusion · 61cb163b
      Sandrine Bailleux authored
      Rename the array "mmap" in plat/juno/aarch64/plat_common.c to
      "juno_mmap", to avoid confusion with the array of the same name
      in lib/arch/aarch64/xlat_tables.c
      
      Change-Id: If2f2976b1bc9177a14625a2a4559c32c5236090f
      61cb163b
    • Sandrine Bailleux's avatar
      juno: Place assembler functions in separate sections · db7bc010
      Sandrine Bailleux authored
      This extends the --gc-sections behaviour to the Juno-specific assembler
      support functions in the firmware images by placing each function
      into its own code section. This is achieved by using the 'func'
      macro when declaring a function label.
      
      Change-Id: I738370c0515face104531ab7944cc5bbdad49a9d
      db7bc010
  2. 04 Jun, 2014 10 commits