Skip to content
Snippets Groups Projects
  1. Aug 08, 2011
  2. Aug 04, 2011
    • Albert ARIBAUD's avatar
      Convert ISO-8859 files to UTF-8 · fa82f871
      Albert ARIBAUD authored
      
      There was a mix of UTF-8 and ISO-8859 files in the U-Boot source
      tree, which could cause issues with the patchwork review system.
      This commit converts all ISO-8859 files to UTF-8.
      
      Signed-off-by: default avatarAlbert ARIBAUD <albert.u.boot@aribaud.net>
      fa82f871
    • Heiko Schocher's avatar
      hwmon: do not init sensors on startup · 780f13a9
      Heiko Schocher authored
      
      The U-Boot Design Principles[1] clearly say:
      
        Initialize devices only when they are needed within U-Boot, i.e. don't
        initialize the Ethernet interface(s) unless U-Boot performs a download
        over Ethernet; don't initialize any IDE or USB devices unless U-Boot
        actually tries to load files from these, etc. (and don't forget to
        shut down these devices after using them - otherwise nasty things may
        happen when you try to boot your OS).
      
      So, do not initialize and read the sensors on startup.
      
      Signed-off-by: default avatarHeiko Schocher <hs@denx.de>
      cc: Wolfgang Denk <wd@denx.de>
      cc: Holger Brunck <holger.brunck@keymile.com>
      780f13a9
  3. Aug 03, 2011
  4. Aug 01, 2011
  5. Jul 29, 2011
  6. Jul 28, 2011
  7. Jul 26, 2011
  8. Jul 25, 2011
  9. Jul 19, 2011
  10. Jul 17, 2011
  11. Jul 16, 2011
  12. Jul 15, 2011
    • Gerald Van Baren's avatar
      fdt: introduce fdt_create_phandle() · a8d2a75d
      Gerald Van Baren authored
      
      The ePAPR specification says that phandle properties should be called
      "phandle", and not "linux,phandle".  To facilitate the migration from
      "linux,phandle" to "phandle", introduce function fdt_create_phandle(),
      which creates a phandle in a given node.  For now, we create both the
      "phandle" and "linux,phandle" properties.  A later version of this
      function will remove support for "linux,phandle".
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      a8d2a75d
Loading