Skip to content
Snippets Groups Projects
  1. Nov 26, 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. Jan 25, 2016
  5. May 29, 2014
  6. Jul 24, 2013
  7. Jul 15, 2013
    • Lan Yixun (dlan)'s avatar
      common: remove unaligned access error in bootmenu_getoption() · 0eb33ad2
      Lan Yixun (dlan) authored
      
      Some ARM compilers may emit code that makes unaligned accesses when
      faced with constructs such as:
      
          char name[12] = "bootmenu_";
      
      same fix as commit: 064d55f8
      
      =========================================================
      data abort
      
          MAYBE you should read doc/README.arm-unaligned-accesses
      
      pc : [<3ff4b60c>]          lr : [<3ff4b7b0>]
      sp : 3f346a58  ip : 3ff9c8e6     fp : 02000060
      r10: 00000000  r9 : 3df47fc0     r8 : 3f347f40
      r7 : 00000000  r6 : 00000000     r5 : 00000003  r4 : 3f759140
      r3 : 000003f0  r2 : 00000000     r1 : 000003f1  r0 : 00000000
      Flags: nzCv  IRQs on  FIQs off  Mode SVC_32
      Resetting CPU ...
      ======================================================
      
      Signed-off-by: default avatarLan Yixun (dlan) <dennis.yxun@gmail.com>
      0eb33ad2
  8. Mar 29, 2013
    • Pali Rohár's avatar
      New command bootmenu: ANSI terminal boot menu support · e7abe919
      Pali Rohár authored
      
      The "bootmenu" command uses U-Boot menu interfaces and provides
      a simple mechanism for creating menus with several boot items.
      When running this command the menu will be assembled as defined
      by a set of environment variables which contain a title and
      command key-value pairs. The "Up" and "Down" keys are used for
      navigation through the items. Current active menu item is
      highlighted and can be selected using the "Enter" key.
      
      The command interprets and generates various ANSI escape
      sequencies, so for proper menu rendering and item selection
      the used terminal should support them.
      
      Signed-off-by: default avatarPali Rohár <pali.rohar@gmail.com>
      [agust: various fixes and documentation updates]
      Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
      e7abe919
Loading