/trusted-firmware-a-3.4.0/include/lib/libc/ |
D | endian.h | 134 be16enc(void *pp, uint16_t u) in be16enc() argument 138 p[0] = (u >> 8) & 0xff; in be16enc() 139 p[1] = u & 0xff; in be16enc() 143 be32enc(void *pp, uint32_t u) in be32enc() argument 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() 154 be64enc(void *pp, uint64_t u) in be64enc() argument 158 be32enc(p, (uint32_t)(u >> 32)); in be64enc() [all …]
|
/trusted-firmware-a-3.4.0/docs/plat/ |
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…
|
D | warp7.rst | 20 We need to use a file generated by u-boot in order to generate a .imx image the 21 BootROM will boot. It is therefore _required_ to build u-boot before TF-A and 22 furthermore it is _recommended_ to use the mkimage in the u-boot/tools directory 28 https://git.linaro.org/landing-teams/working/mbl/u-boot.git 34 make u-boot.imx arch=ARM CROSS_COMPILE=arm-linux-gnueabihf- 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 [all …]
|
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
|
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
|
D | stm32mp1.rst | 168 cd <u-boot_directory> 216 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 217 BL33_CFG=<u-boot_directory>/u-boot.dtb \ 227 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 228 BL33_CFG=<u-boot_directory>/u-boot.dtb \ 248 cd <u-boot_directory> 264 cd <u-boot_directory> 293 - ssbl: to copy the u-boot.stm32 binary
|
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
|
D | meson-axg.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/s400.rst
|
D | meson-g12a.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/sei510.rst
|
D | meson-gxbb.rst | 26 .. _U-Boot repository: https://gitlab.denx.de/u-boot/u-boot/-/blob/master/board/amlogic/p200/README…
|
D | meson-gxl.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/p212.rst
|
D | ti-k3.rst | 57 cp tiboot3.bin tispl.bin u-boot.img /sdcard/boot/
|
/trusted-firmware-a-3.4.0/tools/fiptool/ |
D | fiptool.c | 252 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() argument 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() 260 u->time_hi_and_version[0], u->time_hi_and_version[1], in uuid_to_str() 261 (u->clock_seq_hi_and_reserved << 8) | u->clock_seq_low, 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() 267 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str() argument 278 &u->time_low[0], &u->time_low[1], &u->time_low[2], &u->time_low[3], in uuid_from_str() [all …]
|
/trusted-firmware-a-3.4.0/drivers/brcm/emmc/ |
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 …]
|
D | emmc_csl_sdcard.c | 367 &(emmc_global_buf_ptr->u.Ext_CSD_storage[EXT_CSD_PROPERTIES_SECTION_START_INDEX]), in init_card() 378 &(emmc_global_buf_ptr->u.Ext_CSD_storage[EXT_CSD_PROPERTIES_SECTION_START_INDEX]), in init_card() 459 rc = mmc_cmd8(handle, emmc_global_buf_ptr->u.Ext_CSD_storage); in init_mmc_card() 462 sec_count = emmc_global_buf_ptr->u.Ext_CSD_storage[212] | in init_mmc_card() 463 emmc_global_buf_ptr->u.Ext_CSD_storage[213] << 8 | in init_mmc_card() 464 emmc_global_buf_ptr->u.Ext_CSD_storage[214] << 16 | in init_mmc_card() 465 emmc_global_buf_ptr->u.Ext_CSD_storage[215] << 24; in init_mmc_card() 488 emmc_global_buf_ptr->u.Ext_CSD_storage[162], in init_mmc_card() 489 emmc_global_buf_ptr->u.Ext_CSD_storage[179]); in init_mmc_card()
|
/trusted-firmware-a-3.4.0/lib/compiler-rt/builtins/ |
D | int_types.h | 121 su_int u; member 127 udwords u; member 144 uqwords u; member
|
/trusted-firmware-a-3.4.0/docs/plat/arm/fvp-ve/ |
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:
|
/trusted-firmware-a-3.4.0/plat/mediatek/common/custom/ |
D | oem_svc.h | 36 #define OEM_FID_VALUE 0u
|
/trusted-firmware-a-3.4.0/include/lib/psa/psa/ |
D | client.h | 31 #define PSA_VERSION_NONE (0u)
|
/trusted-firmware-a-3.4.0/include/drivers/brcm/emmc/ |
D | bcm_emmc.h | 41 } u; member
|
/trusted-firmware-a-3.4.0/plat/xilinx/versal/ |
D | sip_svc_setup.c | 27 #define PM_FID_VALUE 0u
|
/trusted-firmware-a-3.4.0/drivers/nxp/auth/csf_hdr_parser/ |
D | input_blx_ch2 | 12 # ESBC Flag. Specify ESBC=0 to sign u-boot and ESBC=1 to sign ESBC images.(default is 0)
|
/trusted-firmware-a-3.4.0/docs/plat/marvell/armada/ |
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* 351 CRYPTOPP_PATH=/path/to/cryptopp/ BL33=/path/to/u-boot.bin \ 358 > make USE_COHERENT_MEM=0 PLAT=a3700 CM3_SYSTEM_RESET=1 BL33=/path/to/u-boot.bin \ 369 > git clone https://source.denx.de/u-boot/u-boot.git 374 > make -C u-boot CROSS_COMPILE=aarch64-linux-gnu- mvebu_espressobin-88f3720_defconfig u-boot.bin 379 CRYPTOPP_PATH=$PWD/cryptopp/ BL33=$PWD/u-boot/u-boot.bin \
|
/trusted-firmware-a-3.4.0/tools/nxp/create_pbl/ |
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.…
|
/trusted-firmware-a-3.4.0/plat/xilinx/zynqmp/ |
D | sip_svc_setup.c | 26 #define PM_FID_VALUE 0u
|