Searched refs:is (Results 1 - 25 of 52) sorted by relevance

123

/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk7 # memory access. This is the opposite of what the compiler expects to be
8 # the default so we must pass in -mno-unaligned-access so that it is aware
/u-boot/arch/powerpc/
H A Dconfig.mk17 # will pick up a va_list declaration that is incompatible with the
33 # GCC 3.x is reported to have problems generating the type of relocation
39 echo -n '*** Your GCC is too old, please upgrade to GCC 4.x or newer'; \
/u-boot/scripts/
H A Dmailmapper13 One problem is that the authors' name and/or email address is sometimes
22 commits is asuumed to be a canonical real name. If the number of commits
23 from the cananonical name is equal to or greater than 'MIN_COMMITS',
24 the entry for the cananical name will be output. ('MIN_COMMITS' is used
29 options or '.mailmap' at the toplevel of the repository, it is used as
34 alphabetically (but the comment block is kept untouched), and then printed
54 # This limitation is used so as not to create a too big mailmap file.
90 # tmp, mail = line.rsplit(None, 1) is not safe
98 # author name is empt
[all...]
H A DMakefile.extrawarn63 $(error W=$(KBUILD_ENABLE_EXTRA_GCC_CHECKS) is unknown)
/u-boot/arch/arm/lib/
H A Ddiv64.S33 * Note: Calling convention is totally non standard for optimal code.
34 * This is meant to be used by do_div() from include/asm/div64.h only.
53 bls 9f @ divisor is 0 or 1
55 beq 8f @ divisor is power of 2
63 @ The aligned divisor is stored in yl preserving the original.
64 @ The bit position is stored in ip.
117 @ The top part of remainder became zero. If carry is set
118 @ (the 33th bit) this is a false positive so resume the loop.
119 @ Otherwise, if lower part is also null then we are done.
128 clz xh, xl @ we know xh is zer
[all...]
H A Dlib1funcs.S48 @ Unless the divisor is very big, shift it up in multiples of
49 @ four bits, since this is the amount of unwinding in the main
50 @ division loop. Continue shifting until the divisor is
135 @ Unless the divisor is very big, shift it up in multiples of
136 @ four bits, since this is the amount of unwinding in the main
137 @ division loop. Continue shifting until the divisor is
157 subs \order, \order, #3 @ yes, 3 is intended here
233 tsthi r1, r2 @ see if divisor is power of 2
260 tst r1, r2 @ divisor is power of 2 ?
302 tsthi r1, r2 @ see if divisor is powe
[all...]
H A Dmemcpy.S80 CALGN( sbcsne r4, r3, r2 ) @ C is always set here
106 addne pc, pc, ip @ C is always clear here
180 CALGN( sbcsne r4, ip, r2 ) @ C is always set here
247 * If a fixup handler is required then those macros must surround it.
248 * It is assumed that the fixup code will handle the private part of
/u-boot/board/imgtec/boston/
H A Dconfig.mk12 # if srec_cat is present build u-boot.mcs by default
/u-boot/arch/arm/
H A Dconfig.mk64 echo '*** Your board is configured for THUMB mode.'; \
74 echo '*** Your GCC is older than 6.0 and is not supported'; \
79 # Try if EABI is supported, else fall back to old API,
100 # This file is parsed many times, so the string may get added multiple
102 # CONFIG_SPL_BUILD is defined or not. 'filter-out' the existing entry
133 # instruction. Relocation is not supported for that case, so disable
151 # there are only two cases where it is generated
152 # 1) OF_EMBEDED is turned on
/u-boot/arch/arm/mach-imx/imxrt/
H A Dsoc.c49 #error This IMXRT SoC is not supported
/u-boot/scripts/kconfig/
H A Dmerge_config.sh14 # This program is free software; you can redistribute it and/or modify
18 # This program is distributed in the hope that it will be useful,
106 SED_CONFIG_EXP2="s/^# \(${CONFIG_PREFIX}[a-zA-Z0-9_]*\) is not set$/\1/p"
127 echo Value of $CFG is redefined by fragment $MERGE_FILE:
132 echo Value of $CFG is redundant by fragment $MERGE_FILE:
158 # allnoconfig: Fills in any missing symbols with # CONFIG_* is not set
/u-boot/arch/arm/mach-mvebu/
H A Dspl.c25 * point to the offset of kwbimage main header which is always at offset zero
36 * When loading U-Boot via SPL from eMMC, the kwbimage main header is stored at
38 * partition depends on what is configured in eMMC EXT_CSC register.
39 * When loading U-Boot via SPL from SD card, the kwbimage main header is stored
52 #error CONFIG_SYS_MMCSD_FS_BOOT is unsupported
55 #error CONFIG_SYS_MMCSD_FS_BOOT_PARTITION is unsupported
58 #error CONFIG_SUPPORT_EMMC_BOOT_OVERRIDE_PART_CONFIG is unsupported
61 #error CONFIG_SYS_MMCSD_RAW_MODE_EMMC_BOOT_PARTITION is unsupported
64 #error CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION is unsupported
81 * When loading U-Boot via SPL from SATA disk, the kwbimage main header is
[all...]
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S10 @ The address at which execution starts after the reset is held in the
11 @ RVBAR system register, which is architecturally read-only.
25 @ This file is not build by the U-Boot build system, but provided only as a
/u-boot/
H A Dconfig.mk7 # This file is included from ./Makefile and spl/Makefile.
37 # Some architecture config.mk files need to know what CPUDIR is set to,
/u-boot/board/sunxi/
H A Ddram_timings_sun4i.h1 /* This file is automatically generated, do not edit */
101 # error CONFIG_DRAM_CLK is set too high
201 # error CONFIG_DRAM_CLK is set too high
204 # error CONFIG_DRAM_TIMINGS_* is not defined
/u-boot/arch/arm/mach-omap2/omap5/
H A Dsec_entry_cpu1.S27 /* DRA7xx ROM code function "startup_BootSlave". This function is where CPU1
29 * This address is same for J6 and J6 Eco.
34 /* Assembly core where CPU1 is woken up into
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
98 ldr r5, [r4] @ Check if CPU1 is done
/u-boot/board/hisilicon/hikey/
H A Dbuild-tf.mak19 @echo -n "Check that $(CROSS_COMPILE)gcc is available..."
/u-boot/include/linux/
H A Dcompiler-gcc.h14 # error Sorry, your compiler is too old - please upgrade it.
19 /* The "volatile" is due to gcc bugs */
22 * This version is i.e. to prevent dead stores elimination on @ptr
26 * clobbered. The issue is as follows: while the inline asm might
40 * This is needed because the C standard makes it undefined to do
42 * gcc optimizers assume this is the case. In particular they
52 * case either is valid.
118 * (asm goto is automatically volatile - the naming reflects this.)
/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S35 * What we need to do next is to create a page table and switch
82 * For PH1-Pro4 or older SoCs, the size of WAY is 32KB.
83 * It is large enough for tmp RAM.
111 cmp r0, #0 @ check if the command is successfully set
116 bne 1b @ wait until the operation is completed
128 mov r12, r1 @ r12 is preserved during D-cache flush
/u-boot/doc/sphinx/
H A Dparse-headers.pl375 The output is written at the (OUT_FILE).
377 It is capable of identifying defines, functions, structs, typedefs,
379 It is also capable of distinguish #define used for specifying a Linux
398 This is free software: you are free to change and redistribute it.
399 There is NO WARRANTY, to the extent permitted by law.
/u-boot/arch/arm/mach-omap2/
H A Dconfig_secure.mk51 # For MLO targets (SD card boot) the final file name that is copied to the SD
83 # For supporting single stage boot on keystone, the image is a full u-boot
93 # For supporting single stage XiP QSPI on AM43xx, the image is a full u-boot
/u-boot/arch/mips/
H A Dconfig.mk48 # machines may also. Since BFD is incredibly buggy with respect to
/u-boot/arch/arm/mach-npcm/npcm7xx/
H A Dl2_cache_pl310_init.S21 @ Disable L2 Cache controller just in case it is already on
/u-boot/tools/binman/test/
H A DMakefile2 # Builds test programs. This is launched from elf_test.BuildElfTestFiles()
15 machine is $(HOSTARCH). Set CROSS_COMPILE to a suitable cross compiler)
97 @echo -e "\thelp - Print help (this is it!)"
/u-boot/tools/
H A Dzynqmp_psu_init_minimize.sh13 Vivado tool for ZynqMP into a smaller psu_init_gpl.c file that is almost

Completed in 197 milliseconds

123