1. 12 Feb, 2012 1 commit
  2. 31 Jan, 2012 1 commit
  3. 19 Jan, 2012 1 commit
  4. 04 Jan, 2012 1 commit
  5. 19 Nov, 2011 1 commit
  6. 16 Nov, 2011 1 commit
  7. 15 Nov, 2011 1 commit
  8. 14 Nov, 2011 1 commit
  9. 09 Nov, 2011 1 commit
  10. 02 Nov, 2011 1 commit
  11. 22 Oct, 2011 1 commit
  12. 21 Oct, 2011 1 commit
  13. 03 Sep, 2011 1 commit
  14. 31 Aug, 2011 1 commit
  15. 25 Aug, 2011 1 commit
  16. 15 Aug, 2011 1 commit
  17. 11 Aug, 2011 2 commits
  18. 07 Aug, 2011 1 commit
  19. 06 Aug, 2011 2 commits
  20. 28 Jul, 2011 1 commit
  21. 27 Jul, 2011 1 commit
  22. 25 Jul, 2011 2 commits
  23. 24 Jul, 2011 1 commit
  24. 20 Jul, 2011 1 commit
  25. 09 Jul, 2011 1 commit
  26. 07 Jul, 2011 1 commit
  27. 19 Jun, 2011 1 commit
  28. 13 Jun, 2011 2 commits
  29. 12 Jun, 2011 1 commit
  30. 09 Jun, 2011 1 commit
  31. 26 May, 2011 1 commit
  32. 18 May, 2011 1 commit
  33. 17 May, 2011 2 commits
  34. 05 May, 2011 1 commit
    • Carl-Daniel Hailfinger's avatar
      Revamp board-specific quirk handling, allow for laptop support · 580d29a9
      Carl-Daniel Hailfinger authored
      
      Handle board-specific quirks in three phases:
      1. Before Super I/O probing (e.g. blacklisting of some Super I/O probes,
      or unhiding the Super I/O)
      2. Before the laptop enforcement decision (e.g. whitelisting a laptop
      for flashing)
      3. After chipset enabling (all current board enables)
      
      Implementation note: All entries in board_pciid_enables get an
      additional phase parameter. Alternative variants (3 tables instead of 1)
      also have their downsides, and I chose table bloat over table
      multiplication).
      
      With this patch, it should be possible to whitelist supported laptops
      with a matching entry (phase P2) in board_pciid_enables which points to
      a function setting laptop_ok=1. (In case DMI is broken, matching might
      be a little bit more difficult, but it is still doable.)
      
      Corresponding to flashrom svn r1294.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarMichael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
      580d29a9
  35. 27 Apr, 2011 1 commit