summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorManish V Badarkhe <Manish.Badarkhe@arm.com>2023-02-21 12:30:13 +0000
committerManish V Badarkhe <Manish.Badarkhe@arm.com>2023-03-09 13:51:35 +0000
commit5025546c08c51257f49d5fec7e291c03324ee165 (patch)
treec009c5fea680188364d1f587e5aebb6c1962a215 /docs/getting_started
parent3eb8cd6093caba886c0a2f9285131aca86a617f5 (diff)
downloadarm-trusted-firmware-5025546c08c51257f49d5fec7e291c03324ee165.tar.gz
Revert "docs(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS"
Adopted RESET_TO_BL31_WITH_PARAMS functionality in RESET_TO_BL31 in the subsequent patches hence reverted this patch. This reverts commit ac4ac38c5443afdef38e38e9247c96359de3a2ea. Change-Id: I5fb8eaea47d0fd6d0171260c6d834ec8de588fad Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/build-options.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/getting_started/build-options.rst b/docs/getting_started/build-options.rst
index a285d31c3..490b0b356 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -742,11 +742,6 @@ Common build options
entrypoint) or 1 (CPU reset to BL31 entrypoint).
The default value is 0.
-- ``RESET_TO_BL31_WITH_PARAMS``: If ``RESET_TO_BL31`` has been enabled, setting
- this additional option guarantees that the input registers are not cleared
- therefore allowing parameters to be passed to the BL31 entrypoint.
- The default value is 0.
-
- ``RESET_TO_SP_MIN``: SP_MIN is the minimal AArch32 Secure Payload provided
in TF-A. This flag configures SP_MIN entrypoint as the CPU reset vector
instead of the BL1 entrypoint. It can take the value 0 (CPU reset to BL1