]> git.ipfire.org Git - people/ms/u-boot.git/commit
omap3: add support for QUIPOS Cairo board.
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Tue, 3 Feb 2015 17:13:14 +0000 (18:13 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 6 Mar 2015 01:13:21 +0000 (20:13 -0500)
commitd275c40c69cad09a139f4a1df874e68c086df7a7
treebcb2a55865d21d54a702bca45dc444e5154ee64e
parent5bd15b7a503f31255a8b656e3e30fbab83923ff9
omap3: add support for QUIPOS Cairo board.

This patch extends OMAP3 support for AM/DM37xx and
introduces the AM3703-based Quipos Cairo board.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/cpu/armv7/omap3/Kconfig
board/quipos/cairo/Kconfig [new file with mode: 0644]
board/quipos/cairo/Makefile [new file with mode: 0644]
board/quipos/cairo/cairo.c [new file with mode: 0644]
board/quipos/cairo/cairo.h [new file with mode: 0644]
configs/cairo_defconfig [new file with mode: 0644]
include/configs/omap3_cairo.h [new file with mode: 0644]