• Jeenu Viswambharan's avatar
    FVP: Support Base FVP RevC · 955242d8
    Jeenu Viswambharan authored
    
    
    Revision C of the Base FVP has the same memory map as earlier revisions,
    but has the following differences:
    
      - Implements CCI550 instead of CCI400,
      - Has a single instantiation of SMMUv3,
      - CPU MPIDs are shifted left by one level, and has MT bit set in them.
    
    The correct interconnect to program is chosen at run time based on the
    FVP revision. Therefore, this patch implements FVP functions for
    interconnect programming, rather than depending on ARM generic ones. The
    macros used have been renamed to reflect this change.
    
    Additionally, this patch initializes SMMUv3 as part of FVP early
    platform setup.
    
    New ARM config flags are introduced for feature queries at run time.
    
    Change-Id: Ic7b7f080953a51fceaf62ce7daa6de0573801f09
    Signed-off-by: default avatarJeenu Viswambharan <jeenu.viswambharan@arm.com>
    955242d8
fvp_common.c 7.37 KB