ARM: i.MX50: Add support for i.MX50 based Amazon Kindle e-book readers
The Kindle Model No. D01100 (Kindle Wi-Fi), D01200 (Kindle Touch)
and EY21 (Kindle Paperwhite) are refered as the Kindle 4th and 5th generation.
Those models are based on an i.MX50 SoC and use LPDDR1 or LPDDR2 Memory.

The devices boot in internal boot mode from a build-in eMMC, alternatively
some devices may be set into USB-downloader mode by pressing a specific key
at startup.

Add support for the i.MX50 based Kindle device and make barebox a drop-in
replacement for the factory shipped u-boot image.

Notable features:
- Support for eMMC, USB, UART, I2C, SPI and Keys (except keyboard).
- LPDDR1 and LPDDR2 setup is done via DCD, the same imximage may be used
  for USB-startup and for installation.
- Support for vendor specific ATAGs that are required for the Kindle-System.
- usbserial barebox console access by pressing Select button at startup,
  alternatively full console support on connector J14.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 13ed8ee commit 2c506afbadcd546dcc54a0e8599e454fd4aecfdc
@Alexander Kurz Alexander Kurz authored on 23 Apr 2017
Sascha Hauer committed on 24 Apr 2017
Showing 21 changed files
View
Documentation/boards/imx/amazon-kindle-mx50.rst 0 → 100644
View
arch/arm/boards/Makefile
View
arch/arm/boards/kindle-mx50/Makefile 0 → 100644
View
arch/arm/boards/kindle-mx50/board.c 0 → 100644
View
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/boot/mmc_kernel 0 → 100644
View
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/init/usbconsole 0 → 100644
View
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/nv/autoboot_timeout 0 → 100644
View
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/nv/boot.default 0 → 100644
View
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/nv/linux.bootargs.consoleblank 0 → 100644
View
arch/arm/boards/kindle-mx50/defaultenv-kindle-mx50/nv/linux.bootargs.eink 0 → 100644
View
arch/arm/boards/kindle-mx50/flash-header-kindle-lpddr1.imxcfg 0 → 100644
View
arch/arm/boards/kindle-mx50/flash-header-kindle-lpddr2.imxcfg 0 → 100644
View
arch/arm/boards/kindle-mx50/lowlevel.c 0 → 100644
View
arch/arm/configs/imx_v7_defconfig
View
arch/arm/dts/Makefile
View
arch/arm/dts/imx50-kindle-common.dtsi 0 → 100644
View
arch/arm/dts/imx50-kindle-d01100.dts 0 → 100644
View
arch/arm/dts/imx50-kindle-d01200.dts 0 → 100644
View
arch/arm/dts/imx50-kindle-ey21.dts 0 → 100644
View
arch/arm/mach-imx/Kconfig
View
images/Makefile.imx