]> git.dujemihanovic.xyz Git - u-boot.git/commit
configs: meson64_android: use BCB for reboot to bootloader
authorMattijs Korpershoek <mkorpershoek@baylibre.com>
Fri, 30 Jul 2021 12:28:08 +0000 (14:28 +0200)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 30 Jul 2021 12:54:03 +0000 (14:54 +0200)
commit9d0ac61642a9f4a627ce43760e45987859772a73
tree0a7626948108f03ac868e7e2a3506414a172c608
parent143e153385f67943f66832d702c29e0087a3512c
configs: meson64_android: use BCB for reboot to bootloader

As of today, we use a "vendor specific" secure monitor call for the
reboot reason (sm).

We should not need this. Android uses the BCB (Bootloader Control Block)
to communicate with the bootloader.

Implement "reboot into bootloader" using the standard BCB way instead of
using sm calls.

Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
include/configs/meson64_android.h