Skip to content

Commit

Permalink
flashrom: Update version from 0.9.9 to 1.0
Browse files Browse the repository at this point in the history
Announcement [1], release notes [2]:

> ## New major user-visible features
>
> *   Support layouts for read and erase commands
> *   New command line switch --noverify-all (-N) allows flashing of
> individual regions without reading the whole flash chip (particular
> useful with locked down Intel ME firmware)
> *   New command line switch --ifd to read the layout from an Intel
> Firmware Descriptor on flash
> *   We got rid of the delay-loop calibration (if the OS provides an
> accurate timer through clock_gettime())
> *   Reading speed of USB programmers should have increased (reading
> bigger chunks at once, we reduce the overhead)
> *   Support Intel 100 series PCHs (Sunrise Point, coupled with Skylake
> and Kaby Lake) and C620 series PCHs (Lewisburg paired with
> Workstation/Server versions of the former)
>
> ## New programmers
>
> *   Intel 100 series / C620 series PCHs
> *   Intel I210 NICs (EEPROM and SPI)
> *   AMD Merlin Falcon (FP4)
>
> ## New chips
>
> *   W25Q128.W

[1] https://mail.coreboot.org/pipermail/flashrom/2018-January/015282.html
[2] https://flashrom.org/Flashrom/1.0
  • Loading branch information
pmenzel committed Jan 3, 2018
1 parent 51e5399 commit 31d489e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flashrom.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION flashrom-0.9.9-0
# BEE_VERSION flashrom-1.0-0

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down

0 comments on commit 31d489e

Please sign in to comment.