]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: microsoft: surface-rt: add Microsoft Surface RT support
authorJonas Schwöbel <jonasschwoebel@yahoo.de>
Mon, 24 Jan 2022 17:06:33 +0000 (18:06 +0100)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 5 Jul 2024 07:18:36 +0000 (10:18 +0300)
commit3486fd0739158de0a5dc3ca3eb60007640954466
tree695e2025503505d0ed8afc77d9b3e3ee306bf0aa
parent2c4a399682a1e28d22f5e8afc91e61248188b259
board: microsoft: surface-rt: add Microsoft Surface RT support

Surface RT is a hybrid tablet computer developed and manufactured
by Microsoft and shipped with Windows RT. The tablet uses a 1.3 GHz
quad-core Nvidia Tegra 3 chipset with 2 GB of RAM, features 10.8
inch 1366x768 screen and 32/64 GB of internal memory that can be
supplemented with a microSDXC card giving up to 200 GB of
additional storage.

Tested-by: Jethro Bull <jethrob@hotmail.com>
Signed-off-by: Jonas Schwöbel <jonasschwoebel@yahoo.de>
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
12 files changed:
arch/arm/dts/Makefile
arch/arm/dts/tegra30-microsoft-surface-rt.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra30/Kconfig
board/microsoft/surface-rt/Kconfig [new file with mode: 0644]
board/microsoft/surface-rt/MAINTAINERS [new file with mode: 0644]
board/microsoft/surface-rt/Makefile [new file with mode: 0644]
board/microsoft/surface-rt/surface-rt-spl.c [new file with mode: 0644]
configs/surface-rt_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/microsoft/index.rst [new file with mode: 0644]
doc/board/microsoft/surface-rt.rst [new file with mode: 0644]
include/configs/surface-rt.h [new file with mode: 0644]