]> git.sur5r.net Git - u-boot/commitdiff
cmd_boot: Add a poweroff command
authorMichael van Slingerland <michael@deviousops.nl>
Wed, 13 Jan 2016 18:31:17 +0000 (19:31 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 14 Jan 2016 02:05:25 +0000 (21:05 -0500)
Add a 'poweroff' command to boot commands, this only gets enabled if the
board Kconfig does a "select CMD_POWEROFF".

Signed-off-by: Michael van Slingerland <michael@deviousops.nl>
[hdegoede@redhat.com: Make the cmd conditional on a CMD_POWEROFF Kconfig]
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
common/Kconfig
common/cmd_boot.c
include/command.h

index ccf5475bac63ae4b2e2ff54ed1afe4b258f996b3..9d446bf86b01116956d5b612047c23be738cbc8a 100644 (file)
@@ -184,6 +184,9 @@ config CMD_XIMG
        help
          Extract a part of a multi-image.
 
+config CMD_POWEROFF
+       bool
+
 endmenu
 
 menu "Environment commands"
index 8f2e0701b540387b01906d26b622d3a239580b2d..72f2cf362d46eeb84113cd4d96942c376549c417 100644 (file)
@@ -61,3 +61,11 @@ U_BOOT_CMD(
        "Perform RESET of the CPU",
        ""
 );
+
+#ifdef CONFIG_CMD_POWEROFF
+U_BOOT_CMD(
+       poweroff, 1, 0, do_poweroff,
+       "Perform POWEROFF of the device",
+       ""
+);
+#endif
index 2ae9b6c2e6e582eef50e6d115ed66b65ea9fe053..0524c0beb091051343c3384fc7131f7431c7160c 100644 (file)
@@ -110,6 +110,7 @@ extern int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
                           char *const argv[]);
 
 extern int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
+extern int do_poweroff(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
 
 /*
  * Error codes that commands return to cmd_process(). We use the standard 0