mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 01:54:22 +00:00
rpi3: fix bad formatting in rpi3.rst
d4fd0219
(pull request #1685) introduced unwanted formatting
such as bold/italic in the description for RPI3_USE_UEFI_MAP.
This commit is contained in:
parent
16ea789b03
commit
934bbea18b
1 changed files with 3 additions and 4 deletions
|
@ -236,9 +236,9 @@ The following build options are supported:
|
|||
enables the default UART (currently UART1) for runtime messages.
|
||||
|
||||
- ``RPI3_USE_UEFI_MAP``: Set to 1 to build ATF with the altername memory
|
||||
mapping required for an UEFI firmware payload. These changes are needed
|
||||
to be able to run Windows on ARM64. This option, which is disabled by
|
||||
default, results in the following memory mappings:
|
||||
mapping required for an UEFI firmware payload. These changes are needed
|
||||
to be able to run Windows on ARM64. This option, which is disabled by
|
||||
default, results in the following memory mappings:
|
||||
|
||||
::
|
||||
|
||||
|
@ -269,7 +269,6 @@ The following build options are supported:
|
|||
0x3F000000 +-----------------+
|
||||
| I/O |
|
||||
|
||||
|
||||
- ``BL32``: This port can load and run OP-TEE. The OP-TEE image is optional.
|
||||
Please use the code from `here <https://github.com/OP-TEE/optee_os>`__.
|
||||
Build the Trusted Firmware with option ``BL32=tee-header_v2.bin
|
||||
|
|
Loading…
Add table
Reference in a new issue