]> git.baikalelectronics.ru Git - uboot.git/commit
Import include/android_bootloader_message.h from AOSP
authorAlex Deymo <deymo@google.com>
Tue, 14 May 2019 19:05:26 +0000 (21:05 +0200)
committerTom Rini <trini@konsulko.com>
Sat, 18 May 2019 16:32:02 +0000 (12:32 -0400)
commit28cc46c7f13e5711f27e18aab0913b636641af06
tree16a55cac1545bcda3d7bb32024af27063573b190
parentc8484f8d3ca964ae898786878bad6bc1fda9bc78
Import include/android_bootloader_message.h from AOSP

This takes the latest changes from AOSP from the file
bootloader_message/include/bootloader_message/bootloader_message.h
in the repository
https://android.googlesource.com/platform/bootable/recovery
and re-licensed them to BSD-3 for U-Boot.

Minimum local changes have been applied (convert C++ to C comments and
adding #ifndef __UBOOT__ block to skip all the function declarations).

Signed-off-by: Alex Deymo <deymo@google.com>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
include/android_bootloader_message.h [new file with mode: 0644]