• To run library functions on arm a53 core
    Hello experts, I am working on a53 core in which I am not able to run string library functions like memset, memcpy etc. I have included the string.h library also but it is generation an exception. The...
  • A53 preload mechanism
    Hi, I am reading the A53 MP Core doc. My question is related to instruction preloading in aarch64. In case of a very large block of code with no function calls, I want to make sure the L1 cache...
  • help me to understand this assembly program for configuring MMU for ArmV8,A53.
    ******************************************************************************/ /*****************************************************************************/ /** * @file translation_table.s * ...
  • could anybody help me to write a bare metal startup code for LS1043A (ARM V8,A53)in 32bit(AARCH32)mode
    excuse me for my English!!! i want to write bare-metal startup code in 32-bit mode for LS1043A-Rdb.it is having V8 A53 core. i have bare-metal 32bit(AARCH32) code for xilinx processor(which is of...
  • Could anybody tell me how to boot up a processor in AARCH32 bit mode in Arm V8 and A53 core?
    can you please tell me how to boot up a processor in 32 bit mode for Armv8, A53 core using baremetal code? how can i know it is booted in 32bit mode? Thanks.