Skip to content

Commit

Permalink
flashrom: switch back to flashrom upstream, but bump to release 1.4.0…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
tlaurion committed Aug 9, 2024
1 parent b2c4351 commit ba477ab
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 1,100 deletions.
6 changes: 3 additions & 3 deletions modules/flashrom
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ modules-$(CONFIG_FLASHROM) += flashrom

flashrom_depends := pciutils $(musl_dep)

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

# Default options for flashrom
flashrom_cfg := \
Expand Down
Loading

0 comments on commit ba477ab

Please sign in to comment.