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