]> git.ipfire.org Git - people/ms/u-boot.git/commit
Amazon Kindle Fire (first generation) codename kc1 support
authorPaul Kocialkowski <contact@paulk.fr>
Sat, 27 Feb 2016 18:19:00 +0000 (19:19 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 15 Mar 2016 19:12:48 +0000 (15:12 -0400)
commitae51b5709e6f24c04f1da9550c54c69b9ce84f19
tree6633b414c251c4beaaf4ad063ee8b6d94b3ec4b4
parent14689ad79e2e0a7119ab8d9ad78a4533eff6e83c
Amazon Kindle Fire (first generation) codename kc1 support

The Amazon Kindle Fire (first generation) codename kc1 is a tablet that was
released by Amazon back in 2011.

It is using an OMAP4430 SoC GP version, which allows running U-Boot and the
U-Boot SPL from the ground up.

Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
arch/arm/cpu/armv7/omap4/Kconfig
board/amazon/kc1/Kconfig [new file with mode: 0644]
board/amazon/kc1/MAINTAINERS [new file with mode: 0644]
board/amazon/kc1/Makefile [new file with mode: 0644]
board/amazon/kc1/kc1.c [new file with mode: 0644]
board/amazon/kc1/kc1.h [new file with mode: 0644]
configs/kc1_defconfig [new file with mode: 0644]
include/configs/kc1.h [new file with mode: 0644]