From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 28 Sep 2012 21:30:35 +0200 Subject: [U-Boot] [PATCH 4/4 v4] xilinx: Add new Zynq board In-Reply-To: <1347603816-24772-4-git-send-email-monstr@monstr.eu> References: <1347603816-24772-1-git-send-email-monstr@monstr.eu> <1347603816-24772-4-git-send-email-monstr@monstr.eu> Message-ID: <20120928213035.7996ea65@lilith> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Michal, On Fri, 14 Sep 2012 08:23:36 +0200, Michal Simek wrote: > Add support for Xilinx Zynq board. > > Signed-off-by: Michal Simek > CC: Joe Hershberger > CC: Marek Vasut > > --- > v2: Forget to also add config file > > v3: Change name for serial driver > Remove lowlevel_init from board folder > Remove XPSS part from timer baseaddr > Change name for Zynq gem driver > Clean coding style > Remove mac + ip addresses from config file > Remove additional PHYs > > v4: Move reset_cpu to cpu folder > Remove empty board_late_init > Enable SERIAL_MULTI > Setup SYS_TEXT_BASE > Changed eth initialization > --- > board/xilinx/zynq/Makefile | 54 +++++++++++++++++++++ > board/xilinx/zynq/board.c | 54 +++++++++++++++++++++ > boards.cfg | 1 + > include/configs/zynq.h | 112 ++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 221 insertions(+), 0 deletions(-) > create mode 100644 board/xilinx/zynq/Makefile > create mode 100644 board/xilinx/zynq/board.c > create mode 100644 include/configs/zynq.h Sorry for barging in late... Can you make a V5 with the MAINTAINERS file updated? Amicalement, -- Albert.