Lines Matching +full:boot +full:- +full:enabled
1 /* SPDX-License-Identifier: GPL-2.0 */
10 * Request that the on-chip watchdog be enabled, or disabled, after
12 * status of the on-chip watchdog. If non-zero, the argument
14 * will not be enabled after the next soft reset. Non-zero errors are
20 * Query the status which has been requested for the on-chip watchdog
27 * Request that a specific boot action be taken at the next soft
28 * reset. By default, the boot action is set by external chip pins,
29 * which are sampled on hard reset. Note that the boot action
33 * values. Non-zero errors are returned as documented below.
38 * Return the specific boot action which will be taken at the next
45 * Request that a specific boot action be taken at the soft reset
46 * after the next soft reset. For a specified valid boot mode, the
55 * reset. Non-zero errors are returned as documented below.
60 * Return the specific boot action which will be taken at the soft
69 * version of secure boot fuse keys left should be returned.
102 * SMC function ID to set the ARM boot state to up
119 #define MLXBF_BOOTCTL_EXTERNAL 0 /* Not boot from eMMC */
120 #define MLXBF_BOOTCTL_EMMC 1 /* From primary eMMC boot partition */
121 #define MLNX_BOOTCTL_SWAP_EMMC 2 /* Swap eMMC boot partitions and reboot */
126 #define MLXBF_BOOTCTL_FUSE_STATUS_KEYS 1 /* Return secure boot key status */
129 #define MLXBF_BOOTCTL_NONE 0x7fffffff /* Don't change next boot action */