]> git.ipfire.org Git - people/ms/u-boot.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)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:47:37 +0000 (20:47 -0400)
commit0257930ba039e3074eb7975685beb1c482a61080
tree39478d93c715af04e12de992bf1ae4c53e157595
parenta08af85f46a52dd5046ef690f0ef40261322eefb
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]