aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-09-08 18:29:21 -0700
committerStefano Stabellini2021-09-10 15:47:34 -0700
commit10302c8d6d6daa8f31e9ed9a8cc79fe26b38160e (patch)
tree7c0f060d6178798b7b3ac6065a6d9e927a6485ed /README.md
parent8f973688c2a9c03b0546169f9ca38d1398fc7572 (diff)
Add baremetal Linux support
Make it possible to use imagebuilder with baremetal Linux. This allows baremetal Linux to be booted in the various ways Xen is now (individual files with a script, fit with a script and fit via a config). 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.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index b87a199..8854469 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,15 @@ Where:
automatically at boot as dom0-less guest. It can still be created
later from Dom0.
+- LINUX is optional but specifies the Linux kernel for when Xen is NOT
+ used. To enable this set any LINUX\_\* variables and do NOT set the
+ XEN variable.
+
+- LINUX_CMD is optional but specifies the baremetal Linux kernel CMD.
+
+- LINUX_RAMDISK is optional but specifies the ramdisk to use when
+ booting baremetal Linux.
+
- NUM_BOOT_AUX_FILE: is optional but if specified tell how many extra
files to include in the first partition with disk_image. Useful for
things like uboot config files, firmware files or other such files.