mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
3c24460f1a
Update to upstream flashrom (post v1.2) commit 4d3657b4: Add support for Comet Lake-U/400-series PCH kgpe-d16 patch from flashrom 1.2 still applies cleanly. Signed-off-by: Matt DeVillier <matt.devillier@puri.sm>
28 lines
684 B
Plaintext
28 lines
684 B
Plaintext
modules-$(CONFIG_FLASHROM) += flashrom
|
|
|
|
flashrom_depends := pciutils $(musl_dep)
|
|
|
|
flashrom_version := git
|
|
flashrom_repo := https://github.com/flashrom/flashrom.git
|
|
|
|
flashrom_version := b1f858f65b2abd276542650d8cb9e382da258967
|
|
flashrom_dir := flashrom-$(flashrom_version)
|
|
flashrom_tar := $(flashrom_dir).zip
|
|
flashrom_url := https://github.com/flashrom/flashrom/archive/$(flashrom_tar)
|
|
flashrom_hash := 7fc39fa2e721f84856095d377e624712714c8668175d48b1cde5f8574afc254f
|
|
|
|
flashrom_target := \
|
|
$(MAKE_JOBS) \
|
|
$(CROSS_TOOLS) \
|
|
WARNERROR=no \
|
|
CONFIG_NOTHING=yes \
|
|
CONFIG_INTERNAL=yes \
|
|
CONFIG_DUMMY=yes \
|
|
|
|
flashrom_output := \
|
|
flashrom
|
|
|
|
flashrom_libraries := \
|
|
|
|
flashrom_configure :=
|