Home | History | Annotate | only in /device/linaro/hikey/bootloader
Up to higher level directory
NameDateSize
EFI/21-Aug-2018
Makefile21-Aug-20181.6K
README.md21-Aug-2018335

README.md

      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