Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Tom Rini
On Tue, Oct 28, 2014 at 11:16:09PM +0100, Georges Savoundararadj wrote: > This commit introduces a Kconfig symbol for each ARM CPU: > CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, > CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. > Also, it adds the CPU feature Kconfig symbol HAS_V

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Albert ARIBAUD
Hello Georges, On Tue, 28 Oct 2014 23:16:09 +0100, Georges Savoundararadj wrote: > This commit introduces a Kconfig symbol for each ARM CPU: > CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, > CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. > Also, it adds the CPU feature Kconfig s

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Tom Rini
On Wed, Oct 29, 2014 at 05:07:23PM +0900, Masahiro Yamada wrote: > Hi Georges (and Tom), > > On Tue, 28 Oct 2014 23:16:09 +0100 > Georges Savoundararadj wrote: > > > This commit introduces a Kconfig symbol for each ARM CPU: > > CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136,

Re: [U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-29 Thread Masahiro Yamada
Hi Georges (and Tom), On Tue, 28 Oct 2014 23:16:09 +0100 Georges Savoundararadj wrote: > This commit introduces a Kconfig symbol for each ARM CPU: > CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, > CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. > Also, it adds the CPU feature Kco

[U-Boot] [PATCH v4 1/4] kconfig: arm: introduce symbol for ARM CPUs

2014-10-28 Thread Georges Savoundararadj
This commit introduces a Kconfig symbol for each ARM CPU: CPU_ARM720T, CPU_ARM920T, CPU_ARM926EJS, CPU_ARM946ES, CPU_ARM1136, CPU_ARM1176, CPU_V7, CPU_PXA, CPU_SA1100. Also, it adds the CPU feature Kconfig symbol HAS_VBAR which is selected for CPU_ARM1176 and CPU_V7. For each target, the correspon