Visible to Intel only — GUID: suc1439995905506
Ixiasoft
1.1. Boot Process
1.2. Boot Stages
1.3. Boot Devices
1.4. Second-Stage Boot Loader Support Package Generator Tool
1.5. Generating a Boot Loader with an External Flash Boot Device
1.6. Boot and FPGA Configuration
1.7. Boot Debugging
1.8. Appendix A: Building the UEFI Boot Loader
1.9. Revision History for Arria 10 SoC Boot User Guide
Visible to Intel only — GUID: suc1439995905506
Ixiasoft
1.8.4. Compiling the UEFI Source Code with the Linaro Tool Chain
This section explains how to compile the UEFI source code with the Linaro tool chain.
- Open a terminal window and enter the following command:
$ cd /data/<username>/pggit/uefi-socfpga $ make clean
Note: make clean deletes your entire /data/<username>/pggit/uefi-socfpga/Build/ folder and also cleans the BaseTools. - Compile the UEFI boot loader for Arria® 10 device using the following command. The build process takes less than three minutes.
$ make
Note: Typing make is equivalent to make DEVICE=a10 COMPILER=gccAfter the build has completed, a Build Done message displays.