public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Nhi Pham" <nhi@os.amperecomputing.com>
To: devel@edk2.groups.io
Cc: Phong Vo <phong@os.amperecomputing.com>,
	Leif Lindholm <leif@nuviainc.com>,
	Michael D Kinney <michael.d.kinney@intel.com>,
	Ard Biesheuvel <ard.biesheuvel@arm.com>,
	Nate DeSimone <nathaniel.l.desimone@intel.com>
Subject: [edk2-platforms][PATCH v2 1/3] Platform/Ampere: Add Readme.md
Date: Fri,  4 Dec 2020 20:07:50 +0700	[thread overview]
Message-ID: <20201204130752.9633-2-nhi@os.amperecomputing.com> (raw)
In-Reply-To: <20201204130752.9633-1-nhi@os.amperecomputing.com>

From: Phong Vo <phong@os.amperecomputing.com>

Add initial version of Readme.md for Ampere platform

Cc: Leif Lindholm <leif@nuviainc.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@arm.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>

Signed-off-by: Phong Vo <phong@os.amperecomputing.com>
---
 Platform/Ampere/Readme.md | 39 ++++++++++++++++++++
 1 file changed, 39 insertions(+)

diff --git a/Platform/Ampere/Readme.md b/Platform/Ampere/Readme.md
new file mode 100644
index 000000000000..894bad3437b8
--- /dev/null
+++ b/Platform/Ampere/Readme.md
@@ -0,0 +1,39 @@
+# Introduction
+
+This document provides the guideline to build UEFI firmware for Ampere Computing's Arm64 reference platforms.
+
+Platform code is located under Platform/Ampere/{Platform Name}Pkg.
+
+Silicon code is located under Silicon/Ampere/Ampere{SoC Name}Pkg.
+
+# Build machines
+
+- x86 Linux host machines running latest Ubuntu or CentOS releases.
+- Arm64 Linux host machines if native compiling. This has been tested on Ampere's eMAG and Altra hardware platforms with latest AArch64 CentOS or Ubuntu releases.
+
+# How to build (Linux Environment)
+
+Please follow top-level Readme.md for build instructions.
+
+## Additional build tools
+
+Ampere provides additional tools and documentation for automating the manual process described as described in the top-level README.md,
+and for building a final Tianocore UEFI image that can be flashed onto the target system.
+
+To use these tools, clone the following to the **WORKSPACE** location:
+
+```bash
+$ git clone https://github.com/AmpereComputing/edk2-ampere-tools.git
+```
+
+## Notes
+
+If you run into any build issue with the Intel ASL+ Optimizing Compiler/Disassembler (IASL) that comes with your Linux distro,
+download and install the IASL compiler from https://acpica.org/. At the time of this write-up, we have tested with version 20200110.
+
+```bash
+$ wget https://acpica.org/sites/acpica/files/acpica-unix2-20200110.tar.gz
+$ tar xzf acpica-unix2-20200110.tar.gz
+$ cd acpica-unix2-20200110
+$ make HOST=_CYGWIN && sudo make install
+```
-- 
2.17.1


  reply	other threads:[~2020-12-04 13:06 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04 13:07 [edk2-platforms][PATCH v2 0/3] Introduce Ampere Mt. Jade support Nhi Pham
2020-12-04 13:07 ` Nhi Pham [this message]
2020-12-04 13:07 ` [edk2-platforms][PATCH v2 2/3] Update Readme.md Nhi Pham
2020-12-04 13:07 ` [edk2-platforms][PATCH v2 3/3] Maintainers.txt: Update for Ampere platforms Nhi Pham
2020-12-08 12:45   ` Leif Lindholm
2020-12-08 13:38     ` [edk2-devel] " Nhi Pham
2020-12-08 14:08 ` [edk2-platforms][PATCH v2 0/3] Introduce Ampere Mt. Jade support Leif Lindholm

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=20201204130752.9633-2-nhi@os.amperecomputing.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