• Home
  • Raw
  • Download

Lines Matching full:protect

30 protect has been turned on.
39 ## Hardware Write Protect {#hw_wp}
42 write protect" GPIO that is connected to the AP SPI flash, EC SPI flash,
44 protect" can only be disabled with servo or suzyq (["CCD open"]) and
45 corresponds to [`OverrideWP`] in ccd. Disabling this write protect disables it
48 In the case of the FPMCU, the hardware write protect GPIO is tied to the STM32
51 You may see various references to a [write protect screw in
52 documentation][wp_screw]. Older Chrome OS devices had a write protect screw
60 https://www.google.com/chromeos/partner/fe/docs/cpfe/firmwaretestmanual.html#hardware-write-protect
100 ## Software Write Protect
102 Software-based write protect state stored in non-volatile memory. If hardware
103 write protect is enabled, software write protect can be enabled but can’t be
104 disabled. If hardware write protect is disabled, software write protect can be
106 disable software write protect).
108 The underlying mechanism implementing software write protect may differ between
109 EC chips. However the common requirements are that software write protect can
110 only be disabled when hardware write protect is off and that the RO firmware
114 *WARNING*: If you disable HW write protect *and* then reboot the FPMCU, it will do
119 https://www.google.com/chromeos/partner/fe/docs/cpfe/firmwaretestmanual.html#software-write-protect
124 *NOTE*: You cannot disable software write protect if hardware write protect is
139 Flash protect flags: 0x0000000f wp_gpio_asserted ro_at_boot ro_now all_now
144 `Flash protect flags` - Current flags that are set.
153 * `wp_gpio_asserted` - Whether the hardware write protect GPIO is currently
156 * `ro_at_boot` - Whether the EC will write protect the RO firmware on the next
159 * `ro_now` - Protect the read-only portion of flash immediately. Requires
162 * `all_now` - Protect the entire flash (including RW) immediately. Requires
173 Set `ro_at_boot` flag. The next time the EC is reset it will protect the flash.
178 Set `ro_at_boot` `ro_now all_now` flags and immediately protect the flash. Note
179 that this will fail if hardware write protect is disabled.
184 hardware write protect enabled.
186 Note that you must reset the EC to clear write protect after removing the screw.
194 write protect GPIO is disabled or the read-only firmware is not protected.