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. Apr 08, 2018
  2. Apr 06, 2018
  3. 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
  4. 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
  5. Feb 24, 2018
  6. Feb 21, 2018
  7. Feb 15, 2018
  8. Feb 14, 2018
  9. 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
  10. Feb 05, 2018
  11. Jan 12, 2018
  12. Dec 26, 2017
  13. Dec 24, 2017
  14. Dec 13, 2017
  15. Nov 21, 2017
  16. Nov 20, 2017
  17. Oct 21, 2017
  18. Oct 16, 2017
  19. Sep 11, 2017
  20. Sep 08, 2017
  21. Sep 02, 2017
  22. Sep 01, 2017
  23. Aug 20, 2017
  24. Aug 16, 2017
  25. Aug 14, 2017
  26. Aug 11, 2017
Loading