Dear Otavio Salvador,
In message <1340482108-18468-4-git-send-email-ota...@ossystems.com.br> you
wrote:
> In case an unidentified CPU type is detected it now returns
> i.MX, in a const char.
...
> -static char *get_imx_type(u32 imxtype)
> +static const char *get_imx_type(u32 imxtype)
I agree wit
Hi Albert,
Am Samstag, den 23.06.2012, 11:01 +0200 schrieb Albert ARIBAUD:
[snip]
> > >> But apart from this, we certainly have situations where we have
> > >> unaligned accesses that are justified and could not be removed.
> > >> [...]
> > >> I cannot see how enabling a hardware feature can be se
On 6/22/2012 9:59 AM, Marek Vasut wrote:
Dear Troy Kisky,
Let's clear the sr register before waiting for
bit to be set, instead of clearing it after
hardware sets it. No real operational difference here,
but allows combining of i2c_imx_trx_complete and
i2c_imx_bus_busy in later patches.
Signed
On Sat, Jun 23, 2012 at 7:56 PM, Wolfgang Denk wrote:
> Please rebase and update your patches; this specific problem for
> example has been fixed long ago:
>
> commit a075a79f98cc3f5972a2ed80551c0873217aef7d
> Author: Anatolij Gustschin
> Date: Sat May 19 05:38:19 2012 +
>
> common/cmd_b
Dear Otavio Salvador,
In message <1340482108-18468-1-git-send-email-ota...@ossystems.com.br> you
wrote:
> The iflag variable was holding the return of disable_interrupts call
> but the value was not used in the method so we drop the assignment.
>
> Signed-off-by: Otavio Salvador
> ---
> common
The information now is gathered from HW_DIGCTL_CHIPID register and
includes the revision of the chip on the output.
Signed-off-by: Otavio Salvador
Cc: Marek Vasut
Cc: Stefano Babic
Cc: Fabio Estevam
---
Changes since v1:
* Move mask and product code to regs-digctl.h
arch/arm/cpu/arm926ejs/m
Signed-off-by: Otavio Salvador
Cc: Marek Vasut
Cc: Stefano Babic
Cc: Fabio Estevam
---
board/freescale/mx53loco/mx53loco.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/board/freescale/mx53loco/mx53loco.c
b/board/freescale/mx53loco/mx53loco.c
index 445d022..9fae5e8 100644
--- a/boa
In case an unidentified CPU type is detected it now returns
i.MX, in a const char.
Signed-off-by: Otavio Salvador
Cc: Marek Vasut
Cc: Stefano Babic
Cc: Fabio Estevam
---
arch/arm/cpu/armv7/imx-common/cpu.c |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/cpu
Dear Otavio Salvador,
> Signed-off-by: Otavio Salvador
> Cc: Marek Vasut
> Cc: Stefano Babic
> Cc: Fabio Estevam
> ---
> board/freescale/mx53loco/mx53loco.c |2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/board/freescale/mx53loco/mx53loco.c
> b/board/freescale/mx53loco/mx53loco
Dear Otavio Salvador,
> The information now is gathered from HW_DIGCTL_CHIPID register and
> includes the revision of the chip on the output.
>
> Signed-off-by: Otavio Salvador
> Cc: Marek Vasut
> Cc: Stefano Babic
> Cc: Fabio Estevam
> ---
> arch/arm/cpu/arm926ejs/mx28/mx28.c | 58
> +
Ignore this; this has a new version sent to mailing list and this good
in the middle.
On Sat, Jun 23, 2012 at 5:08 PM, Otavio Salvador
wrote:
> Signed-off-by: Otavio Salvador
> Cc: Marek Vasut
> Cc: Stefano Babic
> Cc: Fabio Estevam
> ---
> board/freescale/mx53loco/mx53loco.c | 2 ++
> 1
The information now is gathered from HW_DIGCTL_CHIPID register and
includes the revision of the chip on the output.
Signed-off-by: Otavio Salvador
Cc: Marek Vasut
Cc: Stefano Babic
Cc: Fabio Estevam
---
arch/arm/cpu/arm926ejs/mx28/mx28.c | 58 ++--
1 file cha
Signed-off-by: Otavio Salvador
Cc: Marek Vasut
Cc: Stefano Babic
Cc: Fabio Estevam
---
board/freescale/mx53loco/mx53loco.c |5 +
1 file changed, 5 insertions(+)
diff --git a/board/freescale/mx53loco/mx53loco.c
b/board/freescale/mx53loco/mx53loco.c
index 445d022..5df1b18 100644
--- a/
The iflag variable was holding the return of disable_interrupts call
but the value was not used in the method so we drop the assignment.
Signed-off-by: Otavio Salvador
---
common/cmd_bootm.c |3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/common/cmd_bootm.c b/common/cmd_
Albert ARIBAUD writes:
>> >> I cannot see how enabling a hardware feature can be seen as
>> >> allowing of lax behaviour. As some of the USB structs are used to
>> >> access hardware registers, we can not align every struct there.
>
> If the access is in true RAM, then we can always realign the d
On 23-06-2012 21:05, Fabio Estevam wrote:
Hi Ashok,
On Fri, Jun 22, 2012 at 11:21 PM, Ashok wrote:
use print_cpuinfo() defined in imx-common/cpu.c,
instead of duplicating function.
The reason for duplicating this function is that we cannot print the
CPU info right in the beginning, because i
Hi Albert,
On Sat, Jun 23, 2012 at 2:01 AM, Albert ARIBAUD
wrote:
> Hi Aneesh,
>
> On Fri, 22 Jun 2012 15:13:39 -0700, Aneesh V wrote:
>> On 06/22/2012 03:11 PM, Aneesh V wrote:
>> > +Tom
>> >
>> > Hi Lucas,
>> >
>> > On 06/22/2012 04:47 AM, Lucas Stach wrote:
>> >> Hi Albert,
>> >>
>> >> Am Fre
Hi Ashok,
On Fri, Jun 22, 2012 at 11:21 PM, Ashok wrote:
> use print_cpuinfo() defined in imx-common/cpu.c,
> instead of duplicating function.
The reason for duplicating this function is that we cannot print the
CPU info right in the beginning, because if we do so the frequency of
800MHz would b
Dear Dmitry Bondar,
In message <1340449870-26456-1-git-send-email-b...@inmys.ru> you wrote:
> C6X (C6000) is family of fixed and floating-point DSPs manufactured by Texas
> Instruments.
>
> Signed-off-by: Dmitry Bondar
> Cc: Tom Rini
>
> ---
> Changes for v2:
> - davinci SOC reset_c.c r
C674x CPUs has same peripherals(uart,emac,nand contoller) like sitara
processors (am1705/am1707/omapl137/omapl138).
In u-boot this peripheral known as davinci SOC, and placed in
arch/arm/cpu/arm926ejs/davinci
This patch allow compile davinci SOC code whith c674x CPU.
Reset code rewritten in C fo
Add support board c6745-som (http://inmys.ru/?_=/products/som_c6745) with C6745
cpu.
Signed-off-by: Dmitry Bondar
Cc: Tom Rini
---
MAINTAINERS |3 +
board/inmys/c6745-som/Makefile| 27
board/inmys/c6745-som/c6745-som.c | 247 +++
C6X has subfamilys: C62x C64x C66x C67x C645x C674x.
This patch add support of subfamily C674x (C6745/C6746/C6747 CPUs).
Signed-off-by: Dmitry Bondar
Cc: Tom Rini
---
arch/c6x/cpu/c674x/Makefile | 30
arch/c6x/cpu/c674x/cache.c | 17 +
arch/c6x/cpu/c674x/config.m
C6X (C6000) is family of fixed and floating-point DSPs manufactured by Texas
Instruments.
Signed-off-by: Dmitry Bondar
Cc: Tom Rini
---
Changes for v2:
- davinci SOC reset_c.c rewritten with readl/writel.
- Tom Rini added to cc
Dmitry Bondar (4):
Add support new arch: c6x
Hi Aneesh,
On Fri, 22 Jun 2012 15:13:39 -0700, Aneesh V wrote:
> On 06/22/2012 03:11 PM, Aneesh V wrote:
> > +Tom
> >
> > Hi Lucas,
> >
> > On 06/22/2012 04:47 AM, Lucas Stach wrote:
> >> Hi Albert,
> >>
> >> Am Freitag, den 22.06.2012, 13:16 +0200 schrieb Albert ARIBAUD:
> >>> I am not too happ
Hi Minkyu,
On Mon, 18 Jun 2012 17:50:08 +0900, Minkyu Kang
wrote:
> Dear Albert,
>
> The following changes since commit
> 255c36587acbc269fd299b0bc258ce9c030de69d:
>
> cm-t35: print PCB revision information (2012-06-10 10:36:08 +0200)
>
> are available in the git repository at:
>
> git://
25 matches
Mail list logo