SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from.  So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry.  Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents.  There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>
lime2-spi
Tom Rini 6 years ago
parent 7ce85318cf
commit 83d290c56f
  1. 2
      .travis.yml
  2. 4
      Makefile
  3. 4
      README
  4. 4
      api/Makefile
  5. 3
      api/api.c
  6. 2
      api/api_display.c
  7. 3
      api/api_net.c
  8. 3
      api/api_platform-arm.c
  9. 3
      api/api_platform-mips.c
  10. 3
      api/api_platform-powerpc.c
  11. 3
      api/api_private.h
  12. 3
      api/api_storage.c
  13. 4
      arch/arc/Makefile
  14. 4
      arch/arc/config.mk
  15. 4
      arch/arc/cpu/arcv1/Makefile
  16. 3
      arch/arc/cpu/arcv1/ivt.S
  17. 4
      arch/arc/cpu/arcv2/Makefile
  18. 3
      arch/arc/cpu/arcv2/ivt.S
  19. 3
      arch/arc/cpu/u-boot.lds
  20. 4
      arch/arc/dts/Makefile
  21. 3
      arch/arc/dts/abilis_tb100.dts
  22. 3
      arch/arc/dts/axc001.dtsi
  23. 3
      arch/arc/dts/axc003.dtsi
  24. 3
      arch/arc/dts/axs101.dts
  25. 3
      arch/arc/dts/axs103.dts
  26. 3
      arch/arc/dts/axs10x_mb.dtsi
  27. 3
      arch/arc/dts/hsdk.dts
  28. 3
      arch/arc/dts/nsim.dts
  29. 3
      arch/arc/include/asm/arcregs.h
  30. 3
      arch/arc/include/asm/bitops.h
  31. 3
      arch/arc/include/asm/byteorder.h
  32. 3
      arch/arc/include/asm/cache.h
  33. 3
      arch/arc/include/asm/config.h
  34. 3
      arch/arc/include/asm/global_data.h
  35. 3
      arch/arc/include/asm/io.h
  36. 3
      arch/arc/include/asm/linkage.h
  37. 3
      arch/arc/include/asm/posix_types.h
  38. 3
      arch/arc/include/asm/processor.h
  39. 3
      arch/arc/include/asm/ptrace.h
  40. 3
      arch/arc/include/asm/sections.h
  41. 3
      arch/arc/include/asm/types.h
  42. 3
      arch/arc/include/asm/u-boot-arc.h
  43. 3
      arch/arc/include/asm/u-boot.h
  44. 4
      arch/arc/lib/Makefile
  45. 3
      arch/arc/lib/_millicodethunk.S
  46. 3
      arch/arc/lib/bootm.c
  47. 3
      arch/arc/lib/cache.c
  48. 3
      arch/arc/lib/cpu.c
  49. 3
      arch/arc/lib/init_helpers.c
  50. 3
      arch/arc/lib/interrupts.c
  51. 3
      arch/arc/lib/ints_low.S
  52. 3
      arch/arc/lib/libgcc2.c
  53. 3
      arch/arc/lib/libgcc2.h
  54. 3
      arch/arc/lib/relocate.c
  55. 3
      arch/arc/lib/reset.c
  56. 3
      arch/arc/lib/start.S
  57. 4
      arch/arm/Makefile
  58. 4
      arch/arm/config.mk
  59. 4
      arch/arm/cpu/Makefile
  60. 4
      arch/arm/cpu/arm11/Makefile
  61. 3
      arch/arm/cpu/arm11/cpu.c
  62. 4
      arch/arm/cpu/arm1136/Makefile
  63. 4
      arch/arm/cpu/arm1136/mx31/Makefile
  64. 3
      arch/arm/cpu/arm1136/mx31/devices.c
  65. 3
      arch/arm/cpu/arm1136/mx31/generic.c
  66. 3
      arch/arm/cpu/arm1136/mx31/relocate.S
  67. 3
      arch/arm/cpu/arm1136/mx31/timer.c
  68. 4
      arch/arm/cpu/arm1136/mx35/Makefile
  69. 3
      arch/arm/cpu/arm1136/mx35/generic.c
  70. 3
      arch/arm/cpu/arm1136/mx35/mx35_sdram.c
  71. 3
      arch/arm/cpu/arm1136/mx35/relocate.S
  72. 3
      arch/arm/cpu/arm1136/mx35/timer.c
  73. 3
      arch/arm/cpu/arm1136/start.S
  74. 3
      arch/arm/cpu/arm1136/u-boot-spl.lds
  75. 4
      arch/arm/cpu/arm1176/Makefile
  76. 3
      arch/arm/cpu/arm1176/start.S
  77. 4
      arch/arm/cpu/arm720t/Makefile
  78. 3
      arch/arm/cpu/arm720t/cpu.c
  79. 3
      arch/arm/cpu/arm720t/interrupts.c
  80. 3
      arch/arm/cpu/arm720t/start.S
  81. 4
      arch/arm/cpu/arm920t/Makefile
  82. 3
      arch/arm/cpu/arm920t/cpu.c
  83. 4
      arch/arm/cpu/arm920t/ep93xx/Makefile
  84. 3
      arch/arm/cpu/arm920t/ep93xx/cpu.c
  85. 3
      arch/arm/cpu/arm920t/ep93xx/led.c
  86. 3
      arch/arm/cpu/arm920t/ep93xx/lowlevel_init.S
  87. 3
      arch/arm/cpu/arm920t/ep93xx/speed.c
  88. 3
      arch/arm/cpu/arm920t/ep93xx/timer.c
  89. 4
      arch/arm/cpu/arm920t/imx/Makefile
  90. 3
      arch/arm/cpu/arm920t/imx/generic.c
  91. 3
      arch/arm/cpu/arm920t/imx/speed.c
  92. 3
      arch/arm/cpu/arm920t/imx/timer.c
  93. 3
      arch/arm/cpu/arm920t/start.S
  94. 4
      arch/arm/cpu/arm926ejs/Makefile
  95. 4
      arch/arm/cpu/arm926ejs/armada100/Makefile
  96. 3
      arch/arm/cpu/arm926ejs/armada100/cpu.c
  97. 3
      arch/arm/cpu/arm926ejs/armada100/dram.c
  98. 3
      arch/arm/cpu/arm926ejs/armada100/timer.c
  99. 3
      arch/arm/cpu/arm926ejs/cache.c
  100. 3
      arch/arm/cpu/arm926ejs/cpu.c
  101. Some files were not shown because too many files have changed in this diff Show More

@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# Copyright Roger Meier <r.meier@siemens.com> # Copyright Roger Meier <r.meier@siemens.com>
# SPDX-License-Identifier: GPL-2.0+
# build U-Boot on Travis CI - https://travis-ci.org/ # build U-Boot on Travis CI - https://travis-ci.org/

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+
#
VERSION = 2018 VERSION = 2018
PATCHLEVEL = 05 PATCHLEVEL = 05

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000 - 2013 # (C) Copyright 2000 - 2013
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
Summary: Summary:
======== ========

@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2007 Semihalf # (C) Copyright 2007 Semihalf
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += api.o api_display.o api_net.o api_storage.o obj-y += api.o api_display.o api_net.o api_storage.o
obj-$(CONFIG_ARM) += api_platform-arm.o obj-$(CONFIG_ARM) += api_platform-arm.o

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 Semihalf * (C) Copyright 2007 Semihalf
* *
* Written by: Rafal Jaworowski <raj@semihalf.com> * Written by: Rafal Jaworowski <raj@semihalf.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <config.h> #include <config.h>

@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (c) 2011 The Chromium OS Authors. * Copyright (c) 2011 The Chromium OS Authors.
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 Semihalf * (C) Copyright 2007 Semihalf
* *
* Written by: Rafal Jaworowski <raj@semihalf.com> * Written by: Rafal Jaworowski <raj@semihalf.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <config.h> #include <config.h>

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 Semihalf * (C) Copyright 2007 Semihalf
* *
* Written by: Rafal Jaworowski <raj@semihalf.com> * Written by: Rafal Jaworowski <raj@semihalf.com>
* *
* SPDX-License-Identifier: GPL-2.0+
*
* This file contains routines that fetch data from ARM-dependent sources * This file contains routines that fetch data from ARM-dependent sources
* (bd_info etc.) * (bd_info etc.)
*/ */

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 Stanislav Galabov <sgalabov@gmail.com> * (C) Copyright 2007 Stanislav Galabov <sgalabov@gmail.com>
* *
* SPDX-License-Identifier: GPL-2.0+
*
* This file contains routines that fetch data from bd_info sources * This file contains routines that fetch data from bd_info sources
*/ */

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 Semihalf * (C) Copyright 2007 Semihalf
* *
* Written by: Rafal Jaworowski <raj@semihalf.com> * Written by: Rafal Jaworowski <raj@semihalf.com>
* *
* SPDX-License-Identifier: GPL-2.0+
*
* This file contains routines that fetch data from PowerPC-dependent sources * This file contains routines that fetch data from PowerPC-dependent sources
* (bd_info etc.) * (bd_info etc.)
*/ */

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* (C) Copyright 2007 Semihalf * (C) Copyright 2007 Semihalf
* *
* Written by: Rafal Jaworowski <raj@semihalf.com> * Written by: Rafal Jaworowski <raj@semihalf.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef _API_PRIVATE_H_ #ifndef _API_PRIVATE_H_

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007-2008 Semihalf * (C) Copyright 2007-2008 Semihalf
* *
* Written by: Rafal Jaworowski <raj@semihalf.com> * Written by: Rafal Jaworowski <raj@semihalf.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <config.h> #include <config.h>

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+
#
libs-y += arch/arc/cpu/$(CPU)/ libs-y += arch/arc/cpu/$(CPU)/
libs-y += arch/arc/lib/ libs-y += arch/arc/lib/

@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0+
#
ifndef CONFIG_CPU_BIG_ENDIAN ifndef CONFIG_CPU_BIG_ENDIAN
CONFIG_SYS_LITTLE_ENDIAN = 1 CONFIG_SYS_LITTLE_ENDIAN = 1

@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += ivt.o obj-y += ivt.o

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
.section .ivt, "ax",@progbits .section .ivt, "ax",@progbits

@ -1,7 +1,5 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved. # Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += ivt.o obj-y += ivt.o

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
.section .ivt, "a",@progbits .section .ivt, "a",@progbits

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <config.h> #include <config.h>

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+
#
dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb dtb-$(CONFIG_TARGET_AXS101) += axs101.dtb
dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb dtb-$(CONFIG_TARGET_AXS103) += axs103.dtb

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com) * Copyright (C) 2015 Synopsys, Inc. (www.synopsys.com)
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/dts-v1/; /dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2017 Synopsys, Inc. All rights reserved. * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2017 Synopsys, Inc. All rights reserved. * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/include/ "skeleton.dtsi" /include/ "skeleton.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2017 Synopsys, Inc. All rights reserved. * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/dts-v1/; /dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2017 Synopsys, Inc. All rights reserved. * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/dts-v1/; /dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2017 Synopsys, Inc. All rights reserved. * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/ { / {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2017 Synopsys, Inc. All rights reserved. * Copyright (C) 2017 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/dts-v1/; /dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com) * Copyright (C) 2015-2016 Synopsys, Inc. (www.synopsys.com)
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/dts-v1/; /dts-v1/;

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. All rights reserved. * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef _ASM_ARC_ARCREGS_H #ifndef _ASM_ARC_ARCREGS_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_BITOPS_H #ifndef __ASM_ARC_BITOPS_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_BYTEORDER_H #ifndef __ASM_ARC_BYTEORDER_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_CACHE_H #ifndef __ASM_ARC_CACHE_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_CONFIG_H_ #ifndef __ASM_ARC_CONFIG_H_

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_GLOBAL_DATA_H #ifndef __ASM_ARC_GLOBAL_DATA_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_IO_H #ifndef __ASM_ARC_IO_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2004, 2007-2010, 2011-2015 Synopsys, Inc. All rights reserved. * Copyright (C) 2004, 2007-2010, 2011-2015 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_LINKAGE_H #ifndef __ASM_ARC_LINKAGE_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_POSIX_TYPES_H #ifndef __ASM_ARC_POSIX_TYPES_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2015 Synopsys, Inc. All rights reserved. * Copyright (C) 2015 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef _ASM_ARC_PROCESSOR_H #ifndef _ASM_ARC_PROCESSOR_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. All rights reserved. * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_PTRACE_H #ifndef __ASM_ARC_PTRACE_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_SECTIONS_H #ifndef __ASM_ARC_SECTIONS_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_TYPES_H #ifndef __ASM_ARC_TYPES_H

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_U_BOOT_ARC_H__ #ifndef __ASM_ARC_U_BOOT_ARC_H__

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_ARC_U_BOOT_H__ #ifndef __ASM_ARC_U_BOOT_H__

@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y = start.o extra-y = start.o
head-y := start.o head-y := start.o

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 1995, 1997, 2007-2013 Free Software Foundation, Inc. * Copyright (C) 1995, 1997, 2007-2013 Free Software Foundation, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/* ANSI concatenation macros. */ /* ANSI concatenation macros. */

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm/cache.h> #include <asm/cache.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <config.h> #include <config.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm/cache.h> #include <asm/cache.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2015 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <linux/linkage.h> #include <linux/linkage.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 1989-2013 Free Software Foundation, Inc. * Copyright (C) 1989-2013 Free Software Foundation, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include "libgcc2.h" #include "libgcc2.h"

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 1989-2013 Free Software Foundation, Inc. * Copyright (C) 1989-2013 Free Software Foundation, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#ifndef __ASM_LIBGCC_H #ifndef __ASM_LIBGCC_H

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <command.h> #include <command.h>

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. * Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm-offsets.h> #include <asm-offsets.h>

@ -1,6 +1,4 @@
# # SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+
#
ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy) ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TEGRA),yy)
CONFIG_CPU_V7= CONFIG_CPU_V7=

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2002 # (C) Copyright 2000-2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
ifndef CONFIG_STANDALONE_LOAD_ADDR ifndef CONFIG_STANDALONE_LOAD_ADDR
ifneq ($(CONFIG_ARCH_OMAP2PLUS),) ifneq ($(CONFIG_ARCH_OMAP2PLUS),)

@ -1,5 +1,3 @@
# # SPDX-License-Identifier: GPL-2.0+
# SPDX-License-Identifier: GPL-2.0+
#
obj- += dummy.o obj- += dummy.o

@ -1,8 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y = cpu.o obj-y = cpu.o

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2004 Texas Insturments * (C) Copyright 2004 Texas Insturments
* *
@ -7,8 +8,6 @@
* *
* (C) Copyright 2002 * (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/* /*

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y = start.o extra-y = start.o

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += generic.o obj-y += generic.o
obj-y += timer.o obj-y += timer.o

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* *
* (C) Copyright 2009 Magnus Lilja <lilja.magnus@gmail.com> * (C) Copyright 2009 Magnus Lilja <lilja.magnus@gmail.com>
* *
* (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de> * (c) 2007 Pengutronix, Sascha Hauer <s.hauer@pengutronix.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 * (C) Copyright 2007
* Sascha Hauer, Pengutronix * Sascha Hauer, Pengutronix
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* relocate - i.MX31-specific vector relocation * relocate - i.MX31-specific vector relocation
* *
* Copyright (c) 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> * Copyright (c) 2013 Albert ARIBAUD <albert.u.boot@aribaud.net>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <linux/linkage.h> #include <linux/linkage.h>

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 * (C) Copyright 2007
* Sascha Hauer, Pengutronix * Sascha Hauer, Pengutronix
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,11 +1,9 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
# #
# (C) Copyright 2008-2009 Freescale Semiconductor, Inc. # (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += generic.o obj-y += generic.o
obj-y += timer.o obj-y += timer.o

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 * (C) Copyright 2007
* Sascha Hauer, Pengutronix * Sascha Hauer, Pengutronix
* *
* (C) Copyright 2008-2010 Freescale Semiconductor, Inc. * (C) Copyright 2008-2010 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2012, Stefano Babic <sbabic@denx.de> * Copyright (C) 2012, Stefano Babic <sbabic@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm/io.h> #include <asm/io.h>

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* relocate - i.MX35-specific vector relocation * relocate - i.MX35-specific vector relocation
* *
* Copyright (c) 2013 Albert ARIBAUD <albert.u.boot@aribaud.net> * Copyright (c) 2013 Albert ARIBAUD <albert.u.boot@aribaud.net>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <linux/linkage.h> #include <linux/linkage.h>

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2007 * (C) Copyright 2007
* Sascha Hauer, Pengutronix * Sascha Hauer, Pengutronix
* *
* (C) Copyright 2008-2009 Freescale Semiconductor, Inc. * (C) Copyright 2008-2009 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* armboot - Startup Code for OMP2420/ARM1136 CPU-core * armboot - Startup Code for OMP2420/ARM1136 CPU-core
* *
@ -8,8 +9,6 @@
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
* Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com> * Copyright (c) 2003 Richard Woodruff <r-woodruff2@ti.com>
* Copyright (c) 2003 Kshitij <kshitij@ti.com> * Copyright (c) 2003 Kshitij <kshitij@ti.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm-offsets.h> #include <asm-offsets.h>

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
@ -5,8 +6,6 @@
* (C) Copyright 2010 * (C) Copyright 2010
* Texas Instruments, <www.ti.com> * Texas Instruments, <www.ti.com>
* Aneesh V <aneesh@ti.com> * Aneesh V <aneesh@ti.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\ MEMORY { .sram : ORIGIN = CONFIG_SPL_TEXT_BASE,\

@ -1,12 +1,10 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
# #
# (C) Copyright 2008 # (C) Copyright 2008
# Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de> # Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj- += dummy.o obj- += dummy.o
extra-y = start.o extra-y = start.o

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* armboot - Startup Code for ARM1176 CPU-core * armboot - Startup Code for ARM1176 CPU-core
* *
@ -6,8 +7,6 @@
* Copyright (C) 2008 * Copyright (C) 2008
* Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de> * Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de>
* *
* SPDX-License-Identifier: GPL-2.0+
*
* 2007-09-21 - Restructured codes by jsgood (jsgood.yang@samsung.com) * 2007-09-21 - Restructured codes by jsgood (jsgood.yang@samsung.com)
* 2007-09-21 - Added MoviNAND and OneNAND boot codes by * 2007-09-21 - Added MoviNAND and OneNAND boot codes by
* jsgood (jsgood.yang@samsung.com) * jsgood (jsgood.yang@samsung.com)

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y = start.o extra-y = start.o
obj-y = interrupts.o cpu.o obj-y = interrupts.o cpu.o

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
@ -6,8 +7,6 @@
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Alex Zuepke <azu@sysgo.de> * Alex Zuepke <azu@sysgo.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/* /*

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
@ -6,8 +7,6 @@
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
* Alex Zuepke <azu@sysgo.de> * Alex Zuepke <azu@sysgo.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* armboot - Startup Code for ARM720 CPU-core * armboot - Startup Code for ARM720 CPU-core
* *
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm-offsets.h> #include <asm-offsets.h>

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y = start.o extra-y = start.o

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
@ -5,8 +6,6 @@
* *
* (C) Copyright 2002 * (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/* /*

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# Cirrus Logic EP93xx CPU-specific Makefile # Cirrus Logic EP93xx CPU-specific Makefile
# #
@ -13,9 +14,6 @@
# #
# (C) Copyright 2000, 2001, 2002 # (C) Copyright 2000, 2001, 2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y = cpu.o led.o speed.o timer.o obj-y = cpu.o led.o speed.o timer.o
obj-y += lowlevel_init.o obj-y += lowlevel_init.o

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Cirrus Logic EP93xx CPU-specific support. * Cirrus Logic EP93xx CPU-specific support.
* *
@ -5,8 +6,6 @@
* *
* Copyright (C) 2004, 2005 * Copyright (C) 2004, 2005
* Cory T. Tusar, Videon Central, Inc., <ctusar@videon-central.com> * Cory T. Tusar, Videon Central, Inc., <ctusar@videon-central.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Copyright (C) 2010, 2009 Matthias Kaehlcke <matthias@kaehlcke.net> * Copyright (C) 2010, 2009 Matthias Kaehlcke <matthias@kaehlcke.net>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm/io.h> #include <asm/io.h>

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* Low-level initialization for EP93xx * Low-level initialization for EP93xx
* *
@ -10,8 +11,6 @@
* *
* See file CREDITS for list of people who contributed to this * See file CREDITS for list of people who contributed to this
* project. * project.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <config.h> #include <config.h>

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Cirrus Logic EP93xx PLL support. * Cirrus Logic EP93xx PLL support.
* *
* Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net> * Copyright (C) 2009 Matthias Kaehlcke <matthias@kaehlcke.net>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* Cirrus Logic EP93xx timer support. * Cirrus Logic EP93xx timer support.
* *
@ -8,8 +9,6 @@
* *
* Based on the original intr.c Cirrus Logic EP93xx Rev D. interrupt support, * Based on the original intr.c Cirrus Logic EP93xx Rev D. interrupt support,
* author unknown. * author unknown.
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y += generic.o obj-y += generic.o
obj-y += speed.o obj-y += speed.o

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* arch/arm/mach-imx/generic.c * arch/arm/mach-imx/generic.c
* *
@ -6,8 +7,6 @@
* Copyright: Synertronixx GmbH * Copyright: Synertronixx GmbH
* *
* Common code for i.MX machines * Common code for i.MX machines
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* *
* (c) 2004 Sascha Hauer <sascha@saschahauer.de> * (c) 2004 Sascha Hauer <sascha@saschahauer.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
@ -9,8 +10,6 @@
* *
* (C) Copyright 2002 * (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,11 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* armboot - Startup Code for ARM920 CPU-core * armboot - Startup Code for ARM920 CPU-core
* *
* Copyright (c) 2001 Marius Gröger <mag@sysgo.de> * Copyright (c) 2001 Marius Gröger <mag@sysgo.de>
* Copyright (c) 2002 Alex Züpke <azu@sysgo.de> * Copyright (c) 2002 Alex Züpke <azu@sysgo.de>
* Copyright (c) 2002 Gary Jennejohn <garyj@denx.de> * Copyright (c) 2002 Gary Jennejohn <garyj@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <asm-offsets.h> #include <asm-offsets.h>

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2000-2006 # (C) Copyright 2000-2006
# Wolfgang Denk, DENX Software Engineering, wd@denx.de. # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# SPDX-License-Identifier: GPL-2.0+
#
extra-y = start.o extra-y = start.o
obj-y = cpu.o cache.o obj-y = cpu.o cache.o

@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+
# #
# (C) Copyright 2010 # (C) Copyright 2010
# Marvell Semiconductor <www.marvell.com> # Marvell Semiconductor <www.marvell.com>
# Written-by: Prafulla Wadaskar <prafulla@marvell.com> # Written-by: Prafulla Wadaskar <prafulla@marvell.com>
#
# SPDX-License-Identifier: GPL-2.0+
#
obj-y = cpu.o timer.o dram.o obj-y = cpu.o timer.o dram.o

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2010 * (C) Copyright 2010
* Marvell Semiconductor <www.marvell.com> * Marvell Semiconductor <www.marvell.com>
* Written-by: Prafulla Wadaskar <prafulla@marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
* Contributor: Mahavir Jain <mjain@marvell.com> * Contributor: Mahavir Jain <mjain@marvell.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2010 * (C) Copyright 2010
* Marvell Semiconductor <www.marvell.com> * Marvell Semiconductor <www.marvell.com>
* Written-by: Prafulla Wadaskar <prafulla@marvell.com>, * Written-by: Prafulla Wadaskar <prafulla@marvell.com>,
* Contributor: Mahavir Jain <mjain@marvell.com> * Contributor: Mahavir Jain <mjain@marvell.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2010 * (C) Copyright 2010
* Marvell Semiconductor <www.marvell.com> * Marvell Semiconductor <www.marvell.com>
* Written-by: Prafulla Wadaskar <prafulla@marvell.com> * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
* Contributor: Mahavir Jain <mjain@marvell.com> * Contributor: Mahavir Jain <mjain@marvell.com>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <common.h> #include <common.h>

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2011 * (C) Copyright 2011
* Ilya Yanok, EmCraft Systems * Ilya Yanok, EmCraft Systems
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
#include <linux/types.h> #include <linux/types.h>
#include <common.h> #include <common.h>

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+
/* /*
* (C) Copyright 2002 * (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH <www.elinos.com> * Sysgo Real-Time Solutions, GmbH <www.elinos.com>
@ -5,8 +6,6 @@
* *
* (C) Copyright 2002 * (C) Copyright 2002
* Gary Jennejohn, DENX Software Engineering, <garyj@denx.de> * Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
*
* SPDX-License-Identifier: GPL-2.0+
*/ */
/* /*

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save