[U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support

2014-08-18 Thread Alison Wang
From: Wang Huan The QorIQ LS1 family is built on Layerscape architecture, the industry's first software-aware, core-agnostic networking architecture to offer unprecedented efficiency and scale. Freescale LS102xA is a set of SoCs combines two ARM Cortex-A7 cores that have been optimized for high

Re: [U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support

2014-08-19 Thread Mark Rutland
Hi, On Tue, Aug 19, 2014 at 03:54:50AM +0100, Alison Wang wrote: > From: Wang Huan > > The QorIQ LS1 family is built on Layerscape architecture, > the industry's first software-aware, core-agnostic networking > architecture to offer unprecedented efficiency and scale. > > Freescale LS102xA is a s

Re: [U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support

2014-08-19 Thread AlisonWang
Hi, Mark, On Tue, Aug 19, 2014 at 03:54:50AM +0100, Alison Wang wrote: > +int timer_init(void) > +{ > + struct sctr_regs *sctr = (struct sctr_regs *)SCTR_BASE_ADDR; > + unsigned long ctrl, val, freq; > + > + /* Enable System Counter */ > + writel(SYS_COUNTER_CTRL_ENA

Re: [U-Boot] [PATCH v5 01/16] arm: ls102xa: Add Freescale LS102xA SoC support

2014-08-20 Thread Mark Rutland
On Wed, Aug 20, 2014 at 03:39:37AM +0100, AlisonWang wrote: > Hi, Mark, > > On Tue, Aug 19, 2014 at 03:54:50AM +0100, Alison Wang wrote: > > > +int timer_init(void) > > +{ > > + struct sctr_regs *sctr = (struct sctr_regs *)SCTR_BASE_ADDR; > > + unsigned long ctrl, val, freq; > > +