| /u-boot/include/environment/pg-wcom/ |
| A D | ls102xa.env | 13 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 D | powerpc.env | 8 update=protect off BOOTFLASH_START +${filesize} && 11 protect on BOOTFLASH_START +${filesize}
|
| /u-boot/drivers/pch/ |
| A D | sandbox_pch.c | 11 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 D | pch7.c | 26 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 D | pch-uclass.c | 24 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 D | kmcent2.env | 13 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 D | armada-385-atl-x530.dts | 11 nand-protect { 12 compatible = "atl,nand-protect"; 13 protect-gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
|
| A D | armada-385-atl-x530DP.dts | 12 nand-protect { 13 compatible = "atl,nand-protect"; 14 protect-gpio = <&gpio1 11 GPIO_ACTIVE_HIGH>;
|
| A D | zynqmp-topic-miamimp-xilinx-xdp-v1r1.dts | 97 disable-wp; /* We don't have a write-protect detection */ 106 disable-wp; /* We don't have a write-protect detection */
|
| A D | imx6qdl-aristainetos2-u-boot.dtsi | 40 * allow switching write protect pin by gpio,
|
| A D | imx6qdl-aristainetos2c-u-boot.dtsi | 44 * allow switching write protect / reset pin by gpio,
|
| A D | imx6qdl-aristainetos2c_cslb-u-boot.dtsi | 44 * allow switching write protect / reset pin by gpio,
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | pch.c | 14 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 D | google,coral.txt | 11 - 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 D | eflash.c | 112 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 D | pch.h | 68 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 D | lpc.c | 85 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 D | flash.c | 66 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 D | flash.c | 67 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 D | flash.c | 52 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 D | socrates.env | 23 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 D | lpc_common.h | 56 int lpc_set_spi_protect(struct udevice *dev, int bios_ctrl, bool protect);
|
| /u-boot/arch/x86/cpu/ivybridge/ |
| A D | bd82x6x.c | 190 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 D | README | 20 => protect off all 26 => protect off all 32 => protect off all
|
| /u-boot/cmd/ |
| A D | flash.c | 479 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,
|