From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 13 Sep 2012 11:32:58 +0200 Subject: [U-Boot] [PATCH 3/4 v2] arm: Support new Xilinx Zynq platform In-Reply-To: <50506286.1030801@monstr.eu> References: <1345098630-27902-1-git-send-email-monstr@monstr.eu> <1345098630-27902-3-git-send-email-monstr@monstr.eu> <50506286.1030801@monstr.eu> Message-ID: <201209131132.58384.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 Dear Michal Simek, > On 08/16/2012 08:30 AM, Michal Simek wrote: > > Add timer driver. > > > > Signed-off-by: Michal Simek > > > > --- > > v2: Move lowlevel_init.S from board to cpu folder > > > > Remove XPSS prefix > > Rename XSCUTIMER -> SCUTIMER > > > > Keep timer in zynq folder till ARM custodian comments it. > > --- > > > > arch/arm/cpu/armv7/zynq/Makefile | 52 +++++++++++ > > arch/arm/cpu/armv7/zynq/lowlevel_init.S | 27 ++++++ > > arch/arm/cpu/armv7/zynq/timer.c | 151 > > +++++++++++++++++++++++++++++++ 3 files changed, 230 insertions(+), 0 > > deletions(-) > > create mode 100644 arch/arm/cpu/armv7/zynq/Makefile > > create mode 100644 arch/arm/cpu/armv7/zynq/lowlevel_init.S > > create mode 100644 arch/arm/cpu/armv7/zynq/timer.c > > We haven't got any reaction for Albert. > Marek and Joe: Can you review this? And give me your ACK or NACK. Oh I'll gladly torture you :-) btw I might need a bit of a review for a ublaze stuff eventually and maybe some xilinx uart too, there's a large stdio patchset I have queued. Would you review please? > Thanks, > Michal Best regards, Marek Vasut