feat(build): add Mbed TLS submoduleThis change adds Mbed TLS 3.6.5 as a submodule to the TF-A repository.It is no longer a requirement to pass `MBEDTLS_DIR` to the build systemwhen building confi
feat(build): add Mbed TLS submoduleThis change adds Mbed TLS 3.6.5 as a submodule to the TF-A repository.It is no longer a requirement to pass `MBEDTLS_DIR` to the build systemwhen building configurations which require it, as the build system willnow look inside the `contrib` directory if the parameter is missing.If you cloned TF-A without the `--recurse-submodules` flag, you canensure that this submodule is present by running: git submodule update --init --recursiveBREAKING-CHANGE: Mbed TLS is now included in the TF-A repository, and it is no longer a requirement to pass `MBEDTLS_DIR` to the build system. Please run `git submodule update --init --recursive` if you encounter issues after migrating to the latest version of TF-A.Change-Id: Iad777e77936d1c373065f17fe5c4aadc45e56b64Signed-off-by: Chris Kay <chris.kay@arm.com>
show more ...
docs(rdaspen): measured boot supportAdd optional measured boot support for RDaspen platform to enableimage and data measurement.Change-Id: I49097cc1bbbda3c96a6ca22f1e7e76087b3ee856Signed-off-by
docs(rdaspen): measured boot supportAdd optional measured boot support for RDaspen platform to enableimage and data measurement.Change-Id: I49097cc1bbbda3c96a6ca22f1e7e76087b3ee856Signed-off-by: Maximilian Berndt <maximilian.berndt@arm.com>
docs(rdaspen): bl32 and GPT supportAdded optional BL32 support for the RDaspen platform to enableTrusted OS integration when required.Updated documentation to clarify that if BL32 is not set, BL
docs(rdaspen): bl32 and GPT supportAdded optional BL32 support for the RDaspen platform to enableTrusted OS integration when required.Updated documentation to clarify that if BL32 is not set, BL33 willload directly after BL31.Revised the ARM_GPT_SUPPORT description to note that it must beenabled when the FIP image resides in a GPT partition on Secure Flash.Change-Id: I79905efd026994290d0bc6c07cdf1f5a903c9194Signed-off-by: Ahmed Azeem <ahmed.azeem@arm.com>
docs(rdaspen): introduce rdaspen docsRD-Aspen platform is formally introduced into thedocumentation.Refactors RD platforms separately, and a genericAutomotive RD index doc file is created.Mai
docs(rdaspen): introduce rdaspen docsRD-Aspen platform is formally introduced into thedocumentation.Refactors RD platforms separately, and a genericAutomotive RD index doc file is created.Maintainers list updated for platform maintainerof rdaspen.Change-Id: I289a8caaa6f0e34e953f4101ee2814f1500bc9c8Signed-off-by: Ahmed Azeem <ahmed.azeem@arm.com>
docs(rd1ae): update documentation to include BL32Update the boot sequence in the RD-1 AE documentationto include BL32 (OP-TEE).Signed-off-by: Ziad Elhanafy <ziad.elhanafy@arm.com>Change-Id: I25
docs(rd1ae): update documentation to include BL32Update the boot sequence in the RD-1 AE documentationto include BL32 (OP-TEE).Signed-off-by: Ziad Elhanafy <ziad.elhanafy@arm.com>Change-Id: I25fdc114bb71d3ad7e1bb2d845f758d6af037e3d
docs(rd1ae): add RD-1 AE documentationDocumenting RD-1 AE features, boot sequence, and buildprocedure.Signed-off-by: Divin Raj <divin.raj@arm.com>Change-Id: Ie93438931e9ead42a2a6dd2d752d37bc06f
docs(rd1ae): add RD-1 AE documentationDocumenting RD-1 AE features, boot sequence, and buildprocedure.Signed-off-by: Divin Raj <divin.raj@arm.com>Change-Id: Ie93438931e9ead42a2a6dd2d752d37bc06fa2e32