26 Sep, 2017

1 commit

  • Currently, we support 2 "theadorable" MVEBU build targets. One with a
    stripped down configuration (theadorable) and one with a full blown
    configuration (theadorable_debug), including PCI, ethernet etc. When
    we introduced these configs, the plan was to remove the debug version
    at some point. But now it seems better to keep the full-blown version
    and remove the "non-debug" version instead.

    At a later stage, I will rename the remaining "theadorable_debug"
    target into a more fitting one.

    Signed-off-by: Stefan Roese

    Stefan Roese
     

23 Mar, 2017

2 commits

  • This board specific command tests for the presence of a specified PCIe
    device (via vendor-ID and device-ID). If the device is not detected,
    this will get printed. If the device is detected, the board will get
    resetted so that an easy loop test can be done. The board will reboot
    until the PCIe device is not detected.

    Signed-off-by: Stefan Roese

    Stefan Roese
     
  • Define a board-specific detection pulse-width array for the SerDes PCIe
    interfaces. If not defined in the board code, the default of currently 2
    is used. Values from 0...3 are possible (2 bits).

    In this case of the theadorable board, PEX interface 0 needs a value
    of 0 for the detection pulse width so that the PCIe device (Atheros
    WLAN PCIe device) is consistantly detected.

    Signed-off-by: Stefan Roese
    Cc: Adam Shobash
    Cc: Nadav Haklai
    Cc: Konstantin Porotchkin
    Signed-off-by: Stefan Roese

    Stefan Roese
     

24 Sep, 2016

1 commit


12 Apr, 2016

3 commits


24 Mar, 2016

1 commit


27 Jan, 2016

1 commit

  • This patch adds support for the Armada XP (MV78260) based theadorable
    board. Its equipped with onboard DDR3, UART, ethernet, I2C, SPI NOR,
    LCD and SATA (SSD) interfaces / devices.

    Two defconfigs are added:

    theadorable_defconfig:
    The production U-Boot version with a stripped down drivers and feature
    list. This removes networking, USB and PCI support.

    theadorable_debug_defconfig:
    The debugging / testing U-Boot version with full support for all drivers.

    Signed-off-by: Stefan Roese
    Cc: Luka Perkov
    Signed-off-by: Stefan Roese

    Stefan Roese