SPDX: Convert all of our multiple 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 multiple licenses (in
these cases, dual license) declared in the SPDX-License-Identifier tag.
In this case we change from listing "LICENSE-A LICENSE-B" or "LICENSE-A
or LICENSE-B" or "(LICENSE-A OR LICENSE-B)" to "LICENSE-A OR LICENSE-B"
as per the Linux Kernel style document.  Note that parenthesis are
allowed so when they were used before we continue to use them.

Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
lime2-spi
Tom Rini 6 years ago
parent 83d290c56f
commit 4549e789c1
  1. 3
      arch/arm/dts/bk4r1.dts
  2. 3
      arch/arm/dts/fsl-ls1012a-frdm.dts
  3. 3
      arch/arm/dts/fsl-ls1012a-frdm.dtsi
  4. 3
      arch/arm/dts/fsl-ls1012a-qds.dts
  5. 3
      arch/arm/dts/fsl-ls1012a-qds.dtsi
  6. 3
      arch/arm/dts/fsl-ls1012a-rdb.dts
  7. 3
      arch/arm/dts/fsl-ls1012a-rdb.dtsi
  8. 3
      arch/arm/dts/fsl-ls1012a.dtsi
  9. 3
      arch/arm/dts/fsl-ls1043a-qds-duart.dts
  10. 3
      arch/arm/dts/fsl-ls1043a-qds-lpuart.dts
  11. 3
      arch/arm/dts/fsl-ls1043a-qds.dtsi
  12. 3
      arch/arm/dts/fsl-ls1043a-rdb.dts
  13. 3
      arch/arm/dts/fsl-ls1043a.dtsi
  14. 3
      arch/arm/dts/fsl-ls1046a-qds-duart.dts
  15. 3
      arch/arm/dts/fsl-ls1046a-qds-lpuart.dts
  16. 3
      arch/arm/dts/fsl-ls1046a-qds.dtsi
  17. 3
      arch/arm/dts/fsl-ls1046a-rdb.dts
  18. 3
      arch/arm/dts/fsl-ls1046a.dtsi
  19. 3
      arch/arm/dts/fsl-ls1088a-qds.dts
  20. 3
      arch/arm/dts/fsl-ls1088a-rdb.dts
  21. 3
      arch/arm/dts/fsl-ls1088a.dtsi
  22. 3
      arch/arm/dts/fsl-ls2080a-qds.dts
  23. 3
      arch/arm/dts/fsl-ls2080a-rdb.dts
  24. 3
      arch/arm/dts/fsl-ls2080a.dtsi
  25. 3
      arch/arm/dts/fsl-ls2081a-rdb.dts
  26. 3
      arch/arm/dts/fsl-ls2088a-rdb-qspi.dts
  27. 3
      arch/arm/dts/imx53-cx9020.dts
  28. 3
      arch/arm/dts/imx7-colibri.dts
  29. 3
      arch/arm/dts/meson-gxl-mali.dtsi
  30. 3
      arch/arm/dts/meson-gxl-s905x-khadas-vim.dts
  31. 3
      arch/arm/dts/meson-gxl-s905x-libretech-cc.dts
  32. 3
      arch/arm/dts/meson-gxl-s905x-p212.dtsi
  33. 3
      arch/arm/dts/pcm052.dts
  34. 3
      arch/arm/dts/rk3188-radxarock.dts
  35. 3
      arch/arm/dts/rk3188.dtsi
  36. 3
      arch/arm/dts/rk3229-evb.dts
  37. 3
      arch/arm/dts/rk3288-evb.dts
  38. 3
      arch/arm/dts/rk3288-evb.dtsi
  39. 3
      arch/arm/dts/rk3288-fennec.dts
  40. 3
      arch/arm/dts/rk3288-firefly.dts
  41. 3
      arch/arm/dts/rk3288-firefly.dtsi
  42. 3
      arch/arm/dts/rk3288-miqi.dts
  43. 3
      arch/arm/dts/rk3288-miqi.dtsi
  44. 3
      arch/arm/dts/rk3288-popmetal.dts
  45. 3
      arch/arm/dts/rk3288-tinker.dts
  46. 3
      arch/arm/dts/rk3368-geekbox-u-boot.dtsi
  47. 3
      arch/arm/dts/rk3368-lion-u-boot.dtsi
  48. 3
      arch/arm/dts/rk3368-lion.dts
  49. 3
      arch/arm/dts/rk3368-px5-evb-u-boot.dtsi
  50. 3
      arch/arm/dts/rk3368-sheep-u-boot.dtsi
  51. 3
      arch/arm/dts/rk3399-puma-ddr1333.dts
  52. 3
      arch/arm/dts/rk3399-puma-ddr1600.dts
  53. 3
      arch/arm/dts/rk3399-puma-ddr1866.dts
  54. 3
      arch/arm/dts/rk3399-puma.dtsi
  55. 3
      arch/arm/dts/rk3xxx.dtsi
  56. 3
      arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.dtsi
  57. 3
      arch/arm/dts/stm32mp15-ddr.dtsi
  58. 3
      arch/arm/dts/stm32mp15-ddr3-2x4Gb-1066-binG.dtsi
  59. 3
      arch/arm/dts/stm32mp157-u-boot.dtsi
  60. 3
      arch/arm/dts/stm32mp157c-ed1-u-boot.dtsi
  61. 3
      arch/arm/dts/sun4i-a10-inet-3f.dts
  62. 3
      arch/arm/dts/sun4i-a10-inet-3w.dts
  63. 3
      arch/arm/dts/sun5i-a13-ampe-a76.dts
  64. 3
      arch/arm/dts/sun5i-a13-inet-86vs.dts
  65. 3
      arch/arm/dts/sun6i-a31-mixtile-loftq.dts
  66. 3
      arch/arm/dts/sun7i-a20-ainol-aw1.dts
  67. 3
      arch/arm/dts/sun7i-a20-m5.dts
  68. 3
      arch/arm/dts/sun7i-a20-yones-toptech-bd1078.dts
  69. 3
      arch/arm/dts/sun8i-h3-libretech-all-h3-cc.dts
  70. 3
      arch/arm/dts/thunderx-88xx.dts
  71. 3
      arch/arm/dts/thunderx-88xx.dtsi
  72. 3
      arch/arm/dts/uniphier-pro5-4kbox.dts
  73. 3
      arch/arm/dts/vf-colibri.dtsi
  74. 3
      arch/arm/dts/vf.dtsi
  75. 3
      arch/arm/dts/vf500-colibri.dts
  76. 3
      arch/arm/dts/vf610-colibri.dts
  77. 3
      arch/arm/dts/vf610-twr.dts
  78. 2
      arch/arm/lib/crt0_aarch64_efi.S
  79. 3
      arch/arm/lib/crt0_arm_efi.S
  80. 3
      arch/arm/mach-stm32mp/Makefile
  81. 3
      arch/arm/mach-stm32mp/config.mk
  82. 3
      arch/arm/mach-stm32mp/cpu.c
  83. 3
      arch/arm/mach-stm32mp/dram_init.c
  84. 3
      arch/arm/mach-stm32mp/include/mach/ddr.h
  85. 3
      arch/arm/mach-stm32mp/include/mach/stm32.h
  86. 3
      arch/arm/mach-stm32mp/include/mach/sys_proto.h
  87. 3
      arch/arm/mach-stm32mp/spl.c
  88. 3
      arch/arm/mach-stm32mp/syscon.c
  89. 3
      arch/x86/include/asm/sfi.h
  90. 3
      board/Arcturus/ucp1020/cmd_arc.c
  91. 3
      board/intel/edison/config.mk
  92. 3
      board/st/stm32mp1/Makefile
  93. 3
      board/st/stm32mp1/README
  94. 3
      board/st/stm32mp1/board.c
  95. 3
      board/st/stm32mp1/spl.c
  96. 3
      board/st/stm32mp1/stm32mp1.c
  97. 3
      board/theobroma-systems/lion_rk3368/fit_spl_atf.its
  98. 3
      board/theobroma-systems/puma_rk3399/fit_spl_atf.its
  99. 3
      common/spl/spl_ubi.c
  100. 3
      drivers/clk/clk_stm32mp1.c
  101. Some files were not shown because too many files have changed in this diff Show More

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1012A family SoC.
*
* Copyright 2016, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1012A family SoC.
*
* Copyright 2016, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "fsl-ls1012a.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "fsl-ls1012a.dtsi"

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1012A family SoC.
*
* Copyright 2016, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1012A family SoC.
*
* Copyright 2016, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "fsl-ls1012a.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "skeleton64.dtsi"

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1043A family SoC.
*
* Copyright (C) 2015, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1043A family SoC.
*
* Copyright (C) 2015, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1043A family SoC.
*
* Copyright (C) 2015, Freescale Semiconductor
*
* Mingkai Hu <Mingkai.hu@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "fsl-ls1043a.dtsi"

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1043A family SoC.
*
* Copyright (C) 2015, Freescale Semiconductor
*
* Mingkai Hu <Mingkai.hu@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1043A family SoC.
*
* Copyright (C) 2014-2015, Freescale Semiconductor
*
* Mingkai Hu <Mingkai.hu@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "skeleton64.dtsi"

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1046A family SoC.
*
* Copyright (C) 2016, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree file for Freescale Layerscape-1046A family SoC.
*
* Copyright (C) 2016, Freescale Semiconductor
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1046A family SoC.
*
* Copyright (C) 2016, Freescale Semiconductor
*
* Mingkai Hu <Mingkai.hu@nxp.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "fsl-ls1046a.dtsi"

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1046A family SoC.
*
* Copyright 2016, Freescale Semiconductor
*
* Mingkai Hu <Mingkai.hu@freescale.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Device Tree Include file for Freescale Layerscape-1046A family SoC.
*
* Copyright (C) 2016, Freescale Semiconductor
*
* Mingkai Hu <mingkai.hu@nxp.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/include/ "skeleton64.dtsi"

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* NXP ls1088a QDS board device tree source
*
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* NXP ls1088a RDB board device tree source
*
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* NXP ls1088a SOC common device tree source
*
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/ {

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Freescale ls2080a QDS board device tree source
*
* Copyright 2013-2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Freescale ls2080a RDB board device tree source
*
* Copyright 2013-2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Freescale ls2080a SOC common device tree source
*
* Copyright 2013-2015 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/ {

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* NXP LS2081A RDB board device tree source for QSPI-boot
*
* Author: Priyanka Jain <priyanka.jain@nxp.com>
*
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* NXP ls2080a RDB board device tree source for QSPI-boot
*
* Author: Priyanka Jain <priyanka.jain@nxp.com>
*
* Copyright 2017 NXP
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Beckhoff Automation
* Copyright 2011 Freescale Semiconductor, Inc.
* Copyright 2011 Linaro Ltd.
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,8 +1,7 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2017 BayLibre SAS
* Author: Neil Armstrong <narmstrong@baylibre.com>
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
&apb {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2017 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2017 BayLibre, SAS.
* Author: Neil Armstrong <narmstrong@baylibre.com>
* Author: Jerome Brunet <jbrunet@baylibre.com>
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/;

@ -1,3 +1,4 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2016 Martin Blumenstingl <martin.blumenstingl@googlemail.com>.
* Based on meson-gx-p23x-q20x.dtsi:
@ -5,8 +6,6 @@
* Author: Carlo Caione <carlo@endlessm.com>
* - Copyright (c) 2016 BayLibre, SAS.
* Author: Neil Armstrong <narmstrong@baylibre.com>
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/* Common DTSI for devices which are based on the P212 reference board. */

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (c) 2013 Heiko Stuebner <heiko@sntech.de>
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (c) 2013 MundoReader S.L.
* Author: Heiko Stuebner <heiko@sntech.de>
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
#include <dt-bindings/gpio/gpio.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Rockchip Electronics Co., Ltd.
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
#include "rk3288.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (c) 2014, 2015 FUKAUMI Naoki <naobsd@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
#include "rk3288.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (c) 2016 Heiko Stuebner <heiko@sntech.de>
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
#include "rk3288.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2016 Rockchip Electronics Co., Ltd
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
&pinctrl {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/ {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
&pinctrl {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
&pinctrl {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* (C) Copyright 2017 Theobroma Systems Design und Consulting GmbH
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
#include <dt-bindings/pwm/pwm.h>

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (c) 2013 MundoReader S.L.
* Author: Heiko Stuebner <heiko@sntech.de>
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
#include <dt-bindings/interrupt-controller/irq.h>

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright (C) 2016-2017 Intel Corporation
*
* SPDX-License-Identifier: GPL-2.0 X11
*
*<auto-generated>
* This code was generated by a tool based on
* handoffs from both Qsys and Quartus.

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright : STMicroelectronics 2018
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
/ {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
/* STM32MP157C ED1 and ED2 BOARD configuration

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright : STMicroelectronics 2018
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
/ {

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright : STMicroelectronics 2018
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <dt-bindings/clock/stm32mp1-clksrc.h>

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the iNet 3F for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the iNet 3W for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the Ampe A76 for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the iNet 86VS for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the Mixtile LOFT-Q for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the Ainol AW1 for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the Mele M5 for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2015 Hans de Goede <hdegoede@redhat.com>
*
* Minimal dts file for the Yones Toptech BD1078 for u-boot only
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (C) 2017 Chen-Yu Tsai <wens@csie.org>
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/;

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Cavium Thunder DTS file - Thunder board description
*
* Copyright (C) 2014, Cavium Inc.
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*
*/
/dts-v1/;

@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Cavium Thunder DTS file - Thunder SoC description
*
* Copyright (C) 2014, Cavium Inc.
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*
*/
/ {

@ -1,10 +1,9 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
*
* Copyright (C) 2015-2016 Socionext Inc.
* Author: Masahiro Yamada <yamada.masahiro@socionext.com>
*
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2014 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
#include "vf.dtsi"

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2013 Freescale Semiconductor, Inc.
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/include/ "skeleton.dtsi"
#include <dt-bindings/gpio/gpio.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2014 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2014 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR X11
/*
* Copyright 2016 Toradex AG
*
* SPDX-License-Identifier: GPL-2.0+ or X11
*/
/dts-v1/;

@ -1,9 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */
/*
* crt0-efi-aarch64.S - PE/COFF header for aarch64 EFI applications
*
* Copright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>
*
* SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause
*
* This file is taken and modified from the gnu-efi project.
*/

@ -1,10 +1,9 @@
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-2-Clause */
/*
* crt0-efi-arm.S - PE/COFF header for ARM EFI applications
*
* Copright (C) 2014 Linaro Ltd. <ard.biesheuvel@linaro.org>
*
* SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause
*
* This file is taken and modified from the gnu-efi project.
*/

@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
#
# SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
#
obj-y += cpu.o
obj-y += dram_init.o

@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
#
# SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
#
ALL-$(CONFIG_SPL_BUILD) += spl/u-boot-spl.stm32

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <common.h>
#include <clk.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <common.h>

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#ifndef __MACH_STM32MP_DDR_H_

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#ifndef _MACH_STM32_H_

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
/*
* Copyright (C) 2015-2017, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#define CPU_STMP32MP15x 0x500

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <common.h>

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause */
/*
* Copyright(c) 2009 Intel Corporation. All rights reserved.
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#ifndef _LINUX_SFI_H

@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Command for accessing Arcturus factory environment.
*
@ -5,8 +6,6 @@
* http://www.arcturusnetworks.com/products/ucp1020/
* by Oleksandr G Zhadan et al.
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*
*/
#include <common.h>

@ -1,9 +1,8 @@
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: GPL-2.0 BSD-3-Clause
#
# Add 4096 bytes of zeroes to u-boot.bin
quiet_cmd_mkalign_eds = EDSALGN $@

@ -1,8 +1,7 @@
# SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
#
# SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
#
ifdef CONFIG_SPL_BUILD
obj-y += spl.o

@ -1,8 +1,7 @@
SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
#
# Copyright (C) 2018 STMicroelectronics - All Rights Reserved
#
# SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
#
U-Boot on STMicroelectronics STM32MP1
======================================

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <config.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <config.h>
#include <common.h>

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ OR X11 */
/*
* Copyright (C) 2017 Theobroma Systems Design und Consulting GmbH
*
* Minimal dts for a SPL FIT image payload.
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0+ OR X11 */
/*
* Copyright (C) 2017 Theobroma Systems Design und Consulting GmbH
*
* Minimal dts for a SPL FIT image payload.
*
* SPDX-License-Identifier: GPL-2.0+ X11
*/
/dts-v1/;

@ -1,8 +1,7 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2016
* Ladislav Michl <ladis@linux-mips.org>
*
* SPDX-License-Identifier: GPL 2.0+ BSD-3-Clause
*/
#include <common.h>

@ -1,7 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+ OR BSD-3-Clause
/*
* Copyright (C) 2018, STMicroelectronics - All Rights Reserved
*
* SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
*/
#include <common.h>

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

Loading…
Cancel
Save