diff options
Diffstat (limited to 'src/security/vboot')
-rw-r--r-- | src/security/vboot/Kconfig | 1 | ||||
-rw-r--r-- | src/security/vboot/Makefile.inc | 1 | ||||
-rw-r--r-- | src/security/vboot/bootmode.c | 1 | ||||
-rw-r--r-- | src/security/vboot/common.c | 1 | ||||
-rw-r--r-- | src/security/vboot/ec_sync.c | 1 | ||||
-rw-r--r-- | src/security/vboot/misc.h | 1 | ||||
-rw-r--r-- | src/security/vboot/mrc_cache_hash_tpm.c | 1 | ||||
-rw-r--r-- | src/security/vboot/symbols.h | 1 | ||||
-rw-r--r-- | src/security/vboot/tpm_common.c | 1 | ||||
-rw-r--r-- | src/security/vboot/tpm_common.h | 1 | ||||
-rw-r--r-- | src/security/vboot/vbnv.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vbnv.h | 1 | ||||
-rw-r--r-- | src/security/vboot/vbnv_cmos.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vbnv_ec.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vbnv_flash.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vbnv_layout.h | 1 | ||||
-rw-r--r-- | src/security/vboot/vboot_common.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vboot_common.h | 1 | ||||
-rw-r--r-- | src/security/vboot/vboot_lib.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vboot_loader.c | 1 | ||||
-rw-r--r-- | src/security/vboot/vboot_logic.c | 1 | ||||
-rw-r--r-- | src/security/vboot/verstage.c | 1 |
22 files changed, 0 insertions, 22 deletions
diff --git a/src/security/vboot/Kconfig b/src/security/vboot/Kconfig index 39b687df92..d317cb6447 100644 --- a/src/security/vboot/Kconfig +++ b/src/security/vboot/Kconfig @@ -1,4 +1,3 @@ -# This file is part of the coreboot project. # SPDX-License-Identifier: GPL-2.0-only menu "Verified Boot (vboot)" diff --git a/src/security/vboot/Makefile.inc b/src/security/vboot/Makefile.inc index a1737270a4..e794bf724f 100644 --- a/src/security/vboot/Makefile.inc +++ b/src/security/vboot/Makefile.inc @@ -1,5 +1,4 @@ ## -## This file is part of the coreboot project. ## ## ## SPDX-License-Identifier: GPL-2.0-only diff --git a/src/security/vboot/bootmode.c b/src/security/vboot/bootmode.c index 83a06cef29..5bd3922932 100644 --- a/src/security/vboot/bootmode.c +++ b/src/security/vboot/bootmode.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <bootmode.h> diff --git a/src/security/vboot/common.c b/src/security/vboot/common.c index 38469f8181..e2b20b8bd4 100644 --- a/src/security/vboot/common.c +++ b/src/security/vboot/common.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <cbmem.h> diff --git a/src/security/vboot/ec_sync.c b/src/security/vboot/ec_sync.c index 39950a8452..97b8ed9338 100644 --- a/src/security/vboot/ec_sync.c +++ b/src/security/vboot/ec_sync.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <cbfs.h> diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h index d1e60bb2ac..8af0c827a8 100644 --- a/src/security/vboot/misc.h +++ b/src/security/vboot/misc.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __VBOOT_MISC_H__ #define __VBOOT_MISC_H__ diff --git a/src/security/vboot/mrc_cache_hash_tpm.c b/src/security/vboot/mrc_cache_hash_tpm.c index d1afe997f4..bc500a29f5 100644 --- a/src/security/vboot/mrc_cache_hash_tpm.c +++ b/src/security/vboot/mrc_cache_hash_tpm.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <security/vboot/antirollback.h> #include <program_loading.h> diff --git a/src/security/vboot/symbols.h b/src/security/vboot/symbols.h index 53486f3c4f..59eb7943c3 100644 --- a/src/security/vboot/symbols.h +++ b/src/security/vboot/symbols.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __VBOOT_SYMBOLS_H__ #define __VBOOT_SYMBOLS_H__ diff --git a/src/security/vboot/tpm_common.c b/src/security/vboot/tpm_common.c index d763c97811..ca7cedd168 100644 --- a/src/security/vboot/tpm_common.c +++ b/src/security/vboot/tpm_common.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <security/tpm/tspi.h> diff --git a/src/security/vboot/tpm_common.h b/src/security/vboot/tpm_common.h index 5cc8fb742b..45a7ae999f 100644 --- a/src/security/vboot/tpm_common.h +++ b/src/security/vboot/tpm_common.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #if CONFIG(TPM1) || CONFIG(TPM2) diff --git a/src/security/vboot/vbnv.c b/src/security/vboot/vbnv.c index bd8b882d1c..7e92401e55 100644 --- a/src/security/vboot/vbnv.c +++ b/src/security/vboot/vbnv.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <string.h> #include <types.h> diff --git a/src/security/vboot/vbnv.h b/src/security/vboot/vbnv.h index b4418b511e..eb435e2e58 100644 --- a/src/security/vboot/vbnv.h +++ b/src/security/vboot/vbnv.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __VBOOT_VBNV_H__ #define __VBOOT_VBNV_H__ diff --git a/src/security/vboot/vbnv_cmos.c b/src/security/vboot/vbnv_cmos.c index e16c2fb8c7..a719bb1774 100644 --- a/src/security/vboot/vbnv_cmos.c +++ b/src/security/vboot/vbnv_cmos.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <bootstate.h> #include <console/console.h> diff --git a/src/security/vboot/vbnv_ec.c b/src/security/vboot/vbnv_ec.c index 8ecb5492df..fcae37a910 100644 --- a/src/security/vboot/vbnv_ec.c +++ b/src/security/vboot/vbnv_ec.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <types.h> #include <ec/google/chromeec/ec.h> diff --git a/src/security/vboot/vbnv_flash.c b/src/security/vboot/vbnv_flash.c index 5cdb9aa69d..f39ad4f244 100644 --- a/src/security/vboot/vbnv_flash.c +++ b/src/security/vboot/vbnv_flash.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <commonlib/region.h> #include <console/console.h> diff --git a/src/security/vboot/vbnv_layout.h b/src/security/vboot/vbnv_layout.h index 562859db76..5dd39643c7 100644 --- a/src/security/vboot/vbnv_layout.h +++ b/src/security/vboot/vbnv_layout.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __VBOOT_VBNV_LAYOUT_H__ #define __VBOOT_VBNV_LAYOUT_H__ diff --git a/src/security/vboot/vboot_common.c b/src/security/vboot/vboot_common.c index 049b4a9558..aeb6cefeb5 100644 --- a/src/security/vboot/vboot_common.c +++ b/src/security/vboot/vboot_common.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <boot_device.h> #include <cbmem.h> diff --git a/src/security/vboot/vboot_common.h b/src/security/vboot/vboot_common.h index a260475071..66e96e4782 100644 --- a/src/security/vboot/vboot_common.h +++ b/src/security/vboot/vboot_common.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef __VBOOT_VBOOT_COMMON_H__ #define __VBOOT_VBOOT_COMMON_H__ diff --git a/src/security/vboot/vboot_lib.c b/src/security/vboot/vboot_lib.c index b2303c0295..3ff1523c41 100644 --- a/src/security/vboot/vboot_lib.c +++ b/src/security/vboot/vboot_lib.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <console/console.h> #include <console/vtxprintf.h> diff --git a/src/security/vboot/vboot_loader.c b/src/security/vboot/vboot_loader.c index bee065ab90..dc8ba3777b 100644 --- a/src/security/vboot/vboot_loader.c +++ b/src/security/vboot/vboot_loader.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cbfs.h> #include <console/console.h> diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c index a8a7be55e7..e23dcc4ed8 100644 --- a/src/security/vboot/vboot_logic.c +++ b/src/security/vboot/vboot_logic.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/exception.h> #include <assert.h> diff --git a/src/security/vboot/verstage.c b/src/security/vboot/verstage.c index e12c4cedef..d2a9705546 100644 --- a/src/security/vboot/verstage.c +++ b/src/security/vboot/verstage.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/exception.h> #include <arch/hlt.h> |