]> Git Repo - u-boot.git/commit
board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board
authorDzmitry Sankouski <[email protected]>
Sun, 17 Oct 2021 10:44:32 +0000 (13:44 +0300)
committerTom Rini <[email protected]>
Sun, 31 Oct 2021 15:25:38 +0000 (11:25 -0400)
commit80565ec6f0c666e70b0fedd63617f0811c9fcfa7
tree7381724e5c47883442ca4ee526516e2d964774bb
parent4cbc16ceb2db5935aede65ac8d52c234809c66d6
board: samsung: add Samsung Galaxy S9/S9+(SM-G96x0) board

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 <[email protected]>
Cc: Ramon Fried <[email protected]>
Cc: Tom Rini <[email protected]>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/starqltechn-uboot.dtsi [new file with mode: 0644]
arch/arm/dts/starqltechn.dts [new file with mode: 0644]
arch/arm/mach-snapdragon/Kconfig
board/samsung/starqltechn/Kconfig [new file with mode: 0644]
board/samsung/starqltechn/MAINTAINERS [new file with mode: 0644]
board/samsung/starqltechn/Makefile [new file with mode: 0644]
board/samsung/starqltechn/starqltechn.c [new file with mode: 0644]
configs/starqltechn_defconfig [new file with mode: 0644]
doc/board/qualcomm/index.rst
doc/board/qualcomm/sdm845.rst [new file with mode: 0644]
include/configs/sdm845.h
This page took 0.033691 seconds and 4 git commands to generate.