Arria® 10 SoC Boot User Guide

ID 683735
Date 4/03/2019
Public
Document Table of Contents

1.8.3. Obtaining the UEFI Source Code

The UEFI source code is located in GitHub. The following steps show you how to get the UEFI source code.

  1. Open a terminal.
  2. Create a new directory path to check out the UEFI source code from GitHub.
    $ mkdir /data/<username>/pggit
  3. Change to this UEFI working directory and clone the UEFI source from the git trees.
    $ cd /data/<username>/pggit
    $ git clone https://github.com/altera-opensource/uefi-socfpga.git
  4. When completed, change to the uefi-socfpga folder and perform a git checkout.
    $ cd uefi-socfpga
    $ git checkout –t –b socfpga-linaro-edk2-2014.10-a3 origin/socfpga-linaro-edk2-2014.10-a3
    $ git reset tags/rel_socfpga_arria10_beta