From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Simek Date: Wed, 12 Sep 2012 12:23:02 +0200 Subject: [U-Boot] [PATCH 3/4 v2] arm: Support new Xilinx Zynq platform In-Reply-To: <1345098630-27902-3-git-send-email-monstr@monstr.eu> References: <1345098630-27902-1-git-send-email-monstr@monstr.eu> <1345098630-27902-3-git-send-email-monstr@monstr.eu> Message-ID: <50506286.1030801@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 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. 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