Searched refs:BL31 (Results 1 – 18 of 18) sorted by relevance
8 [ -z "$BL31" ] && BL31="bl31.bin"10 if [ ! -f $BL31 ]; then11 echo "WARNING: BL31 file $BL31 NOT found, resulting binary is non-functional" >&213 BL31=/dev/null34 data = /incbin/("$BL31");
36 location of this file into the BL31 environment variable or copy this to38 $ export BL31=/src/arm-trusted-firmware/build/sun50iw1p1/debug/bl31.bin
4 Subject: [PATCH] Add support for overriding BL32 and BL33 not only BL3117 @@ -18,23 +18,23 @@ if [ ! -f $BL31 ]; then18 echo "ERROR: BL31 file $BL31 NOT found" >&223 + echo "$BL31 size: " >&224 + ls -lct $BL31 | awk '{print $5}' >&2
13 …BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00910000 ${HOS…20 …BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00920000 ${HOS…27 …BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00960000 ${HOS…34 …BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00970000 ${HOS…
39 U-Boot needs to be aware of the BL31 runtime location and size to avoid writing40 over it. Currently, BL31 is being placed below the kernel text offset (check243 INFO: BL2: Loading BL31249 NOTICE: BL1: Booting BL31253 NOTICE: BL31: v1.3(debug):v1.3-372-g1ba9c60254 NOTICE: BL31: Built : 17:51:33, Apr 30 2017255 INFO: BL31: Initializing runtime services256 INFO: BL31: Preparing for EL3 exit to normal world
89 bool "Build BL31 image"91 This option enables building the BL31 image. This is93 U-Boot) encapsulates ATF BL31.96 bool "Build BL31 U-Boot image"
63 NOTICE: BL31: v1.3(release):v1.2-1320-gbf43a44364 NOTICE: BL31: Built : 18:04:47, Jul 5 2017
74 1. 要求BL31版本必须同步更新到V1.38或更高版本。132 | 2 | 重要 | 解决LP4/LP4X稳定性问题 | 个别板子read odt需要从60ohm改为40ohm才能更稳定,BL31必须更新到V1.37及以上。 | - …
74 1. BL31 should be update to V1.38 or above.132 …LP4X board need to update read odt to 40ohm to fix stability issue. Note: BL31 should be update to…
35 1. Move BL31 base to 0x80000.
208 bool "U-Boot needs ATF BL31"214 encapsulate the BL31 part of ATF inside U-Boot. This option215 makes sure ATF gets built prior to U-Boot, and that the BL31216 variable pointing to ATF's BL31 binary, is passed during the220 prompt "U-Boot ATF BL31 format"
164 UBOOT_MAKE_OPTS += BL31=$(BINARIES_DIR)/bl31.elf170 UBOOT_MAKE_OPTS += BL31=$(BINARIES_DIR)/bl31.bin
34 /* 2 MiB reserved for ARM Trusted Firmware (BL31) */40 /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */
139 /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */
98 /* 3 MiB reserved for ARM Trusted Firmware (BL31) */
147 /* 128 KiB reserved for ARM Trusted Firmware (BL31) */
130 /* 192 KiB reserved for ARM Trusted Firmware (BL31) */
69 /* 2 MiB reserved for ARM Trusted Firmware (BL31) */