mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-12 15:44:18 +00:00
docs(fvp): update fvp build time options
Add new fvp specific build time options. Specifically the below: - INITRD_SIZE - INITRD_PATH - INITRD_BASE Change-Id: Ieadf01fce7a0a0a8e9e7582d7b7e371b247207c2 Signed-off-by: Salman Nabi <salman.nabi@arm.com>
This commit is contained in:
parent
1a21980518
commit
0d49a41502
1 changed files with 11 additions and 1 deletions
|
@ -46,6 +46,16 @@ Arm FVP Platform Specific Build Options
|
|||
is ``0``, which means the redistributor pages of all CPU cores are marked
|
||||
as read and write.
|
||||
|
||||
- ``INITRD_SIZE`` : Enable the insertion of initrd properties to the device
|
||||
tree blob at build time. Takes an initrd size value in hex format
|
||||
|
||||
- ``INITRD_PATH`` : Enable the insertion of initrd properties to the device tree
|
||||
blob at build time. Takes a path to an initrd file. Can be used as an
|
||||
alternative to ``INITRD_SIZE``. ``INITRD_SIZE`` takes precedence over
|
||||
``INITRD_PATH`` if both values are provided.
|
||||
|
||||
- ``INITRD_BASE`` : Provide the preloaded initrd base address in memory (hex format).
|
||||
|
||||
--------------
|
||||
|
||||
*Copyright (c) 2019-2024, Arm Limited. All rights reserved.*
|
||||
*Copyright (c) 2019-2025, Arm Limited. All rights reserved.*
|
||||
|
|
Loading…
Add table
Reference in a new issue