u-boot-brain/drivers/fastboot
Alex Kiernan d2df2abbcd fastboot: Extract fastboot_okay/fail to fb_common.c
Add drivers/fastboot/fb_common.c, where fastboot_okay/fail are implemented
so we can call them from a non-USB implementation.

Introduce fastboot_response which takes varargs parameters so we can
use it to generate formatted response strings. Refactor fastboot_okay/fail
to use it.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
2018-05-30 11:59:21 +02:00
..
fb_common.c fastboot: Extract fastboot_okay/fail to fb_common.c 2018-05-30 11:59:21 +02:00
fb_mmc.c fastboot: Refactor fastboot_okay/fail to take response 2018-05-30 11:59:21 +02:00
fb_nand.c fastboot: Refactor fastboot_okay/fail to take response 2018-05-30 11:59:21 +02:00
Kconfig fastboot: Move fastboot to drivers/fastboot 2018-05-30 11:59:21 +02:00
Makefile fastboot: Extract fastboot_okay/fail to fb_common.c 2018-05-30 11:59:21 +02:00