diff options
| author | Raymond Mao <[email protected]> | 2025-02-19 16:02:20 -0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-02-19 18:49:36 -0600 |
| commit | 03a76b1a737fc9cf511aa7520999968ec3d2fd78 (patch) | |
| tree | 5830ed56ee2bfdab347108c90fe0144bb806a08c /doc | |
| parent | 6799f09069f402a33c9cb202b71e144497bd9b7a (diff) | |
bloblist: kconfig for mandatory incoming standard passage
In previous commit, incoming standard passage is used by default
when initializing the bloblist, so explicitly BLOBLIST_PASSAGE is
no more needed.
Rename it as BLOBLIST_PASSAGE_MANDATORY to determine the behaviors
when an incoming transfer list does not exist or is invalid.
When it is selected, incoming standard passage is mandatory and
U-Boot will report an error when a valid incoming transfer list is
missing.
Signed-off-by: Raymond Mao <[email protected]>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/board/armltd/vexpress64.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/armltd/vexpress64.rst b/doc/board/armltd/vexpress64.rst index 4dadadb53dc..a732fac899d 100644 --- a/doc/board/armltd/vexpress64.rst +++ b/doc/board/armltd/vexpress64.rst @@ -53,8 +53,8 @@ predefined bloblist at a specified address, dynamically allocating memory for a bloblist, or utilizing a standard passage-provided bloblist with automatic size detection. -By default, ``vexpress_fvp_bloblist_defconfig`` uses the standard passage method -(CONFIG_BLOBLIST_PASSAGE) because TF-A provides a Transfer List in non-secure +By default, ``vexpress_fvp_bloblist_defconfig`` uses the standard passage method mandatorily +(CONFIG_BLOBLIST_PASSAGE_MANDATORY) because TF-A provides a Transfer List in non-secure memory that U-Boot can utilise. This Bloblist, which is referred to as a Transfer List in TF-A, contains all necessary data for the handoff process, including DT and ACPI tables. |
