Skip to content
Snippets Groups Projects
  1. May 30, 2018
  2. 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
  3. Aug 16, 2017
  4. Jun 05, 2017
  5. Mar 20, 2017
  6. Apr 01, 2016
    • Paul Kocialkowski's avatar
      kc1: Proper reboot mode and boot reason validation · 523849a0
      Paul Kocialkowski authored
      
      With the previous implementation, rebooting without registering a recognized
      reboot mode would end up with U-Boot checking for a valid power-on reason, which
      might result in the device turning off (e.g. with no USB cable attached and no
      buttons pressed).
      
      Since this approach is not viable (breaks reboot in most cases), the validity of
      the reboot reason is checked (in turn, by checking that a warm reset happened,
      as there is no magic) to detect a reboot and the 'o' char is recognized to
      indicate that power-off is required. Still, that might be overridden by the
      detection of usual power-on reasons, on purpose.
      
      Signed-off-by: default avatarPaul Kocialkowski <contact@paulk.fr>
      523849a0
  7. Mar 15, 2016
Loading