mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
modules: drop iotools
As discussed in: linuxboot#1704 there is no need to include iotools module for nitropads. Since there is no board using it, and we see no reason to use it in the future (the EC udpate will not require it, as update will be server by coreboot in the future), drop the module as well. Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
This commit is contained in:
parent
96b619b5fd
commit
2cd5b0960a
1
Makefile
1
Makefile
@ -617,7 +617,6 @@ bin_modules-$(CONFIG_KBD) += kbd
|
||||
bin_modules-$(CONFIG_ZSTD) += zstd
|
||||
bin_modules-$(CONFIG_E2FSPROGS) += e2fsprogs
|
||||
bin_modules-$(CONFIG_EXFATPROGS) += exfatprogs
|
||||
bin_modules-$(CONFIG_IOTOOLS) += iotools
|
||||
|
||||
$(foreach m, $(bin_modules-y), \
|
||||
$(call map,initrd_bin_add,$(call bins,$m)) \
|
||||
|
@ -29,8 +29,6 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -29,8 +29,6 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -47,8 +47,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
#CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
#CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -46,8 +46,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -47,8 +47,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -46,8 +46,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
#CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
#CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
#CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
#CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -32,8 +32,7 @@ CONFIG_UTIL_LINUX=y
|
||||
CONFIG_LVM2=y
|
||||
CONFIG_MBEDTLS=y
|
||||
CONFIG_PCIUTILS=y
|
||||
#Runtime tools to write to EC/MSR
|
||||
#CONFIG_IOTOOLS=y
|
||||
#Runtime tools to write to MSR
|
||||
#CONFIG_MSRTOOLS=y
|
||||
#Remote attestation support
|
||||
# TPM2 requirements
|
||||
|
@ -1,22 +0,0 @@
|
||||
modules-$(CONFIG_IOTOOLS) += iotools
|
||||
|
||||
iotools_depends := pciutils $(musl_dep)
|
||||
|
||||
iotools_version := 18949fdc4dedb1da3f51ee83a582b112fb9f2c71
|
||||
iotools_dir := iotools-$(iotools_version)
|
||||
iotools_tar := $(iotools_dir).tar.gz
|
||||
iotools_url := https://github.com/adurbin/iotools/archive/$(iotools_version).tar.gz
|
||||
iotools_hash := 8df266f55cd8e79328faa0e274edc082de3f6c240617a28ace93abdace324ec2
|
||||
|
||||
iotools_cfg := \
|
||||
|
||||
iotools_target := \
|
||||
$(MAKE_JOBS) \
|
||||
$(CROSS_TOOLS) \
|
||||
|
||||
iotools_output := \
|
||||
iotools
|
||||
|
||||
iotools_libraries := \
|
||||
|
||||
iotools_configure :=
|
Loading…
Reference in New Issue
Block a user