Lines Matching full:boot
2 # Boot count configuration
6 bool "Enable support for checking boot count limit"
8 Enable checking for exceeding the boot count limit.
14 prompt "Boot count device"
20 bool "Generic default boot counter"
29 bool "Boot counter on EXT filesystem"
31 Add support for maintaining boot count in a file on an EXT
35 bool "Boot counter in AM33XX RTC IP block"
44 bool "Boot counter in environment"
53 and "bootcount" variable to 0, if a boot was successfully.
56 bool "Boot counter in RAM"
62 bool "Boot counter on I2C device"
70 bool "Boot counter for Atmel AT91SAM9XE"
74 bool "Boot counter in a device-model device"
77 backing store. If an entry in /chosen/u-boot,bootcount-device
92 'u-boot,bootcount-rtc' and the 'rtc'-property (a phandle pointing
107 Set the Maximum number of reboot cycles allowed without the boot
109 If set to 0 do not set a boot limit in the environment.
117 the boot counter.
120 bool "Use single word to pack boot count and magic value"
123 This option enables packing boot count magic value and boot count
127 string "Interface on which to find boot counter EXT filesystem"
132 boot counter.
135 string "Partition of the boot counter EXT filesystem"
140 boot counter.
143 string "Path and filename of the EXT filesystem based boot counter"
144 default "/boot/failures"
147 Set the filename and path of the file used to store the boot counter.
150 hex "RAM address used for reading and writing the boot counter"
156 Set the address used for reading and writing the boot counter.
159 hex "Magic value for the boot counter"
162 Set the magic value used for the boot counter.