summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/pi/00730F01/Proc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-08-22 16:32:20 -0600
committerMartin L Roth <gaumless@gmail.com>2023-08-26 21:38:58 +0000
commit7687e7767f2d2321b57fa8eab68b7e954e57ad42 (patch)
tree4a2703fd22278e328aaef64dec9f11c59f4d54bc /src/vendorcode/amd/pi/00730F01/Proc
parentd627f7b4f71414a3fe229f9ac69e6d94e3dff127 (diff)
vc/amd/pi: Add SPDX headers to all files that don't have them
License classifiers are much better about classifying files with SPDX headers than they are at classifying the general text licenses due to minor variations in the text. To help with classification, add the SPDX headers to the files. To see the current state of coreboot's licensing, see: https://coreboot.org/fossology/ Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: If490f6705e7862d9ad02c925104113b355434101 Reviewed-on: https://review.coreboot.org/c/coreboot/+/77380 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/vendorcode/amd/pi/00730F01/Proc')
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/Family/cpuFamRegisters.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/Feature/cpuCacheInit.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuApicUtilities.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuEarlyInit.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuLateInit.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuRegisters.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/CPU/heapManager.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/Common/AmdFch.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/AcpiLib.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/FchBiosRamUsage.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/Fch/Fch.h2
-rw-r--r--src/vendorcode/amd/pi/00730F01/Proc/Fch/FchPlatform.h2
12 files changed, 24 insertions, 0 deletions
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/Family/cpuFamRegisters.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/Family/cpuFamRegisters.h
index c92c57a48b..a83c526895 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/Family/cpuFamRegisters.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/Family/cpuFamRegisters.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/Feature/cpuCacheInit.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/Feature/cpuCacheInit.h
index 86b38b30be..0a36e7f5f4 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/Feature/cpuCacheInit.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/Feature/cpuCacheInit.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuApicUtilities.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuApicUtilities.h
index 536391b862..16f4657dd4 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuApicUtilities.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuApicUtilities.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuEarlyInit.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuEarlyInit.h
index f0e49b786b..def01d9d35 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuEarlyInit.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuEarlyInit.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuLateInit.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuLateInit.h
index da698d0b54..d7c247d24e 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuLateInit.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuLateInit.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuRegisters.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuRegisters.h
index e01e0f29d4..e2f44f36d9 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuRegisters.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/cpuRegisters.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/CPU/heapManager.h b/src/vendorcode/amd/pi/00730F01/Proc/CPU/heapManager.h
index 7a278ef11a..d6b80edd0b 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/CPU/heapManager.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/CPU/heapManager.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/Common/AmdFch.h b/src/vendorcode/amd/pi/00730F01/Proc/Common/AmdFch.h
index 5edcf35d19..3e340c10dd 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/Common/AmdFch.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/Common/AmdFch.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/AcpiLib.h b/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/AcpiLib.h
index 23fb37ca44..143c2df00c 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/AcpiLib.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/AcpiLib.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/FchBiosRamUsage.h b/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/FchBiosRamUsage.h
index dcd12be43a..344001a2e9 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/FchBiosRamUsage.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/Fch/Common/FchBiosRamUsage.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/Fch/Fch.h b/src/vendorcode/amd/pi/00730F01/Proc/Fch/Fch.h
index 50e839f444..fd903332fc 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/Fch/Fch.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/Fch/Fch.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file
diff --git a/src/vendorcode/amd/pi/00730F01/Proc/Fch/FchPlatform.h b/src/vendorcode/amd/pi/00730F01/Proc/Fch/FchPlatform.h
index 38c4e7e20b..94c4f86783 100644
--- a/src/vendorcode/amd/pi/00730F01/Proc/Fch/FchPlatform.h
+++ b/src/vendorcode/amd/pi/00730F01/Proc/Fch/FchPlatform.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: BSD-3-Clause */
+
/* $NoKeywords:$ */
/**
* @file