Lines Matching refs:to
4 AArch64 with reset to BL1 entrypoint
7 The following ``FVP_Base_RevC-2xAEMv8A`` parameters should be used to boot Linux
12 <path-to>/FVP_Base_RevC-2xAEMv8A \
19 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \
20 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \
21 --data cluster0.cpu0="<path-to>/<kernel-binary>"@0x80080000 \
22 --data cluster0.cpu0="<path-to>/<ramdisk>"@0x84000000
26 a specific DTS for all the CPUs to be loaded.
28 AArch32 with reset to BL1 entrypoint
31 The following ``FVP_Base_AEMv8A-AEMv8A`` parameters should be used to boot Linux
36 <path-to>/FVP_Base_AEMv8A-AEMv8A \
51 -C bp.secureflashloader.fname="<path-to>/<bl1-binary>" \
52 -C bp.flashloader0.fname="<path-to>/<FIP-binary>" \
53 --data cluster0.cpu0="<path-to>/<kernel-binary>"@0x80080000 \
54 --data cluster0.cpu0="<path-to>/<ramdisk>"@0x84000000
56 AArch64 with reset to BL31 entrypoint
59 The following ``FVP_Base_RevC-2xAEMv8A`` parameters should be used to boot Linux
64 <path-to>/FVP_Base_RevC-2xAEMv8A \
79 --data cluster0.cpu0="<path-to>/<bl31-binary>"@0x04010000 \
80 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0xff000000 \
81 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
82 --data cluster0.cpu0="<path-to>/<fdt>"@0x82000000 \
83 --data cluster0.cpu0="<path-to>/<kernel-binary>"@0x80080000 \
84 --data cluster0.cpu0="<path-to>/<ramdisk>"@0x84000000
89 config allowing BL31 to be loaded at any valid address for execution.
92 ``--data="<path-to><bl31|bl32|bl33-binary>"@<base-address-of-binary>``
93 parameter is needed to load the individual bootloader images in memory.
94 BL32 image is only needed if BL31 has been built to expect a Secure-EL1
95 Payload. For the same reason, the FDT needs to be compiled from the DT source
96 and loaded via the ``--data cluster0.cpu0="<path-to>/<fdt>"@0x82000000``
100 specific DTS for all the CPUs to be loaded.
103 X and Y are the cluster and CPU numbers respectively, is used to set the
108 ``--data="<path-to><bl32-binary>"@<base-address-of-bl32>`` to the new value of
111 AArch32 with reset to SP_MIN entrypoint
114 The following ``FVP_Base_AEMv8A-AEMv8A`` parameters should be used to boot Linux
119 <path-to>/FVP_Base_AEMv8A-AEMv8A \
142 --data cluster0.cpu0="<path-to>/<bl32-binary>"@0x04002000 \
143 --data cluster0.cpu0="<path-to>/<bl33-binary>"@0x88000000 \
144 --data cluster0.cpu0="<path-to>/<fdt>"@0x82000000 \
145 --data cluster0.cpu0="<path-to>/<kernel-binary>"@0x80080000 \
146 --data cluster0.cpu0="<path-to>/<ramdisk>"@0x84000000
150 config allowing SP_MIN to be loaded at any valid address for execution.