Skip to content
Snippets Groups Projects
  1. Mar 09, 2020
  2. Mar 03, 2020
  3. Mar 02, 2020
  4. Feb 24, 2020
  5. Feb 23, 2020
    • David Hendricks's avatar
      ubertest: Add blackbox test uber-script · 7a7fee16
      David Hendricks authored
      This modifies CB:23025 further to work with upstream as it is now,
      without the syntax changes in the patch chain. I also gave it a new
      name since this script is, well, uber.
      
      Since flashrom currently only supports reading/writing ROM-sized files
      we can't easily determine a targeted region offset and size except
      when a layout file is used. Therefore, some extra arithmetic is needed
      in the partial write test and the only modes allowed are clobber mode
      and layout mode.
      
      A few other changes:
      - Update paths and script name
      - Remove write-protect testing support
      - Use ROM-sized files only, no region-sized files
      - Return error if flashmap or ifd mode are used
      
      Documentation is ported from https://goo.gl/3jNoL7
      
       into a markdown
      file and accompanying SVGs. Minor changes were made for clarity and
      formatting, and references to write protect testing have been removed
      for the time being.
      
      Tested using a Raspberry Pi with a W25Q16
      
      Change-Id: I1af55d5088c54ee33853009797adbd535a506b49
      Signed-off-by: default avatarDavid Hendricks <david.hendricks@gmail.com>
      Reviewed-on: https://review.coreboot.org/c/flashrom/+/38788
      
      
      Tested-by: default avatarbuild bot (Jenkins) <no-reply@coreboot.org>
      Reviewed-by: default avatarEdward O'Callaghan <quasisec@chromium.org>
      7a7fee16
  6. Feb 09, 2020
  7. Feb 01, 2020
  8. Jan 22, 2020
  9. Jan 20, 2020
  10. Jan 19, 2020
  11. Jan 02, 2020
  12. Dec 31, 2019
  13. Dec 21, 2019
  14. Dec 14, 2019
  15. Dec 10, 2019
  16. Dec 06, 2019
  17. Dec 01, 2019
  18. Nov 28, 2019
  19. Nov 17, 2019
  20. Nov 15, 2019
    • Ryan O'Leary's avatar
      dediprog.c: Add id parameter to dediprog programmer · 301ae22b
      Ryan O'Leary authored
      
      When multiple dediprog programmers are connected, the 'id' parameter
      allows you to specify which one to use. The id is a string like SF012345
      or DP012345. The value is printed on a sticker on the back of the dediprog.
      
      This is an improvement over the 'device' parameter which is based on
      enumeration order and changes when you plug/unplug devices or reboot the
      machine.
      
      To find the id without the sticker, run flashrom with the -V option.
      This prints the ids as they are enumerated.  Alternatively, with dpcmd,
      you can use the --list-device-id and --fix-device commands to list and
      write device ids respectively.
      
      Note this only supports SF100 at the moment, but SF600 support is
      possible with more work.
      
      Change-Id: I4281213ab02131feb5d47bf66118a001cec0d219
      Signed-off-by: default avatarRyan O'Leary <ryanoleary@google.com>
      Reviewed-on: https://review.coreboot.org/c/flashrom/+/34160
      
      
      Tested-by: default avatarbuild bot (Jenkins) <no-reply@coreboot.org>
      Reviewed-by: default avatarNico Huber <nico.h@gmx.de>
      301ae22b
  21. Nov 14, 2019
  22. Nov 13, 2019
  23. Nov 11, 2019
  24. Nov 06, 2019
  25. Oct 22, 2019
  26. Oct 17, 2019
  27. Oct 16, 2019
Loading