1. 21 May, 2008 1 commit
  2. 17 May, 2008 1 commit
  3. 16 May, 2008 5 commits
  4. 15 May, 2008 3 commits
  5. 14 May, 2008 5 commits
  6. 13 May, 2008 3 commits
  7. 12 May, 2008 2 commits
  8. 10 May, 2008 2 commits
  9. 08 May, 2008 1 commit
    • Claus Gindhart's avatar
      Probe for up to 3 flash chips · 2fd11d6a
      Claus Gindhart authored
      
      Currently there is an ongoing technology migration from LPC/FWH to SPI chips.
      For this reason some boards have multiple chips of different technologies
      onboard. This patch makes flashrom probe for up to 3 chips and if more than
      one chip is found flashrom exits, asking the user to specify -c.
      
      [root@localhost src]# ./flashrom
      ...
      Multiple flash chips were detected: SST49LF008A M25P16@ICH9
      Please specify which chip to use with the -c <chipname> option.
      [root@localhost src]# 
      
      Corresponding to flashrom svn r222 and coreboot v2 svn r3291.
      Signed-off-by: default avatarClaus Gindhart <claus.gindhart@kontron.com>
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarClaus Gindhart <claus.gindhart@kontron.com>
      2fd11d6a
  10. 03 May, 2008 1 commit
  11. 29 Apr, 2008 1 commit
  12. 28 Apr, 2008 2 commits
  13. 24 Apr, 2008 1 commit
    • Claus Gindhart's avatar
      82802ab: touch only blocks that need updating · ef300238
      Claus Gindhart authored
      
      Flash pages, which where excluded from updating using the exclude or the
      layout option, as well as areas, whose flash contents already contain
      the desired data, will be skipped. These ensures absolute data security
      of critical areas (BIOS boot block), e.g. against a sudden power off or
      a CPU hangup during flashing. As a nice side effect, it speeds up the
      flash process, if the BIOS to be flashed is very similar to the version
      in flash.
      
      Corresponding to flashrom svn r217 and coreboot v2 svn r3260.
      Signed-off-by: default avatarClaus Gindhart <claus.gindhart@kontron.com>
      Acked-by: default avatarStefan Reinauer <stepan@coresystems.de>
      ef300238
  14. 07 Apr, 2008 1 commit
  15. 18 Mar, 2008 2 commits
  16. 17 Mar, 2008 1 commit
  17. 16 Mar, 2008 2 commits
  18. 15 Mar, 2008 1 commit
  19. 14 Mar, 2008 5 commits