diff --git a/Documentation/imx_boot_image_build.md b/Documentation/imx_boot_image_build.md index 7f051ef..10aec8e 100644 --- a/Documentation/imx_boot_image_build.md +++ b/Documentation/imx_boot_image_build.md @@ -57,7 +57,7 @@ cp -v $(find firmware* | awk '/train|hdmi_imx8|dp_imx8/' ORS=" ") ${RESULTS} ### Arm Trusted Firmware (ATF) setup * Download the ATF:
-git clone https://source.codeaurora.org/external/imx/imx-atf.git
+git clone https://github.com/nxp-imx/imx-atf.git
git -C imx-atf checkout ${ATF} -b ${CPL_BRANCH}
* Apply patches if applicable:
@@ -85,7 +85,7 @@ ln -s $(readlink -f imx-atf/build/imx8mm/release/bl31.bin) ${RESULTS}/
* Download the OP-TEE:
-git clone https://source.codeaurora.org/external/imx/imx-optee-os
+git clone https://github.com/nxp-imx/imx-optee-os.git
git -C imx-optee-os checkout ${OPTEE} -b ${CPL_BRANCH}
* Apply patches if applicable:
@@ -108,7 +108,7 @@ ln -s $(readlink -f imx-optee-os/out/arm-plat-imx/core/tee-raw.bin) ${RESULTS}/t
### U-Boot
* Download the U-Boot source and apply CompuLab BSP patches:
-git clone https://source.codeaurora.org/external/imx/uboot-imx.git
+git clone https://github.com/nxp-imx/uboot-imx.git
git -C uboot-imx checkout ${UBOOT} -b ${CPL_BRANCH}
git -C uboot-imx am ${LAYER_DIR}/recipes-bsp/u-boot/compulab/imx8mm/*.patch