aboutsummaryrefslogtreecommitdiff
path: root/README_system_device_tree.md
diff options
context:
space:
mode:
authorAndrei Cherechesu2022-07-27 13:14:06 -0700
committerStefano Stabellini2022-07-27 13:14:06 -0700
commit9136d01782341841796e3bb2b335dea752dc1863 (patch)
tree062dd7f7d5739eefb239d84b6b891affb6310c77 /README_system_device_tree.md
parentf6199342722c64a283d006b473b43918e93b4119 (diff)
If the "BOOT_CMD" variable is set to "none" inside the config
file, the boot command (i.e. "booti") will not by added to the generated script, to allow the user to customize the u-boot env or the device-tree after executing the script commands and before actually booting. Added commands to store the addresses where the Xen image and device-tree file are loaded, in 'host_kernel_addr' and 'host_fdt_addr' variables, if BOOTCMD = "none". The `booti` command can then be executed as part of the 'bootcmd' variable in u-boot, which should contain: 1. fetching the generated u-boot script 2. executing the script 3. running `booti ${host_kernel_addr} - ${host_fdt_addr}` command Signed-off-by: Andrei Cherechesu <andrei.cherechesu@nxp.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'README_system_device_tree.md')
0 files changed, 0 insertions, 0 deletions