diff options
Diffstat (limited to 'src/lib')
51 files changed, 0 insertions, 51 deletions
diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index c03aea1012..f9bbebb35c 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/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/lib/boot_device.c b/src/lib/boot_device.c index 12ca36ba50..ee8ba75960 100644 --- a/src/lib/boot_device.c +++ b/src/lib/boot_device.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <boot_device.h> diff --git a/src/lib/bootblock.c b/src/lib/bootblock.c index b3d48604c3..1c433d008e 100644 --- a/src/lib/bootblock.c +++ b/src/lib/bootblock.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 <bootblock_common.h> diff --git a/src/lib/bootmem.c b/src/lib/bootmem.c index aa8087dace..fa1f8bc6fd 100644 --- a/src/lib/bootmem.c +++ b/src/lib/bootmem.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 <bootmem.h> diff --git a/src/lib/bootmode.c b/src/lib/bootmode.c index f82b1545f2..56b39271e8 100644 --- a/src/lib/bootmode.c +++ b/src/lib/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/lib/bootsplash.c b/src/lib/bootsplash.c index a67d54d532..050d713154 100644 --- a/src/lib/bootsplash.c +++ b/src/lib/bootsplash.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cbfs.h> #include <vbe.h> diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c index a61bc63fe8..a3294de63e 100644 --- a/src/lib/cbfs.c +++ b/src/lib/cbfs.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <boot_device.h> diff --git a/src/lib/cbmem_common.c b/src/lib/cbmem_common.c index 1f0bb58aaa..c24479deb4 100644 --- a/src/lib/cbmem_common.c +++ b/src/lib/cbmem_common.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cbmem.h> #include <bootstate.h> diff --git a/src/lib/cbmem_console.c b/src/lib/cbmem_console.c index 3770642db7..641824f942 100644 --- a/src/lib/cbmem_console.c +++ b/src/lib/cbmem_console.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <console/cbmem_console.h> #include <console/uart.h> diff --git a/src/lib/cbmem_stage_cache.c b/src/lib/cbmem_stage_cache.c index d4dd82ffcc..28cc242f1c 100644 --- a/src/lib/cbmem_stage_cache.c +++ b/src/lib/cbmem_stage_cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cbmem.h> #include <stage_cache.h> diff --git a/src/lib/coreboot_table.c b/src/lib/coreboot_table.c index 075bd04082..12282fc84f 100644 --- a/src/lib/coreboot_table.c +++ b/src/lib/coreboot_table.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/cbconfig.h> #include <console/console.h> diff --git a/src/lib/crc_byte.c b/src/lib/crc_byte.c index d7de1e77a4..af4eeaf245 100644 --- a/src/lib/crc_byte.c +++ b/src/lib/crc_byte.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <crc_byte.h> diff --git a/src/lib/decompressor.c b/src/lib/decompressor.c index ab65beb4b5..8ae9358e6a 100644 --- a/src/lib/decompressor.c +++ b/src/lib/decompressor.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <bootblock_common.h> #include <commonlib/bsd/compression.h> diff --git a/src/lib/dimm_info_util.c b/src/lib/dimm_info_util.c index b1a2c4b928..fb8e06f149 100644 --- a/src/lib/dimm_info_util.c +++ b/src/lib/dimm_info_util.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <dimm_info_util.h> #include <smbios.h> diff --git a/src/lib/ext_stage_cache.c b/src/lib/ext_stage_cache.c index f28418ab2e..afc061883f 100644 --- a/src/lib/ext_stage_cache.c +++ b/src/lib/ext_stage_cache.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <bootstate.h> #include <cbmem.h> diff --git a/src/lib/fit_payload.c b/src/lib/fit_payload.c index 9cf154271b..b3a03a1942 100644 --- a/src/lib/fit_payload.c +++ b/src/lib/fit_payload.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <cbfs.h> #include <commonlib/bsd/compression.h> diff --git a/src/lib/fmap.c b/src/lib/fmap.c index ecd23f6d32..671a962c25 100644 --- a/src/lib/fmap.c +++ b/src/lib/fmap.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/lib/gcc.c b/src/lib/gcc.c index 33dcb2e116..1e20506d80 100644 --- a/src/lib/gcc.c +++ b/src/lib/gcc.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/cpu.h> diff --git a/src/lib/gcov-glue.c b/src/lib/gcov-glue.c index b7d4b7331a..101aec9b7f 100644 --- a/src/lib/gcov-glue.c +++ b/src/lib/gcov-glue.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdint.h> #include <bootstate.h> diff --git a/src/lib/gnat/Makefile.inc b/src/lib/gnat/Makefile.inc index 1ea903dea3..1318ebde73 100644 --- a/src/lib/gnat/Makefile.inc +++ b/src/lib/gnat/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/lib/gpio.c b/src/lib/gpio.c index c25b3f9f85..3f3ae60d91 100644 --- a/src/lib/gpio.c +++ b/src/lib/gpio.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <base3.h> #include <console/console.h> diff --git a/src/lib/halt.c b/src/lib/halt.c index 92795dbc6c..8d9e5c84a6 100644 --- a/src/lib/halt.c +++ b/src/lib/halt.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/hlt.h> #include <halt.h> diff --git a/src/lib/hardwaremain.c b/src/lib/hardwaremain.c index 73632fc512..935393e10b 100644 --- a/src/lib/hardwaremain.c +++ b/src/lib/hardwaremain.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* diff --git a/src/lib/hw-time-timer.adb b/src/lib/hw-time-timer.adb index 09a030a2df..1d1e5d4c4c 100644 --- a/src/lib/hw-time-timer.adb +++ b/src/lib/hw-time-timer.adb @@ -1,4 +1,3 @@ --- This file is part of the coreboot project. -- SPDX-License-Identifier: GPL-2.0-only with Interfaces.C; diff --git a/src/lib/imd.c b/src/lib/imd.c index 5a25719032..c87037d807 100644 --- a/src/lib/imd.c +++ b/src/lib/imd.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/lib/imd_cbmem.c b/src/lib/imd_cbmem.c index 13b5483c45..2f065ff7d2 100644 --- a/src/lib/imd_cbmem.c +++ b/src/lib/imd_cbmem.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <boot/coreboot_tables.h> diff --git a/src/lib/jpeg.c b/src/lib/jpeg.c index 23532024e3..212d2026ea 100644 --- a/src/lib/jpeg.c +++ b/src/lib/jpeg.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* * a tiny jpeg decoder. diff --git a/src/lib/jpeg.h b/src/lib/jpeg.h index e2dc8a886f..237da9f1ca 100644 --- a/src/lib/jpeg.h +++ b/src/lib/jpeg.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ /* * a tiny jpeg decoder. diff --git a/src/lib/libgcc.c b/src/lib/libgcc.c index e5ed56dbe6..656e20f1a6 100644 --- a/src/lib/libgcc.c +++ b/src/lib/libgcc.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <types.h> diff --git a/src/lib/memrange.c b/src/lib/memrange.c index bc827d3635..39f502caa6 100644 --- a/src/lib/memrange.c +++ b/src/lib/memrange.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <stdlib.h> diff --git a/src/lib/nhlt.c b/src/lib/nhlt.c index 462a9ce57d..80b3f2e1d3 100644 --- a/src/lib/nhlt.c +++ b/src/lib/nhlt.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <acpi/acpi.h> #include <cbfs.h> diff --git a/src/lib/primitive_memtest.c b/src/lib/primitive_memtest.c index 6154f221a0..fa8a5ec989 100644 --- a/src/lib/primitive_memtest.c +++ b/src/lib/primitive_memtest.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdint.h> #include <lib.h> diff --git a/src/lib/prog_loaders.c b/src/lib/prog_loaders.c index c336575434..7088d8d45e 100644 --- a/src/lib/prog_loaders.c +++ b/src/lib/prog_loaders.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdlib.h> diff --git a/src/lib/prog_ops.c b/src/lib/prog_ops.c index 55943dc328..2b965edb0a 100644 --- a/src/lib/prog_ops.c +++ b/src/lib/prog_ops.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <program_loading.h> diff --git a/src/lib/program.ld b/src/lib/program.ld index 6f096dc360..b56a400ceb 100644 --- a/src/lib/program.ld +++ b/src/lib/program.ld @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <memlayout.h> diff --git a/src/lib/ramdetect.c b/src/lib/ramdetect.c index cf395bd712..328ca07a62 100644 --- a/src/lib/ramdetect.c +++ b/src/lib/ramdetect.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <types.h> #include <symbols.h> diff --git a/src/lib/reg_script.c b/src/lib/reg_script.c index 2549f2b8fc..73b781a43b 100644 --- a/src/lib/reg_script.c +++ b/src/lib/reg_script.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/io.h> #include <device/mmio.h> diff --git a/src/lib/region_file.c b/src/lib/region_file.c index dcfc663496..ce2ed30f7a 100644 --- a/src/lib/region_file.c +++ b/src/lib/region_file.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <commonlib/helpers.h> #include <console/console.h> diff --git a/src/lib/reset.c b/src/lib/reset.c index 2b066b2fb8..891b9f5eb4 100644 --- a/src/lib/reset.c +++ b/src/lib/reset.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <arch/cache.h> #include <console/console.h> diff --git a/src/lib/rmodule.c b/src/lib/rmodule.c index e99f10a38b..794453527b 100644 --- a/src/lib/rmodule.c +++ b/src/lib/rmodule.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> #include <cbfs.h> diff --git a/src/lib/romstage_handoff.c b/src/lib/romstage_handoff.c index 963fedf4c6..b54619d8d8 100644 --- a/src/lib/romstage_handoff.c +++ b/src/lib/romstage_handoff.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdint.h> #include <string.h> diff --git a/src/lib/rtc.c b/src/lib/rtc.c index 96aba243cd..258f4ac25c 100644 --- a/src/lib/rtc.c +++ b/src/lib/rtc.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-or-later */ /* diff --git a/src/lib/selfboot.c b/src/lib/selfboot.c index 7def7b164a..c5ad525688 100644 --- a/src/lib/selfboot.c +++ b/src/lib/selfboot.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <commonlib/bsd/compression.h> #include <commonlib/endian.h> diff --git a/src/lib/spd_bin.c b/src/lib/spd_bin.c index 2f9bb160ce..38888961b3 100644 --- a/src/lib/spd_bin.c +++ b/src/lib/spd_bin.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/lib/thread.c b/src/lib/thread.c index 28eeaf42a1..e2280c63fe 100644 --- a/src/lib/thread.c +++ b/src/lib/thread.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stddef.h> #include <stdint.h> diff --git a/src/lib/timer.c b/src/lib/timer.c index 2c4f8eb9a6..8a06f57bc7 100644 --- a/src/lib/timer.c +++ b/src/lib/timer.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <timer.h> #include <delay.h> diff --git a/src/lib/timer_queue.c b/src/lib/timer_queue.c index dd877fb22f..f368409ef1 100644 --- a/src/lib/timer_queue.c +++ b/src/lib/timer_queue.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stddef.h> #include <timer.h> diff --git a/src/lib/timestamp.c b/src/lib/timestamp.c index df07bececb..d10b138d06 100644 --- a/src/lib/timestamp.c +++ b/src/lib/timestamp.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <assert.h> #include <stddef.h> diff --git a/src/lib/trace.c b/src/lib/trace.c index 54471b0de4..d4c014de98 100644 --- a/src/lib/trace.c +++ b/src/lib/trace.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <types.h> #include <console/console.h> diff --git a/src/lib/uuid.c b/src/lib/uuid.c index 2d9e90e252..9d91e6b548 100644 --- a/src/lib/uuid.c +++ b/src/lib/uuid.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdint.h> #include <lib.h> diff --git a/src/lib/wrdd.c b/src/lib/wrdd.c index adb2b1d5d1..e9e98c654c 100644 --- a/src/lib/wrdd.c +++ b/src/lib/wrdd.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <wrdd.h> |