aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnup Patel <apatel@ventanamicro.com>2024-05-15 09:55:50 +0530
committerAnup Patel <anup@brainfault.org>2024-05-23 10:50:23 +0530
commit96f0a2e3ea6dc8c337ad1b927d6bda8f5ac151be (patch)
tree13cc94bccb905e9a91207cbb47bf0ddddc1944ed /docs
parente3a30a2c918aae79d4cc403d474c3d2872a9063c (diff)
downloadopensbi-96f0a2e3ea6dc8c337ad1b927d6bda8f5ac151be.zip
opensbi-96f0a2e3ea6dc8c337ad1b927d6bda8f5ac151be.tar.gz
opensbi-96f0a2e3ea6dc8c337ad1b927d6bda8f5ac151be.tar.bz2
firmware: Bring back FW_TEXT_START as an optional parameter
Bring back FW_TEXT_START as an optional parameter to allow users explicitly specify compile time address for loading debug symbols. When not specified, the FW_TEXT_START is assumed to be 0. Fixes: d4d2582eef7a ("firmware: remove FW_TEXT_START") Signed-off-by: Anup Patel <apatel@ventanamicro.com> Tested-by: Clément Léger <cleger@rivosinc.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/firmware/fw.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/firmware/fw.md b/docs/firmware/fw.md
index 3cc0262..d298096 100644
--- a/docs/firmware/fw.md
+++ b/docs/firmware/fw.md
@@ -61,6 +61,9 @@ Firmware Configuration and Compilation
All firmware types support the following common compile time configuration
parameters:
+* **FW_TEXT_START** - Defines the compile time address of the OpenSBI
+ firmware. This configuration parameter is optional and assumed to be
+ `0` if not specified.
* **FW_FDT_PATH** - Path to an external flattened device tree binary file to
be embedded in the *.rodata* section of the final firmware. If this option
is not provided then the firmware will expect the FDT to be passed as an