Introduction

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.

Documentation

Further information on Morello Platform is available at this page.

Morello FVP

Morello FVP can be downloaded from this location.

Supported Host and Toolchain

  • Host PC should be running Ubuntu Linux 18.04 LTS.
  • Please refer to the edk2-platforms/Readme.md for downloading the GCC toolchain.

Build Instructions

Please refer to the edk2-platforms/Readme.md for build instructions.

Dependencies

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.

SCP Firmware

The SCP firmware source code can be downloaded from this page.

Refer to the SCP Readme
for building SCP firmware.

Trusted Firmware-A (TF-A)

The Trusted Firmware-A source code can be downloaded from this page.

Refer to the TF-A Readme for building TF-A.