Skip to content
Snippets Groups Projects
  1. Jun 07, 2018
  2. May 14, 2018
  3. May 07, 2018
    • Tom Rini's avatar
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini authored
      
      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: default avatarTom Rini <trini@konsulko.com>
      83d290c5
  4. Apr 09, 2018
    • Alex Kiernan's avatar
      net: Move enetaddr env access code to env config instead of net config · 9925f1db
      Alex Kiernan authored
      
      In order that we can use eth_env_* even when CONFIG_NET isn't set, move
      these functions to environment code from net code.
      
      This fixes failures such as:
      
        board/ti/am335x/built-in.o: In function `board_late_init':
        board/ti/am335x/board.c:752: undefined reference to `eth_env_set_enetaddr'
        u-boot/board/ti/am335x/board.c:766: undefined reference to `eth_env_set_enetaddr'
      
      which caters for use cases such as:
      
      commit f411b5cc ("board: am335x: Always set eth/eth1addr environment
      variable")
      
      when Ethernet is required in Linux, but not U-Boot.
      
      Signed-off-by: default avatarAlex Kiernan <alex.kiernan@gmail.com>
      9925f1db
  5. Nov 30, 2017
  6. Nov 06, 2017
    • Tom Rini's avatar
      MAINTAINERS: Add missing boards and config entries · 79df00fd
      Tom Rini authored
      
      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: default avatarTom Rini <trini@konsulko.com>
      79df00fd
  7. Aug 16, 2017
  8. Aug 08, 2017
  9. Jul 12, 2017
    • Marek Behún's avatar
      marvell: armada385: Add the Turris Omnia board · b6ee860b
      Marek Behún authored
      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: default avatarTomas Hlavacek <tomas.hlavacek@nic.cz>
      Signed-off-by: default avatarMarek Behun <marek.behun@nic.cz>
      
       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: default avatarStefan Roese <sr@denx.de>
      b6ee860b
Loading