From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.web11.9211.1595557745651596713 for ; Thu, 23 Jul 2020 19:29:05 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: samer.el-haj-mahmoud@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 4021DD6E; Thu, 23 Jul 2020 19:29:05 -0700 (PDT) Received: from U203705.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D922B3F66E; Thu, 23 Jul 2020 19:29:04 -0700 (PDT) From: "Samer El-Haj-Mahmoud" To: devel@edk2.groups.io Cc: G Edhaya Chandran , Eric Jin , Irene Park , Heinrich Schuchardt Subject: [edk2-test][PATCH v1 2/3] uefi-sct/SctPkg: Add build instructions with latest EDK2 Date: Thu, 23 Jul 2020 22:28:59 -0400 Message-Id: <20200724022900.30826-3-Samer.El-Haj-Mahmoud@arm.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200724022900.30826-1-Samer.El-Haj-Mahmoud@arm.com> References: <20200724022900.30826-1-Samer.El-Haj-Mahmoud@arm.com> Add new HowToBuild instructions with latest EDK2, for AARCH64 Linux. Tested with WSL on Windows 10 Build 19041 Cc: G Edhaya Chandran Cc: Eric Jin Cc: Irene Park Cc: Heinrich Schuchardt Signed-off-by: Samer El-Haj-Mahmoud --- uefi-sct/HowToBuild/How to build SCT.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/uefi-sct/HowToBuild/How to build SCT.txt b/uefi-sct/HowToBuild/How to build SCT.txt new file mode 100644 index 000000000000..72a87f19022c --- /dev/null +++ b/uefi-sct/HowToBuild/How to build SCT.txt @@ -0,0 +1,15 @@ +================================================================================ + HOW TO BUILD +================================================================================ + +Build Instructions for UEFI SCTII AARCH64 (Linux) + +Pre-requisite: install required tools. For example, on WSL running Ubuntu: +$ sudo apt-get install build-essential uuid-dev python3-distutils gcc-aarch64-linux-gnu + + 1) mkdir "sct_workspace" + 2) cd sct_workspace + 3) git clone https://github.com/tianocore/edk2-test.git + 4) git clone --recursive https://github.com/tianocore/edk2.git + 5) ln -s edk2-test/uefi-sct/SctPkg/ SctPkg + 6) SctPkg/build.sh AARCH64 GCC RELEASE -- 2.17.1