1Bootloader is build with ArmTF and UEFI from sources located at: 2 device/linaro/bootloader 3To build fip.bin and l-loader.bin do: 4 $ cd device/linaro/hikey/bootloader 5 $ make 6Results will be in out/dist 7 8We can also generate ptable (needs root privilege) with below commands: 9 $ cd device/linaro/hikey/l-loader/ 10 $ make ptable.img 11