From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 14 Sep 2012 09:50:13 +0200 Subject: [U-Boot] [PATCH 3/4 v3] arm: Support new Xilinx Zynq platform In-Reply-To: <1347603816-24772-3-git-send-email-monstr@monstr.eu> References: <1347603816-24772-1-git-send-email-monstr@monstr.eu> <1347603816-24772-3-git-send-email-monstr@monstr.eu> Message-ID: <201209140950.13770.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, > Add timer driver. > > Signed-off-by: Michal Simek > CC: Joe Hershberger > CC: Marek Vasut > > --- > v2: Move lowlevel_init.S from board to cpu folder > Remove XPSS prefix > Rename XSCUTIMER -> SCUTIMER > > v3: Using clrsetbits_le32 > Fix compilation warning > Move reset_cpu from board to cpu.c > Move lowlevel_init to cpu.c [...] > +#include > + > +inline void lowlevel_init(void) {} > + > +void reset_cpu(ulong addr) > +{ > + while (1) > + ; > +} I wonder how useful such CPU is if simple endless loop restarts it ;-) [...] Acked-by: Marek Vasut