• Antonio Nino Diaz's avatar
    ARM platforms: Add option to use xlat tables lib v1 · 3b211ff5
    Antonio Nino Diaz authored
    
    
    ARM platforms have migrated to the translation tables library v2.
    However, for testing purposes, it can be useful to temporarily switch
    back to the old version.
    
    This patch introduces the option `ARM_XLAT_TABLES_LIB_V1`, that switches
    to v1 of the library when is set to 1. By default, it is 0, so that ARM
    platforms use the new version unless specifically stated.
    
    Updated User Guide.
    
    Change-Id: I53d3c8dd97706f6af9c6fca0364a88ef341efd31
    Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
    3b211ff5
arm_common.c 7.22 KB