mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 02:24:18 +00:00
docs(fvp): specify correct reference of the hw_config address
TB_FW_CONFIG DT no longer contains the address of HW_CONFIG; it has been moved to the FW_CONFIG DT since the introduction of FCONF. Hence updated the documentation accordingly. Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com> Change-Id: I37b68502a89dbd521acd99f2cb3aeb0bd36a04e0
This commit is contained in:
parent
e61c00fa4b
commit
a0d3df66f3
1 changed files with 4 additions and 3 deletions
|
@ -392,7 +392,8 @@ Notes:
|
||||||
- BL1 is loaded at the start of the Trusted ROM.
|
- BL1 is loaded at the start of the Trusted ROM.
|
||||||
- The Firmware Image Package is loaded at the start of NOR FLASH0.
|
- The Firmware Image Package is loaded at the start of NOR FLASH0.
|
||||||
- The firmware loads the FDT packaged in FIP to the DRAM. The FDT load address
|
- The firmware loads the FDT packaged in FIP to the DRAM. The FDT load address
|
||||||
is specified via the ``hw_config_addr`` property in `TB_FW_CONFIG for FVP`_.
|
is specified via the ``load-address`` property in the ``hw-config`` node of
|
||||||
|
`FW_CONFIG for FVP`_.
|
||||||
- The default use-case for the Foundation FVP is to use the ``--gicv3`` option
|
- The default use-case for the Foundation FVP is to use the ``--gicv3`` option
|
||||||
and enable the GICv3 device in the model. Note that without this option,
|
and enable the GICv3 device in the model. Note that without this option,
|
||||||
the Foundation FVP defaults to legacy (Versatile Express) memory map which
|
the Foundation FVP defaults to legacy (Versatile Express) memory map which
|
||||||
|
@ -643,9 +644,9 @@ boot Linux with 4 CPUs using the AArch32 build of TF-A.
|
||||||
|
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
*Copyright (c) 2019-2021, Arm Limited. All rights reserved.*
|
*Copyright (c) 2019-2022, Arm Limited. All rights reserved.*
|
||||||
|
|
||||||
.. _TB_FW_CONFIG for FVP: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/plat/arm/board/fvp/fdts/fvp_tb_fw_config.dts
|
.. _FW_CONFIG for FVP: https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git/tree/plat/arm/board/fvp/fdts/fvp_fw_config.dts
|
||||||
.. _Arm's website: `FVP models`_
|
.. _Arm's website: `FVP models`_
|
||||||
.. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
|
.. _FVP models: https://developer.arm.com/products/system-design/fixed-virtual-platforms
|
||||||
.. _Linaro Release 20.01: http://releases.linaro.org/members/arm/platforms/20.01
|
.. _Linaro Release 20.01: http://releases.linaro.org/members/arm/platforms/20.01
|
||||||
|
|
Loading…
Add table
Reference in a new issue