Morello is an ARMv8-A platform that implements the capability architecture
extension. Capability architecture specific changes will be added here.
The platform port in UEFI firmware provides ARMv8-A architecture enablement.
Platform code is located at Platform/ARM/Morello.
Further information on Morello Platform is available at this page.
Morello FVP can be downloaded from this location.
edk2-platforms/Readme.md
for downloading the GCC toolchain.Please refer to the edk2-platforms/Readme.md
for build instructions.
Once the FVP is running, the SCP will be the first to boot and will bring the AP
core out of reset. The AP core will start executing Trusted Firmware-A at BL31
and once it completes the execution, it will start executing UEFI.
The SCP and TF-A binaries are required to boot to the UEFI Shell.
The SCP firmware source code can be downloaded from this page.
Refer to the SCP Readme
for building SCP firmware.
The Trusted Firmware-A source code can be downloaded from this page.
Refer to the TF-A Readme for building TF-A.