mirror of
https://github.com/linux-msm/cdba.git
synced 2026-02-25 13:11:56 -08:00
cdba-server: Implement fastboot continue
Add cdba-server side support for "fastboot continue" which allows fastboot to continue its default boot process. I find it useful to setup my boards with an additional SD card which I frequently use the default image on eMMC to chroot to and populate modules, rebooting into fastboot and subsequently booting via fastboot a rootfs on the SD card. Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
This commit is contained in:
@@ -88,6 +88,7 @@ void device_fastboot_flash_reboot(struct device *device);
|
||||
void device_send_break(struct device *device);
|
||||
void device_list_devices(const char *username);
|
||||
void device_info(const char *username, const void *data, size_t dlen);
|
||||
void device_fastboot_continue(struct device *device);
|
||||
|
||||
enum {
|
||||
DEVICE_KEY_FASTBOOT,
|
||||
|
||||
Reference in New Issue
Block a user