public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Sami Mujawar" <sami.mujawar@arm.com>
To: Chandni Cherukuri <Chandni.Cherukuri@arm.com>,
	"devel@edk2.groups.io" <devel@edk2.groups.io>
Cc: Ard Biesheuvel <ardb+tianocore@kernel.org>,
	Leif Lindholm <leif@nuviainc.com>, nd <nd@arm.com>
Subject: Re: [edk2-platforms][PATCH V2 6/7] Platform-ARM-Morello: Add Readme.md file
Date: Mon, 12 Apr 2021 09:19:01 +0000	[thread overview]
Message-ID: <2D48062F-DF27-47F5-BDC5-6B33C93AEECC@arm.com> (raw)
In-Reply-To: <20210401143537.4799-7-chandni.cherukuri@arm.com>

Hi Chandni,

Thank you for this patch.

Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>

Regards,

Sami Mujawar

On 01/04/2021, 15:36, "Chandni Cherukuri" <chandni.cherukuri@arm.com> wrote:

    This patch adds Readme.md file for Morello Platform.
    The document consists of information regarding the platform,
    steps to build and boot till UEFI Shell on the Morello FVP
    Platform.

    Signed-off-by: Chandni Cherukuri <chandni.cherukuri@arm.com>
    ---
     Platform/ARM/Morello/Readme.md | 46 ++++++++++++++++++++
     1 file changed, 46 insertions(+)

    diff --git a/Platform/ARM/Morello/Readme.md b/Platform/ARM/Morello/Readme.md
    new file mode 100644
    index 000000000000..8d441234f3b8
    --- /dev/null
    +++ b/Platform/ARM/Morello/Readme.md
    @@ -0,0 +1,46 @@
    +# Introduction
    +
    +Morello is an ARMv8-A platform that implements the capability architecture
    +extension. Capability architecture specific changes will be added [here](https://git.morello-project.org/morello).
    +
    +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](https://developer.arm.com/architectures/cpu-architecture/a-profile/morello).
    +
    +# Morello FVP
    +
    +Morello FVP can be downloaded from this [location](https://developer.arm.com/tools-and-software/open-source-software/arm-platforms-software/arm-ecosystem-fvps).
    +
    +# 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](https://github.com/ARM-software/SCP-firmware).
    +
    +Refer to the [SCP Readme](https://github.com/ARM-software/SCP-firmware/blob/master/user_guide.md)
    +for building SCP firmware.
    +
    +## Trusted Firmware-A (TF-A)
    +
    +The Trusted Firmware-A source code can be downloaded from this [page](https://trustedfirmware-a.readthedocs.io/en/latest/).
    +
    +Refer to the [TF-A Readme](https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/docs/plat/arm/morello/index.rst?h=refs/heads/master) for building TF-A.
    -- 
    2.17.1



  reply	other threads:[~2021-04-12  9:19 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-01 14:35 [edk2-platforms][PATCH V2 0/7] Add Morello FVP platform support chandni cherukuri
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 1/7] Platform/ARM/Morello: Add Platform library implementation chandni cherukuri
2021-04-08 18:05   ` Sami Mujawar
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 2/7] Platform/ARM/Morello: Add support for PciHostBridgeLib chandni cherukuri
2021-04-08 18:06   ` Sami Mujawar
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 3/7] Platform/ARM/Morello: Add PlatformDxe driver for Morello chandni cherukuri
2021-04-08 18:06   ` Sami Mujawar
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 4/7] Platform/ARM/Morello: Add Configuration Manager " chandni cherukuri
2021-04-12  9:18   ` Sami Mujawar
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 5/7] Platform/ARM/Morello: Add initial support for Morello Platform chandni cherukuri
2021-04-12  9:18   ` Sami Mujawar
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 6/7] Platform-ARM-Morello: Add Readme.md file chandni cherukuri
2021-04-12  9:19   ` Sami Mujawar [this message]
2021-04-01 14:35 ` [edk2-platforms][PATCH V2 7/7] Platform/ARM/Morello: Add virtio net support chandni cherukuri
2021-04-12  9:22   ` Sami Mujawar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2D48062F-DF27-47F5-BDC5-6B33C93AEECC@arm.com \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox