From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Fri, 28 Sep 2012 22:00:48 +0200 Subject: [U-Boot] [PATCH 4/4 v4] xilinx: Add new Zynq board In-Reply-To: <20120928213035.7996ea65@lilith> References: <1347603816-24772-1-git-send-email-monstr@monstr.eu> <1347603816-24772-4-git-send-email-monstr@monstr.eu> <20120928213035.7996ea65@lilith> Message-ID: <506601F0.5060101@monstr.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Albert, On 09/28/2012 09:30 PM, Albert ARIBAUD wrote: > 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? I have sent v5 patch to the mailing list. I have also updated master-zynq branch in my microblaze custodian repo (git://git.denx.de/u-boot-microblaze.git). Thanks, Michal -- Michal Simek, Ing. (M.Eng) w: www.monstr.eu p: +42-0-721842854 Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/ Microblaze U-BOOT custodian