fix(docs): fix some broken linksFix few broken links from docs.Link check was done with following steps -[..]tf-a/docs$ make clean -j8; poetry run make html -j8tf-a/docs$ poetry run sphinx-bu
fix(docs): fix some broken linksFix few broken links from docs.Link check was done with following steps -[..]tf-a/docs$ make clean -j8; poetry run make html -j8tf-a/docs$ poetry run sphinx-build -j8 -q -b linkcheck . build/[..]Add link check conf values to config.py- avoid reporting false broken links when `#`(anchors) are present in the link.- avoid checking for broken links in "change-log.md", this is summary of commit msg's we are not going to fix broken links in cmt-msg'sChange-Id: I384094c8dcf3e93875c9052afa79ad826b9901d9Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
docs(juno): revert SCP version for Juno to 2.14.0Updated the Juno platform documentation to reflect testing with SCPversion 2.14.0 instead of 2.15.0. The version used in testing wasreverted in [1
docs(juno): revert SCP version for Juno to 2.14.0Updated the Juno platform documentation to reflect testing with SCPversion 2.14.0 instead of 2.15.0. The version used in testing wasreverted in [1] due to instability in the tftf-manual-reboot testscaused by upgrading to v2.15 and v2.16.[1] https://review.trustedfirmware.org/c/ci/tf-a-ci-scripts/+/37997Change-Id: I48c2b51a33950ad096e021d7bdd9cdb6a1303f8cSigned-off-by: Harrison Mutai <harrison.mutai@arm.com>
docs(juno): update Juno tested SCP version to 2.15Signed-off-by: Arvind Ram Prakash <arvind.ramprakash@arm.com>Change-Id: I29452d0abadf9b5980ca9680ca2c78080c4c33a0
docs: update PSCI referencePSCI specification reference in the documentation is updatedto point to latest specification and duplicate PSCI references areremoved.Change-Id: I35ee365f08c557f3017a
docs: update PSCI referencePSCI specification reference in the documentation is updatedto point to latest specification and duplicate PSCI references areremoved.Change-Id: I35ee365f08c557f3017af4d51f6d063a7501b27eSigned-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
docs(juno): refer to SCP v2.12.0Change-Id: I2844fb569abcc403525982162484dc0aa7e5a9d6Signed-off-by: Chris Kay <chris.kay@arm.com>
docs(juno): update SCP downloads linkChange-Id: Ibe2a1d2ec019333876a4f82b70fde0a10d667f7cSigned-off-by: Chris Kay <chris.kay@arm.com>
docs: fix broken Juno linksCertain links to Juno documentation point to a location that wereremoved at some point, or are unused. Fix links to point to the latestavailable version on Arm's public
docs: fix broken Juno linksCertain links to Juno documentation point to a location that wereremoved at some point, or are unused. Fix links to point to the latestavailable version on Arm's public documentation site, and remove thosethat are no longer being used.Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>Change-Id: I59202767db8834e9c302b2826f3faee47d3a5edd
docs(juno): fix broken linkThe URL of the Juno Getting Started Guide has been changed.Fix the broken link.Signed-off-by: Arthur She <arthur.she@linaro.org>Change-Id: I55697f2f1f787c32d1ea7dfcf9
docs(juno): fix broken linkThe URL of the Juno Getting Started Guide has been changed.Fix the broken link.Signed-off-by: Arthur She <arthur.she@linaro.org>Change-Id: I55697f2f1f787c32d1ea7dfcf9eda619906cdb5d
docs(juno): update TF-A build instructionsClean up instructions for building/running TF-A on theJuno platform and add correct link to SCP binaries.Signed-off-by: Zelalem Aweke <zelalem.aweke@arm
docs(juno): update TF-A build instructionsClean up instructions for building/running TF-A on theJuno platform and add correct link to SCP binaries.Signed-off-by: Zelalem Aweke <zelalem.aweke@arm.com>Change-Id: I536f98082e167edbf45f29ca23cc0db44687bb3b
docs: GCC toolchain upgrade to version 9.2-2019.12This toolchain provides multiple cross compilers and are publiclyavailable on developer.arm.comWe build TF-A in CI using:AArch32 bare-metal tar
docs: GCC toolchain upgrade to version 9.2-2019.12This toolchain provides multiple cross compilers and are publiclyavailable on developer.arm.comWe build TF-A in CI using:AArch32 bare-metal target (arm-none-eabi)AArch64 ELF bare-metal target (aarch64-none-elf)Change-Id: I910200174d5bad985504d1af4a1ae5819b524003Signed-off-by: Madhukar Pappireddy <madhukar.pappireddy@arm.com>
doc: Split the User Guide into multiple filesThe User Guide document has grown organically over time andnow covers a wide range of topics, making it difficult toskim read and extract information
doc: Split the User Guide into multiple filesThe User Guide document has grown organically over time andnow covers a wide range of topics, making it difficult toskim read and extract information from. Currently, it coversthese topics and maybe a couple more:- Requirements (hardware, tools, libs)- Checking out the repo- Basic build instructions- A comprehensive list of build flags- FIP packaging- Building specifically for Juno- Firmware update images- EL3 payloads- Preloaded BL33 boot flow- Running on FVPs- Running on JunoI have separated these out into a few groups that become newdocuments. Broadly speaking, build instructions for the tools,for TF-A generally, and for specific scenarios are separated.Content relating to specific platforms (Juno and the FVPs areArm-specific platforms, essentially) has been moved into thedocumentation that is specific to those platforms, underdocs/plat/arm.Change-Id: Ica87c52d8cd4f577332be0b0738998ea3ba3bbecSigned-off-by: Paul Beesley <paul.beesley@arm.com>