Changeset e93bb24 in mainline for boot/arch/arm32/src/asm.S


Ignore:
Timestamp:
2013-08-15T09:36:14Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34847e2
Parents:
7bf9217
Message:

arm32: add details to comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/arm32/src/asm.S

    r7bf9217 re93bb24  
    7575        bic     r4, r4, #(1 << CP15_C1_DC)
    7676
    77         #Disable I-cache and Branche predicotrs on non-armv7
     77        # Disable I-cache and Branche predictors.
    7878        bic     r4, r4, #(1 << CP15_C1_IC)
    7979        bic     r4, r4, #(1 << CP15_C1_BP)
     
    8888        dsb
    8989#else
     90        #cp15 dsb, r4 is ignored (should be zero)
    9091        mov r4, #0
    91         #cp15 dsb, r4 is ignored (should be zero)
    9292        mcr p15, 0, r4, c7, c10, 4
    9393#endif
    9494       
    9595        # Clean ICache and BPredictors, r4 ignored (SBZ)
     96        mov r4, #0
    9697        mcr p15, 0, r4, c7, c5, 0
    9798        nop
Note: See TracChangeset for help on using the changeset viewer.