Multiprocessor support in AARCH64
Matheus Medeiros
Hi everyone.
I'm developing an application using EDK2 and I need to implement multiprocessor support. For the X64 architecture I was able to use EFI_MP_SERVICES_PROTOCOL to run code in other processors, but I also need to use this functionality in AARCH64 processors. I tried using it on two machines and was unable to use the MP Services protocol on any of them. Is multiprocessor support not available for ARM machines? Or is there any other protocol to use with this architecture?
Thanks
Matheus Medeiros
I'm developing an application using EDK2 and I need to implement multiprocessor support. For the X64 architecture I was able to use EFI_MP_SERVICES_PROTOCOL to run code in other processors, but I also need to use this functionality in AARCH64 processors. I tried using it on two machines and was unable to use the MP Services protocol on any of them. Is multiprocessor support not available for ARM machines? Or is there any other protocol to use with this architecture?
Thanks
Matheus Medeiros