Searched refs:not (Results 1 - 25 of 59) sorted by relevance

123

/u-boot/scripts/
H A Dget_default_envs.sh25 env_obj_file_path=$(find ${path} -path "*/env/*" -not -path "*/spl/*" \
26 -not -path "*/tools/*" -name "${ENV_OBJ_FILE}")
28 { echoerr "File '${ENV_OBJ_FILE}' not found!"; exit 1; }
H A DMakefile.extrawarn6 # W=1 - warnings that may be relevant and does not occur too often
11 # are not supported by all versions of the compiler
14 KBUILD_CFLAGS += $(call cc-disable-warning, packed-not-aligned)
31 warning-1 += $(call cc-option, -Wpacked-not-aligned)
/u-boot/include/asm-generic/bitops/
H A Dfls64.h33 #error BITS_PER_LONG not 32 or 64
/u-boot/arch/arm/include/asm/
H A Datomic.h20 #error SMP not supported
/u-boot/scripts/kconfig/
H A Dqconf-cfg.sh29 echo >&2 "* Could not find Qt via pkg-config."
/u-boot/test/fs/
H A Dfat-noncontig-test.sh80 echo Could not create empty disk image
86 echo Could not create FAT filesystem
92 echo Could not mount test filesystem
105 # 511 deliberately to trigger a file size that's not a multiple of the
111 echo Could not unmount test filesystem
118 echo Could not mount test filesystem
124 echo Could not unmount test filesystem
/u-boot/tools/
H A Dmicrocode-tool109 if license_start and not license_end:
209 if not (i & 3):
234 if not outfile:
235 if not os.path.exists(MICROCODE_DIR):
274 if not args:
277 if cmd not in commands:
280 if (not not options.mcfile) != (not not option
[all...]
/u-boot/board/freescale/ls1043aqds/
H A Dddr.h52 #error DDR type not defined
/u-boot/board/freescale/ls1021aqds/
H A Dddr.h52 #error DDR type not defined
/u-boot/board/freescale/t104xrdb/
H A Dddr.h47 #error DDR type not defined
/u-boot/arch/x86/cpu/intel_common/
H A Dcar2.S26 * an indication of the CPU not being properly reset.
113 not %eax
128 not %eax
142 not %eax
147 #error "DCACHE_RAM_SIZE is not a power of 2 and setup code is missing"
252 * This is not supported by the CPU/uCode.
254 #error "CQOS CAR may not use whole L2 cache area"
374 * - If this bit is '1' - the way is not protected from eviction
/u-boot/arch/riscv/lib/
H A Dstrlen_zbb.S56 not t1, t1
86 not t1, t1
/u-boot/arch/arm/mach-imx/imxrt/
H A Dsoc.c49 #error This IMXRT SoC is not supported
/u-boot/tools/binman/
H A Dbinman26 # Do not pollute source tree with cache files:
92 for item in glob_list if '_testing' not in item])
110 if not args.debug:
115 if not args.toolpath:
/u-boot/tools/patman/
H A Dpatman40 if not args.debug:
75 # If we are not processing tags, no need to warning about bad ones
76 if not args.process_tags:
/u-boot/board/hisilicon/hikey/
H A Dbuild-tf.mak22 echo "ERROR: cross-compiler $(CROSS_COMPILE)gcc not in PATH=$$PATH!" ; \
/u-boot/doc/
H A DMakefile24 $(warning The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed and in PATH, or set the SPHINXBUILD make variable to point to the full path of the '$(SPHINXBUILD)' executable.)
43 # commands; the 'cmd' from scripts/Kbuild.include is not *loopable*
89 $(warning The '$(PDFLATEX)' command was not found. Make sure you have it installed and in PATH to produce PDF output.)
/u-boot/arch/arm/
H A Dconfig.mk62 echo -n '*** Your GCC does not produce working '; \
74 echo '*** Your GCC is older than 6.0 and is not supported'; \
102 # CONFIG_SPL_BUILD is defined or not. 'filter-out' the existing entry
133 # instruction. Relocation is not supported for that case, so disable
/u-boot/tools/buildman/
H A Dbuildman38 # These imports are here since tests are not available when buildman is
75 if not args.debug:
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk18 "$(TI_SECURE_DEV_PKG)/scripts/create-boot-image.sh not found." \
36 "$(TI_SECURE_DEV_PKG)/scripts/secure-binary-image.sh not found." \
84 # file, not an SPL. This will work for all boot devices, other than SPI
94 # file, not an SPL. In this case the mkomapsecimg command looks for a
/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dconfig.h80 #error SoC not defined
/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_matrix.h20 #error AT91_ASM_MATRIX_CSA0 is not definied for current CPU
39 #error CPU not supported. Please update at91_matrix.h
/u-boot/
H A Dconfig.mk12 # If we did not have Tegra SoCs, build system would be much simpler...)
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S35 * No need to save-restore registers, does not use stack.
75 * Assumes that CPU #1 is waiting in ROM code and not yet woken up or used by
85 add r1, r0, r1 @ dcache is not enabled on CPU1, so
/u-boot/include/linux/
H A Dbitops.h184 * The result is not defined if no bits are set, so check that @word
193 #error BITS_PER_LONG not 32 or 64

Completed in 411 milliseconds

123