14 Jan, 2014

1 commit


13 Jan, 2014

2 commits

  • The OneNAND SPL used on PXA is slightly obscure. Due to the OneNAND limitation,
    where we have only the first 1KiB of the OneNAND available upon power-up as a
    memory-mapped area, from which the CPU starts executing, we place only the most
    essential code into this first 1KiB . This code copies the rest of the SPL into
    SRAM and jumps to it. This code is stored in section .text.0 .

    The rest of the SPL is stored in section .text.1 . When running the OBJCOPY on
    the SPL, it will preserve only .text section, but the .text.0 and .text.1 are
    stripped away from the result, thus making the SPL binary empty. The patch adds
    additional -j parameters to the OBJCOPY for PXA during the SPL build, which will
    preserve the .text.0 and .text.1 sections.

    Moreover, this patch also adds missing functions into the .text.0 section, since
    otherwise the PXA270 with 1KiB-window OneNAND won't be able to boot.

    Signed-off-by: Marek Vasut
    Cc: Albert Aribaud
    Cc: Tom Rini

    Marek Vasut
     
  • Arndale board has AX88760, which is USB 2.0 Hub & USB 2.0 Ethernet Combo
    controller, connected to HSIC Phy of USB host controller via USB3503 hub.

    This patch uses board specific board_usb_init function to perform reset
    sequence for USB3503 hub and enables the relevant config options for
    network to work.

    Signed-off-by: Inderpal Singh
    Signed-off-by: Chander Kashyap

    Inderpal Singh
     

10 Jan, 2014

4 commits


09 Jan, 2014

1 commit


08 Jan, 2014

2 commits


07 Jan, 2014

1 commit


06 Jan, 2014

2 commits


03 Jan, 2014

4 commits


31 Dec, 2013

1 commit


30 Dec, 2013

3 commits


21 Dec, 2013

1 commit

  • With changes to the rtl8169 ethernet to improve cache support, we have
    needed additional cache functions for mpc8245. As the board maintainer
    has been unresponsive, remove this board.

    Cc: Guennadi Liakhovetski
    Signed-off-by: Tom Rini

    Tom Rini
     

19 Dec, 2013

14 commits


18 Dec, 2013

4 commits