src/mb: Add SPDX identifiers to files missing them

This adds SPDX identifiers to the remaining source files in the
mainboard directory that don't already have them.

Change-Id: I1adc204624f3ab6fcafd8fbb239e6d69e057973a
Signed-off-by: Martin Roth <martin.roth@amd.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/66498
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
This commit is contained in:
Martin Roth 2022-08-04 19:53:00 -06:00 committed by Martin L Roth
parent 9f6e25d6b0
commit c0f85e7a18
8 changed files with 16 additions and 0 deletions

View File

@ -1 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <drivers/pc80/pc/ps2_controller.asl> #include <drivers/pc80/pc/ps2_controller.asl>

View File

@ -1,2 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
unsigned long northbridge_write_acpi_tables(struct device *device, unsigned long northbridge_write_acpi_tables(struct device *device,
unsigned long start); unsigned long start);

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <baseboard/ec.h> #include <baseboard/ec.h>
/* Enable EC backed Keyboard Backlight in ACPI */ /* Enable EC backed Keyboard Backlight in ACPI */

View File

@ -1,2 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <ec/lenovo/h8/acpi/ec.asl> #include <ec/lenovo/h8/acpi/ec.asl>
#include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_24.asl> #include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_24.asl>

View File

@ -1,2 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <ec/lenovo/h8/acpi/ec.asl> #include <ec/lenovo/h8/acpi/ec.asl>
#include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_24.asl> #include <ec/lenovo/h8/acpi/thinkpad_bat_thresholds_24.asl>

View File

@ -1 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <drivers/pc80/pc/ps2_controller.asl> #include <drivers/pc80/pc/ps2_controller.asl>

View File

@ -1 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <drivers/pc80/pc/ps2_controller.asl> #include <drivers/pc80/pc/ps2_controller.asl>

View File

@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <device/device.h> #include <device/device.h>
struct chip_operations soc_example_min86_ops = { NULL }; struct chip_operations soc_example_min86_ops = { NULL };