[PATCH 6/6 v4] board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board
Simon Glass
sjg at chromium.org
Thu Oct 14 17:10:02 CEST 2021
Hi Dzmitry,
On Sat, 9 Oct 2021 at 22:11, Dzmitry Sankouski <dsankouski at gmail.com> wrote:
>
> Samsung S9 SM-G9600 - Snapdragon SDM845 version of the phone,
> for China \ Hong Kong markets.
> Has unlockable bootloader, unlike SM-G960U (American market version),
> which allows running u-boot as a chain-loaded bootloader.
>
> Signed-off-by: Dzmitry Sankouski <dsankouski at gmail.com>
> Cc: Ramon Fried <rfried.dev at gmail.com>
> Cc: Tom Rini <trini at konsulko.com>
> ---
> Changes for v2:
> - Create documentation file for SDM845 boards
> - Add starqltechn board documentation
> Changes for v3:
> - fix comment in starqltechn.c
> Changes for v4:
> - move configs to Kconfig file
> - remove starqltechn.h file
> - set SYS_CONFIG_NAME to default of sdm845
> - remove unneeded options from starqltechn_defconfig
>
> arch/arm/dts/Makefile | 1 +
> arch/arm/dts/starqltechn-uboot.dtsi | 39 ++++++++++++++++++
> arch/arm/dts/starqltechn.dts | 53 +++++++++++++++++++++++++
> arch/arm/mach-snapdragon/Kconfig | 17 ++++++++
> board/samsung/starqltechn/Kconfig | 22 ++++++++++
> board/samsung/starqltechn/MAINTAINERS | 6 +++
> board/samsung/starqltechn/Makefile | 9 +++++
> board/samsung/starqltechn/starqltechn.c | 10 +++++
> configs/starqltechn_defconfig | 30 ++++++++++++++
> doc/board/qualcomm/index.rst | 1 +
> doc/board/qualcomm/sdm845.rst | 38 ++++++++++++++++++
> 11 files changed, 226 insertions(+)
> create mode 100644 arch/arm/dts/starqltechn-uboot.dtsi
> create mode 100644 arch/arm/dts/starqltechn.dts
> create mode 100644 board/samsung/starqltechn/Kconfig
> create mode 100644 board/samsung/starqltechn/MAINTAINERS
> create mode 100644 board/samsung/starqltechn/Makefile
> create mode 100644 board/samsung/starqltechn/starqltechn.c
> create mode 100644 configs/starqltechn_defconfig
> create mode 100644 doc/board/qualcomm/sdm845.rst
>
Reviewed-by: Simon Glass <sjg at chromium.org>
In the docs, can you explain how to load U-Boot on the board?
More information about the U-Boot
mailing list