Re: [U-Boot] [PATCH][v6] imx: imx7d: initial arch level support

2015-08-31 Thread Stefano Babic
Hi Adrian, On 29/08/2015 01:08, Adrian Alonso wrote: > * Add system arch level header files > - imx-regs.h: iMX7D SoC system architecture registers > - crm_regs.h: Clock control module registers > - sys_proto.h: helper callback function for SoC setup > > Signed-off-by: Adrian Alonso

Re: [U-Boot] [PATCH][v6] imx: imx7d: initial arch level support

2015-08-31 Thread Alonso Adrian
Hi Stefano, > -Original Message- > From: Stefano Babic [mailto:sba...@denx.de] > Sent: Monday, August 31, 2015 11:01 AM > To: Alonso Lazcano Adrian-B38018 ; u- > b...@lists.denx.de; sba...@denx.de > Cc: ota...@ossystems.com.br; Estevam Fabio-R49496 >

Re: [U-Boot] [PATCH][v6] imx: imx7d: initial arch level support

2015-08-31 Thread Stefano Babic
Hi Adrian, On 31/08/2015 18:22, Alonso Adrian wrote: >> >> I am confused...Peng has reordered sys_proto.h splitting in a common part >> ./arch/arm/include/asm/imx-common/sys_proto.h and in a cpu part. >> >> The common part contains the prototypes valid for all i.MXes. You have posted >> again a