Skip to content

Commit e471a4a

Browse files
authored
Merge pull request #1707 from Dasharo/nitropad-drop-iotools
boards, module and Makefile: drop iotools
2 parents 96b619b + 2cd5b09 commit e471a4a

13 files changed

Lines changed: 9 additions & 45 deletions

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,6 @@ bin_modules-$(CONFIG_KBD) += kbd
617617
bin_modules-$(CONFIG_ZSTD) += zstd
618618
bin_modules-$(CONFIG_E2FSPROGS) += e2fsprogs
619619
bin_modules-$(CONFIG_EXFATPROGS) += exfatprogs
620-
bin_modules-$(CONFIG_IOTOOLS) += iotools
621620

622621
$(foreach m, $(bin_modules-y), \
623622
$(call map,initrd_bin_add,$(call bins,$m)) \

boards/nitropad-ns50/nitropad-ns50.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ CONFIG_UTIL_LINUX=y
2929
CONFIG_LVM2=y
3030
CONFIG_MBEDTLS=y
3131
CONFIG_PCIUTILS=y
32-
#Runtime tools to write to EC/MSR
33-
CONFIG_IOTOOLS=y
3432
CONFIG_MSRTOOLS=y
3533
#Remote attestation support
3634
# TPM2 requirements

boards/nitropad-nv41/nitropad-nv41.config

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ CONFIG_UTIL_LINUX=y
2929
CONFIG_LVM2=y
3030
CONFIG_MBEDTLS=y
3131
CONFIG_PCIUTILS=y
32-
#Runtime tools to write to EC/MSR
33-
CONFIG_IOTOOLS=y
3432
CONFIG_MSRTOOLS=y
3533
#Remote attestation support
3634
# TPM2 requirements

boards/qemu-coreboot-fbwhiptail-tpm1-hotp/qemu-coreboot-fbwhiptail-tpm1-hotp.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ CONFIG_UTIL_LINUX=y
4747
CONFIG_LVM2=y
4848
CONFIG_MBEDTLS=y
4949
CONFIG_PCIUTILS=y
50-
#Runtime tools to write to EC/MSR
51-
#CONFIG_IOTOOLS=y
50+
#Runtime tools to write to MSR
5251
#CONFIG_MSRTOOLS=y
5352
#Remote attestation support
5453
# TPM2 requirements

boards/qemu-coreboot-fbwhiptail-tpm1/qemu-coreboot-fbwhiptail-tpm1.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
4545
CONFIG_LVM2=y
4646
CONFIG_MBEDTLS=y
4747
CONFIG_PCIUTILS=y
48-
#Runtime tools to write to EC/MSR
49-
CONFIG_IOTOOLS=y
48+
#Runtime tools to write to MSR
5049
CONFIG_MSRTOOLS=y
5150
#Remote attestation support
5251
# TPM2 requirements

boards/qemu-coreboot-fbwhiptail-tpm2-hotp/qemu-coreboot-fbwhiptail-tpm2-hotp.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ CONFIG_UTIL_LINUX=y
4646
CONFIG_LVM2=y
4747
CONFIG_MBEDTLS=y
4848
CONFIG_PCIUTILS=y
49-
#Runtime tools to write to EC/MSR
50-
CONFIG_IOTOOLS=y
49+
#Runtime tools to write to MSR
5150
CONFIG_MSRTOOLS=y
5251
#Remote attestation support
5352
# TPM2 requirements

boards/qemu-coreboot-fbwhiptail-tpm2/qemu-coreboot-fbwhiptail-tpm2.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
4545
CONFIG_LVM2=y
4646
CONFIG_MBEDTLS=y
4747
CONFIG_PCIUTILS=y
48-
#Runtime tools to write to EC/MSR
49-
CONFIG_IOTOOLS=y
48+
#Runtime tools to write to MSR
5049
CONFIG_MSRTOOLS=y
5150
#Remote attestation support
5251
# TPM2 requirements

boards/qemu-coreboot-whiptail-tpm1-hotp/qemu-coreboot-whiptail-tpm1-hotp.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ CONFIG_UTIL_LINUX=y
4747
CONFIG_LVM2=y
4848
CONFIG_MBEDTLS=y
4949
CONFIG_PCIUTILS=y
50-
#Runtime tools to write to EC/MSR
51-
CONFIG_IOTOOLS=y
50+
#Runtime tools to write to MSR
5251
CONFIG_MSRTOOLS=y
5352
#Remote attestation support
5453
# TPM2 requirements

boards/qemu-coreboot-whiptail-tpm1/qemu-coreboot-whiptail-tpm1.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ CONFIG_UTIL_LINUX=y
4545
CONFIG_LVM2=y
4646
CONFIG_MBEDTLS=y
4747
CONFIG_PCIUTILS=y
48-
#Runtime tools to write to EC/MSR
49-
CONFIG_IOTOOLS=y
48+
#Runtime tools to write to MSR
5049
CONFIG_MSRTOOLS=y
5150
#Remote attestation support
5251
# TPM2 requirements

boards/qemu-coreboot-whiptail-tpm2-hotp/qemu-coreboot-whiptail-tpm2-hotp.config

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ CONFIG_UTIL_LINUX=y
4646
CONFIG_LVM2=y
4747
CONFIG_MBEDTLS=y
4848
CONFIG_PCIUTILS=y
49-
#Runtime tools to write to EC/MSR
50-
#CONFIG_IOTOOLS=y
49+
#Runtime tools to write to MSR
5150
#CONFIG_MSRTOOLS=y
5251
#Remote attestation support
5352
# TPM2 requirements

0 commit comments

Comments
 (0)