| /rk3399_ARM-atf/include/lib/libc/ |
| H A 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 …]
|
| /rk3399_ARM-atf/docs/plat/ |
| H A 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 …]
|
| H 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…
|
| H A D | imx9.rst | 16 BootROM --> SPL --> BL31 --> BL33(u-boot) --> Linux kernel 28 - Build SPL and u-boot firstly, and get binary images: u-boot-spl.bin, 29 u-boot.bin and dtb 44 TF-A binary(bl31.bin), u-boot-spl.bin u-boot.bin, ELE FW image are combined
|
| H 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
|
| H A D | imx8ulp.rst | 25 BootROM --> SPL --> BL31 --> BL33(u-boot) --> Linux kernel 37 - Build SPL and u-boot firstly, and get binary images: u-boot-spl.bin, 38 u-boot.bin and dtb 53 TF-A binary(bl31.bin), u-boot-spl.bin u-boot.bin, ELE FW image are combined
|
| H 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
|
| H A D | s32g274a.rst | 37 `link <https://github.com/nxp-auto-linux/u-boot>`__ 56 UBOOT="${UBOOT:-${TF_A}/../u-boot}" 73 BL33="${UBOOT}/u-boot-nodtb.bin" DEBUG="${DEBUG}" clean 75 BL33="${UBOOT}/u-boot-nodtb.bin" DEBUG="${DEBUG}" bl2 77 BL33="${UBOOT}/u-boot-nodtb.bin" DEBUG="${DEBUG}" fip 94 -n "${UBOOT}/u-boot-s32.cfgout" \
|
| H 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
|
| H A D | meson-axg.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/s400.rst
|
| H A D | meson-gxbb.rst | 26 .. _U-Boot repository: https://gitlab.denx.de/u-boot/u-boot/-/blob/master/board/amlogic/p200/README…
|
| H A D | meson-g12a.rst | 27 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/sei510.rst
|
| H A D | meson-gxl.rst | 33 .. _U-Boot repository: https://github.com/u-boot/u-boot/blob/master/doc/board/amlogic/p212.rst
|
| H A D | npcm845x.rst | 10 u-boot, OPTEE-OS, trusted-firmware-a and Linux.
|
| /rk3399_ARM-atf/docs/plat/st/ |
| H A D | stm32mp1.rst | 114 cd <u-boot_directory> 164 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 165 BL33_CFG=<u-boot_directory>/u-boot.dtb \ 175 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 176 BL33_CFG=<u-boot_directory>/u-boot.dtb \ 197 --nt-fw <u-boot_directory>/u-boot-nodtb.bin \ 200 --hw-config <u-boot_directory>/u-boot.dtb \ 207 --nt-fw <u-boot_directory>/u-boot-nodtb.bin \ 208 --hw-config <u-boot_directory>/u-boot.dtb \
|
| H A D | stm32mp2.rst | 137 cd <u-boot_directory> 188 BL33=<u-boot_directory>/u-boot-nodtb.bin \ 189 BL33_CFG=<u-boot_directory>/u-boot.dtb \
|
| /rk3399_ARM-atf/tools/fiptool/ |
| H A D | fiptool.c | 256 static void uuid_to_str(char *s, size_t len, const uuid_t *u) in uuid_to_str() argument 262 u->time_low[0], u->time_low[1], u->time_low[2], u->time_low[3], in uuid_to_str() 263 u->time_mid[0], u->time_mid[1], in uuid_to_str() 264 u->time_hi_and_version[0], u->time_hi_and_version[1], in uuid_to_str() 265 (u->clock_seq_hi_and_reserved << 8) | u->clock_seq_low, in uuid_to_str() 266 (u->node[0] << 8) | u->node[1], in uuid_to_str() 267 (u->node[2] << 8) | u->node[3], in uuid_to_str() 268 (u->node[4] << 8) | u->node[5]); in uuid_to_str() 271 static void uuid_from_str(uuid_t *u, const char *s) in uuid_from_str() argument 282 &u->time_low[0], &u->time_low[1], &u->time_low[2], &u->time_low[3], in uuid_from_str() [all …]
|
| /rk3399_ARM-atf/drivers/brcm/emmc/ |
| H 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() 362 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read() 385 (emmc_global_buf_ptr->u.tempbuf + offset)), in sdio_read() 436 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_read() 449 emmc_global_buf_ptr->u.tempbuf, remSize); in sdio_read() 498 if (!read_block(p_sdhandle, emmc_global_buf_ptr->u.tempbuf, in sdio_write() 510 (emmc_global_buf_ptr->u.tempbuf + offset)), in sdio_write() 517 emmc_global_buf_ptr->u.tempbuf, in sdio_write() 584 emmc_global_buf_ptr->u.tempbuf, in sdio_write() 587 memcpy(emmc_global_buf_ptr->u.tempbuf, in sdio_write() [all …]
|
| H A 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() 489 emmc_global_buf_ptr->u.Ext_CSD_storage[162], in init_mmc_card() 490 emmc_global_buf_ptr->u.Ext_CSD_storage[179]); in init_mmc_card()
|
| /rk3399_ARM-atf/docs/plat/arm/fvp-ve/ |
| H 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:
|
| /rk3399_ARM-atf/lib/compiler-rt/builtins/ |
| H A D | int_types.h | 134 su_int u; member 139 udwords u; member 170 uqwords u; member 215 uqwords u; member
|
| /rk3399_ARM-atf/plat/nxp/s32/s32g274ardb2/ |
| H A D | plat_console.c | 17 .flags = 0u, in console_s32g2_register()
|
| /rk3399_ARM-atf/include/lib/psa/psa/ |
| H A D | client.h | 33 #define PSA_VERSION_NONE (0u)
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H 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* 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 \
|
| /rk3399_ARM-atf/include/drivers/brcm/emmc/ |
| H A D | bcm_emmc.h | 41 } u; member
|