Lines Matching full:if

3 if [ -z "${BASH_VERSINFO[0]}" ] || [ "${BASH_VERSINFO[0]}" -lt 4 ] ; then
73 if [ -e "$srcdir"/.git ]; then
89 --target-cpu=CPU the CPU model to run on. If left unset, the run script
154 if [[ "$opt" = *=* ]]; then
256 if [ -z "$cc_selected" ] && [ "$cross_prefix" ]; then
260 if [ -z "$efi" ] || [ "$efi" = "n" ]; then
264 if [ -n "$host_key_document" ] && [ ! -f "$host_key_document" ]; then
269 if [ "$erratatxt" ] && [ ! -f "$erratatxt" ]; then
279 if [ "$arch" = "riscv" ]; then
284 if [ -z "$target" ]; then
287 if [ "$arch" != "arm64" ] && [ "$arch" != "arm" ]; then
293 if [ "$efi" ] && [ "$arch" != "x86_64" ] &&
299 if [ "$efi" ] && [ "$arch" = "riscv64" ] && [ -z "$efi_direct" ]; then
303 if [ -z "$page_size" ]; then
304 if [ "$arch" = "arm" ] || [ "$arch" = "arm64" ]; then
310 if [ "${page_size: -1}" = "K" ] || [ "${page_size: -1}" = "k" ]; then
314 if [ "$arch" = "arm64" ]; then
315 if [ "$page_size" != "4096" ] && [ "$page_size" != "16384" ] &&
320 if [ "$efi" = 'y' ] && [ "$page_size" != "4096" ]; then
325 if [ "$page_size" != "4096" ] && [ "$page_size" != "65536" ]; then
335 if [ "$earlycon" ]; then
337 if [ "$name" != "uart" ] && [ "$name" != "uart8250" ] && [ "$name" != "pl011" ]; then
342 if [ "$name" = "pl011" ]; then
343 if [ -z "$addr" ]; then
346 if [ "$type_addr" != "mmio32" ]; then
352 if [ "$type_addr" != "mmio" ]; then
358 if [ -z "$addr" ]; then
362 if [[ $addr =~ ^0(x|X)[0-9a-fA-F]+$ ]] || [[ $addr =~ ^[0-9]+$ ]]; then
373 if [ "$arch" = "i386" ] || [ "$arch" = "x86_64" ]; then
377 if [ "$target" = "qemu" ]; then
389 if [ "$endian" != "little" ] && [ "$endian" != "big" ]; then
404 if [ ! -d "$srcdir/$testdir" ]; then
409 if [ "$efi" = "y" ] && [ -f "$srcdir/$testdir/efi/run" ]; then
416 if [ "$efi" = "y" ]; then
420 # check if uint32_t needs a long format modifier
427 # check if slash can be used for division
428 if [ "$arch" = "i386" ] || [ "$arch" = "x86_64" ]; then
437 # warn if enhanced getopt is unavailable
439 if [ $? -ne 4 ]; then
444 # Are we in a separate build tree? If so, link the Makefile
446 if test ! -e Makefile; then
453 if test "$testdir" != "$testsubdir"; then
459 if [ -d "$srcdir/$testdir/snippets" ]; then
470 if [ -d "$srcdir/lib/$arch/asm" ]; then
523 if [ "$arch" = "arm" ] || [ "$arch" = "arm64" ]; then
536 if [ "$arch" = "arm" ] || [ "$arch" = "arm64" ]; then
545 if [ "$arch" = "arm" ] || [ "$arch" = "arm64" ] || [ "$arch" = "ppc64" ]; then