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