u-boot-brain/drivers/fastboot
Eugeniu Rosca d73d9fb7e2 fastboot: add support for 'getvar platform'
Our R-Car3 Android userspace relies on the output of 'fastboot
getvar platform' and U-Boot currently is not able to handle it:

host $> fastboot getvar platform
getvar:platform FAILED (remote: Variable not implemented)
finished. total time: 0.001s

We either have the option of adding 'fastboot.platform' variable
to the default/saved environment as a workaround or add proper
'fastboot getvar platform' support in U-Boot via this patch.
In the latter case, other platforms can benefit from it too.

Note that R-Car3 already exports 'platform' environment variable via
v2019.01 commit 00e4b57e9e ("ARM: rmobile: Set environment variable
containing CPU type").

Signed-off-by: Eugeniu Rosca <erosca@de.adit-jv.com>
2019-04-21 10:26:52 +02:00
..
Kconfig Kconfig: sandbox: enable cmd_avb and dependencies 2018-10-07 13:34:19 -04:00
Makefile drivers: cosmetic: Convert SPDX license tags to Linux Kernel style 2018-10-28 09:26:39 -04:00
fb_command.c fastboot: Add support for 'oem format' command 2018-05-30 11:59:21 +02:00
fb_common.c fastboot: common: fix default fastboot_boot on 64-bit 2019-03-16 13:29:43 +01:00
fb_getvar.c fastboot: add support for 'getvar platform' 2019-04-21 10:26:52 +02:00
fb_mmc.c fastboot: Replace literal 32 with PART_NAME_LEN 2019-04-21 10:26:52 +02:00
fb_nand.c net: fastboot: Merge AOSP UDP fastboot 2018-05-30 11:59:21 +02:00