Home
last modified time | relevance | path

Searched refs:skip_image (Results 1 – 6 of 6) sorted by relevance

/external/arm-trusted-firmware/plat/marvell/armada/a8k/common/
Dplat_ble_setup.c641 static int ble_skip_image_i2c(struct skip_image *skip_im) in ble_skip_image_i2c()
648 static int ble_skip_image_other(struct skip_image *skip_im) in ble_skip_image_other()
655 static int ble_skip_image_gpio(struct skip_image *skip_im) in ble_skip_image_gpio()
695 struct skip_image *skip_im; in ble_skip_current_image()
698 skip_im = (struct skip_image *)plat_marvell_get_skip_image_data(); in ble_skip_current_image()
/external/arm-trusted-firmware/include/plat/marvell/armada/a8k/common/
Darmada_common.h30 struct skip_image { struct
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a70x0_amc/board/
Dmarvell_plat_config.c134 struct skip_image skip_im = {
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a70x0/board/
Dmarvell_plat_config.c137 struct skip_image skip_im = {
/external/arm-trusted-firmware/plat/marvell/armada/a8k/a80x0/board/
Dmarvell_plat_config.c188 struct skip_image skip_im = {
/external/arm-trusted-firmware/docs/plat/marvell/armada/
Dporting.rst58 Under marvell_plat_config.c, implement struct skip_image that includes
62 To disable this feature make sure the struct skip_image is not implemented.