Skip to content
Snippets Groups Projects
  1. Oct 15, 2011
  2. Sep 30, 2011
  3. Jul 15, 2011
  4. Oct 18, 2010
  5. Oct 12, 2010
    • Anatolij Gustschin's avatar
      fdt_support: support adding EDID property to FDT display nodes · beca5a5f
      Anatolij Gustschin authored
      
      Boards can pass display timing info for drivers using EDID
      block. Provide common function to add board specific EDID
      data to the device tree. Subsequent patch makes use of this
      functionality.
      
      Detailed timing descriptor data from EDID is used for
      programming the display controller. This is currently
      implemented on the Linux side by the fsl-diu-fb frame
      buffer driver and it is documented there in
      Documentation/powerpc/dts-bindings/fsl/diu.txt.
      
      Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
      Acked-by: default avatarDetlev Zundel <dzu@denx.de>
      Cc: Gerald Van Baren <vanbaren@cideas.com>
      beca5a5f
  6. Sep 23, 2010
    • Stefan Roese's avatar
      ppc4xx/fdt/flash: Change fdt_fixup_nor_flash_node() to not rely on cs size · 8a805df1
      Stefan Roese authored
      
      This patch changes the behaviour of the fdt_fixup_nor_flash_node()
      function. Now it doesn't patch the size of the "reg" property with the
      chip-select size, but with the size returned from the new function
      flash_get_bank_size(). This function will return per weak default the
      flash size of the bank (bank = chip-select numer) detected by the flash
      driver. If this does not fit your needs, this function may be overridden
      by a board specific one.
      
      For this the parameters needed to be changed. So I intentionally squashed
      the PPC4xx stuff using this routine into this patch. Otherwise it would
      not be git-bisectable anymore.
      
      The board specific function for the AMCC/APM Ebony eval board is now
      included in this patch version.
      
      Signed-off-by: default avatarStefan Roese <sr@denx.de>
      Tested-by: default avatarDetlev Zundel <dzu@denx.de>
      Cc: Gerald Van Baren <vanbaren@cideas.com>
      Cc: Wolfgang Denk <wd@denx.de>
      8a805df1
  7. Jul 26, 2010
  8. Jul 20, 2010
  9. Jul 16, 2010
  10. Apr 07, 2010
  11. Mar 21, 2010
  12. Oct 23, 2009
  13. Jun 12, 2009
  14. Oct 24, 2008
  15. Sep 13, 2008
  16. Aug 26, 2008
  17. Aug 21, 2008
  18. Jul 14, 2008
  19. Mar 26, 2008
  20. Mar 25, 2008
  21. Jan 09, 2008
    • Timur Tabi's avatar
      85xx: add ability to upload QE firmware · b8ec2385
      Timur Tabi authored
      
      Define the layout of a binary blob that contains a QE firmware and instructions
      on how to upload it.  Add function qe_upload_firmware() to parse the blob and
      perform the actual upload.  Add command-line command "qe fw" to take a firmware
      blob in memory and upload it.  Update ft_cpu_setup() on 85xx to create the
      'firmware' device tree node if U-Boot has uploaded a firmware.  Fully define
      'struct rsp' in immap_qe.h to include the actual RISC Special Registers.
      
      Signed-off-by: default avatarTimur Tabi <timur@freescale.com>
      b8ec2385
  22. Jan 08, 2008
  23. Dec 08, 2007
  24. Nov 21, 2007
  25. Aug 10, 2007
  26. Apr 06, 2007
  27. Apr 05, 2007
  28. Mar 09, 2007
  29. Mar 12, 2006
  30. May 07, 2005
Loading