Skip to content

Commit ba477ab

Browse files
committed
flashrom: switch back to flashrom upstream, but bump to release 1.4.0 released 2 weeks ago. Expected that patches from 2 years ago were merged upstream
- delete unapplied kgpe-d16 patch (will need to be brought back, was not applied currently on master - add patches/flashrom-eace095b15eb034e42d97202cad70ce979d8ca38/0001-Add_RaptorPoint_PCH_support.patch which was not submitted to flashrom and needed by MSI - point modules/flashrom to release 1.4.0 commit Signed-off-by: Thierry Laurion <[email protected]>
1 parent b2c4351 commit ba477ab

File tree

3 files changed

+237
-1100
lines changed

3 files changed

+237
-1100
lines changed

modules/flashrom

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ modules-$(CONFIG_FLASHROM) += flashrom
22

33
flashrom_depends := pciutils $(musl_dep)
44

5-
flashrom_version := 24b8fcfccef31fbb95bc1dd308180f57d5cdb64c
5+
flashrom_version := eace095b15eb034e42d97202cad70ce979d8ca38
66
flashrom_dir := flashrom-$(flashrom_version)
77
flashrom_tar := $(flashrom_dir).tar.gz
8-
flashrom_url := https://github.com/Dasharo/flashrom/archive/$(flashrom_version).tar.gz
9-
flashrom_hash := caf756af8177bb3eedff33071a089b8db0b1da82adb0260a90217e06fcf9844b
8+
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_version).tar.gz
9+
flashrom_hash := 9eb81ec00d6c0ebe8ccd1b6a242b61e2b6b242ca1a6a66650d2701ca2a1f1972
1010

1111
# Default options for flashrom
1212
flashrom_cfg := \

0 commit comments

Comments
 (0)