24 Feb, 2018

1 commit


15 Feb, 2018

1 commit

  • Migrate the option CONFIG_SPL_FRAMEWORK and make this gate most of the
    current set of options we have in Kconfig. We will need to have some
    options available for SPL and !SPL_FRAMEWORK so this is important. In a
    few cases we re-order existing options so that we have less escapes from
    the SPL_FRAMEWORK guard.

    Signed-off-by: Tom Rini

    Tom Rini
     

11 Feb, 2018

1 commit

  • On the NIOS2 and Xtensa architectures, we do not have
    CONFIG_SYS_TEXT_BASE set. This is a strict migration of the current
    values into the defconfig and removing them from the headers.

    I did not attempt to add more default values in and for now will leave
    that to maintainers.

    Signed-off-by: Tom Rini

    Tom Rini
     

23 Jan, 2018

1 commit

  • fat.h unconditionally defines CONFIG_SUPPORT_VFAT (and has done since
    2003), so as a result VFAT support is always enabled regardless of
    whether a board config defines it or not. Drop this unnecessary option.

    Signed-off-by: Tuomas Tynkkynen

    Tuomas Tynkkynen
     

13 Dec, 2017

2 commits


12 Aug, 2017

1 commit


26 Jul, 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