Files
u-boot/drivers
Alexey Firago e2ec3e4612 fastboot: add support for reboot-bootloader command
The "fastboot reboot-bootloader" command is defined to
re-enter into fastboot mode after rebooting into
bootloader. This command is usually used after updating
bootloader via fastboot.

This commit implements only a generic side of the
command - setting of the reset flag and then resetting.
Setting of the reset flag is implemented using __weak
fb_set_reboot_flag() function. The actual setting and
checking of the reset flag should be implemented by
a boot script and/or board/SoC specific code.

Signed-off-by: Alexey Firago <alexey_firago@mentor.com>
Tested-by: Steve Rae <srae@broadcom.com>
[Test HW: bcm28155_ap board]
2015-04-14 10:19:05 +02:00
..
2015-04-07 08:41:10 -04:00
2015-02-24 13:09:42 -08:00
2015-02-12 10:35:33 -07:00
2015-03-30 23:24:38 -05:00
2015-04-10 14:23:09 +02:00
2015-04-10 14:23:23 +02:00
2015-02-19 06:19:18 -07:00
2015-04-10 14:22:48 +02:00
2015-03-24 10:50:50 -04:00
2015-04-03 09:47:49 +03:00
2014-09-24 18:30:28 -04:00