Intel® Arria® 10 SoC UEFI Boot Loader User Guide

ID 683536
Date 12/15/2017
Public
Document Table of Contents

1.5.12.1. Configuration in UEFI

  1. To enable checksum for the FPGA image, use your preferred editor to open the <your_uefi_socfpga>/uefi-socfpga/AlteraPlatformPkg/Arria10SoCPkg/Arria10SoCPkg.dsc file.
  2. Configure the gAlteraSocFpgaTokenSpaceGuid.PcdCheckFpgaImage value to 1.
    Figure 115. Enable the FPGA Image Checksum Parameter
  3. Use your preferred editor to open the <your_uefi_socfpga>/uefi-socfpga/AlteraPlatformPkg/Arria10SoCPkg/Arria10SoCPkg.dts file.
  4. Replace cff-file = "ghrd_10as066n2.periph.rbf" within the chosen node with cff-file = "ghrd_10as066n2.periph.rbf.mkimage".
    Figure 116. Original cff-file Variable Value
    Figure 117. cff-file Variable Value After Modification
  5. Type the following command to generate the Arria10SoCPkg.dtb file.
    $ dtc -O dtb -o Arria10SoCPkg.dtb -I dts Arria10SoCPkg.dts
  6. Run make to compile UEFI. This process may take some time to complete.
    $ make