bsps/i386/*: Add SPDX for RTEMS legacy license

These may still be relicensed but adding SPDX is needed.

Updates #4805.
This commit is contained in:
Joel Sherrill
2025-08-22 10:14:12 -05:00
parent cfbc95e993
commit 75c2fb617c
37 changed files with 74 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
* @ingroup i386_irq
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
* @ingroup i386_smp
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* This file contains declaration for variables and code
* that may be used to get the Intel Cpu identification
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* This file contains the PC386 timer package.
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*-------------------------------------------------------------------------+
| timerisr.s v1.1 - PC386 BSP - 1997/08/07
+--------------------------------------------------------------------------+
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*-------------------------------------------------------------------------+
| rtc.c v1.1 - PC386 BSP - 1997/08/07
+--------------------------------------------------------------------------+
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* This file contains the RTC driver table for Motorola shared BSPs.
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* FB driver for Cirrus GD5446 graphic hardware.
* Tested to be compatible with QEMU GD5446 emulation but not on real HW.
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*-------------------------------------------------------------------------+
| inch.c v1.1 - PC386 BSP - 1997/08/07
+--------------------------------------------------------------------------+
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* The contents of this file were formerly in console.c which
* had the following copyright notice:
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* outch.c - This file contains code for displaying characters
* on the console uisng information that should be
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
* @ingroup i386_irq
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*-------------------------------------------------------------------------+
| This file contains the PC386 BSP startup package. It includes application,
| board, and monitor specific initialization and configuration. The generic CPU
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* cpuModel.S
*
* This file contains all assembly code for the Intel Cpu identification.
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* This file contains code for displaying the Intel Cpu identification
* that has been performed by checkCPUtypeSetCr0 function.
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* cpu_asm.S
*
* This file contains all assembly code for the Intel i386 IDT
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*-------------------------------------------------------------------------+
| ldsegs.s v1.1 - PC386 BSP - 1997/08/07
+--------------------------------------------------------------------------+
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* page.c :- This file contains implementation of C function to
* Instanciate paging. More detailled information
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/**
* @file
*
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*-------------------------------------------------------------------------+
| start.s v1.1 - PC386 BSP - 1997/08/07
+--------------------------------------------------------------------------+
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*--------------------------------------------------------------------------+
* start16.s v1.0 - PC386 BSP - 1998/04/13
* startAP.s 05/2019
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* cpu.c - This file contains implementation of C function to
* instantiate IDT entries. More detailled information can be found
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* This file contains the implementation of the function described in irq.h
*/
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/*
* This file contains the implementation of the function described in irq.h
*/
+2
View File
@@ -1,3 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
/* irq_init.c
*
* This file contains the implementation of rtems initialization