Skip to content
Snippets Groups Projects
  1. Jul 26, 2011
  2. Jul 25, 2011
  3. Jul 19, 2011
  4. Jul 17, 2011
  5. Jul 16, 2011
  6. 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
    • Timur Tabi's avatar
      fdt: introduce fdt_verify_alias_address() and fdt_get_base_address() · bb682001
      Timur Tabi authored
      
      Introduce two functions, fdt_verify_alias_address() and
      fdt_get_base_address(), which can be used to verify the physical address
      of a device in a device tree.
      
      fdt_get_base_address() returns the base address of an SOC or PCI node.
      
      fdt_verify_alias_address() prints a message if the address of a node
      specified by an alias does not match the given physical address.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      bb682001
  7. Jul 04, 2011
    • Aneesh V's avatar
      armv7: rename cache related CONFIG flags · e47f2db5
      Aneesh V authored
      
      Replace the cache related CONFIG flags with more meaningful
      names. Following are the changes:
      
      CONFIG_L2_OFF	     -> CONFIG_SYS_L2CACHE_OFF
      CONFIG_SYS_NO_ICACHE -> CONFIG_SYS_ICACHE_OFF
      CONFIG_SYS_NO_DCACHE -> CONFIG_SYS_DCACHE_OFF
      
      Signed-off-by: default avatarAneesh V <aneesh@ti.com>
      V2:
       * Changed CONFIG_L2_OFF -> CONFIG_SYS_NO_L2CACHE
      V4:
       * Changed all three flags to the final names suggested as above
         and accordingly changed the commit message
      e47f2db5
  8. Jul 01, 2011
  9. Jun 22, 2011
  10. Jun 01, 2011
  11. May 24, 2011
  12. May 19, 2011
  13. May 18, 2011
  14. May 12, 2011
  15. May 10, 2011
  16. Apr 30, 2011
Loading