summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorManish V Badarkhe <manish.badarkhe@arm.com>2023-04-11 17:10:23 +0200
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2023-04-11 17:10:23 +0200
commita1c924df6d31bfa93710f1c7e84b3ba34f06c5cb (patch)
treed9049c7cb6898189c6d17741d4a0e36e4c8c0dda /docs/getting_started
parent07c594c5183d32563efcc87dd79824ffc217a180 (diff)
parentd2baffbc0324778f466c13b8e689f9953fea17e6 (diff)
downloadarm-trusted-firmware-a1c924df6d31bfa93710f1c7e84b3ba34f06c5cb.tar.gz
Merge changes from topic "mb/rst-to-bl31-update" into integration
* changes: docs: update RESET_TO_BL31 documentation fix(bl31): avoid clearing of argument registers in RESET_TO_BL31 case Revert "docs(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS" Revert "feat(bl31): aarch64: RESET_TO_BL31_WITH_PARAMS"
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 a5c2c9e24..e078e47c6 100644
--- a/docs/getting_started/build-options.rst
+++ b/docs/getting_started/build-options.rst
@@ -755,11 +755,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