1. 03 Jun, 2008 1 commit
    • Peter Stuge's avatar
      Mark SST SST49LF160C as fully supported.: · 1dbb9af1
      Peter Stuge authored
      
      SST SST49LF160C is confirmed to work for PROBE READ ERASE WRITE, at least on
      2 MCP55-based boards (gigabyte m57sli v1 and supermicro h8dmr).
      
      On the m57sli board, it only works > 512K when booted into coreboot; the
      proprietary bios seems to do something weird where it locks rom access down
      to the first 512K of the chip.
      
      Corresponding to flashrom svn r255 and coreboot v2 svn r3360.
      Signed-off-by: default avatarPeter Stuge <peter@stuge.se>
      Acked-by: default avatarPeter Stuge <peter@stuge.se>
      1dbb9af1
  2. 27 May, 2008 4 commits
  3. 26 May, 2008 1 commit
  4. 22 May, 2008 5 commits
  5. 21 May, 2008 1 commit
  6. 17 May, 2008 1 commit
  7. 16 May, 2008 5 commits
  8. 15 May, 2008 3 commits
  9. 14 May, 2008 5 commits
  10. 13 May, 2008 3 commits
  11. 12 May, 2008 2 commits
  12. 10 May, 2008 2 commits
  13. 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
  14. 03 May, 2008 1 commit
  15. 29 Apr, 2008 1 commit
  16. 28 Apr, 2008 2 commits
  17. 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
  18. 07 Apr, 2008 1 commit