diff options
Diffstat (limited to 'src/mainboard/asus/p5qc')
-rw-r--r-- | src/mainboard/asus/p5qc/Kconfig | 3 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/acpi/ich10_pci_irqs.asl | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/acpi_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/cmos.layout | 2 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/dsdt.asl | 2 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/early_init.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/gpio.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/hda_verb.c | 1 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5q/devicetree.cb | 3 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5ql_pro/devicetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/asus/p5qc/variants/p5ql_pro/gpio.c | 1 |
13 files changed, 0 insertions, 23 deletions
diff --git a/src/mainboard/asus/p5qc/Kconfig b/src/mainboard/asus/p5qc/Kconfig index e7d23bdaac..63f531145d 100644 --- a/src/mainboard/asus/p5qc/Kconfig +++ b/src/mainboard/asus/p5qc/Kconfig @@ -1,9 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> -# Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> -# Copyright (C) 2019 Ivan Vatlin <jenrus@tuta.io> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/acpi/ich10_pci_irqs.asl b/src/mainboard/asus/p5qc/acpi/ich10_pci_irqs.asl index e8cb26eb65..638a9ba127 100644 --- a/src/mainboard/asus/p5qc/acpi/ich10_pci_irqs.asl +++ b/src/mainboard/asus/p5qc/acpi/ich10_pci_irqs.asl @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/mainboard/asus/p5qc/acpi_tables.c b/src/mainboard/asus/p5qc/acpi_tables.c index 22743730da..7e45c750c2 100644 --- a/src/mainboard/asus/p5qc/acpi_tables.c +++ b/src/mainboard/asus/p5qc/acpi_tables.c @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007-2009 coresystems GmbH - * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/mainboard/asus/p5qc/cmos.layout b/src/mainboard/asus/p5qc/cmos.layout index e1d4e2b630..701116631b 100644 --- a/src/mainboard/asus/p5qc/cmos.layout +++ b/src/mainboard/asus/p5qc/cmos.layout @@ -1,8 +1,6 @@ ## ## This file is part of the coreboot project. ## -## Copyright (C) 2007-2008 coresystems GmbH -## Copyright (C) 2014 Vladimir Serbinenko ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/dsdt.asl b/src/mainboard/asus/p5qc/dsdt.asl index 75e3b98d6d..5b15298a1e 100644 --- a/src/mainboard/asus/p5qc/dsdt.asl +++ b/src/mainboard/asus/p5qc/dsdt.asl @@ -1,8 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2007-2009 coresystems GmbH - * Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/mainboard/asus/p5qc/early_init.c b/src/mainboard/asus/p5qc/early_init.c index cbc84ba101..6a7ac89e00 100644 --- a/src/mainboard/asus/p5qc/early_init.c +++ b/src/mainboard/asus/p5qc/early_init.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/gpio.c b/src/mainboard/asus/p5qc/gpio.c index fdafafcae5..74ac8ecad7 100644 --- a/src/mainboard/asus/p5qc/gpio.c +++ b/src/mainboard/asus/p5qc/gpio.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/hda_verb.c b/src/mainboard/asus/p5qc/hda_verb.c index 22832bbb19..8a56a75973 100644 --- a/src/mainboard/asus/p5qc/hda_verb.c +++ b/src/mainboard/asus/p5qc/hda_verb.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as diff --git a/src/mainboard/asus/p5qc/variants/p5q/devicetree.cb b/src/mainboard/asus/p5qc/variants/p5q/devicetree.cb index a1211ccd29..a33533b15a 100644 --- a/src/mainboard/asus/p5qc/variants/p5q/devicetree.cb +++ b/src/mainboard/asus/p5qc/variants/p5q/devicetree.cb @@ -1,9 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> -# Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> -# Copyright (C) 2019 Ivan Vatlin <jenrus@tuta.io> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb b/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb index f697bff010..c384795c69 100644 --- a/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb +++ b/src/mainboard/asus/p5qc/variants/p5q_pro/devicetree.cb @@ -1,8 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> -# Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb b/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb index 94ef717e60..a129500fce 100644 --- a/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb +++ b/src/mainboard/asus/p5qc/variants/p5qc/devicetree.cb @@ -1,8 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> -# Copyright (C) 2018 Arthur Heymans <arthur@aheymans.xyz> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/variants/p5ql_pro/devicetree.cb b/src/mainboard/asus/p5qc/variants/p5ql_pro/devicetree.cb index 91e45b4f29..633ca8141a 100644 --- a/src/mainboard/asus/p5qc/variants/p5ql_pro/devicetree.cb +++ b/src/mainboard/asus/p5qc/variants/p5ql_pro/devicetree.cb @@ -1,8 +1,6 @@ # # This file is part of the coreboot project. # -# Copyright (C) 2015 Damien Zammit <damien@zamaudio.com> -# Copyright (C) 2018 Angel Pons <th3fanbus@gmail.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mainboard/asus/p5qc/variants/p5ql_pro/gpio.c b/src/mainboard/asus/p5qc/variants/p5ql_pro/gpio.c index 8775e1ee61..d6325ceada 100644 --- a/src/mainboard/asus/p5qc/variants/p5ql_pro/gpio.c +++ b/src/mainboard/asus/p5qc/variants/p5ql_pro/gpio.c @@ -1,7 +1,6 @@ /* * This file is part of the coreboot project. * - * Copyright (C) 2011 Google Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |