]> git.dujemihanovic.xyz Git - u-boot.git/commit
board: lenovo: ideapad-yoga-11: add Lenovo Ideapad Yoga 11 support
authorJonas Schwöbel <jonasschwoebel@yahoo.de>
Sat, 2 Apr 2022 20:04:00 +0000 (22:04 +0200)
committerSvyatoslav Ryhel <clamor95@gmail.com>
Fri, 5 Jul 2024 07:18:36 +0000 (10:18 +0300)
commitf6fb6b2608214b3ee2aef955ec18cf97c14f562e
tree514d0189d581268a916c40e94ce98605e47d8b5c
parent3486fd0739158de0a5dc3ca3eb60007640954466
board: lenovo: ideapad-yoga-11: add Lenovo Ideapad Yoga 11 support

The Lenovo IdeaPad Yoga 11 is a hybrid laptop/tablet Windows RT-based
computer released in late 2012. The device uses a 1.3 GHz quad-core
Nvidia Tegra 3 chipset with 2 GB of RAM, features a 11.6 inch 1366x768
screen and 32/64 GB of internal memory that can be supplemented with
a microSDXC card slot, full size SD card slot and 2 full size USB 2.0
ports.

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-lenovo-ideapad-yoga-11.dts [new file with mode: 0644]
arch/arm/mach-tegra/tegra30/Kconfig
board/lenovo/ideapad-yoga-11/Kconfig [new file with mode: 0644]
board/lenovo/ideapad-yoga-11/MAINTAINERS [new file with mode: 0644]
board/lenovo/ideapad-yoga-11/Makefile [new file with mode: 0644]
board/lenovo/ideapad-yoga-11/ideapad-yoga-11-spl.c [new file with mode: 0644]
configs/ideapad-yoga-11_defconfig [new file with mode: 0644]
doc/board/index.rst
doc/board/lenovo/ideapad-yoga-11.rst [new file with mode: 0644]
doc/board/lenovo/index.rst [new file with mode: 0644]
include/configs/ideapad-yoga-11.h [new file with mode: 0644]