1. 27 Aug, 2011 1 commit
    • Stefan Tauner's avatar
      Fix printing of the Boot BIOS Straps on Intel chipsets · bd0c70ae
      Stefan Tauner authored
      The meaning of the bits involved has changed several times in the past.
      This patch takes these changes into account and hence fixes the output of the
      pretty printing of GCS on all SPI-supported Intel chipsets that are not ICH7 or
      NM10 (the latter were unaffected, because the defaults were correct).
      
      This patch also allows to differentiate Ibex Peak and Cougar Point chipsets from
      the earlier chipset series (ICH10) by adding new wrapper functions that set
      "ich_generation" to 11 and 12 respectively. This should not change behavior
      outside of enable_flash_ich_dc_spi, because the code path for
      ich_generation >=9 is equal.
      
      alternatively we could just remove the pretty printing of GCS and just output
      the bits involved. i would like to keep the pch differentiation anyway though,
      because i feel it will become handy in the future.
      
      tested on my QS57-based thinkpad (probe + partial read)
      
      Corresponding to flashrom svn r1423.
      
      Signed-off-by: Stefan Tauner <stefa...
      bd0c70ae
  2. 26 Aug, 2011 1 commit
  3. 25 Aug, 2011 3 commits
  4. 20 Aug, 2011 2 commits
  5. 18 Aug, 2011 1 commit
    • Stefan Tauner's avatar
      Makefile: fix and simplify test program compilations · 56787086
      Stefan Tauner authored
      This was totally broken due to the make's shell function's temporal
      behavior.
      
      quote from the gnu make documentation
      (http://www.gnu.org/s/hello/manual/make/Shell-Function.html):
      "The commands run by calls to the shell function are run when the
      function calls are expanded"
      we have used the shell function to echo the test programs to a file.
      the file name used was equal for all tests and was overwritten for
      each test. the result was that all tests (in a single target?) used
      the last test program because the echoing of the test programs was
      done before all test compilations(!)
      see my mail for details:
      http://lists.gnu.org/archive/html/bug-make/2011-08/msg00010.html
      
      also the branching for testing ifeq ($(CONFIG_FT2232_SPI), yes) was
      unnecessarily complicated.
      
      in my approach here i am using verbatim variables (allows to define
      even complex test programs in the makefile without jumping through
      hoops) that get exported to environment variables (via "export"...
      56787086
  6. 17 Aug, 2011 1 commit
  7. 16 Aug, 2011 1 commit
  8. 15 Aug, 2011 1 commit
  9. 12 Aug, 2011 1 commit
  10. 11 Aug, 2011 2 commits
  11. 09 Aug, 2011 1 commit
  12. 07 Aug, 2011 1 commit
  13. 06 Aug, 2011 3 commits
  14. 04 Aug, 2011 2 commits
  15. 01 Aug, 2011 1 commit
  16. 29 Jul, 2011 3 commits
  17. 28 Jul, 2011 2 commits
  18. 27 Jul, 2011 1 commit
  19. 26 Jul, 2011 5 commits
  20. 25 Jul, 2011 5 commits
  21. 24 Jul, 2011 2 commits