diff options
Diffstat (limited to 'src/drivers/uart')
-rw-r--r-- | src/drivers/uart/oxpcie.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/oxpcie_early.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/pl011.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/pl011.h | 1 | ||||
-rw-r--r-- | src/drivers/uart/sifive.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/uart8250io.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/uart8250mem.c | 1 | ||||
-rw-r--r-- | src/drivers/uart/uart8250reg.h | 1 | ||||
-rw-r--r-- | src/drivers/uart/util.c | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/src/drivers/uart/oxpcie.c b/src/drivers/uart/oxpcie.c index 2ff7ead756..d8a8b9167e 100644 --- a/src/drivers/uart/oxpcie.c +++ b/src/drivers/uart/oxpcie.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <device/device.h> #include <device/pci_def.h> diff --git a/src/drivers/uart/oxpcie_early.c b/src/drivers/uart/oxpcie_early.c index 0afcb3d8ee..b012c5a77a 100644 --- a/src/drivers/uart/oxpcie_early.c +++ b/src/drivers/uart/oxpcie_early.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <stdint.h> #include <stddef.h> diff --git a/src/drivers/uart/pl011.c b/src/drivers/uart/pl011.c index 936114a2eb..2b81e76693 100644 --- a/src/drivers/uart/pl011.c +++ b/src/drivers/uart/pl011.c @@ -1,4 +1,3 @@ -/* This file is part of the coreboot project. */ /* SPDX-License-Identifier: GPL-2.0-only */ #include <device/mmio.h> diff --git a/src/drivers/uart/pl011.h b/src/drivers/uart/pl011.h index ddc36d321b..7b573a4eda 100644 --- a/src/drivers/uart/pl011.h +++ b/src/drivers/uart/pl011.h @@ -1,5 +1,4 @@ /* - * This file is part of the coreboot project. * * * SPDX-License-Identifier: BSD-3-Clause diff --git a/src/drivers/uart/sifive.c b/src/drivers/uart/sifive.c index 2caad545e0..0c94c6aeaa 100644 --- a/src/drivers/uart/sifive.c +++ b/src/drivers/uart/sifive.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <device/mmio.h> #include <boot/coreboot_tables.h> diff --git a/src/drivers/uart/uart8250io.c b/src/drivers/uart/uart8250io.c index 53c72876ff..22b79e8b6b 100644 --- a/src/drivers/uart/uart8250io.c +++ b/src/drivers/uart/uart8250io.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 <boot/coreboot_tables.h> diff --git a/src/drivers/uart/uart8250mem.c b/src/drivers/uart/uart8250mem.c index fafb06bdfa..8d73272031 100644 --- a/src/drivers/uart/uart8250mem.c +++ b/src/drivers/uart/uart8250mem.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <device/mmio.h> #include <boot/coreboot_tables.h> diff --git a/src/drivers/uart/uart8250reg.h b/src/drivers/uart/uart8250reg.h index f84bac5240..28dc21caa4 100644 --- a/src/drivers/uart/uart8250reg.h +++ b/src/drivers/uart/uart8250reg.h @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #ifndef UART8250REG_H #define UART8250REG_H diff --git a/src/drivers/uart/util.c b/src/drivers/uart/util.c index c5c5a9c3a9..1ac994e6c8 100644 --- a/src/drivers/uart/util.c +++ b/src/drivers/uart/util.c @@ -1,5 +1,4 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -/* This file is part of the coreboot project. */ #include <console/uart.h> #include <types.h> |