• Sandrine Bailleux's avatar
    juno: Access MPIDR_EL1 register directly in assembler · 7795260a
    Sandrine Bailleux authored
    Instead of using the read_mpidr() helper functions to read the
    MPIDR_EL1 system register, assembler coded functions should
    use MRS/MSR instructions. This results in faster and more
    compact code.
    
    Change-Id: I42bb61a926113c4f80aa1ce72ee29ab26cd8fa43
    7795260a
bl1_plat_helpers.S 4.28 KB