]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
LG Optimus Black (P970) codename sniper support
authorPaul Kocialkowski <contact@paulk.fr>
Mon, 20 Jul 2015 13:17:11 +0000 (15:17 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:24:13 +0000 (08:24 +0200)
commit97842e1ee9f04e8a5a54c3dcbbd048bd581ad09c
treeb0477ef569899ba6f5f4caa271f4784ba68f93f1
parente1f6dc6c0c3ee35df1fd6b4bc7c541ec9edb15eb
LG Optimus Black (P970) codename sniper support

The LG Optimus Black (P970) codename sniper is a smartphone that was designed
and manufactured by LG Electronics (LGE) and released back in 2011.

It is using an OMAP3630 SoC GP version, which allows running U-Boot and the
U-Boot SPL from the ground up. This port is aimed at running an Android version
such as Replicant, the fully free Android distribution. However, support for
upstream Linux with device-tree and common GNU/Linux distros boot commands
could be added in the future.

For more information about the journey to freeing this device, please read the
series of blog posts at:
http://code.paulk.fr/article20/a-hacker-s-journey-freeing-a-phone-from-the-ground-up-first-part

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Add CONFIG_OF_SUPPORT]
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/cpu/armv7/omap3/Kconfig
board/lge/sniper/Kconfig [new file with mode: 0644]
board/lge/sniper/MAINTAINERS [new file with mode: 0644]
board/lge/sniper/Makefile [new file with mode: 0644]
board/lge/sniper/sniper.c [new file with mode: 0644]
board/lge/sniper/sniper.h [new file with mode: 0644]
configs/sniper_defconfig [new file with mode: 0644]
include/configs/sniper.h [new file with mode: 0644]