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:
Bryan O'Donoghue
2024-01-01 15:25:02 +00:00
parent 266d885cde
commit 30e6838a12
6 changed files with 31 additions and 0 deletions
+1
View File
@@ -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,