From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 6 Sep 2014 19:44:50 +0200 Subject: [U-Boot] [PATCH v2] ARM: mx6: Add support for Kosagi Novena In-Reply-To: <1410024152-5005-1-git-send-email-marex@denx.de> References: <1410024152-5005-1-git-send-email-marex@denx.de> Message-ID: <201409061944.50284.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Saturday, September 06, 2014 at 07:22:32 PM, Marek Vasut wrote: > Add support for the Kosagi Novena board. Currently supported are: > - I2C busses > - FEC Ethernet > - MMC0, MMC1, Booting from MMC > - SATA > - USB ports > - USB Ethernet > > Signed-off-by: Marek Vasut > --- > arch/arm/Kconfig | 4 + > board/kosagi/novena/Kconfig | 23 ++ > board/kosagi/novena/Makefile | 11 + > board/kosagi/novena/novena.c | 348 +++++++++++++++++++++++++ > board/kosagi/novena/novena_spl.c | 529 > +++++++++++++++++++++++++++++++++++++++ board/kosagi/novena/setup.cfg | > 47 ++++ > configs/novena_defconfig | 4 + > include/configs/imx6_spl.h | 2 +- > include/configs/novena.h | 303 ++++++++++++++++++++++ > 9 files changed, 1270 insertions(+), 1 deletion(-) > create mode 100644 board/kosagi/novena/Kconfig > create mode 100644 board/kosagi/novena/Makefile > create mode 100644 board/kosagi/novena/novena.c > create mode 100644 board/kosagi/novena/novena_spl.c > create mode 100644 board/kosagi/novena/setup.cfg > create mode 100644 configs/novena_defconfig > create mode 100644 include/configs/novena.h > > V2: - Drop the tegra_keyboard_init() comment altogether > - Immediatelly return from the SD controller probe function on failure > - Rename PFUZE100_PMIC to just PFUZE100 > - Fix the IMX OTP support with CMD_FUSE > - Enabling LVDS clock is still in place, since this is coming soon. Fabio, the LVDS clock stuff is still in place, display should be on it's way eventually. Best regards, Marek Vasut