aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-09-02 16:52:16 -0700
committerStefano Stabellini2021-09-03 11:01:25 -0700
commit5c1faa5b84d22aea0995da9b53503b213528afd5 (patch)
treec24c6b156f2826fc3816b04e39c98dddf8d6b133 /README.md
parent23d6776753e27a88e2d8dedf96602026471deb39 (diff)
Add support for EFI in config
Make it so that EFI enablement can be configured in the config file for uboot-script gen. 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.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 06e12cb..f8f8022 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ To use it, first write a config file like `config`:
```
MEMORY_START="0x0"
MEMORY_END="0x80000000"
+EFI=y
DEVICE_TREE="mpsoc.dtb"
XEN="xen"
@@ -61,6 +62,10 @@ FIT="boot.fit"
Where:
- MEMORY_START and MEMORY_END specify the start and end of RAM.
+- EFI specifies if the bootefi boot command should be used over booti.
+ If set to anything other than "n", "no", or "false" it will enable
+ bootefi.
+
- DEVICE_TREE specifies the DTB file to load.
- XEN specifies the Xen hypervisor binary to load. Note that it has to