[RFC PATCH 5/5] board: Add new Samsung "stemmy" board based on ST-Ericsson U8500
Tom Rini
trini at konsulko.com
Thu Jan 23 22:58:44 CET 2020
On Sat, Jan 04, 2020 at 06:45:19PM +0100, Stephan Gerhold wrote:
> The ST-Ericsson U8500 SoC has been used in mass-production for
> some Android smartphones released around 2012.
> In particular, Samsung has released more than 5 different
> smartphones based on U8500, e.g.
>
> - Samsung Galaxy S III mini (GT-I8190) "golden"
> - Samsung Galaxy S Advance (GT-I9070) "janice"
> - Samsung Galaxy Xcover 2 (GT-S7710) "skomer"
>
> and a few others.
>
> Mainline Linux has great support for the Ux500 SoC, so these
> smartphones can also run Linux mainline quite well.
>
> Unfortunately, the original Samsung bootloader used on these devices
> has limitations that prevent booting Linux mainline directly.
> It keeps the L2 cache enabled, which causes Linux to crash very early,
> shortly after decompressing the kernel.
>
> Using U-Boot allows to circumvent these limitations. We can let the
> Samsung bootloader chain-load U-Boot and U-Boot locks the L2 cache
> before booting into Linux. U-Boot has several other advantages
> - it supports device-trees directly and we are no longer limited to
> flashing Android boot images through Samsung's proprietary download
> mode.
>
> The Samsung "stemmy" board covers all Samsung devices based on U8500.
> Add minimal support for "stemmy". For now only UART is supported but
> this will be extended later.
>
> Signed-off-by: Stephan Gerhold <stephan at gerhold.net>
> Reviewed-by: Linus Walleij <linus.walleij at linaro.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200123/d9a03e7a/attachment.sig>
More information about the U-Boot
mailing list