• how to print virtual address using %pk, in kernel
    I want print the virtual address by %pK, in kernel, after early console has been setup, but the out put is ____ptrval____, void __iomem *dist_base; dist_base = of_iomap(node, 0); pr_info("dist_base...
  • Linux kernel boot-up issue in ARM Cortex-A78 while accessing virtual memory
    Hi All, I am not sure if this is the perfect place to ask this question or not. But as we are stuck at a point since long, I decided to post it here. Please read the post and suggest me if I have to post...
  • Linux kernel boot-up issue in ARM Cortex-A78 while accessing virtual memory
    Hi All, I am not sure if this is the perfect place to ask this question or not. But as we are stuck at a point since long, I decided to post it here. Please read the post and suggest me if I have to post...
  • Armv8-R AEM FVP AArch32 mode - I do not get any PL011 interrupts
    Hi, I am using the following parameters https://github.com/zephyrproject-rtos/zephyr/blob/main/boards/arm/fvp_baser_aemv8r_aarch32/board.cmake while running Zephyr on AArch32-V8R FVP. I do not receive...
  • Specifying the starting address for library routines in common space; How?
    When linking with banking, the keil standard library routines are being placed in common space with a specific GAP "64F2H" every time. Does anybody know how to specify the library routines starting...