src/arch/arm: Convert to SPDX license header
This also drops individual copyright notices, all mentioned authors in that part of the tree are already listed in AUTHORS. Change-Id: Ic2bab77edaf7ad97b7f3278cb108226a18cf3791 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39278 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
		| @@ -1,16 +1,8 @@ | |||||||
| ################################################################################ | ################################################################################ | ||||||
| ## | ## | ||||||
|  | ## SPDX-License-Identifier: GPL-2.0-only | ||||||
| ## This file is part of the coreboot project. | ## This file is part of the coreboot project. | ||||||
| ## | ## | ||||||
| ## 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 |  | ||||||
| ## the Free Software Foundation; version 2 of the License. |  | ||||||
| ## |  | ||||||
| ## This program is distributed in the hope that it will be useful, |  | ||||||
| ## but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| ## GNU General Public License for more details. |  | ||||||
| ## |  | ||||||
|  |  | ||||||
| ############################################################################### | ############################################################################### | ||||||
| # ARM specific options | # ARM specific options | ||||||
|   | |||||||
| @@ -1,16 +1,8 @@ | |||||||
| ################################################################################ | ################################################################################ | ||||||
| ## | ## | ||||||
|  | ## SPDX-License-Identifier: GPL-2.0-only | ||||||
| ## This file is part of the coreboot project. | ## This file is part of the coreboot project. | ||||||
| ## | ## | ||||||
| ## 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 |  | ||||||
| ## the Free Software Foundation; version 2 of the License. |  | ||||||
| ## |  | ||||||
| ## This program is distributed in the hope that it will be useful, |  | ||||||
| ## but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| ## GNU General Public License for more details. |  | ||||||
| ## |  | ||||||
| ############################################################################### | ############################################################################### | ||||||
|  |  | ||||||
| armv4_flags = -marm -march=armv4t -I$(src)/arch/arm/include/armv4/ \ | armv4_flags = -marm -march=armv4t -I$(src)/arch/arm/include/armv4/ \ | ||||||
|   | |||||||
| @@ -1,16 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * 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 the Free Software Foundation; version 2 of |  | ||||||
|  * the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Early initialization code for ARM architecture. |  * Early initialization code for ARM architecture. | ||||||
|  * |  * | ||||||
|  * This file is based off of the OMAP3530/ARM Cortex start.S file from Das |  * This file is based off of the OMAP3530/ARM Cortex start.S file from Das | ||||||
|   | |||||||
| @@ -1,31 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R |  * cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R | ||||||
|  * |  * | ||||||
|  * Reference: ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition |  * Reference: ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition | ||||||
|   | |||||||
| @@ -1,16 +1,8 @@ | |||||||
| ################################################################################ | ################################################################################ | ||||||
| ## | ## | ||||||
|  | ## SPDX-License-Identifier: GPL-2.0-only | ||||||
| ## This file is part of the coreboot project. | ## This file is part of the coreboot project. | ||||||
| ## | ## | ||||||
| ## 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 |  | ||||||
| ## the Free Software Foundation; version 2 of the License. |  | ||||||
| ## |  | ||||||
| ## This program is distributed in the hope that it will be useful, |  | ||||||
| ## but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| ## GNU General Public License for more details. |  | ||||||
| ## |  | ||||||
| ############################################################################### | ############################################################################### | ||||||
|  |  | ||||||
| armv7_flags = -mthumb -I$(src)/arch/arm/include/armv7/ -D__COREBOOT_ARM_ARCH__=7 | armv7_flags = -mthumb -I$(src)/arch/arm/include/armv7/ -D__COREBOOT_ARM_ARCH__=7 | ||||||
|   | |||||||
| @@ -1,22 +1,12 @@ | |||||||
|  | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * 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 the Free Software Foundation; version 2 of |  | ||||||
|  * the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Early initialization code for ARMv7 architecture. |  | ||||||
|  * |  | ||||||
|  * This file is based off of the OMAP3530/ARM Cortex start.S file from Das |  * This file is based off of the OMAP3530/ARM Cortex start.S file from Das | ||||||
|  * U-Boot, which itself got the file from armboot. |  * U-Boot, which itself got the file from armboot. | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | /* Early initialization code for ARMv7 architecture. */ | ||||||
|  |  | ||||||
| #include <arch/asm.h> | #include <arch/asm.h> | ||||||
|  |  | ||||||
| .arm | .arm | ||||||
|   | |||||||
| @@ -1,32 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2014 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <arch/asm.h> | #include <arch/asm.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,31 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R |  * cache.c: Cache maintenance routines for ARMv7-A and ARMv7-R | ||||||
|  * |  * | ||||||
|  * Reference: ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition |  * Reference: ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition | ||||||
|   | |||||||
| @@ -1,31 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * Copyright 2014 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * cache.c: Cache maintenance routines for ARMv7-M |  * cache.c: Cache maintenance routines for ARMv7-M | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,32 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * Copyright (c) 2010 Per Odlund <per.odlund@armagedon.se> |  | ||||||
|  * Copyright (c) 2014 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * Optimized assembly for low-level CPU operations on ARMv7 processors. |  * Optimized assembly for low-level CPU operations on ARMv7 processors. | ||||||
|  * |  * | ||||||
|  * Cache flushing code based off sys/arch/arm/arm/cpufunc_asm_armv7.S in NetBSD |  * Cache flushing code based off sys/arch/arm/arm/cpufunc_asm_armv7.S in NetBSD | ||||||
|   | |||||||
| @@ -1,31 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <types.h> | #include <types.h> | ||||||
|   | |||||||
| @@ -1,31 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| 	.text | 	.text | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,31 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <arch/exception.h> | #include <arch/exception.h> | ||||||
| #include <console/console.h> | #include <console/console.h> | ||||||
|   | |||||||
| @@ -1,32 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright (c) 2015, The Linux Foundation. All rights reserved. |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <assert.h> | #include <assert.h> | ||||||
| #include <commonlib/helpers.h> | #include <commonlib/helpers.h> | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <thread.h> | #include <thread.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  *  This file contains arm architecture specific defines |  *  This file contains arm architecture specific defines | ||||||
|  *  for the different processors. |  *  for the different processors. | ||||||
|  * |  * | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <arch/cache.h> | #include <arch/cache.h> | ||||||
| #include <program_loading.h> | #include <program_loading.h> | ||||||
|   | |||||||
| @@ -1,32 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2014 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  */ |  | ||||||
| #include <stdint.h> | #include <stdint.h> | ||||||
| #include <arch/clock.h> | #include <arch/clock.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,32 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  */ |  | ||||||
| #include <arch/cpu.h> | #include <arch/cpu.h> | ||||||
| #include <commonlib/helpers.h> | #include <commonlib/helpers.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,16 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 the Free Software Foundation; either version 2 of |  | ||||||
|  * the License, or (at your option) any later version. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <console/console.h> | #include <console/console.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,18 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 the Free Software Foundation; either version 2 of the |  | ||||||
|  * License, or (at your option) any later version. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Utility functions needed for (some) EABI conformant tool chains. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <stddef.h> | #include <stddef.h> | ||||||
| #include <string.h> | #include <string.h> | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <build.h> | #include <build.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef __ARM_ASM_H | #ifndef __ARM_ASM_H | ||||||
| #define __ARM_ASM_H | #define __ARM_ASM_H | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef ASM_ARM_BOOT_H | #ifndef ASM_ARM_BOOT_H | ||||||
| #define ASM_ARM_BOOT_H | #define ASM_ARM_BOOT_H | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef _BYTEORDER_H | #ifndef _BYTEORDER_H | ||||||
| #define _BYTEORDER_H | #define _BYTEORDER_H | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef _ARCH_CBCONFIG_H_ | #ifndef _ARCH_CBCONFIG_H_ | ||||||
| #define _ARCH_CBCONFIG_H_ | #define _ARCH_CBCONFIG_H_ | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef __ARM_CLOCK_H_ | #ifndef __ARM_CLOCK_H_ | ||||||
| #define __ARM_CLOCK_H_ | #define __ARM_CLOCK_H_ | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <rules.h> | #include <rules.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef ARCH_HLT_H | #ifndef ARCH_HLT_H | ||||||
| #define ARCH_HLT_H | #define ARCH_HLT_H | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| /* This file contains macro definitions for memlayout.ld linker scripts. */ | /* This file contains macro definitions for memlayout.ld linker scripts. */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef ARCH_ARM_PCI_OPS_H | #ifndef ARCH_ARM_PCI_OPS_H | ||||||
| #define ARCH_ARM_PCI_OPS_H | #define ARCH_ARM_PCI_OPS_H | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef __ARCH_STAGES_H | #ifndef __ARCH_STAGES_H | ||||||
| #define __ARCH_STAGES_H | #define __ARCH_STAGES_H | ||||||
|   | |||||||
| @@ -1,31 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * cache.h: Cache maintenance API for ARM |  * cache.h: Cache maintenance API for ARM | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef __ARCH_CPU_H__ | #ifndef __ARCH_CPU_H__ | ||||||
| #define __ARCH_CPU_H__ | #define __ARCH_CPU_H__ | ||||||
|   | |||||||
| @@ -1,31 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef _ARCH_EXCEPTION_H | #ifndef _ARCH_EXCEPTION_H | ||||||
| #define _ARCH_EXCEPTION_H | #define _ARCH_EXCEPTION_H | ||||||
|   | |||||||
| @@ -1,16 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * | /* Originally imported from linux/include/asm-arm/io.h. This file has changed | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Originally imported from linux/include/asm-arm/io.h. This file has changed |  | ||||||
|  * substantially since then. |  * substantially since then. | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef _ARCH_SMP_SPINLOCK_H | #ifndef _ARCH_SMP_SPINLOCK_H | ||||||
| #define _ARCH_SMP_SPINLOCK_H | #define _ARCH_SMP_SPINLOCK_H | ||||||
|   | |||||||
| @@ -1,16 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 the Free Software Foundation; either version 2 of |  | ||||||
|  * the License, or (at your option) any later version. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
| #ifndef ARMV7_H | #ifndef ARMV7_H | ||||||
| #define ARMV7_H | #define ARMV7_H | ||||||
| #include <types.h> | #include <types.h> | ||||||
|   | |||||||
| @@ -1,32 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * Copyright (c) 2015, The Linux Foundation. All rights reserved. |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * cache.h: Cache maintenance API for ARM |  * cache.h: Cache maintenance API for ARM | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef __ARCH_CPU_H__ | #ifndef __ARCH_CPU_H__ | ||||||
| #define __ARCH_CPU_H__ | #define __ARCH_CPU_H__ | ||||||
|   | |||||||
| @@ -1,31 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2013 Google Inc. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions |  | ||||||
|  * are met: |  | ||||||
|  * 1. Redistributions of source code must retain the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer. |  | ||||||
|  * 2. Redistributions in binary form must reproduce the above copyright |  | ||||||
|  *    notice, this list of conditions and the following disclaimer in the |  | ||||||
|  *    documentation and/or other materials provided with the distribution. |  | ||||||
|  * 3. The name of the author may not be used to endorse or promote products |  | ||||||
|  *    derived from this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND |  | ||||||
|  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |  | ||||||
|  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |  | ||||||
|  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |  | ||||||
|  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |  | ||||||
|  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |  | ||||||
|  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |  | ||||||
|  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |  | ||||||
|  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |  | ||||||
|  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |  | ||||||
|  * SUCH DAMAGE. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef _ARCH_EXCEPTION_H | #ifndef _ARCH_EXCEPTION_H | ||||||
| #define _ARCH_EXCEPTION_H | #define _ARCH_EXCEPTION_H | ||||||
|   | |||||||
| @@ -1,15 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Originally imported from linux/include/asm-arm/io.h. This file has changed |  * Originally imported from linux/include/asm-arm/io.h. This file has changed | ||||||
|  * substantially since then. |  * substantially since then. | ||||||
|  */ |  */ | ||||||
|   | |||||||
| @@ -1,16 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 the Free Software Foundation; either version 2 of |  | ||||||
|  * the License, or (at your option) any later version. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| /* Standard clock speeds */ | /* Standard clock speeds */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef ARCH_SMP_SPINLOCK_H | #ifndef ARCH_SMP_SPINLOCK_H | ||||||
| #define ARCH_SMP_SPINLOCK_H | #define ARCH_SMP_SPINLOCK_H | ||||||
|   | |||||||
| @@ -1,16 +1,8 @@ | |||||||
| ################################################################################ | ################################################################################ | ||||||
| ## | ## | ||||||
|  | ## SPDX-License-Identifier: GPL-2.0-only | ||||||
| ## This file is part of the coreboot project. | ## This file is part of the coreboot project. | ||||||
| ## | ## | ||||||
| ## 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 |  | ||||||
| ## the Free Software Foundation; version 2 of the License. |  | ||||||
| ## |  | ||||||
| ## This program is distributed in the hope that it will be useful, |  | ||||||
| ## but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| ## GNU General Public License for more details. |  | ||||||
| ## |  | ||||||
| ################################################################################ | ################################################################################ | ||||||
|  |  | ||||||
| libgcc_files = ashldi3.S lib1funcs.S lshrdi3.S muldi3.S ucmpdi2.S uldivmod.S | libgcc_files = ashldi3.S lib1funcs.S lshrdi3.S muldi3.S ucmpdi2.S uldivmod.S | ||||||
|   | |||||||
| @@ -1,26 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
| This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  |  | ||||||
| This file is free software; you can redistribute it and/or modify it |  | ||||||
| under the terms of the GNU General Public License as published by the |  | ||||||
| Free Software Foundation; either version 2, or (at your option) any |  | ||||||
| later version. |  | ||||||
|  |  | ||||||
| In addition to the permissions in the GNU General Public License, the |  | ||||||
| Free Software Foundation gives you unlimited permission to link the |  | ||||||
| compiled version of this file into combinations with other programs, |  | ||||||
| and to distribute those combinations without any restriction coming |  | ||||||
| from the use of this file.  (The General Public License restrictions |  | ||||||
| do apply in other respects; for example, they cover modification of |  | ||||||
| the file, and distribution when not linked into a combine |  | ||||||
| executable.) |  | ||||||
|  |  | ||||||
| This file is distributed in the hope that it will be useful, but |  | ||||||
| WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU |  | ||||||
| General Public License for more details. |  | ||||||
| */ |  | ||||||
|  |  | ||||||
|  |  | ||||||
| #if defined __GNUC__ | #if defined __GNUC__ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,26 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
| This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  |  | ||||||
| This file is free software; you can redistribute it and/or modify it |  | ||||||
| under the terms of the GNU General Public License as published by the |  | ||||||
| Free Software Foundation; either version 2, or (at your option) any |  | ||||||
| later version. |  | ||||||
|  |  | ||||||
| In addition to the permissions in the GNU General Public License, the |  | ||||||
| Free Software Foundation gives you unlimited permission to link the |  | ||||||
| compiled version of this file into combinations with other programs, |  | ||||||
| and to distribute those combinations without any restriction coming |  | ||||||
| from the use of this file.  (The General Public License restrictions |  | ||||||
| do apply in other respects; for example, they cover modification of |  | ||||||
| the file, and distribution when not linked into a combine |  | ||||||
| executable.) |  | ||||||
|  |  | ||||||
| This file is distributed in the hope that it will be useful, but |  | ||||||
| WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU |  | ||||||
| General Public License for more details. |  | ||||||
| */ |  | ||||||
|  |  | ||||||
| /* | /* | ||||||
|  * linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines |  * linux/arch/arm/lib/lib1funcs.S: Optimized ARM division routines | ||||||
|  */ |  */ | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #ifndef __ARCH_ARM_LIBGCC_LIBGCC_H__ | #ifndef __ARCH_ARM_LIBGCC_LIBGCC_H__ | ||||||
| #define __ARCH_ARM_LIBGCC_LIBGCC_H__ | #define __ARCH_ARM_LIBGCC_LIBGCC_H__ | ||||||
|   | |||||||
| @@ -1,26 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||||
| This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  |  | ||||||
| This file is free software; you can redistribute it and/or modify it |  | ||||||
| under the terms of the GNU General Public License as published by the |  | ||||||
| Free Software Foundation; either version 2, or (at your option) any |  | ||||||
| later version. |  | ||||||
|  |  | ||||||
| In addition to the permissions in the GNU General Public License, the |  | ||||||
| Free Software Foundation gives you unlimited permission to link the |  | ||||||
| compiled version of this file into combinations with other programs, |  | ||||||
| and to distribute those combinations without any restriction coming |  | ||||||
| from the use of this file.  (The General Public License restrictions |  | ||||||
| do apply in other respects; for example, they cover modification of |  | ||||||
| the file, and distribution when not linked into a combine |  | ||||||
| executable.) |  | ||||||
|  |  | ||||||
| This file is distributed in the hope that it will be useful, but |  | ||||||
| WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU |  | ||||||
| General Public License for more details. |  | ||||||
| */ |  | ||||||
|  |  | ||||||
|  |  | ||||||
| #if defined __GNUC__ | #if defined __GNUC__ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,17 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * | /* Based on linux/arch/arm/lib/muldi3.S */ | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Based on linux/arch/arm/lib/muldi3.S |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #if defined __GNUC__ | #if defined __GNUC__ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,17 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * | /* Based on linux/arch/arm/lib/ucmpdi2.S */ | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Based on linux/arch/arm/lib/ucmpdi2.S |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #if defined __GNUC__ | #if defined __GNUC__ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include "libgcc.h" | #include "libgcc.h" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,39 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * Copyright 2010, Google Inc. |  | ||||||
|  * All rights reserved. |  | ||||||
|  * |  | ||||||
|  * Redistribution and use in source and binary forms, with or without |  | ||||||
|  * modification, are permitted provided that the following conditions are |  | ||||||
|  * met: |  | ||||||
|  * |  | ||||||
|  * Redistributions of source code must retain the above copyright |  | ||||||
|  * notice, this list of conditions and the following disclaimer. |  | ||||||
|  * Redistributions in binary form must reproduce the above |  | ||||||
|  * copyright notice, this list of conditions and the following disclaimer |  | ||||||
|  * in the documentation and/or other materials provided with the |  | ||||||
|  * distribution. |  | ||||||
|  * Neither the name of Google Inc. nor the names of its |  | ||||||
|  * contributors may be used to endorse or promote products derived from |  | ||||||
|  * this software without specific prior written permission. |  | ||||||
|  * |  | ||||||
|  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |  | ||||||
|  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |  | ||||||
|  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |  | ||||||
|  * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |  | ||||||
|  * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |  | ||||||
|  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |  | ||||||
|  * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |  | ||||||
|  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |  | ||||||
|  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |  | ||||||
|  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |  | ||||||
|  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |  | ||||||
|  * |  | ||||||
|  * Alternatively, this software may be distributed under the terms of the |  | ||||||
|  * GNU General Public License ("GPL") version 2 as published by the Free |  | ||||||
|  * Software Foundation. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <arch/asm.h> | #include <arch/asm.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include "libgcc.h" | #include "libgcc.h" | ||||||
| uint64_t __umoddi3(uint64_t num, uint64_t den) | uint64_t __umoddi3(uint64_t num, uint64_t den) | ||||||
|   | |||||||
| @@ -1,15 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Based on linux/arch/arm/lib/memcpy.S |  * Based on linux/arch/arm/lib/memcpy.S | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,17 +1,6 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * | /* Based on linux/arch/arm/lib/memmove.S */ | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Based on linux/arch/arm/lib/memmove.S |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <arch/asm.h> | #include <arch/asm.h> | ||||||
| #include "asmlib.h" | #include "asmlib.h" | ||||||
|   | |||||||
| @@ -1,15 +1,6 @@ | |||||||
|  | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  | /* This file is part of the coreboot project. */ | ||||||
| /* | /* | ||||||
|  * This file is part of the coreboot project. |  | ||||||
|  * |  | ||||||
|  * This program is free software; you can redistribute it and/or modify |  | ||||||
|  * it under the terms of the GNU General Public License version 2 as |  | ||||||
|  * published by the Free Software Foundation. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  * |  | ||||||
|  * Based on linux/arch/arm/lib/memset.S |  * Based on linux/arch/arm/lib/memset.S | ||||||
|  * |  * | ||||||
|  * ASM optimised string functions |  * ASM optimised string functions | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| /* | /* | ||||||
|  * This file contains entry/exit functions for each stage during coreboot |  * This file contains entry/exit functions for each stage during coreboot | ||||||
|   | |||||||
| @@ -1,15 +1,5 @@ | |||||||
| /* | /* SPDX-License-Identifier: GPL-2.0-only */ | ||||||
|  * This file is part of the coreboot project. | /* This file is part of the coreboot project. */ | ||||||
|  * |  | ||||||
|  * 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 |  | ||||||
|  * the Free Software Foundation; version 2 of the License. |  | ||||||
|  * |  | ||||||
|  * This program is distributed in the hope that it will be useful, |  | ||||||
|  * but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
|  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
|  * GNU General Public License for more details. |  | ||||||
|  */ |  | ||||||
|  |  | ||||||
| #include <bootmem.h> | #include <bootmem.h> | ||||||
| #include <boot/tables.h> | #include <boot/tables.h> | ||||||
|   | |||||||
| @@ -7,9 +7,11 @@ | |||||||
| # Directories requiring SPDX Identifiers only | # Directories requiring SPDX Identifiers only | ||||||
| util/lint/lint-000-license-headers "src/acpi" SPDX_ONLY | util/lint/lint-000-license-headers "src/acpi" SPDX_ONLY | ||||||
| util/lint/lint-000-license-headers "src/superio" SPDX_ONLY | util/lint/lint-000-license-headers "src/superio" SPDX_ONLY | ||||||
|  | util/lint/lint-000-license-headers "src/arch/arm" SPDX_ONLY | ||||||
|  |  | ||||||
| # Top level | # Top level | ||||||
| util/lint/lint-000-license-headers "src/arch src/commonlib src/console \ | util/lint/lint-000-license-headers "src/arch/arm64 src/arch/ppc64 \ | ||||||
|  | 	src/arch/riscv src/arch/x86 src/commonlib src/console \ | ||||||
| 	src/cpu src/device src/ec src/mainboard src/northbridge src/soc \ | 	src/cpu src/device src/ec src/mainboard src/northbridge src/soc \ | ||||||
| 	src/southbridge" | 	src/southbridge" | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user