Home
last modified time | relevance | path

Searched refs:protect (Results 1 – 25 of 61) sorted by relevance

123

/u-boot/include/environment/pg-wcom/
A Dls102xa.env13 newenv=protect off CONFIG_ENV_ADDR_REDUND +0x40000 &&
15 protect on CONFIG_ENV_ADDR_REDUND +0x40000
19 update=protect off CONFIG_SYS_MONITOR_BASE +${filesize} &&
22 protect on CONFIG_SYS_MONITOR_BASE +${filesize}
24 update-nor=protect off CONFIG_SYS_FLASH_BASE +${filesize} &&
27 protect on CONFIG_SYS_MONITOR_BASE +0x100000
A Dpowerpc.env8 update=protect off BOOTFLASH_START +${filesize} &&
11 protect on BOOTFLASH_START +${filesize}
/u-boot/drivers/pch/
A Dsandbox_pch.c11 bool protect; member
18 return priv->protect; in sandbox_get_pch_spi_protect()
28 static int sandbox_pch_set_spi_protect(struct udevice *dev, bool protect) in sandbox_pch_set_spi_protect() argument
32 priv->protect = protect; in sandbox_pch_set_spi_protect()
A Dpch7.c26 static int pch7_set_spi_protect(struct udevice *dev, bool protect) in pch7_set_spi_protect() argument
32 if (protect) in pch7_set_spi_protect()
A Dpch-uclass.c24 int pch_set_spi_protect(struct udevice *dev, bool protect) in pch_set_spi_protect() argument
31 return ops->set_spi_protect(dev, protect); in pch_set_spi_protect()
/u-boot/board/keymile/kmcent2/
A Dkmcent2.env13 newenv=protect off ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE &&
15 protect on ENV_DEL_ADDR +CFG_ENV_TOTAL_SIZE
20 update=protect off CONFIG_SYS_MONITOR_BASE +${filesize} &&
23 protect on CONFIG_SYS_MONITOR_BASE +${filesize}
24 update-nor=protect off CONFIG_SYS_FLASH_BASE +${filesize} &&
27 protect on CONFIG_SYS_MONITOR_BASE +CONFIG_SYS_MONITOR_LEN
/u-boot/arch/arm/dts/
A Darmada-385-atl-x530.dts11 nand-protect {
12 compatible = "atl,nand-protect";
13 protect-gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
A Darmada-385-atl-x530DP.dts12 nand-protect {
13 compatible = "atl,nand-protect";
14 protect-gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
A Dzynqmp-topic-miamimp-xilinx-xdp-v1r1.dts97 disable-wp; /* We don't have a write-protect detection */
106 disable-wp; /* We don't have a write-protect detection */
A Dimx6qdl-aristainetos2-u-boot.dtsi40 * allow switching write protect pin by gpio,
A Dimx6qdl-aristainetos2c-u-boot.dtsi44 * allow switching write protect / reset pin by gpio,
A Dimx6qdl-aristainetos2c_cslb-u-boot.dtsi44 * allow switching write protect / reset pin by gpio,
/u-boot/arch/x86/cpu/apollolake/
A Dpch.c14 static int apl_set_spi_protect(struct udevice *dev, bool protect) in apl_set_spi_protect() argument
17 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in apl_set_spi_protect()
/u-boot/doc/device-tree-bindings/sysinfo/
A Dgoogle,coral.txt11 - wite-protect-gpios: GPIO to use for write-protect screw
24 write-protect-gpios = <&gpio_nw GPIO_75 GPIO_ACTIVE_HIGH>;
/u-boot/arch/arm/mach-at91/arm926ejs/
A Deflash.c112 flash_info[0].protect[i] = 0; in flash_init()
123 flash_info[0].protect[i] = (tmp >> (i%32)) & 1; in flash_init()
126 flash_info[0].protect[i] = 1; in flash_init()
147 info->protect[i] ? " (RO)" : " " in flash_print_info()
187 info->protect[i] = (tmp >> (i%32)) & 1; in flash_real_protect()
/u-boot/include/
A Dpch.h68 int (*set_spi_protect)(struct udevice *dev, bool protect);
125 int pch_set_spi_protect(struct udevice *dev, bool protect);
/u-boot/arch/x86/cpu/intel_common/
A Dlpc.c85 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect) in lpc_set_spi_protect() argument
91 if (protect) { in lpc_set_spi_protect()
/u-boot/board/freescale/m5253demo/
A Dflash.c66 info->protect[0] = 0; in flash_get_offsets()
70 info->protect[i] = 0; in flash_get_offsets()
107 info->start[i], info->protect[i] ? " (RO)" : " "); in flash_print_info()
194 if (info->protect[sect]) { in flash_erase()
253 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
/u-boot/common/
A Dflash.c67 info->protect[i] = 0; in flash_protect()
75 info->protect[i] = 1; in flash_protect()
148 (info->protect[i] != 0) ) { in flash_write()
/u-boot/board/cobra5272/
A Dflash.c52 info->protect[i] ? " (RO)" : " "); in flash_print_info()
74 memset (flash_info[i].protect, 0, CONFIG_SYS_MAX_FLASH_SECT); in flash_init()
157 if (info->protect[sect]) { in flash_erase()
185 if (info->protect[sect] == 0) { /* not protected */ in flash_erase()
/u-boot/board/socrates/
A Dsocrates.env23 clean_uboot_env=protect off FFF00000 FFF3FFFF;era FFF00000 FFF3FFFF
43 update_uboot=tftp 110000 ${uboot_file};protect off ${uboot_addr} FFFFFFFF;era ${uboot_addr} FFFFFFF…
/u-boot/arch/x86/include/asm/
A Dlpc_common.h56 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect);
/u-boot/arch/x86/cpu/ivybridge/
A Dbd82x6x.c190 static int bd82x6x_set_spi_protect(struct udevice *dev, bool protect) in bd82x6x_set_spi_protect() argument
192 return lpc_set_spi_protect(dev, BIOS_CTRL, protect); in bd82x6x_set_spi_protect()
/u-boot/board/freescale/p2041rdb/
A DREADME20 => protect off all
26 => protect off all
32 => protect off all
/u-boot/cmd/
A Dflash.c479 info->protect[i] = p; in do_protect()
504 info->protect[i] = p; in do_protect()
568 info->protect[i] = p; in do_protect()
624 info->protect[i] = p; in flash_sect_protect()
675 protect, 4, 0, do_protect,

Completed in 52 milliseconds

123