mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
arm-bsp/trusted-firmware-a: change documentation links to point at rendered docs
Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -52,14 +52,14 @@ EXTRA_OEMAKE:append:qemuarm64-secureboot = "${@bb.utils.contains('MACHINE_FEATUR
|
|||||||
|
|
||||||
do_compile:append:qemuarm64-secureboot() {
|
do_compile:append:qemuarm64-secureboot() {
|
||||||
# Create a secure flash image for booting AArch64 Qemu. See:
|
# Create a secure flash image for booting AArch64 Qemu. See:
|
||||||
# https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/docs/plat/qemu.rst
|
# https://trustedfirmware-a.readthedocs.io/en/latest/plat/qemu.html
|
||||||
dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc
|
dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc
|
||||||
dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
|
dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
|
||||||
}
|
}
|
||||||
|
|
||||||
do_compile:append:qemuarm-secureboot() {
|
do_compile:append:qemuarm-secureboot() {
|
||||||
# Create a secure flash image for booting AArch64 Qemu. See:
|
# Create a secure flash image for booting AArch64 Qemu. See:
|
||||||
# https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/docs/plat/qemu.rst
|
# https://trustedfirmware-a.readthedocs.io/en/latest/plat/qemu.html
|
||||||
dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc
|
dd if=${BUILD_DIR}/bl1.bin of=${BUILD_DIR}/flash.bin bs=4096 conv=notrunc
|
||||||
dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
|
dd if=${BUILD_DIR}/fip.bin of=${BUILD_DIR}/flash.bin seek=64 bs=4096 conv=notrunc
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user