mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
![]() Add initrd properties to the device tree blob at build time, giving users the ability to run a linux kernel and successfully boot it to the terminal. Users can boot a linux kernel in a normal flow as well as in RESET_TO_BL31. This function is an extension of the build time option "ARM_LINUX_KERNEL_AS_BL33=1". The build time options INITRD_SIZE or INITRD_PATH will trigger the insertion of initrd properties in to the DTB. If both options are provided then the INITRD_SIZE will take precedence. The available options are: INITRD_SIZE: Provide the initrd size in dec or hex (hex format must precede with '0x'. Example: INITRD_SIZE=0x1000000 INITRD_PATH: Provide an initrd path for the build time to find its exact size. INITRD_BASE: A required build time option that sets the initrd base address in hex format. A default value can be set by the platform. Example: INITRD_BASE=0x90000000 Change-Id: Ief8de5f00c453509bcc6e978e0a95d768f1f509c Signed-off-by: Salman Nabi <salman.nabi@arm.com> |
||
---|---|---|
.. | ||
aarch32 | ||
aarch64 | ||
fconf | ||
fdts | ||
include | ||
sp_min | ||
trp | ||
tsp | ||
fvp_bl1_measured_boot.c | ||
fvp_bl1_setup.c | ||
fvp_bl2_el3_setup.c | ||
fvp_bl2_measured_boot.c | ||
fvp_bl2_setup.c | ||
fvp_bl2u_setup.c | ||
fvp_bl31_setup.c | ||
fvp_common.c | ||
fvp_common_measured_boot.c | ||
fvp_console.c | ||
fvp_cpu_errata.mk | ||
fvp_cpu_pwr.c | ||
fvp_def.h | ||
fvp_drtm_addr.c | ||
fvp_drtm_dma_prot.c | ||
fvp_drtm_err.c | ||
fvp_drtm_measurement.c | ||
fvp_drtm_stub.c | ||
fvp_el3_spmc.c | ||
fvp_el3_spmc_logical_sp.c | ||
fvp_el3_token_sign.c | ||
fvp_err.c | ||
fvp_gicv3.c | ||
fvp_io_storage.c | ||
fvp_plat_attest_token.c | ||
fvp_pm.c | ||
fvp_private.h | ||
fvp_realm_attest_key.c | ||
fvp_security.c | ||
fvp_spmd.c | ||
fvp_spmd_logical_sp.c | ||
fvp_stack_protector.c | ||
fvp_sync_traps.c | ||
fvp_topology.c | ||
fvp_trusted_boot.c | ||
jmptbl.i | ||
jmptbl_mbedtls.i | ||
jmptbl_mbedtls_psa.i | ||
platform.mk |