Home
last modified time | relevance | path

Searched refs:auto (Results 1 – 25 of 102) sorted by relevance

12345

/u-boot/doc/sphinx/
A Dparallel-wrapper.sh17 auto=$(perl -e 'open IN,"'"$sphinx"' --version 2>&1 |";
24 if [ -n "$auto" ] ; then
25 parallel="$auto"
/u-boot/doc/device-tree-bindings/memory/
A Dmemory.txt27 auto-size - Indicates that the value given for a bank is the maximum size,
44 auto-size;
65 * Default of 2GB of memory, auto-sized, so could be smaller
66 * 3.5GB of memory (with no auto-size) if (board id & 2) is 2
67 * 1GB of memory (with no auto-size) if board id is 17.
/u-boot/scripts/
A DMakefile.autoconf13 ifeq ($(shell grep -q '^CONFIG_SPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
17 ifeq ($(shell grep -q '^CONFIG_TPL=y' include/config/auto.conf 2>/dev/null && echo y),y)
21 include include/config/auto.conf
44 -MQ include/config/auto.conf $(srctree)/include/common.h > $@ || { \
62 ! grep -q "$${line%=*}=" include/config/auto.conf; then \
A Dsetlocalversion152 if test -e include/config/auto.conf; then
156 …CONFIG_LOCALVERSION=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION=/ {print $2}…
157 …CONFIG_LOCALVERSION_AUTO=`cat include/config/auto.conf | awk -F '=' '/^CONFIG_LOCALVERSION_AUTO=/ …
/u-boot/doc/device-tree-bindings/clock/
A Drockchip,rk3288-dmc.txt25auto-self-refresh-cnt: Self Refresh idle period. Memories are placed into Self-Refresh mode if the…
26auto-power-down-cnt: Power-down idle period. Memories are placed into power-down mode if the NIF i…
139 rockchip,auto-self-refresh-cnt = <0>;
140 rockchip,auto-power-down-cnt = <64>;
/u-boot/board/bachmann/ot1200/
A DREADME9 port is always up and auto-negotiation is not possible.
12 FEC is connected to a normal phy and auto-negotiation is possible.
/u-boot/arch/mips/
A DMakefile.postlink8 -include include/config/auto.conf
/u-boot/board/mikrotik/crs3xx-98dx3236/
A DMakefile13 include/config/auto.conf
/u-boot/board/Marvell/db-xc3-24g4xg/
A DMakefile13 include/config/auto.conf
/u-boot/doc/device-tree-bindings/pci/
A Dx86-pci.txt7 - u-boot,skip-auto-config-until-reloc : Don't set up PCI configuration until
34 u-boot,skip-auto-config-until-reloc;
/u-boot/doc/
A DREADME.update16 The auto-update feature is enabled by the CONFIG_UPDATE_TFTP macro:
21 Note that when enabling auto-update, Flash support must be turned on. Also,
27 The auto-update feature uses the following configuration knobs:
84 attempting the auto-update can render the system unusable.
/u-boot/doc/sphinx-static/
A Dtheme_overrides.css31 * - make the overflow auto (scrollbar if needed)
36 .wy-table-responsive { overflow: auto; }
/u-boot/board/synopsys/hsdk/
A DREADME36 file. Note uboot.env is not just a text file but it is auto-generated
53 - SPI-flahs is used as a storage for image of an application auto-executed
95 1. The HSDK board is supposed to auto-start U-Boot image stored in on-board
121 and stop auto-execution of existing `bootcmd` pressing any key in serial
/u-boot/tools/patman/
A Dtest_checkpatch.py414 def check_struct(self, auto, suffix, warning): argument
423 pm.add_line('common/main.c', '.%s = sizeof(struct(fred)),' % auto)
425 (auto, suffix))
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.core_prefetch5 setenv hwconfig 'fsl_ddr:bank_intlv=auto;core_prefetch:disable=0x02'
/u-boot/board/keymile/scripts/
A Ddevelop-common.txt12 …nfs-path.txt; then env import -t ${load_addr_r} ${filesize}; else echo no auto nfs path imported; …
A Dramfs-common.txt15 …otfssize.txt; then env import -t ${load_addr_r} ${filesize}; else echo no auto rootfs size; echo y…
/u-boot/arch/arm/mach-mvebu/
A DMakefile62 include/config/auto.conf
/u-boot/arch/arm/dts/
A Dkirkwood-lsxl.dtsi61 pmx_power_auto_switch: pmx-power-auto-switch {
127 label = "Power-auto Switch";
A Dkirkwood-netxbig.dtsi64 label = "Back power switch (on|auto)";
70 label = "Back power switch (auto|off)";
/u-boot/doc/SPI/
A DREADME.sh_qspi_test12 sh_eth Waiting for PHY auto negotiation to complete.. done
/u-boot/board/boundary/nitrogen6x/
A DREADME57 this code auto-detects panel by probing the HDMI Phy for Hot Plug Detect
62 override auto-detection and force activation of the specified panel.
/u-boot/doc/device-tree-bindings/input/
A Dadc-keys.txt13 - autorepeat: Boolean, Enable auto repeat feature of Linux input
/u-boot/board/synopsys/emsdp/
A DREADME36 file. Note uboot.env is not just a text file but it is auto-generated
73 1. The EMSDP board is supposed to auto-start U-Boot image stored in ROM on
/u-boot/doc/device-tree-bindings/net/
A Dethernet.txt60 "auto", "in-band-status". "auto" is the default, it usess MDIO for

Completed in 18 milliseconds

12345