/tf-a-ffa_el3_spmc/include/lib/libc/ |
A D | endian.h | 138 p[0] = (u >> 8) & 0xff; in be16enc() 139 p[1] = u & 0xff; in be16enc() 147 p[0] = (u >> 24) & 0xff; in be32enc() 148 p[1] = (u >> 16) & 0xff; in be32enc() 149 p[2] = (u >> 8) & 0xff; in be32enc() 150 p[3] = u & 0xff; in be32enc() 167 p[0] = u & 0xff; in le16enc() 168 p[1] = (u >> 8) & 0xff; in le16enc() 176 p[0] = u & 0xff; in le32enc() 177 p[1] = (u >> 8) & 0xff; in le32enc() [all …]
|
/tf-a-ffa_el3_spmc/docs/plat/ |
A D | brcm-stingray.rst | 16 Bootrom --> TF-A BL2 --> TF-A BL31 --> BL33(u-boot) 31 - Build u-boot first, and get the binary image: u-boot.bin, 39 … make CROSS_COMPILE=aarch64-linux-gnu- PLAT=stingray BOARD_CFG=bcm958742t all fip BL33=u-boot.bin 43 The u-boot will be upstreamed soon, this doc will be updated once they are ready, and the link will…
|
A D | warp7.rst | 28 https://git.linaro.org/landing-teams/working/mbl/u-boot.git 53 - u-boot.bin 54 The binary output from the u-boot instructions above 78 BL33=fiptool_images/u-boot.bin certificates all 80 …/path/to/u-boot/tools/mkimage -n /path/to/u-boot/u-boot.cfgout -T imximage -e 0x9df00000 -d ./buil… 87 cp /path/to/uboot/u-boot.bin fiptool_images 101 --nt-fw fiptool_images/u-boot.bin \ 102 --nt-fw-cert fiptool_images/u-boot.bin.crt \ 109 --nt-fw fiptool_images/u-boot.bin \ 113 --nt-fw-cert fiptool_images/u-boot.bin.crt \ [all …]
|
A D | imx8m.rst | 15 Bootrom --> SPL --> BL31 --> BL33(u-boot) --> Linux kernel 25 - Build spl and u-boot firstly, and get binary images: u-boot-spl.bin, 26 u-boot-nodtb.bin and dtb for the target board. 44 TF-A binary(bl31.bin), u-boot-spl.bin u-boot-nodtb.bin and dtb are combined 47 with certain offset for BOOT ROM. the u-boot and imx-mkimage will be upstreamed 56 Bootrom --> SPL --> BL2 --> BL31 --> BL33(u-boot with UEFI) --> grub
|
A D | imx8.rst | 25 Bootrom --> BL31 --> BL33(u-boot) --> Linux kernel 35 - Build System Controller Firmware and u-boot firstly, and get binary images: scfw_tcm.bin and u-b… 51 TF-A binary(bl31.bin), scfw_tcm.bin and u-boot.bin are combined together 55 u-boot and imx-mkimage will be upstreamed soon, this doc will be updated
|
A D | ls1043a.rst | 43 --> BL32(Tee OS) --> TF-A BL31 --> BL33(u-boot) --> Linux kernel 54 - Build u-boot and OPTee firstly, and get binary images: u-boot.bin and tee.bin 69 BL33=u-boot.bin NEED_BL32=yes BL32=tee.bin SPD=opteed
|
A D | poplar.rst | 35 l-loader --> Trusted Firmware-A --> u-boot 49 - u-boot: 50 `link <http://git.denx.de/u-boot.git>`__ 60 - Build u-boot using poplar_defconfig 67 - Build atf providing the previously generated u-boot.bin as the BL33 image 72 BL33=u-boot.bin 88 The system will boot into a u-boot shell which you can then use to write the
|
A D | meson-axg.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/s400.rst
|
A D | meson-g12a.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/sei510.rst
|
A D | meson-gxbb.rst | 26 .. _U-Boot repository: https://gitlab.denx.de/u-boot/u-boot/-/blob/master/board/amlogic/p200/README…
|
A D | meson-gxl.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/p212.rst
|
A D | stm32mp1.rst | 111 cd <u-boot_directory> 122 cd <u-boot_directory> 139 - ssbl: to copy the u-boot.stm32 binary
|
A D | ti-k3.rst | 57 cp tiboot3.bin tispl.bin u-boot.img /sdcard/boot/
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | fiptool.c | 258 u->time_low[0], u->time_low[1], u->time_low[2], u->time_low[3], in uuid_to_str() 259 u->time_mid[0], u->time_mid[1], in uuid_to_str() 262 (u->node[0] << 8) | u->node[1], in uuid_to_str() 263 (u->node[2] << 8) | u->node[3], in uuid_to_str() 264 (u->node[4] << 8) | u->node[5]); in uuid_to_str() 278 &u->time_low[0], &u->time_low[1], &u->time_low[2], &u->time_low[3], in uuid_from_str() 279 &u->time_mid[0], &u->time_mid[1], in uuid_from_str() 281 &u->clock_seq_hi_and_reserved, &u->clock_seq_low, in uuid_from_str() 282 &u->node[0], &u->node[1], in uuid_from_str() 283 &u->node[2], &u->node[3], in uuid_from_str() [all …]
|
/tf-a-ffa_el3_spmc/drivers/brcm/emmc/ |
A D | emmc_pboot_hal_memory_drv.c | 201 emmc_global_buf_ptr->u.Ext_CSD_storage[EXT_CSD_ERASE_GRP_SIZE]*1024; in emmc_erase() 358 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read() 381 (emmc_global_buf_ptr->u.tempbuf + offset)), in sdio_read() 429 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read() 442 emmc_global_buf_ptr->u.tempbuf, remSize); in sdio_read() 490 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_write() 501 (emmc_global_buf_ptr->u.tempbuf + offset)), in sdio_write() 508 emmc_global_buf_ptr->u.tempbuf, in sdio_write() 574 emmc_global_buf_ptr->u.tempbuf, in sdio_write() 577 memcpy(emmc_global_buf_ptr->u.tempbuf, in sdio_write() [all …]
|
A D | emmc_csl_sdcard.c | 365 &(emmc_global_buf_ptr->u.Ext_CSD_storage[EXT_CSD_PROPERTIES_SECTION_START_INDEX]), in init_card() 376 &(emmc_global_buf_ptr->u.Ext_CSD_storage[EXT_CSD_PROPERTIES_SECTION_START_INDEX]), in init_card() 457 rc = mmc_cmd8(handle, emmc_global_buf_ptr->u.Ext_CSD_storage); in init_mmc_card() 460 sec_count = emmc_global_buf_ptr->u.Ext_CSD_storage[212] | in init_mmc_card() 461 emmc_global_buf_ptr->u.Ext_CSD_storage[213] << 8 | in init_mmc_card() 462 emmc_global_buf_ptr->u.Ext_CSD_storage[214] << 16 | in init_mmc_card() 463 emmc_global_buf_ptr->u.Ext_CSD_storage[215] << 24; in init_mmc_card() 486 emmc_global_buf_ptr->u.Ext_CSD_storage[162], in init_mmc_card() 487 emmc_global_buf_ptr->u.Ext_CSD_storage[179]); in init_mmc_card()
|
/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/ |
A D | int_types.h | 121 su_int u; member 127 udwords u; member 144 uqwords u; member
|
/tf-a-ffa_el3_spmc/docs/plat/arm/fvp-ve/ |
A D | index.rst | 13 BL1 --> BL2 --> BL32(sp_min) --> BL33(u-boot) --> Linux kernel 20 - `U-boot <https://git.linaro.org/landing-teams/working/arm/u-boot.git>`__ 31 - Fetch and build u-boot. 38 Make the u-boot binary for Cortex-A5 using the command: 44 Make the u-boot binary for Cortex-A7 using the command:
|
/tf-a-ffa_el3_spmc/plat/mediatek/common/custom/ |
A D | oem_svc.h | 36 #define OEM_FID_VALUE 0u
|
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/ |
A D | build.rst | 20 > export BL33=path/to/u-boot.bin 22 For example: if U-Boot project (and its images) is located at ``~/project/u-boot``, 23 BL33 should be ``~/project/u-boot/u-boot.bin`` 27 *u-boot.bin* should be used and not *u-boot-spl.bin* 308 CRYPTOPP_PATH=/path/to/cryptopp/ BL33=/path/to/u-boot.bin \ 315 > make USE_COHERENT_MEM=0 PLAT=a3700 CM3_SYSTEM_RESET=1 BL33=/path/to/u-boot.bin \ 326 > git clone https://source.denx.de/u-boot/u-boot.git 331 > make -C u-boot CROSS_COMPILE=aarch64-linux-gnu- mvebu_espressobin-88f3720_defconfig u-boot.bin 336 CRYPTOPP_PATH=$PWD/cryptopp/ BL33=$PWD/u-boot/u-boot.bin \
|
/tf-a-ffa_el3_spmc/include/drivers/brcm/emmc/ |
A D | bcm_emmc.h | 41 } u; member
|
/tf-a-ffa_el3_spmc/plat/xilinx/versal/ |
A D | sip_svc_setup.c | 27 #define PM_FID_VALUE 0u
|
/tf-a-ffa_el3_spmc/drivers/nxp/auth/csf_hdr_parser/ |
A D | input_blx_ch2 | 12 # ESBC Flag. Specify ESBC=0 to sign u-boot and ESBC=1 to sign ESBC images.(default is 0)
|
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/ |
A D | README | 61 …make PLAT=ls1046rdb all fip BOOT_MODE=qspi SPD=opteed BL32=tee.bin BL33=u-boot-ls1046.bin pbl RCW=… 65 …make PLAT=lx2160ardb all fip BOOT_MODE=flexspi_nor SPD=opteed BL32=tee_lx2.bin BL33=u-boot_lx2160.…
|
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/ |
A D | sip_svc_setup.c | 26 #define PM_FID_VALUE 0u
|