commit | 8c6a98a85a9a6d31319a06bd934f89e1e26a00a8 | [log] [tgz] |
---|---|---|
author | Mark-PK Tsai <mark-pk.tsai@mediatek.com> | Thu Dec 14 19:51:58 2023 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Sun Jan 14 19:15:24 2024 +0100 |
tree | b987490754aeab53d1e2d2bd964d041c3e0764d3 | |
parent | 45f5619d51c62a94e30f8172781649c69d23fbd3 [diff] |
qemu: Correct initrd-end in u-boot config fragment smhload set ramdisk_addr_end to the end address of rootfs, but the kernel expect linux,initrd-end to be the first address after the initrd. Update the default bootcmd to meet the requirement. Signed-off-by: Mark-PK Tsai <mark-pk.tsai@mediatek.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers