modules/nitrokey-blobs,boards/nitropad: Remove obsolete blobs module

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Michał Żygowski 2024-02-06 17:01:56 +01:00 committed by Thierry Laurion
parent 6a64144e97
commit 8e7e18920d
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
4 changed files with 0 additions and 19 deletions

View File

@ -7,9 +7,6 @@ export CONFIG_LINUX_VERSION=6.1.8
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-ns50.config
CONFIG_LINUX_CONFIG=config/linux-nitropad-x.config
#Enable blobs packed under coreboot at build time
CONFIG_NITROKEY_BLOBS=y
#Enable DEBUG output
#export CONFIG_DEBUG_OUTPUT=y
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y

View File

@ -7,9 +7,6 @@ export CONFIG_LINUX_VERSION=6.1.8
CONFIG_COREBOOT_CONFIG=config/coreboot-nitropad-nv41.config
CONFIG_LINUX_CONFIG=config/linux-nitropad-x.config
#Enable blobs packed under coreboot at build time
CONFIG_NITROKEY_BLOBS=y
#Enable DEBUG output
#export CONFIG_DEBUG_OUTPUT=y
#export CONFIG_ENABLE_FUNCTION_TRACING_OUTPUT=y

View File

@ -110,7 +110,6 @@ coreboot_dir := $($(coreboot_module)_dir)
coreboot_base_dir := $($(coreboot_module)_base_dir)
$(coreboot_module)_depends += $(if $(CONFIG_PURISM_BLOBS), purism-blobs)
$(coreboot_module)_depends += $(if $(CONFIG_NITROKEY_BLOBS), nitrokey-blobs)
# coreboot builds are specialized on a per-target basis.
# The builds are done in a per-target subdirectory

View File

@ -1,12 +0,0 @@
modules-$(CONFIG_NITROKEY_BLOBS) += nitrokey-blobs
nitrokey-blobs_base_dir := nitrokey-blobs
nitrokey-blobs_version := b629bad31046ff2f5f363656326646fe2081d033
nitrokey-blobs_tar := nitrokey-blobs-${nitrokey-blobs_version}.tar.gz
nitrokey-blobs_tar_opt := --strip 1
nitrokey-blobs_url := https://github.com/Nitrokey/firmware-blobs/archive/${nitrokey-blobs_version}.tar.gz
nitrokey-blobs_hash := 73daf2180e3ffd070e9dc80c84ccd2573a24f636dc273e3d9fe81aefc7c5d425
## there is nothing to be built
nitrokey-blobs_output := .built
nitrokey-blobs_configure := echo -e 'all:\n\ttouch .built' > Makefile