
On 18:04-20230707, Neha Malcom Francis wrote:
Earlier documentation specified builds for generating bootloader images using an external TI repository k3-image-gen and core-secdev-k3. Modify this to using the binman flow so that user understands how to build the final boot images.
Signed-off-by: Neha Malcom Francis n-francis@ti.com Reviewed-by: Simon Glass sjg@chromium.org
doc/board/ti/am62x_sk.rst | 42 ++++++++--------- doc/board/ti/j721e_evm.rst | 50 +++++++++----------- doc/board/ti/k3.rst | 95 +++++++++++++------------------------- 3 files changed, 73 insertions(+), 114 deletions(-)
[...]
Sources:
-1. SYSFW:
- Tree: git://git.ti.com/k3-image-gen/k3-image-gen.git
- Branch: master
-2. ATF: +1. ATF:
Minor nitpick: ATF was the old name https://community.arm.com/oss-platforms/w/docs/483/trusted-firmware-a Trusted Firmware-A is the new name.
Tree: https://github.com/ARM-software/arm-trusted-firmware.git
I believe the official repo is https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/
[...]