07 May, 2018

1 commit

  • When U-Boot started using SPDX tags we were among the early adopters and
    there weren't a lot of other examples to borrow from. So we picked the
    area of the file that usually had a full license text and replaced it
    with an appropriate SPDX-License-Identifier: entry. Since then, the
    Linux Kernel has adopted SPDX tags and they place it as the very first
    line in a file (except where shebangs are used, then it's second line)
    and with slightly different comment styles than us.

    In part due to community overlap, in part due to better tag visibility
    and in part for other minor reasons, switch over to that style.

    This commit changes all instances where we have a single declared
    license in the tag as both the before and after are identical in tag
    contents. There's also a few places where I found we did not have a tag
    and have introduced one.

    Signed-off-by: Tom Rini

    Tom Rini
     

09 Mar, 2018

1 commit

  • The @gdsys.cc addresses are supposed to be used for mailing lists.
    Switch all occurrences of @gdsys.de mail addresses to their @gdsys.cc
    equivalent.

    Also, Dirk's address was wrong in one place; fix that as well.

    Signed-off-by: Mario Six

    Mario Six
     

23 Jul, 2016

1 commit

  • On most platforms the print_fpga_state function is never called. Only
    on dlvision-10g do we, so in that case inline it. Drop it from
    everywhere else to avoid extra strings.

    Signed-off-by: Tom Rini
    Acked-by: Reinhard Pfau
    Acked-by: Dirk Eibach

    Tom Rini
     

07 Jun, 2016

1 commit


13 Nov, 2015

3 commits


19 Nov, 2014

1 commit

  • The gdsys hrcon board is based on a Freescale MPC8308 SOC.
    It boots from NOR-Flash, kernel and rootfs are stored on
    SD-Card.

    On board peripherals include:
    - 1x GbE (optional)
    - Lattice ECP3 FPGA connected via eLBC and PCIe

    Signed-off-by: Dirk Eibach
    Signed-off-by: Stefan Roese

    Dirk Eibach
     

08 Jul, 2014

1 commit


15 Oct, 2013

1 commit


26 Jul, 2013

2 commits


24 Jul, 2013

1 commit


30 Apr, 2012

3 commits


09 Jan, 2012

1 commit


01 Dec, 2011

1 commit


21 Apr, 2011

3 commits


07 Feb, 2011

1 commit

  • Board support for the Guntermann & Drunck DLVision-10G.
    Adds support for multiple FPGAs per board for gdsys 405ep
    architecture.
    Adds support for dual link osd hardware for gdsys 405ep.

    Signed-off-by: Dirk Eibach
    Signed-off-by: Stefan Roese

    Dirk Eibach