From 1c85fea945307404546ac953a65329b2b37aec36 Mon Sep 17 00:00:00 2001 From: Lee Leahy Date: Mon, 8 Feb 2016 13:57:47 -0800 Subject: [PATCH] Documentation: Add Quark EDK2 build instructions for Linux Document the Linux build instructions for EDK2. TEST=Build EDK2 for Quark on Ubuntu 14.04 Change-Id: I5f87eb2c5879f2fd4dd18880908756089a0c7a51 Signed-off-by: Lee Leahy Reviewed-on: https://review.coreboot.org/13644 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- Documentation/Intel/SoC/quark.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Documentation/Intel/SoC/quark.html b/Documentation/Intel/SoC/quark.html index 17a0bed2c9..e8b6c85b44 100644 --- a/Documentation/Intel/SoC/quark.html +++ b/Documentation/Intel/SoC/quark.html @@ -59,6 +59,16 @@
  • Win32 BaseTools: git clone https://github.com/tianocore/edk2-BaseTools-win32.git
  • +
  • Linux Build Instructions: +
    export WORKSPACE=$PWD
    +export PACKAGES_PATH="$PWD/edk2:$PWD/FatPkg:$PWD/edk2-non-osi"
    +cd edk2
    +export WORKSPACE=$PWD
    +. edksetup.sh
    +build -p QuarkPlatformPkg/Quark.dsc  -a IA32  -t GCC48  -b DEBUG  -DDEBUG_PROPERTY_MASK=0x27  -DDEBUG_PRINT_ERROR_LEVEL=0x80000042
    +ls Build/Quark/DEBUG_GCC48/FV/QUARK.fd
    +
    +
  • Win32 Build Instructions:
    set WORKSPACE=%CD%
     set PACKAGES_PATH=%WORKSPACE%\edk2;%WORKSPACE%\FatPkg;%WORKSPACE%\edk2-non-osi