1. 28 Jan, 2020 4 commits
  2. 27 Jan, 2020 4 commits
    • Soby Mathew's avatar
      Merge changes from topic "pie" into integration · 0281e60c
      Soby Mathew authored
      * changes:
        uniphier: make all BL images completely position-independent
        uniphier: make uniphier_mmap_setup() work with PIE
        uniphier: pass SCP base address as a function parameter
        uniphier: set buffer offset and length for io_block dynamically
        uniphier: use more mmap_add_dynamic_region() for loading images
        bl_common: add BL_END macro
        uniphier: turn on ENABLE_PIE
        TSP: add PIE support
        BL2_AT_EL3: add PIE support
        BL31: discard .dynsym .dynstr .hash sections to make ENABLE_PIE work
        PIE: pass PIE options only to BL31
        Build: support per-BL LDFLAGS
      0281e60c
    • Manish Pandey's avatar
      Neovers N1: added support to update presence of External LLC · f2d6b4ee
      Manish Pandey authored
      
      
      CPUECTLR_EL1.EXTLLC bit indicates the presense of internal or external
      last level cache(LLC) in the system, the reset value is internal LLC.
      
      To cater for the platforms(like N1SDP) which has external LLC present
      introduce a new build option 'NEOVERSE_N1_EXTERNAL_LLC' which can be
      enabled by platform port.
      Signed-off-by: default avatarManish Pandey <manish.pandey2@arm.com>
      Change-Id: Ibf475fcd6fd44401897a71600f4eafe989921363
      f2d6b4ee
    • Vijayenthiran Subramaniam's avatar
      plat/arm/sgi: move topology information to board folder · a9fbf13e
      Vijayenthiran Subramaniam authored
      
      
      The platform topology description of the upcoming Arm's RD platforms
      have different topology than those listed in the sgi_topology.c file. So
      instead of adding platform specific topology into existing
      sgi_topology.c file, those can be added to respective board files. In
      order to maintain consistency with the upcoming platforms, move the
      existing platform topology description to respective board files.
      
      Change-Id: I4689c7d24cd0c75a3dc234370c34a85c08598abb
      Signed-off-by: default avatarVijayenthiran Subramaniam <vijayenthiran.subramaniam@arm.com>
      a9fbf13e
    • Manish Pandey's avatar
  3. 24 Jan, 2020 32 commits