Add Broadcom's code for bcm63xx support
[project/bcm63xx/atf.git] / include / arch / aarch64 / el3_common_macros.S
index 378e827ce1c57427d00b477fa785151ebb14fab1..c2946a85d3af63d992677d3242771f89b681b932 100644 (file)
        mov_imm x0, ((PMCR_EL0_RESET_VAL | PMCR_EL0_LP_BIT | \
                      PMCR_EL0_LC_BIT | PMCR_EL0_DP_BIT) & \
                    ~(PMCR_EL0_X_BIT | PMCR_EL0_D_BIT))
-
+       /* BRCM_PATCH: Do not overwrite the setting done by BRCM boot loaders
        msr     pmcr_el0, x0
-
+       */
        /* ---------------------------------------------------------------------
         * Enable External Aborts and SError Interrupts now that the exception
         * vectors have been setup.