board: stemmy: Add basic Fastboot support
authorStephan Gerhold <stephan@gerhold.net>
Sat, 7 Aug 2021 13:07:22 +0000 (15:07 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 1 Sep 2021 23:25:37 +0000 (19:25 -0400)
commitf64011e11e283b34b6792165a36c42b8241f2a24
tree795ef40ff62a7f39088d0f5f04842b6cf8c61140
parentfc9d4b123d50f95185baf37bea58b8ec499f3e66
board: stemmy: Add basic Fastboot support

Make use of the new drivers for ARM U8500 introduced in the U-Boot
2021.10 merge window by adding basic support for USB Fastboot with
the "stemmy" board. As a first step this will always boot directly
into USB Fastboot for now with the console displayed on the screen
to make that obvious.

Samsung uses quite strange GPT partition labels on these boards,
so also add a bunch of fastboot_partition_alias_* to make this more
easy to use.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
arch/arm/dts/ste-ux500-samsung-stemmy.dts
configs/stemmy_defconfig
include/configs/stemmy.h