Searched refs:prg (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/poky/meta/recipes-devtools/cdrtools/cdrtools/ |
| H A D | 0001-Don-t-set-uid-gid-during-install.patch | 9 RULES/rules.prg | 2 +- 12 diff --git a/RULES/rules.prg b/RULES/rules.prg 14 --- a/RULES/rules.prg 15 +++ b/RULES/rules.prg
|
| H A D | riscv64-linux-gcc.rul | 23 include $(SRCROOT)/$(RULESDIR)/rules.prg
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | imx6qp.dtsi | 58 prg1: prg@21cc000 { 59 compatible = "fsl,imx6qp-prg"; 67 prg2: prg@21cd000 { 68 compatible = "fsl,imx6qp-prg"; 91 fsl,prg = <&prg1>; 96 fsl,prg = <&prg2>;
|
| /openbmc/u-boot/tools/ |
| H A D | mkenvimage.c | 86 const char *prg; in main() local 88 prg = basename(argv[0]); in main() 116 usage(prg); in main() 119 printf("%s version %s\n", prg, PLAIN_VERSION); in main() 124 usage(prg); in main() 128 usage(prg); in main() 136 usage(prg); in main()
|
| /openbmc/u-boot/board/gdsys/a38x/ |
| H A D | hre.c | 515 int hre_verify_program(struct key_program *prg) in hre_verify_program() argument 519 crc = crc32(0, prg->code, prg->code_size); in hre_verify_program() 521 if (crc != prg->code_crc) { in hre_verify_program() 523 crc, prg->code_crc); in hre_verify_program()
|
| H A D | hre.h | 34 int hre_verify_program(struct key_program *prg);
|
| /openbmc/openbmc/poky/meta/recipes-extended/mdadm/ |
| H A D | mdadm_4.4.bb | 71 for prg in test_stripe swap_super raid6check 73 install -D -m 755 $prg ${D}${PTEST_PATH}/
|
| /openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-platform-init/ |
| H A D | ampere_platform_init.sh | 68 gpioset $(gpiofind vrd-prg-en-n)=1 # Enable VRD Programing Mode input
|
| /openbmc/u-boot/board/gdsys/p1022/ |
| H A D | controlcenterd-id.c | 774 static int verify_program(struct key_program *prg) in verify_program() argument 777 crc = crc32(0, prg->code, prg->code_size); in verify_program() 779 if (crc != prg->code_crc) { in verify_program() 781 crc, prg->code_crc); in verify_program()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils/ |
| H A D | 0001-canutils-candump-Add-error-frame-s-handling.patch | 38 @@ -40,6 +41,7 @@ static void print_usage(char *prg)
|