aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Add options for Xen and Dom0 CMD argumentsBrian Woods2020-10-271-0/+9
| | | | | | | | | | | Both XEN_CMD and DOM0_CMD are optional settings in the config file that set Xen's and Dom0's command line arguments. If not set, a default value will be used. Also, for Dom0's command line arguments, if root isn't set in it, it will determine the best option based on the load argument. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
* Removed unused container-based usageStefano Stabellini2020-09-221-77/+3
| | | | | | | | | | Initially ImageBuilder was meant to be mainly invoked from a container but in practice ImageBuilder's scripts have been called directly. Remove the old documentation and Dockerfile. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Reviewed-by: Brian Woods <brian.woods@xilinx.com>
* Update doc for uboot-script-gen -dBrian Woods2020-05-131-2/+3
| | | | | | | | | | | The -d option for uboot-script-gen was poorly worded. The -d option isn't a working directory but rather the "root" directory for where the tftp or other root directory would be in relation to the files. Any files generated in the created of the boot.src/source files are in /tmp and are deleted afterwards. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
* Introduce a -o option to specify output filenameStefano Stabellini2020-03-051-1/+6
| | | | | | | | | | Introduce a -o command line option for uboot-script-gen to be able to easily specify the output filename for the uboot script and the uboot script source. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Signed-off-by: Brian Woods <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
* Add command line arguments for disk_imageBrian Woods2019-10-251-0/+25
| | | | | | | | | Add some simple command line arguments and some dependency checking that makes running the script outside of a container much easier. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
* Improve formatting of docBrian Woods2019-10-241-4/+4
| | | | | | | | Fix a formatting issues which caused lines meant to be separated to be combined. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
* Add command line arguments for uboot-script-genBrian Woods2019-10-231-5/+8
| | | | | | | | | | | Add some simple command line arguments and some dependency checking that makes running this outside of a container much easier. The environment variable LOAD_CMD has been removed and all the config options are done via command line arguemtnt for consistency. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
* Improve README, add a reference to Xen Project wikipageStefano Stabellini2019-10-221-9/+17
| | | | Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
* Improve READMEStefano Stabellini2019-10-211-6/+87
| | | | | | | Document how to use uboot-script-gen directly. Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com> Signed-off-by: Brian Woods <brian.woods@xilinx.com>
* Move multi-domain configuration to imagebuilderStefano Stabellini2019-08-011-0/+12
| | | | | | | Previously it was expected to come with zynqmp-dt-config-package. Add documentation on how to add addition VMs to the automatic boot. Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
* Update README fileStefano Stabellini2019-08-011-3/+38
| | | | Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
* Import a script to generate SD images.Rajiv Ranganath2019-08-011-1/+1
| | | | Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>
* Remove --squash as it is only experimentalStefano Stabellini2019-06-041-1/+1
| | | | Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
* Rename output directory to `output'Stefano Stabellini2019-06-041-1/+1
| | | | Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
* README.md: AddRajiv Ranganath2019-06-031-0/+17
Signed-off-by: Rajiv Ranganath <rajiv.ranganath@atihita.com>