From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 28 Oct 2011 07:18:00 +0200 Subject: [U-Boot] [PATCH v6 5/5] tegra2: Add support for Ventana In-Reply-To: References: <1318459989-24191-1-git-send-email-swarren@nvidia.com> <1318459989-24191-5-git-send-email-swarren@nvidia.com> Message-ID: <4EAA3B08.5090807@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Stephen, Le 13/10/2011 01:05, Simon Glass a ?crit : > On Wed, Oct 12, 2011 at 3:53 PM, Stephen Warren wrote: >> Ventana is a board which is very similar to Seaboard. Support it by >> re-using board/nvidia/seaboard/seaboard.c with minor run-time conditionals. >> >> v5: Makefile: Use cmd_link_o_target, remove unused clean/distclean targets. >> v6: Make gpio_config_uart_seaboard() static. >> >> Signed-off-by: Stephen Warren > > Acked-by: Simon Glass > >> --- >> board/nvidia/seaboard/seaboard.c | 11 ++++++- >> board/nvidia/ventana/Makefile | 49 +++++++++++++++++++++++++++++++++ >> boards.cfg | 1 + >> include/configs/ventana.h | 55 ++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 114 insertions(+), 2 deletions(-) >> create mode 100644 board/nvidia/ventana/Makefile >> create mode 100644 include/configs/ventana.h Please add an entry for this board in MAINTAINERS. Amicalement, -- Albert.