30 Nov, 2017

1 commit

  • The order of members in struct hws_topology_map is cas_wl, cas_l. The
    comments in the original db-88f6820-gp.c had this wrong and have been
    copied to other Armada-385 based boards. Practically this hasn't made a
    difference since all these boards set both cas_wl and cas_l to 0
    (autodetect) but if there were ever a board that did need to set these
    explicitly they would run into unexpected issued.

    Update the comments to reflect the correct order of structure members.

    Reported-by: Tobi Wulff
    Signed-off-by: Chris Packham
    Reviewed-by: Stefan Roese
    Signed-off-by: Stefan Roese

    Chris Packham
     

06 Nov, 2017

1 commit

  • As part of my usual round of build testing, output about missing
    MAINTAINERS information was not logged, and thus often overlooked.
    Correct that mistake by ensuring that I log the output of
    genboardscfg.py every time. As part of that, address a number of
    missing MAINTAINERS entires. In the case of a missing file, I have put
    the original submitter down. In the rest of the cases I have added the
    config (and sometimes relevant header file) to the existing set of file
    globs.

    Signed-off-by: Tom Rini

    Tom Rini
     

16 Aug, 2017

2 commits


08 Aug, 2017

1 commit


12 Jul, 2017

1 commit

  • The Turris Omnia is a open-source router created by CZ.NIC.

    The code is based on the Marvell/db-88f6820-gp by Stefan Roese
    with modifications from Tomas Hlavacek in the CZ.NIC turris-omnia-uboot
    repository, which can be found at
    https://gitlab.labs.nic.cz/turris/turris-omnia-uboot

    By default, the Turris Omnia uses btrfs as the main and only filesystem,
    and also loads kernel and device tree from this filesystem. Since U-Boot
    does not yet support btrfs, you should not flash your Turris Omnia board
    with this unless you know what you are doing.

    Signed-off-by: Tomas Hlavacek
    Signed-off-by: Marek Behun

    create mode 100644 board/CZ.NIC/turris_omnia/Makefile
    create mode 100644 board/CZ.NIC/turris_omnia/kwbimage.cfg
    create mode 100644 board/CZ.NIC/turris_omnia/turris_omnia.c
    create mode 100644 configs/turris_omnia_defconfig
    create mode 100644 include/configs/turris_omnia.h
    Signed-off-by: Stefan Roese

    Marek Behún