1. 05 Mar, 2014 1 commit
  2. 14 Sep, 2013 1 commit
  3. 04 Jan, 2013 1 commit
  4. 27 Aug, 2012 1 commit
  5. 20 Aug, 2012 1 commit
  6. 11 Aug, 2012 1 commit
  7. 09 Aug, 2012 1 commit
    • Carl-Daniel Hailfinger's avatar
      Portability fixes and cleanups · 60d9bd26
      Carl-Daniel Hailfinger authored
      
      Move Mac OS X IOKit/DirectHW availability checks in the Makefile from
      compiler check to pciutils check.
      
      Print the compiler error messages for feature detection.
      
      Add DOS libpci in the Makefile includes only if a PCI-based programmer
      was requested.
      
      Restrict mmap usage in ich_descriptors_tool to Unix style systems.
      
      Build ich_descriptors_tool with the correct .exe extension on
      DOS/Windows.
      
      Build ich_descriptors_tool by default on x86. (Patch by Stefan Tauner)
      
      Print the Windows version instead of "unknown machine" on Windows.
      
      Don't #define our own __DARWIN__, use the standard OS X detection
      method.
      
      Update the README.
      
      Add more generated files to svn:ignore
      
      Corresponding to flashrom svn r1567.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      60d9bd26
  8. 04 Jan, 2012 1 commit
  9. 01 Apr, 2011 1 commit
  10. 24 Jan, 2011 1 commit
  11. 06 Oct, 2010 2 commits
  12. 25 Sep, 2010 1 commit
  13. 27 Jul, 2010 1 commit
    • Carl-Daniel Hailfinger's avatar
      Split off programmer.h from flash.h · 5b997c3e
      Carl-Daniel Hailfinger authored
      
      Programmer specific functions are of absolutely no interest to any file
      except those dealing with programmer specific actions (special SPI
      commands and the generic core).
      
      The new header structure is as follows (and yes, improvements are
      possible):
      flashchips.h  flash chip IDs
      chipdrivers.h  chip-specific read/write/... functions
      flash.h  common header for all stuff that doesn't fit elsewhere
      hwaccess.h hardware access functions
      programmer.h  programmer specific functions
      coreboot_tables.h  header from coreboot, internal programmer only
      spi.h SPI command definitions
      
      Corresponding to flashrom svn r1112.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarUwe Hermann <uwe@hermann-uwe.de>
      5b997c3e
  14. 30 May, 2010 1 commit
  15. 07 May, 2010 1 commit
  16. 02 Feb, 2010 1 commit
  17. 12 Jan, 2010 1 commit
  18. 13 Dec, 2009 1 commit
    • Carl-Daniel Hailfinger's avatar
      Internal (onboard) programming was the only feature which could not be disabled · 66ef4e5f
      Carl-Daniel Hailfinger authored
      
      Make various pieces of code conditional on support for internal
      programming. Code shared between PCI device programmers and onboard
      programming is now conditional as well.
      
      It is now possible to build only with dummy support:
      make CONFIG_INTERNAL=no CONFIG_NIC3COM=no CONFIG_SATASII=no
      CONFIG_DRKAISER=no CONFIG_SERPROG=no CONFIG_FT2232SPI=no
      
      This allows building for a specific use case only, and it also
      facilitates porting to a new architecture because it is possible to
      focus on highlevel code only.
      
      Note: Either internal or dummy programmer needs to be compiled in due to
      the current behaviour of always picking a default programmer if -p is
      not specified. Picking an arbitrary external programmer as default  
      wouldn't make sense.
      
      Build and runtime tested in all 1024 possible build combinations. The
      only failures are by design as mentioned above.
      
      Corresponding to flashrom svn r797.
      Signed-off-by: default avatarCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
      Acked-by: default avatarSean Nelson <audiohacked@gmail.com>
      66ef4e5f
  19. 09 Aug, 2009 1 commit
  20. 30 Jul, 2009 1 commit
  21. 16 May, 2009 1 commit
  22. 14 May, 2009 1 commit
  23. 15 Apr, 2009 1 commit
  24. 17 Mar, 2009 1 commit
    • Stefan Reinauer's avatar
      This patch adds "high coreboot table support" to coreboot version 2 · 2d853bb5
      Stefan Reinauer authored
      
      Some bootloaders seem to overwrite memory starting at 0x600, thus destroying
      the coreboot table integrity, rendering the table useless.
      
      By moving the table to the high tables area (if it's activated), this problem
      is fixed.
      
      In order to move the table, a 40 bytes mini coreboot table with a single sub
      table is placed at 0x500/0x530 that points to the real coreboot table. This is
      comparable to the ACPI RSDT or the MP floating table.
      
      This patch also adds "table forward" support to flashrom and nvramtool.
      
      Corresponding to flashrom svn r421 and coreboot v2 svn r4012.
      Signed-off-by: default avatarStefan Reinauer <stepan@coresystems.de>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      2d853bb5
  25. 26 Jan, 2009 4 commits
  26. 23 Jan, 2009 1 commit
  27. 18 Jan, 2008 2 commits
  28. 17 Oct, 2007 1 commit
  29. 10 Oct, 2007 2 commits
  30. 29 Aug, 2007 1 commit
  31. 23 Aug, 2007 2 commits
  32. 24 May, 2007 1 commit
  33. 23 May, 2007 1 commit