1. 29 Dec, 2019 2 commits
    • Samuel Holland's avatar
      allwinner: Move the NOBITS region to SRAM A1 · ed306a86
      Samuel Holland authored
      
      
      This frees up space in SRAM A2 that will be used by the SCP firmware and
      SCPI shared memory.
      Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
      Change-Id: I8ce035257451e2d142666fe0cd045e59d4d57b35
      ed306a86
    • Samuel Holland's avatar
      bl31: Split into two separate memory regions · f8578e64
      Samuel Holland authored
      
      
      Some platforms are extremely memory constrained and must split BL31
      between multiple non-contiguous areas in SRAM. Allow the NOBITS
      sections (.bss, stacks, page tables, and coherent memory) to be placed
      in a separate region of RAM from the loaded firmware image.
      
      Because the NOBITS region may be at a lower address than the rest of
      BL31, __RW_{START,END}__ and __BL31_{START,END}__ cannot include this
      region, or el3_entrypoint_common would attempt to invalidate the dcache
      for the entire address space. New symbols __NOBITS_{START,END}__ are
      added when SEPARATE_NOBITS_REGION is enabled, and the dcached for the
      NOBITS region is invalidated separately.
      Signed-off-by: default avatarSamuel Holland <samuel@sholland.org>
      Change-Id: Idedfec5e4dbee77e94f2fdd356e6ae6f4dc79d37
      f8578e64
  2. 23 Dec, 2019 2 commits
  3. 20 Dec, 2019 16 commits
  4. 19 Dec, 2019 5 commits
  5. 18 Dec, 2019 10 commits
  6. 17 Dec, 2019 5 commits