mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
Add flashtools to Talos II boards
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
This commit is contained in:
parent
e19aadf4cb
commit
a2475e2c53
@ -21,6 +21,7 @@ CONFIG_QRENCODE=y
|
||||
CONFIG_TPMTOTP=y
|
||||
CONFIG_GPG2=y
|
||||
CONFIG_PCIUTILS=y
|
||||
CONFIG_FLASHTOOLS=y
|
||||
|
||||
#Whiptail in console mode
|
||||
CONFIG_SLANG=y
|
||||
|
@ -21,6 +21,7 @@ CONFIG_QRENCODE=y
|
||||
CONFIG_TPMTOTP=y
|
||||
CONFIG_GPG2=y
|
||||
CONFIG_PCIUTILS=y
|
||||
CONFIG_FLASHTOOLS=y
|
||||
|
||||
#whiptail in graphical mode
|
||||
CONFIG_CAIRO=y
|
||||
|
@ -2,11 +2,11 @@ modules-$(CONFIG_FLASHTOOLS) += flashtools
|
||||
|
||||
flashtools_depends := $(musl_dep)
|
||||
|
||||
flashtools_version := 40d5170e84a3822552df7a500cd00aa870fdfe76
|
||||
flashtools_version := 76bdfa21d65caeb7dbe9c2fa1a837369732f50af
|
||||
flashtools_dir := flashtools-$(flashtools_version)
|
||||
flashtools_tar := flashtools-$(flashtools_version).tar.gz
|
||||
flashtools_url := https://github.com/osresearch/flashtools/archive/$(flashtools_version).tar.gz
|
||||
flashtools_hash := dca7f4fd129509bdcbf5e4646905d6dd82e91061d7faf62bbe7193c31bb7cd4c
|
||||
flashtools_url := https://github.com/3mdeb/flashtools/archive/$(flashtools_version).tar.gz
|
||||
flashtools_hash := 81b3c1f12318bd2942b426a99638e23d24e85819227653cd3b9302fbfc43b220
|
||||
|
||||
flashtools_target := \
|
||||
$(CROSS_TOOLS) \
|
||||
@ -20,6 +20,10 @@ flashtools_output := \
|
||||
cbfs \
|
||||
uefi \
|
||||
|
||||
ifeq "$(CONFIG_TARGET_ARCH)" "ppc64"
|
||||
flashtools_output += pnor
|
||||
endif
|
||||
|
||||
flashtools_libraries := \
|
||||
|
||||
flashtools_configure :=
|
||||
|
Loading…
Reference in New Issue
Block a user