Skip to content
Snippets Groups Projects
  1. May 13, 2015
  2. May 10, 2015
  3. May 06, 2015
  4. Apr 30, 2015
  5. Apr 24, 2015
    • Hans de Goede's avatar
      fdt: Fix handling of paths with options in them · 77d7fff8
      Hans de Goede authored
      
      After syncing the sunxi dts files with the upstream kernel dm/fdt sunxi
      builds would no longer boot.
      
      The problem is that stdout-path is now set like this in the upstream dts
      files: stdout-path = "serial0:115200n8". The use of options in of-paths,
      either after an alias name, or after a full path, e.g. stdout-path =
      "/soc@01c00000/serial@01c28000:115200", is standard of usage, but something
      which the u-boot dts code so far did not handle.
      
      This commit fixes this, adding support for both path formats.
      
      Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
      Acked-by: default avatarSimon Glass <sjg@chromium.org>
      77d7fff8
  6. Apr 23, 2015
  7. Apr 22, 2015
  8. Apr 18, 2015
  9. Apr 17, 2015
  10. Mar 15, 2015
  11. Mar 06, 2015
  12. Mar 05, 2015
  13. Feb 28, 2015
  14. Feb 25, 2015
  15. Feb 06, 2015
  16. Jan 30, 2015
  17. Jan 24, 2015
  18. Jan 14, 2015
Loading