29 Nov, 2016

1 commit


24 Sep, 2016

1 commit


02 Sep, 2015

2 commits

  • This commit adds ethernet support to the TS4800. Note that the
    MAC address is not fused on this board and have to be read from
    FEC PALR PAUR registers (this is how the kernel provided by
    Technologic Systems does it).

    signed-off-by: Damien Riegel
    Cc: Stefano Babic

    Damien Riegel
     
  • This commit adds basic support including:
    MMC, Serial console, TS4800 watchdog

    The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second
    stage bootloader.

    Signed-off-by: Lucile Quirion
    signed-off-by: Damien Riegel
    Cc: Stefano Babic

    Lucile Quirion