Re: [U-Boot] [PATCH v2 1/9] arc: add architecture header files

2014-01-31 Thread Alexey Brodkin
Hello Wolfgang, On Fri, 2014-01-31 at 00:10 +0100, Wolfgang Denk wrote: > Dear Alexey, > > In message <1391088780.3518.33.ca...@abrodkin-8560l.internal.synopsys.com> > you wrote: > > > > As it is clearly mentioned in commit message "arcregs.h" came from Linux > > sources and that's why kept as

Re: [U-Boot] [PATCH v2 1/9] arc: add architecture header files

2014-01-30 Thread Wolfgang Denk
Dear Alexey, In message <1391088780.3518.33.ca...@abrodkin-8560l.internal.synopsys.com> you wrote: > > As it is clearly mentioned in commit message "arcregs.h" came from Linux > sources and that's why kept as it was. You may refer to it here - > https://git.kernel.org/cgit/linux/kernel/git/torva

Re: [U-Boot] [PATCH v2 1/9] arc: add architecture header files

2014-01-30 Thread Alexey Brodkin
Hello Wolfgang, On Wed, 2014-01-29 at 20:54 +0100, Wolfgang Denk wrote: > Dear Alexey Brodkin, > > In message <1391011745-22239-2-git-send-email-abrod...@synopsys.com> you > wrote: > > These are header files used by ARC700 architecture. > ... > > +/* Build Configuration Registers */ > > +#define

Re: [U-Boot] [PATCH v2 1/9] arc: add architecture header files

2014-01-29 Thread Wolfgang Denk
Dear Alexey Brodkin, In message <1391011745-22239-2-git-send-email-abrod...@synopsys.com> you wrote: > These are header files used by ARC700 architecture. ... > +/* Build Configuration Registers */ > +#define ARC_REG_DCCMBASE_BCR 0x61/* DCCM Base Addr */ > +#define ARC_REG_CRC_BCR

[U-Boot] [PATCH v2 1/9] arc: add architecture header files

2014-01-29 Thread Alexey Brodkin
These are header files used by ARC700 architecture. Following files were borrowed from Linux kernel sources, commit 5ee54f38171b9b3541c5e9cf9c3a9e53455fd8b4 (Linux 3.11.10): * arcregs.h * linkage.h * ptrace.h * string.h Also note that "arch-arc700/hardware.h" is only required for compilation