/u-boot/drivers/scsi/ |
A D | scsi-uclass.c | 19 if (!ops->exec) in scsi_exec() 22 return ops->exec(dev, pccb); in scsi_exec()
|
/u-boot/board/freescale/imx8qm_mek/ |
A D | imximage.cfg | 16 /* Add scfw image with exec attribute */ 18 /* Add ATF image with exec attribute */
|
/u-boot/board/advantech/imx8qm_rom7720_a1/ |
A D | imximage.cfg | 16 /* Add scfw image with exec attribute */ 18 /* Add ATF image with exec attribute */
|
/u-boot/board/siemens/capricorn/ |
A D | imximage.cfg | 19 /* Add scfw image with exec attribute */ 21 /* Add ATF image with exec attribute */
|
/u-boot/board/freescale/imx8qxp_mek/ |
A D | imximage.cfg | 19 /* Add scfw image with exec attribute */ 21 /* Add ATF image with exec attribute */
|
/u-boot/board/toradex/apalis-imx8x/ |
A D | apalis-imx8x-imximage.cfg | 19 /* Add scfw image with exec attribute */ 21 /* Add ATF image with exec attribute */
|
/u-boot/board/toradex/colibri-imx8x/ |
A D | colibri-imx8x-imximage.cfg | 19 /* Add scfw image with exec attribute */ 21 /* Add ATF image with exec attribute */
|
/u-boot/board/toradex/apalis-imx8/ |
A D | apalis-imx8-imximage.cfg | 19 /* Add scfw image with exec attribute */ 21 /* Add ATF image with exec attribute */
|
/u-boot/drivers/net/octeontx2/ |
A D | rvu_af.c | 39 nix_lf_dbg.s.exec = 1; in rvu_get_lfid_for_pf() 45 } while (nix_lf_dbg.s.exec); in rvu_get_lfid_for_pf() 55 npa_lf_dbg.s.exec = 1; in rvu_get_lfid_for_pf() 61 } while (npa_lf_dbg.s.exec); in rvu_get_lfid_for_pf()
|
A D | nix_af.c | 133 lf_rst.s.exec = 1; in npa_lf_admin_setup() 140 } while (lf_rst.s.exec); in npa_lf_admin_setup() 252 lf_rst.s.exec = 1; in npa_lf_admin_shutdown() 259 } while (lf_rst.s.exec); in npa_lf_admin_shutdown() 643 lf_rst.s.exec = 1; in nix_lf_admin_setup() 649 } while (lf_rst.s.exec); in nix_lf_admin_setup() 830 lf_rst.s.exec = 1; in nix_lf_admin_shutdown() 836 } while (lf_rst.s.exec); in nix_lf_admin_shutdown()
|
/u-boot/scripts/kconfig/ |
A D | streamline_config.pl | 115 my $exec = $conf->{"exec"}; 119 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
|
A D | qconf.cc | 902 headerPopup->exec(e->globalPos()); in contextMenuEvent() 1721 switch (mb.exec()) { in closeEvent() 1858 configApp->exec(); in main()
|
/u-boot/include/ |
A D | scsi.h | 190 int (*exec)(struct udevice *dev, struct scsi_cmd *cmd); member
|
/u-boot/doc/ |
A D | README.mpc83xxads | 13 --exec-prefix=/usr/powerpc --target=powerpc-linux --enable-shared
|
A D | README.chromium-chainload | 235 it uses a fixed address to load the FIT and does not support load/exec
|
/u-boot/doc/build/ |
A D | clang.rst | 76 exec clang -target arm-freebsd-eabi --sysroot /usr/arm-freebsd "$@"
|
/u-boot/arch/arm/mach-tegra/ |
A D | Kconfig | 156 tegrarcm or L4T's exec-uboot.sh/tegraflash.py, Tegra's USB device
|
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
A D | csrs-npa.h | 1230 u64 exec : 1; member 1280 u64 exec : 1; member 1491 u64 exec : 1; member
|
A D | csrs-rvu.h | 473 u64 exec : 1; member 560 u64 exec : 1; member
|
A D | csrs-npc.h | 995 u64 exec : 1; member
|
A D | csrs-nix.h | 3329 u64 exec : 1; member 3806 u64 exec : 1; member 3830 u64 exec : 1; member 4778 u64 exec : 1; member
|
/u-boot/drivers/ata/ |
A D | ahci.c | 1225 .exec = ahci_scsi_exec,
|
/u-boot/arch/arm/dts/ |
A D | am33xx.dtsi | 570 protect-exec;
|
A D | rk3128.dtsi | 357 map-exec;
|
/u-boot/doc/board/microchip/ |
A D | mpfs_icicle.rst | 103 …test/u-boot-dtb.bin: {exec-addr: '0x80200000', owner-hart: u54_1, secondary-hart: u54_2, secondary… 180 …test/fw_payload.bin: {exec-addr: '0x80000000', owner-hart: u54_1, secondary-hart: u54_2, secondary…
|