1. 12 Jun, 2009 4 commits
  2. 09 Jun, 2009 1 commit
  3. 05 Jun, 2009 8 commits
  4. 04 Jun, 2009 2 commits
  5. 03 Jun, 2009 3 commits
  6. 02 Jun, 2009 4 commits
  7. 01 Jun, 2009 5 commits
  8. 31 May, 2009 3 commits
  9. 29 May, 2009 1 commit
  10. 28 May, 2009 2 commits
  11. 27 May, 2009 2 commits
  12. 26 May, 2009 3 commits
    • Carl-Daniel Hailfinger's avatar
      09b4fb73
    • Carl-Daniel Hailfinger's avatar
      Use REMS instead of RES in the ICH SPI default opcode table · 15aa7c65
      Carl-Daniel Hailfinger authored
      RES is Read Electronic Signature (1 Byte, identical for different chips)
      REMS is Read Electronic Manufacturer Signature (2 Bytes, mostly unique)
      RDID is Read JEDEC ID (3 bytes, unique)
      
      Of the chips which don't support RDID, a sizable portion supports REMS
      which gives us both a manufacturer ID and a device ID. This is clearly
      superior to having only a device ID (the RES case) which has multiple
      documented collisions.
      
      The RES/REMS problem is aggravated by inconsistent naming in vendor data
      sheets. What's in a name? Considering that we have 1-byte IDs, 2-byte
      IDs and 3+byte IDs with varying names but mostly consistent opcodes, it
      makes sense to set our own standard about how the opcodes are called.
      
      The best way forward would be to have the ICH SPI driver reprogram the
      opcode menu on the fly if the opcode menu doesn't contain the requested
      opcode and the opcode menu is not locked. Until that happens, this patch
      improves detection accuracy by a fac...
      15aa7c65
    • Luc Verhaegen's avatar
      Add NForce2 chipset enable · 90e8e613
      Luc Verhaegen authored
      
      While the other chipset enables for nvidia could potentially also work,
      this one, by not touching other bits, seems like the safest solution.
      
      Uwe tested this on his Asus A7N8X Deluxe, so hopefully the A7N8X-E
      (reporter unknown) is now no longer an issue.
      
      Corresponding to flashrom svn r548.
      Signed-off-by: default avatarLuc Verhaegen <libv@skynet.be>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      90e8e613
  13. 25 May, 2009 2 commits