summaryrefslogtreecommitdiff
path: root/bootloader/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/README.md')
-rw-r--r--bootloader/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/bootloader/README.md b/bootloader/README.md
new file mode 100644
index 00000000..1271cfd4
--- /dev/null
+++ b/bootloader/README.md
@@ -0,0 +1,10 @@
+Bootloader is build with ArmTF and UEFI from sources located at:
+ device/linaro/bootloader
+To build fip.bin and l-loader.bin do:
+ $ cd device/linaro/hikey/bootloader
+ $ make
+Results will be in out/dist
+
+We can also generate ptable (needs root privilege) with below commands:
+ $ cd device/linaro/hikey/l-loader/
+ $ make ptable.img