Skip to content
Snippets Groups Projects
  1. Mar 14, 2011
  2. Jan 13, 2011
  3. Dec 31, 2010
  4. Dec 16, 2010
  5. Oct 26, 2010
    • Mark Brown's avatar
      ihex: add support for CS:IP/EIP records · 2473238e
      Mark Brown authored
      
      ihex firmwares can include a jump address for starting execution.  Add a
      -j option which will cause this to be written into the generated file as a
      record with address zero and data consisting of the address to jump to,
      allowing drivers to make use of this information.
      
      This format is chosen because it most closely follows the original ihex
      format, though it may make more sense to write a record with length zero
      and the address stored as the address.  The records are not omitted by
      default since our ihex format does not include record type information and
      so including additional records may lead to confusion.
      
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      2473238e
  6. Oct 18, 2010
  7. Oct 11, 2010
  8. Oct 06, 2010
  9. Aug 17, 2010
  10. Jul 08, 2010
  11. Jun 25, 2010
  12. May 17, 2010
  13. Mar 03, 2010
  14. Feb 17, 2010
  15. Feb 16, 2010
  16. Jan 06, 2010
  17. Oct 29, 2009
  18. Oct 15, 2009
  19. Oct 05, 2009
  20. Sep 23, 2009
  21. Sep 15, 2009
  22. Aug 30, 2009
    • Ben Hutchings's avatar
      radeon: Use request_firmware() · 70967ab9
      Ben Hutchings authored
      
      Loosely based on a patch by
      Jaswinder Singh Rajput <jaswinderlinux@gmail.com>.
      
      KMS support by Dave Airlie <airlied@redhat.com>.
      
      For Radeon 100- to 500-series, firmware blobs look like:
          struct {
              __be32 datah;
              __be32 datal;
          } cp_ucode[256];
      
      For Radeon 600-series, there are two separate firmware blobs:
          __be32 me_ucode[PM4_UCODE_SIZE * 3];
          __be32 pfp_ucode[PFP_UCODE_SIZE];
      
      For Radeon 700-series, likewise:
          __be32 me_ucode[R700_PM4_UCODE_SIZE];
          __be32 pfp_ucode[R700_PFP_UCODE_SIZE];
      
      Signed-off-by: default avatarBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
      70967ab9
  23. Aug 29, 2009
  24. Aug 26, 2009
  25. Aug 12, 2009
  26. Jul 08, 2009
  27. Jun 03, 2009
  28. May 29, 2009
Loading