Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/sunxi/
H A Dmksunxi_fit_atf.sh8 [ -z "$BL31" ] && BL31="bl31.bin"
10 if [ ! -f $BL31 ]; then
11 echo "WARNING: BL31 file $BL31 NOT found, resulting binary is non-functional" >&2
13 BL31=/dev/null
34 data = /incbin/("$BL31");
H A DREADME.sunxi6436 location of this file into the BL31 environment variable or copy this to
38 $ export BL31=/src/arm-trusted-firmware/build/sun50iw1p1/debug/bl31.bin
/OK3568_Linux_fs/buildroot/package/imx-mkimage/
H A D0001-Add-support-for-overriding-BL32-and-BL33-not-only-BL.patch4 Subject: [PATCH] Add support for overriding BL32 and BL33 not only BL31
17 @@ -18,23 +18,23 @@ if [ ! -f $BL31 ]; then
18 echo "ERROR: BL31 file $BL31 NOT found" >&2
23 + echo "$BL31 size: " >&2
24 + ls -lct $BL31 | awk '{print $5}' >&2
/OK3568_Linux_fs/buildroot/board/freescale/common/imx/
H A Dimx8-bootloader-prepare.sh13BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00910000 ${HOS…
20BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00920000 ${HOS…
27BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00960000 ${HOS…
34BL31=${BINARIES_DIR}/bl31.bin BL33=${BINARIES_DIR}/u-boot-nodtb.bin ATF_LOAD_ADDR=0x00970000 ${HOS…
/OK3568_Linux_fs/u-boot/board/hisilicon/poplar/
H 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
/OK3568_Linux_fs/buildroot/boot/arm-trusted-firmware/
H A DConfig.in89 bool "Build BL31 image"
91 This option enables building the BL31 image. This is
93 U-Boot) encapsulates ATF BL31.
96 bool "Build BL31 U-Boot image"
/OK3568_Linux_fs/u-boot/board/theobroma-systems/lion_rk3368/
H A DREADME63 NOTICE: BL31: v1.3(release):v1.2-1320-gbf43a443
64 NOTICE: BL31: Built : 18:04:47, Jul 5 2017
/OK3568_Linux_fs/rkbin/doc/release/
H A DRK3588_CN.md74 1. 要求BL31版本必须同步更新到V1.38或更高版本。
132 | 2 | 重要 | 解决LP4/LP4X稳定性问题 | 个别板子read odt需要从60ohm改为40ohm才能更稳定,BL31必须更新到V1.37及以上。 | - …
H A DRK3588_EN.md74 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…
H A DRK3528_EN.md35 1. Move BL31 base to 0x80000.
/OK3568_Linux_fs/buildroot/boot/uboot/
H A DConfig.in208 bool "U-Boot needs ATF BL31"
214 encapsulate the BL31 part of ATF inside U-Boot. This option
215 makes sure ATF gets built prior to U-Boot, and that the BL31
216 variable pointing to ATF's BL31 binary, is passed during the
220 prompt "U-Boot ATF BL31 format"
H A Duboot.mk164 UBOOT_MAKE_OPTS += BL31=$(BINARIES_DIR)/bl31.elf
170 UBOOT_MAKE_OPTS += BL31=$(BINARIES_DIR)/bl31.bin
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/
H A Dmeson-gx.dtsi34 /* 2 MiB reserved for ARM Trusted Firmware (BL31) */
40 /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */
H A Dmeson-axg.dtsi139 /* Alternate 3 MiB reserved for ARM Trusted Firmware (BL31) */
H A Dmeson-g12-common.dtsi98 /* 3 MiB reserved for ARM Trusted Firmware (BL31) */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/mediatek/
H A Dmt8516.dtsi147 /* 128 KiB reserved for ARM Trusted Firmware (BL31) */
H A Dmt7622.dtsi130 /* 192 KiB reserved for ARM Trusted Firmware (BL31) */
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dmeson-gx.dtsi69 /* 2 MiB reserved for ARM Trusted Firmware (BL31) */