From 41c4e5cb75550b791d946480c0aadc2cf055a7b9 Mon Sep 17 00:00:00 2001 From: Ahmed Ismail Date: Tue, 30 Apr 2024 15:45:48 +0100 Subject: [PATCH] readme: Add components fetching section Signed-off-by: Ahmed Ismail --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 08acd7a..75384ba 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ of the verification fails, then MCUBoot stops the booting process. ## Software Components +### Fetching + +Generally all the components used within the FRI project are fetched using `git submodules` from their official repositories into `components/` directory. Exact location and the version are recorded in the [manifest.yml](manifest.yml). + ### Trusted Firmware M Trusted Firmware-M (TF-M) implements the Secure Processing Environment (SPE)