Skip to content
This project is mirrored from https://github.com/u-boot/u-boot.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 25, 2019
  2. Feb 23, 2019
  3. Feb 14, 2019
  4. Feb 02, 2019
  5. Jan 25, 2019
  6. Jan 24, 2019
  7. Nov 27, 2018
  8. Sep 22, 2018
  9. Sep 20, 2018
  10. Sep 11, 2018
  11. Aug 17, 2018
  12. Aug 10, 2018
  13. Jul 22, 2018
  14. Jun 27, 2018
  15. May 29, 2018
  16. May 24, 2018
  17. May 23, 2018
  18. 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
  19. Apr 28, 2018
  20. Apr 09, 2018
  21. Apr 08, 2018
  22. Apr 06, 2018
  23. Mar 24, 2018
    • Petr Vorel's avatar
      Convert CONFIG_UBI_SILENCE_MSG to Kconfig · c0ce4cea
      Petr Vorel authored
      
      
      Signed-off-by: default avatarPetr Vorel <petr.vorel@gmail.com>
      c0ce4cea
    • Petr Vorel's avatar
      Convert CONFIG_UBIFS_SILENCE_MSG to Kconfig · afb6fda2
      Petr Vorel authored
      
      
      Introduce another difference from upstream (kernel) source in
      fs/ubifs/super.c: adding preprocessor condition as y variable in
      mount_ubifs() depends on CONFIG_UBIFS_SILENCE_MSG:
      fs/ubifs/super.c:1337:15: error: variable ?y? set but not used [-Werror=unused-but-set-variable]
        long long x, y;
      
      Not setting CONFIG_UBIFS_SILENCE_MSG in am335x_igep003x_defconfig and
      igep0032_defconfig. Although it was defined in their config headers, it
      depends on CMD_UBIFS which is not set for them.
      
      Signed-off-by: default avatarPetr Vorel <petr.vorel@gmail.com>
      Cc: Joe Hershberger <joe.hershberger@ni.com>
      Cc: Heiko Schocher <hs@denx.de>
      afb6fda2
  24. Mar 13, 2018
    • Stefan Mavrodiev's avatar
      Move CONFIG_PHY_ADDR to Kconfig · b30c4190
      Stefan Mavrodiev authored
      
      
      CONFIG_PHY_ADDR is used for old-style configuration. This makes
      impossible changing the PHY address, if multiple boards share a same
      config header file (for example include/configs/sunxi-common.h).
      
      Moving this to Kconfig helps overcoming this issue. It's defined
      as entry inside PHYLIB section.
      
      After the implemention, moveconfig was run. The issues are:
      	- edb9315a	- CONFIG_PHYLIB is not enabled. Entry is
      			  deleted.
      
      	- ds414		- CONFIG_PHYLIB is in incompatible format:
      			  { 0x1, 0x0 }. This entry is also deleted.
      
      	- devkit3250	- The PHY_ADDR is in hex format (0x1F).
      			  Manually CONFIG_PHY_ADDR=31 is added in
      			  the defconfig.
      
      After the changes the suspicious defconfigs passes building.
      
      Signed-off-by: default avatarStefan Mavrodiev <stefan@olimex.com>
      Acked-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
      [jagan: rebased on master]
      Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
      Reviewed-by: default avatarJagan Teki <jagan@openedev.com>
      b30c4190
  25. Feb 24, 2018
  26. Feb 21, 2018
  27. Feb 15, 2018
  28. Feb 14, 2018
  29. Feb 09, 2018
    • Tom Rini's avatar
      block: Migrate SystemACE chip to Kconfig · 560eeee8
      Tom Rini authored
      
      
      Migrate the base and sub-options to Kconfig.  Note that we only enable
      this in the base sandbox config now.
      
      Cc: Alexey Brodkin <alexey.brodkin@gmail.com>
      Cc: Michal Simek <michal.simek@xilinx.com>
      Signed-off-by: default avatarTom Rini <trini@konsulko.com>
      ---
      Is this driver still used anywhere?  It's fishy that it's only enabled
      in sandbox anymore.
      560eeee8
Loading