From ae64e6aa3ca6e6fa781847502d3cb281c3938d9f Mon Sep 17 00:00:00 2001 From: Mykola Hohsadze Date: Mon, 5 May 2025 02:45:08 +0300 Subject: [PATCH] Fix typos --- docs/fvp-base/how_to_run.md | 4 ++-- docs/fvp-base/internal.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/fvp-base/how_to_run.md b/docs/fvp-base/how_to_run.md index 4c4e2c9f..aacf7dbd 100644 --- a/docs/fvp-base/how_to_run.md +++ b/docs/fvp-base/how_to_run.md @@ -56,7 +56,7 @@ make \ FVP_USE_GIC_DRIVER=FVP_GICV2 \ LOG_LEVEL=40 \ MEASURED_BOOT=0 \ - CROSS_COMPILE=aarch64-linux-gnu- \ + CROSS_COMPILE=aarch64-linux-gnu- \ PLAT=fvp all fip ``` @@ -76,5 +76,5 @@ For details of build options you can found at [TF-A build options](https://trust -C cluster0.has_arm_v8-4=1 \ -C cluster1.NUM_CORES=0 \ -C bp.secureflashloader.fname=path/to/arm-trusted-firmware/build/fvp/debug/bl1.bin \ - -C bp.flashloader0.fname=path/to//arm-trusted-firmware/build/fvp/debug/fip.bin + -C bp.flashloader0.fname=path/to/arm-trusted-firmware/build/fvp/debug/fip.bin ``` diff --git a/docs/fvp-base/internal.md b/docs/fvp-base/internal.md index a4d5c581..8c7c0641 100755 --- a/docs/fvp-base/internal.md +++ b/docs/fvp-base/internal.md @@ -7,7 +7,7 @@ a normal flashloader. The configuration looks like this: ```shell -C bp.secureflashloader.fname=path/to/arm-trusted-firmware/build/fvp/debug/bl1.bin \ --C bp.flashloader0.fname=path/to/lk.bin +-C bp.flashloader0.fname=path/to/fip.bin ``` We use Arm Trusted Firmware (ATF) as the secure monitor running at S-EL3. It @@ -85,4 +85,4 @@ Currently, little kernel supports: ### Interrupt Assignment The interrupt assignment for the FVP Base platform can be found in the following documentation: -[Base Platform interrupt assignments](https://developer.arm.com/documentation/100964/1128/Base-Platform/Base-Platform-interrupt-assignments?lang=en) \ No newline at end of file +[Base Platform interrupt assignments](https://developer.arm.com/documentation/100964/1128/Base-Platform/Base-Platform-interrupt-assignments?lang=en)