18 Dec, 2008

2 commits


16 Dec, 2008

7 commits


14 Dec, 2008

2 commits


30 Oct, 2008

2 commits

  • mx31ads_defconfig compilation failed with

    arch/arm/mach-mx3/mx31ads.c: In function 'mxc_init_imx_uart':
    arch/arm/mach-mx3/mx31ads.c:102: error: 'mxc_uart_device0' undeclared (first use in this function)
    arch/arm/mach-mx3/mx31ads.c:102: error: (Each undeclared identifier is reported only once
    arch/arm/mach-mx3/mx31ads.c:102: error: for each function it appears in.)
    make[1]: *** [arch/arm/mach-mx3/mx31ads.o] Error 1

    Add missing include

    Signed-off-by: Sascha Hauer

    Sascha Hauer
     
  • The internal devices of the MX3 Processor have to be mapped
    MT_DEVICE_NONSHARED devices, otherwise cache corruptions occur.

    Signed-off-by: Sascha Hauer

    Sascha Hauer
     

10 Oct, 2008

2 commits


01 Oct, 2008

1 commit


09 Sep, 2008

4 commits


02 Sep, 2008

1 commit


07 Aug, 2008

2 commits


05 Jul, 2008

9 commits


28 Jan, 2008

1 commit


22 Jul, 2007

1 commit

  • This patch adds the foundation pieces for
    the Freescale MXC platforms, including
    i.MX2 and i.MX3 based systems.

    The bare-bones MX31 support in this patch
    boots to the rootdev panic with 8250 serial
    console configured "console=ttyS0,115200".
    It assumes that Redboot is the boot loader.

    Signed-off-by: Quinn Jensen
    Acked-by: Lennert Buytenhek
    Signed-off-by: Russell King

    Quinn Jensen