• How to disable two shader cores on the Rk3288 board Mali-T760 Mp4
    Hello I am working on a RK3288 board, it is having Mali-T760 MP4 GPU. can someone help me how to disable two shader cores on this board. I actually was looking for the Mali-T760 MP2 config on the same...
  • How to disable two shader cores on the Rk3288 board Mali-T760 Mp4
    Hello I am working on a RK3288 board, it is having Mali-T760 MP4 GPU. can someone help me how to disable two shader cores on this board. I actually was looking for the Mali-T760 MP2 config on the same...
  • How do the TLB maintenance instructions affect other offline CPU cores disabled by CPU Hotplug in the kernel
    Hi, I'm a beginner in ARM architecture. 1) A re some TLBI instructions that can clean TLB entry for the Outer Shareable domain valid for other CPU cores that are offline? For example, if I make a...
  • ISR should disable interrupts or does the ARM processor do it automatically when interrupt comes from a peripheral
    Arm IRQ handler will call the ISR via like this (See the asterisk mark in below code): IRQ_Handler PUSH { r0 - r3 , r12 , lr } @ Store AAPCS registers and LR onto the IRQ mode stack ...
  • ISR should disable interrupts or does the ARM processor do it automatically when interrupt comes from a peripheral
    Arm IRQ handler will call the ISR via like this (See the asterisk mark in below code): IRQ_Handler PUSH { r0 - r3 , r12 , lr } @ Store AAPCS registers and LR onto the IRQ mode stack ...