Browse By Tags

  • How to do the ARM state change between 64-bit and 32-bit?

    Hi,

    The latest 64-bit architecture can on both AArch64 and AArch32 state.

    Can someone tell me how to utilize this feature so that I can seamlessly integrate algorithms (which are optimized with 32-bit and 64-bit instructions) with applications which are…

  • A strange problem in porting secure os in v8 secure EL1

    Hi, ARM experts:

        When we porting a secure os in 32bit mode in v8 secure EL1(our EL3 is running in AARCH 64bit mode), we got a strange problem:

        

        When start booting secure os in secure EL1, the bootstrap code…