| /rk3399_ARM-atf/drivers/io/ |
| H A D | io_block.c | 259 size_t skip; in block_read() local 291 skip = cur->file_pos & (block_size - 1U); in block_read() 299 if ((skip + left) > buf->length) { in block_read() 313 request = skip + left; in block_read() 319 if (request <= skip) { in block_read() 333 nbytes = request - skip; in block_read() 338 (void *)(buf->offset + skip), in block_read() 371 size_t skip; in block_write() local 404 skip = cur->file_pos & (block_size - 1U); in block_write() 412 if ((skip + left) > buf->length) { in block_write() [all …]
|
| /rk3399_ARM-atf/plat/marvell/armada/a8k/common/ble/ |
| H A D | ble_main.c | 32 int skip = 0; in exec_ble_main() local 48 ble_plat_setup(&skip); in exec_ble_main() 53 if (skip) in exec_ble_main()
|
| /rk3399_ARM-atf/drivers/scmi-msg/ |
| H A D | base.c | 155 if (count > a2p->skip) { in discover_list_protocols() 156 count = MIN((uint32_t)(count - a2p->skip), in discover_list_protocols() 165 memcpy(msg->out + sizeof(p2a), list + a2p->skip, count); in discover_list_protocols()
|
| H A D | base.h | 66 uint32_t skip; member
|
| /rk3399_ARM-atf/plat/intel/soc/agilex5/soc/ |
| H A D | agilex5_cache.S | 93 b.lt skip /* skip if no cache or icache */ 95 skip: label
|
| /rk3399_ARM-atf/plat/marvell/armada/a8k/common/ |
| H A D | plat_ble_setup.c | 639 int skip = skip_im->info.user_defined.check(skip_im); in ble_skip_image_other() local 641 if (skip) in ble_skip_image_other() 643 return skip; in ble_skip_image_other() 717 int ble_plat_setup(int *skip) in ble_plat_setup() argument 737 *skip = 1; in ble_plat_setup()
|
| /rk3399_ARM-atf/plat/st/common/ |
| H A D | stm32mp_crypto_lib.c | 411 size_t skip = 0U; in crypto_verify_signature() local 416 skip = cur->buf.len - bignum_len; in crypto_verify_signature() 422 if (seek + cur->buf.len > sizeof(sig) + skip) { in crypto_verify_signature() 426 memcpy(sig + seek, cur->buf.p + skip, cur->buf.len - skip); in crypto_verify_signature()
|
| /rk3399_ARM-atf/include/plat/marvell/armada/a8k/common/ |
| H A D | plat_marvell.h | 69 int ble_plat_setup(int *skip);
|
| /rk3399_ARM-atf/docs/plat/marvell/armada/ |
| H A D | a80x0_nbx.rst | 119 The platform uses the ``USER_DEFINED`` skip image detection callback 132 4. System will skip to recovery/secondary image 173 - ``marvell_plat_config.c`` - Memory maps, power management, skip image
|
| H A D | porting.rst | 46 Boot rom can skip the current image and choose to boot from next position if a 51 Supported options to implement the skip request are: 67 (``plat/marvell/armada/a8k/a70x0/board/marvell_plat_config.c``), the image skip is 77 skip image request message is printed on the screen and boot rom boots from the
|
| /rk3399_ARM-atf/ |
| H A D | .versionrc.cjs | 74 "skip": {
|
| /rk3399_ARM-atf/plat/allwinner/common/ |
| H A D | arisc_off.S | 29 # it hangs the whole system. So we skip this step for core 0.
|
| /rk3399_ARM-atf/docs/plat/ |
| H A D | allwinner.rst | 72 can bet set to ``0`` on the build command line, to skip the PMIC setup
|
| /rk3399_ARM-atf/include/plat/marvell/odyssey/csr/ |
| H A D | ody-csrs-smmu.h | 5217 uint32_t skip : 31; member
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 277 …- skip paged image info ([803560d](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted… 736 …- skip SP discovery through FFA_PARTITION_INFO_GET_REGS ([0fbcef0](https://review.trustedfirmware.… 1009 …- skip spurious id while group0 interrupt handling ([5b10f25](https://review.trustedfirmware.org/p… 1362 …- skip Layerscape makefile for S32 build ([ba3668f](https://review.trustedfirmware.org/plugins/git… 2751 …- skip OP-TEE header check if image base is NULL ([b452e7a](https://review.trustedfirmware.org/plu… 3635 …**See:** skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.o… 4337 …- skip NS EL1 context save & restore operations ([2d960a1](https://review.trustedfirmware.org/plug… 5452 …- skip console flush if UART is disabled ([b156d7b](https://review.trustedfirmware.org/plugins/git… 7463 …- allow to skip PMIC regulator setup ([67412e4](https://review.trustedfirmware.org/plugins/gitiles… 7761 …- skip TOS_FW_CONFIG if not in FIP ([b706608](https://review.trustedfirmware.org/plugins/gitiles/T… [all …]
|
| H A D | porting-guide.rst | 848 ROTPK_NOT_DEPLOYED : This allows the platform to skip certificate ROTPK
|
| /rk3399_ARM-atf/docs/getting_started/ |
| H A D | build-options.rst | 225 and skip in EL3 due to the additional cost of maintaining large data
|
| /rk3399_ARM-atf/docs/design/ |
| H A D | firmware-design.rst | 1348 e.g. skip the action the second time, or undo/redo it.
|