aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-07-19 15:28:29 -0700
committerStefano Stabellini2021-07-19 17:08:00 -0700
commit84270b16668c419d7673e5771e76eecdc685ce33 (patch)
treeba45f9e3e6ded2e399e2cf21e3e997627ec4ba3a /README.md
parent4fc035694cdd5b57e73c148654d3cb991ecf9014 (diff)
Add support for EFI in U-boot via bootefi
Also add "multiboot,module" compatible string for dom0 kernel and ramdisk, so that Xen can detect it and skip loading the xen.cfg file. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6f577b8..d8bfc32 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,8 @@ Where:\
can only be used in combination with the -k option. This adds the
public key into the dtb. Then one can add this dtb back into the
u-boot bin or elf.\
+-e specifies if bootefi should be used in the uboot script (instead of \
+ booti). This is an optional argument.
### Signed FIT images