1. 15 3月, 2011 1 次提交
  2. 14 1月, 2011 1 次提交
  3. 01 1月, 2011 1 次提交
  4. 17 12月, 2010 3 次提交
  5. 27 10月, 2010 1 次提交
    • M
      ihex: add support for CS:IP/EIP records · 2473238e
      Mark Brown 提交于
      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: NMark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2473238e
  6. 18 10月, 2010 1 次提交
  7. 12 10月, 2010 1 次提交
  8. 07 10月, 2010 5 次提交
  9. 17 8月, 2010 1 次提交
  10. 09 7月, 2010 1 次提交
  11. 26 6月, 2010 1 次提交
  12. 18 5月, 2010 1 次提交
  13. 03 3月, 2010 1 次提交
  14. 18 2月, 2010 2 次提交
  15. 17 2月, 2010 1 次提交
  16. 07 1月, 2010 1 次提交
  17. 30 10月, 2009 1 次提交
  18. 15 10月, 2009 3 次提交
  19. 05 10月, 2009 1 次提交
  20. 23 9月, 2009 1 次提交
  21. 15 9月, 2009 1 次提交
  22. 31 8月, 2009 1 次提交
    • B
      radeon: Use request_firmware() · 70967ab9
      Ben Hutchings 提交于
      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: NBen Hutchings <ben@decadent.org.uk>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      70967ab9
  23. 29 8月, 2009 1 次提交
  24. 27 8月, 2009 2 次提交
  25. 13 8月, 2009 3 次提交
  26. 09 7月, 2009 1 次提交
  27. 04 6月, 2009 1 次提交
  28. 30 5月, 2009 1 次提交