Home
last modified time | relevance | path

Searched refs:change (Results 1 – 25 of 109) sorted by relevance

12345

/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_hub.c121 int change[SANDBOX_NUM_PORTS]; member
167 int *change = &priv->change[port]; in clrset_post_state() local
196 *change |= *status & clear; in clrset_post_state()
197 *change |= ~*status & set; in clrset_post_state()
198 *change &= 0x1f; in clrset_post_state()
240 portsts->wPortChange = priv->change[port]; in sandbox_hub_submit_control_msg()
279 priv->change[port] &= 1 << in sandbox_hub_submit_control_msg()
/rk3399_rockchip-uboot/tools/patman/
H A DREADME12 - Inserts a cover letter with change lists
43 normally in the top commit so it is easy to change them with 'git
48 patches. Weeks later, change the patches and repeat, knowing that you
100 If you want to change the defaults for patman's command-line arguments,
241 particular version n of that commit. The change list is
243 change list and also the whole thing is repeated in the cover
244 letter (where duplicate change lines are merged).
246 By adding your change lists into your commits it is easier to
257 This tells patman to sort and/or uniq the change logs. It is
258 assumed that each change log entry is only a single line long.
[all …]
H A Dseries.py160 for change in sorted(self.changes, reverse=True):
162 for this_commit, text in self.changes[change]:
167 line = 'Changes in v%d:' % change
/rk3399_rockchip-uboot/board/logicpd/omap3som/
H A DREADME13 …ut should you want to change the default to the SOM-LV, locate the configs/omap3_logic_defconfig f…
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dkernel.its90 change both arch values to "x86_64". U-Boot will then change to 64-bit mode
/rk3399_rockchip-uboot/doc/
H A DREADME.nios255 You will need to change the names of board header file and device tree,
79 Please change the SDRAM base and size to match your board. The base
86 You will need to change the environment variables location and setting,
87 too. You may change other configs to fit your board.
H A DREADME.watchdog13 Can be used to change the timeout for i.mx31/35/5x/6x.
24 Can be used to change the timeout for FTWDT010.
H A DREADME.generic-board23 The main change is that the arch/<arch>/lib/board.c file is removed in
42 What is the motivation for this change?
44 1. There is a lot of repeated code in the board.c files. Any change to
45 things like setting up the baud rate requires a change in 10 separate
60 5. While it is a bit of a tricky change, I believe it is worthwhile and
111 be done as a separate change, and this series does not require it.
H A DREADME.JFFS211 chpart - change active partition
27 and you can change where the partition is with two defines.
H A DREADME.VLAN11 Note: In order to enable CDP support a small change is needed in the
H A DREADME.mxs166 * t 1 ................... change first partition ID
167 * 53 ............ change the ID to 0x53 (OnTrack DM6 Aux3)
209 -w <size> change page size (default 2048 b)
210 -o <size> change oob size (default 64 b)
211 -e <size> change erase size (default 131072 b)
258 user changes STRIDE by blowing fuses, the user also has to change
260 blowing fuses, the user also has to change "update_nand_count"
H A DREADME.silent6 When the "silent" variable is changed with env set, the change
H A DREADME.marvell4 This document describes how to compile the U-Boot and how to change U-Boot configuration
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc86xx/
H A DKconfig56 the current value in SoC. If not sure, do not change.
62 If not sure, do not change.
/rk3399_rockchip-uboot/drivers/sound/
H A Dmax98095.c95 int change, ret = 0; in max98095_update_bits() local
101 change = (old != new) ? 1 : 0; in max98095_update_bits()
102 if (change) in max98095_update_bits()
107 return change; in max98095_update_bits()
H A Dwm8994.c137 int change , ret = 0; in wm8994_update_bits() local
143 change = (old != new) ? 1 : 0; in wm8994_update_bits()
144 if (change) in wm8994_update_bits()
149 return change; in wm8994_update_bits()
/rk3399_rockchip-uboot/board/renesas/alt/
H A DKconfig18 This config set pin function of ethenet B. You also needt to change
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Dtegra20-i2c.txt10 does not change and is the same for all I2C nodes.
/rk3399_rockchip-uboot/board/toradex/colibri_imx6/
H A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/rk3399_rockchip-uboot/test/overlay/
H A Dtest-fdt-overlay.dts12 /* Test that we can change an int by another */
/rk3399_rockchip-uboot/board/keymile/scripts/
H A DREADME10 Last change: 24.11.2011
/rk3399_rockchip-uboot/board/toradex/apalis_imx6/
H A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/rk3399_rockchip-uboot/doc/SPI/
H A DREADME.sh_qspi_test26 other boards, please change the value according to each environment.
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A DKconfig50 by defconfig. If unsure, do not change.
/rk3399_rockchip-uboot/examples/standalone/
H A DREADME.smc91111_eeprom23 can happen. This is why U-Boot makes it difficult to change MAC
132 -Boot environmental variable in Flash <- can not change, without
134 U-Boot environmental variable <- can not change, without

12345