| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_block.c | 265 size_t padding; in block_read() local 334 padding = (nbytes > left) ? nbytes - left : 0U; in block_read() 335 nbytes -= padding; in block_read() 377 size_t padding; in block_write() local 437 padding = (nbytes > left) ? nbytes - left : 0U; in block_write() 438 nbytes -= padding; in block_write() 445 if ((skip > 0U) || (padding > 0U)) { in block_write() 463 padding = (nbytes > left) ? nbytes - left : 0U; in block_write() 464 nbytes -= padding; in block_write() 482 padding = (nbytes > left) ? nbytes - left : 0U; in block_write() [all …]
|
| /rk3399_ARM-atf/drivers/nxp/crypto/caam/src/auth/ |
| H A D | rsa.c | 113 uint8_t *padding, *digest; in construct_img_encoded_hash_second() local 128 padding = &representative[2]; in construct_img_encoded_hash_second() 134 memset(padding, 0xff, separator - padding); in construct_img_encoded_hash_second()
|
| /rk3399_ARM-atf/plat/brcm/board/common/ |
| H A D | bcm_elog_ddr.h | 94 uint8_t padding[3]; member 102 uint16_t padding; member
|
| /rk3399_ARM-atf/include/services/ |
| H A D | rmm_core_manifest.h | 156 uint16_t padding; /* RES0 */ member 172 uint8_t padding[3]; /* RES0 */ member 190 uint32_t padding; /* RES0 */ member 207 uint32_t padding; /* RES0 */ member
|
| /rk3399_ARM-atf/plat/qemu/common/trp/ |
| H A D | qemu_trp_setup.c | 24 assert(manifest->padding == 0U); in qemu_trp_process_manifest()
|
| /rk3399_ARM-atf/plat/arm/common/trp/ |
| H A D | arm_trp_setup.c | 32 assert(manifest->padding == 0U); in arm_trp_process_manifest()
|
| /rk3399_ARM-atf/tools/stm32image/ |
| H A D | stm32image.c | 44 uint8_t padding[83]; member 62 uint8_t padding[16]; member
|
| /rk3399_ARM-atf/plat/arm/board/neoverse_rd/platform/rdv3/ |
| H A D | rdv3_common.c | 81 manifest->padding = 0U; /* RES0 */ in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/include/drivers/brcm/emmc/ |
| H A D | emmc_csl_sdprot.h | 388 uint32_t padding:8; member
|
| /rk3399_ARM-atf/plat/qemu/common/ |
| H A D | qemu_common.c | 290 manifest->padding = 0U; /* RES0 */ in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/plat/arm/board/fvp/ |
| H A D | fvp_common.c | 819 manifest->padding = 0U; /* RES0 */ in plat_rmmd_load_manifest() 827 manifest->plat_root_complex.padding = 0U; /* RES0 */ in plat_rmmd_load_manifest()
|
| /rk3399_ARM-atf/docs/tools/ |
| H A D | memory-layout-tool.rst | 380 alignments, such as a 4KB page boundary, and excluding that padding can provide
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | rmm-el3-comms-spec.rst | 1105 | padding | 4 | uint32_t | Reserved, set to 0 | 1252 | padding | 12 | uint32_t | Reserved, set to 0 | 1277 | padding[3] | 9 | uint8_t | Reserved, set to 0 | 1299 | padding | 2 | uint16_t | Reserved, set to 0 |
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-guidelines.rst | 360 definitions, consider how padding in the struct will work across architectures. 361 For example, extra padding may be introduced in |AArch32| systems if a struct
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | rpi3.rst | 61 The file ``armstub8.bin`` contains BL1 and the FIP. It is needed to add padding
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 1697 End address of a given section named ``<SECTION>`` without any padding or 1710 Size (in bytes) of a given section named ``<SECTION>`` without any padding or 2474 This has an impact on memory footprint, as padding bytes need to be introduced
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 3998 …- add printf support for space padding ([0926d2d](https://review.trustedfirmware.org/plugins/gitil… 5851 …- add missing padding to RMM Boot Manifest and initialize it ([dc0ca64](https://review.trustedfirm… 5942 …- reject invalid padding in digests ([f47547b](https://review.trustedfirmware.org/plugins/gitiles/… 5944 …- reject padding after BIT STRING in signatures ([a8c8c5e](https://review.trustedfirmware.org/plug… 12167 - Added padding bytes at the end of the last image in the fip to be facilitate
|