Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kconfig: Move CONFIG_OF_LIBFDT to Kconfig | Michal Simek | 2016-04-18 | 1 | -0/+1 |
| | | | | | | | | | | This patch follows work done by: "Move CONFIG_OF_LIBFDT to Kconfig" (sha1: 69e173eb57d1f4848f070c83456096ba5d2ba1b4) Signed-off-by: Michal Simek <michal.simek@xilinx.com> [trini: Add xpress* to the patch] Signed-off-by: Tom Rini <trini@konsulko.com> | ||||
* | arm: mx6: Add CCV xPress board support | Stefan Roese | 2016-03-26 | 1 | -0/+7 |
This patch add support for the CCV xPress board which is equipped with the i.MX6UL. And provides the following interfaces: - 128MiB DDR - UART - I2C - eMMC (with booting) - Ethernet - USB This patch adds two build targets. One with and one without SPL. The non-SPL version is used for loading U-Boot via USB (imx_usb_loader). Signed-off-by: Stefan Roese <sr@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Cc: Stefano Babic <sbabic@denx.de> |