Home
last modified time | relevance | path

Searched refs:BL31 (Results 1 – 22 of 22) sorted by relevance

/u-boot/arch/arm/mach-imx/
A Dmkimage_fit_atf.sh9 [ -z "$BL31" ] && BL31="bl31.bin"
14 if [ ! -f $BL31 ]; then
15 echo "ERROR: BL31 file $BL31 NOT found" >&2
18 echo "$BL31 size: " >&2
19 ls -lct $BL31 | awk '{print $5}' >&2
27 …ilding with TEE support, make sure your $BL31 is compiled with spd. If you do not want tee, please…
85 data = /incbin/("$BL31");
/u-boot/arch/arm/mach-zynqmp/
A Dmkimage_fit_atf.sh10 [ -z "$BL31" ] && BL31="bl31.bin"
31 if [ ! -f $BL31 ]; then
32 echo "WARNING: BL31 file $BL31 NOT found, U-Boot will run in EL3" >&2
33 BL31=/dev/null
60 if [ -f $BL31 ]; then
64 data = /incbin/("$BL31");
111 if [ ! -f $BL31 ]; then
/u-boot/board/kontron/sl28/
A DKconfig19 bool "SPL loads BL31 of the ARM Trusted Firmware"
25 Enable this to load a BL31 image by the SPL. You have to
31 hex "Entry point of the BL31 image"
/u-boot/board/hisilicon/hikey/
A DREADME194 NOTICE: BL2: Booting BL31
197 NOTICE: BL31: v1.5(debug):v1.5-694-g6d4f6aea
198 NOTICE: BL31: Built : 09:21:44, Aug 29 2018
202 INFO: BL31: Initializing runtime services
203 INFO: BL31: cortex_a53: CPU workaround for disable_non_temporal_hint was applied
204 INFO: BL31: cortex_a53: CPU workaround for 843419 was applied
205 INFO: BL31: cortex_a53: CPU workaround for 855873 was applied
206 INFO: BL31: Preparing for EL3 exit to normal world
/u-boot/board/hisilicon/poplar/
A DREADME39 U-Boot needs to be aware of the BL31 runtime location and size to avoid writing
40 over it. Currently, BL31 is being placed below the kernel text offset (check
243 INFO: BL2: Loading BL31
249 NOTICE: BL1: Booting BL31
253 NOTICE: BL31: v1.3(debug):v1.3-372-g1ba9c60
254 NOTICE: BL31: Built : 17:51:33, Apr 30 2017
255 INFO: BL31: Initializing runtime services
256 INFO: BL31: Preparing for EL3 exit to normal world
/u-boot/tools/binman/test/
A D168_fit_missing_blob.dts19 description = "ATF BL31";
/u-boot/board/theobroma-systems/lion_rk3368/
A DREADME61 NOTICE: BL31: v1.3(release):v1.2-1320-gbf43a443
62 NOTICE: BL31: Built : 18:04:47, Jul 5 2017
/u-boot/arch/arm/dts/
A Dns3-board.dts18 * BL31 services 0x8f00_0000 0x0010_0000
A Dmt8516-pumpkin.dts28 /* 128 KiB reserved for ARM Trusted Firmware (BL31) */
A Dmeson-gx.dtsi34 /* 2 MiB reserved for ARM Trusted Firmware (BL31) */
40 /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */
A Dmeson-axg.dtsi139 /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */
A Dmeson-g12-common.dtsi98 /* 3 MiB reserved for ARM Trusted Firmware (BL31) */
/u-boot/board/hisilicon/hikey960/
A DREADME195 NOTICE: BL2: Booting BL31
198 NOTICE: BL31: v2.1(debug):v2.1-531-g3ee48f40
199 NOTICE: BL31: Built : 18:16:01, Aug 2 2019
201 INFO: BL31: Initializing runtime services
202 INFO: BL31: cortex_a53: CPU workaround for 855873 was applied
204 INFO: BL31: Preparing for EL3 exit to normal world
/u-boot/tools/binman/
A Dmissing-blob-help11 Firmware and build with BL31=/path/to/bl31.bin
A DREADME.entries14 Entry: atf-bl31: Entry containing an ARM Trusted Firmware (ATF) BL31 blob
/u-boot/doc/board/xilinx/
A Dzynqmp-r5.rst72 NOTICE: BL31: v2.2(release):v2.2-614-ged9dc512fb9c
73 NOTICE: BL31: Built : 09:32:09, Mar 13 2020
A Dzynqmp.rst93 is generated. When BL31 shell variable is present u-boot.itb is generated with
96 $ export BL31=<path>/bl31.bin
/u-boot/doc/
A DREADME.rockchip46 => export BL31=/path/to/rkbin/bin/rk33/rk3308_bl31_v2.22.elf
186 NOTICE: BL31: v1.3(release):30f1405
187 NOTICE: BL31: Built : 17:08:28, Sep 23 2019
193 INFO: BL31: Initializing runtime services
196 INFO: BL31: Preparing for EL3 exit to normal world
434 NOTICE: BL31: v1.3(debug):370ab80
435 NOTICE: BL31: Built : 09:23:41, Mar 4 2019
436 NOTICE: BL31: Rockchip release version: v1.1
441 INFO: BL31: Initializing runtime services
442 INFO: BL31: Initializing BL32
[all …]
/u-boot/doc/board/rockchip/
A Drockchip.rst102 export BL31=/path/to/arm-trusted-firmware/to/bl31.elf
113 export BL31=/path/to/arm-trusted-firmware/to/bl31.elf
119 export BL31=/path/to/arm-trusted-firmware/to/bl31.elf
/u-boot/doc/board/actions/
A Dcubieboard7.rst65 12% DOWNLOAD BL31 ...
/u-boot/board/sunxi/
A DREADME.sunxi6421 $ export BL31=/path/to/bl31.bin
50 location of this file into the BL31 environment variable or copy this to
52 $ export BL31=/src/arm-trusted-firmware/build/sun50i_a64/debug/bl31.bin
/u-boot/
A DMakefile1276 -a atf-bl31-path=${BL31} \

Completed in 33 milliseconds