]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: samsung: add Samsung Galaxy R (GT-I9103) and Captivate Glide (SGH-i927) support
authorIon Agorria <ion@agorria.com>
Sun, 1 Dec 2024 23:24:47 +0000 (00:24 +0100)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 1 Aug 2025 05:46:53 +0000 (08:46 +0300)
commitc55cbaf133b3d31a21b54507d74faeca109b8746
tree9e73c51adabf5fff52d72b637660b8c22e50d731
parent018d3c99b479a531abfaa0d870f395bf1e7b639c
board: samsung: add Samsung Galaxy R (GT-I9103) and Captivate Glide (SGH-i927) support

The Galaxy R (GT-I9103) and Captivate Glide (SGH-i927) are both Tegra 2
based Samsung smartphones released in 2011. They both feature 1 GB of RAM
and 8 GB of expandable flash memory. The key difference is that the
Captivate Glide has an OLED panel (contrary to LCD in Galaxy R) and a
QWERTY keyboard in form factor of a slider.

Signed-off-by: Ion Agorria <ion@agorria.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra20-samsung-bose.dts [new file with mode: 0644]
arch/arm/dts/tegra20-samsung-n1-common.dtsi [new file with mode: 0644]
arch/arm/dts/tegra20-samsung-n1.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra20/Kconfig
board/samsung/n1/Kconfig [new file with mode: 0644]
board/samsung/n1/MAINTAINERS [new file with mode: 0644]
board/samsung/n1/bose.config [new file with mode: 0644]
board/samsung/n1/n1.env [new file with mode: 0644]
configs/n1_defconfig [new file with mode: 0644]
doc/board/samsung/index.rst
doc/board/samsung/n1.rst [new file with mode: 0644]