base-files: Changed UCI variable name for GPIO value from 'default' to 'value'
[openwrt/openwrt.git] / package / boot / uboot-layerscape / patches / 0052-Add-Freescale-Copyright-in-PPFE-driver.patch
1 From e6ab05ee921fe2c8ae2dabdd5c1f27e2ff2446cb Mon Sep 17 00:00:00 2001
2 From: Bhaskar Upadhaya <Bhaskar.Upadhaya@freescale.com>
3 Date: Mon, 13 Jun 2016 07:37:52 +0530
4 Subject: [PATCH 52/93] Add Freescale Copyright in PPFE driver
5
6 Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@freescale.com>
7 ---
8 board/freescale/ls1012ardb/eth.c | 2 +-
9 common/cmd_gemac_stat.c | 25 ++++---------------------
10 common/cmd_pfe_commands.c | 25 ++++---------------------
11 drivers/net/pfe_eth/Makefile | 4 ++++
12 drivers/net/pfe_eth/hal.h | 26 ++++----------------------
13 drivers/net/pfe_eth/pfe.c | 5 +++++
14 drivers/net/pfe_eth/pfe/cbus.h | 5 +++++
15 drivers/net/pfe_eth/pfe/cbus/bmu.h | 5 +++++
16 drivers/net/pfe_eth/pfe/cbus/class_csr.h | 5 +++++
17 drivers/net/pfe_eth/pfe/cbus/emac.h | 5 +++++
18 drivers/net/pfe_eth/pfe/cbus/gpi.h | 5 +++++
19 drivers/net/pfe_eth/pfe/cbus/gpt.h | 5 +++++
20 drivers/net/pfe_eth/pfe/cbus/hif.h | 5 +++++
21 drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h | 5 +++++
22 drivers/net/pfe_eth/pfe/cbus/tmu_csr.h | 5 +++++
23 drivers/net/pfe_eth/pfe/cbus/util_csr.h | 5 +++++
24 drivers/net/pfe_eth/pfe/class.h | 5 +++++
25 drivers/net/pfe_eth/pfe/class/ccu.h | 5 +++++
26 drivers/net/pfe_eth/pfe/class/efet.h | 5 +++++
27 drivers/net/pfe_eth/pfe/class/mac_hash.h | 5 +++++
28 drivers/net/pfe_eth/pfe/class/perg.h | 5 +++++
29 drivers/net/pfe_eth/pfe/class/vlan_hash.h | 5 +++++
30 drivers/net/pfe_eth/pfe/gpt.h | 5 +++++
31 drivers/net/pfe_eth/pfe/pe.h | 5 +++++
32 drivers/net/pfe_eth/pfe/pfe.h | 5 +++++
33 drivers/net/pfe_eth/pfe/tmu.h | 5 +++++
34 drivers/net/pfe_eth/pfe/tmu/phy_queue.h | 5 +++++
35 drivers/net/pfe_eth/pfe/tmu/sched.h | 5 +++++
36 drivers/net/pfe_eth/pfe/tmu/shaper.h | 5 +++++
37 drivers/net/pfe_eth/pfe/uart.h | 5 +++++
38 drivers/net/pfe_eth/pfe/util/eape.h | 5 +++++
39 drivers/net/pfe_eth/pfe/util/efet.h | 5 +++++
40 drivers/net/pfe_eth/pfe/util/inq.h | 5 +++++
41 drivers/net/pfe_eth/pfe_driver.c | 27 ++++-----------------------
42 drivers/net/pfe_eth/pfe_driver.h | 26 ++++----------------------
43 drivers/net/pfe_eth/pfe_eth.c | 5 +++++
44 drivers/net/pfe_eth/pfe_eth.h | 26 ++++----------------------
45 drivers/net/pfe_eth/pfe_firmware.c | 6 +++++-
46 drivers/net/pfe_eth/pfe_firmware.h | 6 +++++-
47 39 files changed, 184 insertions(+), 134 deletions(-)
48
49 diff --git a/board/freescale/ls1012ardb/eth.c b/board/freescale/ls1012ardb/eth.c
50 index 7b0e450..34ba56d 100644
51 --- a/board/freescale/ls1012ardb/eth.c
52 +++ b/board/freescale/ls1012ardb/eth.c
53 @@ -1,7 +1,7 @@
54 /*
55 * Copyright 2016 Freescale Semiconductor, Inc.
56 *
57 - * SPDX-License-Identifier: GPL-2.0+
58 + * SPDX-License-Identifier:GPL-2.0+
59 */
60
61 #include <common.h>
62 diff --git a/common/cmd_gemac_stat.c b/common/cmd_gemac_stat.c
63 index 49bb1aa..fb621a2 100644
64 --- a/common/cmd_gemac_stat.c
65 +++ b/common/cmd_gemac_stat.c
66 @@ -1,25 +1,8 @@
67 /*
68 - * (C) Copyright 2003
69 - * Author : Laurent Brando (Mindspeed Technologies)
70 - *
71 - * See file CREDITS for list of people who contributed to this
72 - * project.
73 - *
74 - * This program is free software; you can redistribute it and/or
75 - * modify it under the terms of the GNU General Public License as
76 - * published by the Free Software Foundation; either version 2 of
77 - * the License, or (at your option) any later version.
78 - *
79 - * This program is distributed in the hope that it will be useful,
80 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
81 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
82 - * GNU General Public License for more details.
83 - *
84 - * You should have received a copy of the GNU General Public License
85 - * along with this program; if not, write to the Free Software
86 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
87 - * MA 02111-1307 USA
88 - */
89 +* Copyright (C) 2016 Freescale Semiconductor Inc.
90 +*
91 +* SPDX-License-Identifier:GPL-2.0+
92 +*/
93
94 /**
95 * @file
96 diff --git a/common/cmd_pfe_commands.c b/common/cmd_pfe_commands.c
97 index 84999a6..92917e0 100644
98 --- a/common/cmd_pfe_commands.c
99 +++ b/common/cmd_pfe_commands.c
100 @@ -1,25 +1,8 @@
101 /*
102 - * (C) Copyright 2012
103 - * Author : Bill Westland (Mindspeed Technologies)
104 - *
105 - * See file CREDITS for list of people who contributed to this
106 - * project.
107 - *
108 - * This program is free software; you can redistribute it and/or
109 - * modify it under the terms of the GNU General Public License as
110 - * published by the Free Software Foundation; either version 2 of
111 - * the License, or (at your option) any later version.
112 - *
113 - * This program is distributed in the hope that it will be useful,
114 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
115 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
116 - * GNU General Public License for more details.
117 - *
118 - * You should have received a copy of the GNU General Public License
119 - * along with this program; if not, write to the Free Software
120 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
121 - * MA 02111-1307 USA
122 - */
123 +* Copyright (C) 2016 Freescale Semiconductor Inc.
124 +*
125 +* SPDX-License-Identifier:GPL-2.0+
126 +*/
127
128 /**
129 * @file
130 diff --git a/drivers/net/pfe_eth/Makefile b/drivers/net/pfe_eth/Makefile
131 index 1af837d..bc45d8f 100644
132 --- a/drivers/net/pfe_eth/Makefile
133 +++ b/drivers/net/pfe_eth/Makefile
134 @@ -1 +1,5 @@
135 +# Copyright (C) 2016 Freescale Semiconductor Inc.
136 +#
137 +# SPDX-License-Identifier:GPL-2.0+
138 +
139 obj-y += pfe_eth.o pfe_firmware.o pfe.o pfe_driver.o
140 diff --git a/drivers/net/pfe_eth/hal.h b/drivers/net/pfe_eth/hal.h
141 index e795fe6..ff510ac 100644
142 --- a/drivers/net/pfe_eth/hal.h
143 +++ b/drivers/net/pfe_eth/hal.h
144 @@ -1,26 +1,8 @@
145 /*
146 - * (C) Copyright 2011
147 - * Author : Mindspeed Technologes
148 - *
149 - * See file CREDITS for list of people who contributed to this
150 - * project.
151 - *
152 - * This program is free software; you can redistribute it and/or
153 - * modify it under the terms of the GNU General Public License as
154 - * published by the Free Software Foundation; either version 2 of
155 - * the License, or (at your option) any later version.
156 - *
157 - * This program is distributed in the hope that it will be useful,
158 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
159 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
160 - * GNU General Public License for more details.
161 - *
162 - * You should have received a copy of the GNU General Public License
163 - * along with this program; if not, write to the Free Software
164 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
165 - * MA 02111-1307 USA
166 - * */
167 -
168 +* Copyright (C) 2016 Freescale Semiconductor Inc.
169 +*
170 +* SPDX-License-Identifier:GPL-2.0+
171 +*/
172 #ifndef _HAL_H_
173 #define _HAL_H_
174
175 diff --git a/drivers/net/pfe_eth/pfe.c b/drivers/net/pfe_eth/pfe.c
176 index 94cfe4e..68cf23a 100644
177 --- a/drivers/net/pfe_eth/pfe.c
178 +++ b/drivers/net/pfe_eth/pfe.c
179 @@ -1,3 +1,8 @@
180 +/*
181 +* Copyright (C) 2016 Freescale Semiconductor Inc.
182 +*
183 +* SPDX-License-Identifier:GPL-2.0+
184 +*/
185 #include "hal.h"
186 #include "pfe/pfe.h"
187
188 diff --git a/drivers/net/pfe_eth/pfe/cbus.h b/drivers/net/pfe_eth/pfe/cbus.h
189 index 778fe45..d46a765 100644
190 --- a/drivers/net/pfe_eth/pfe/cbus.h
191 +++ b/drivers/net/pfe_eth/pfe/cbus.h
192 @@ -1,3 +1,8 @@
193 +/*
194 +* Copyright (C) 2016 Freescale Semiconductor Inc.
195 +*
196 +* SPDX-License-Identifier:GPL-2.0+
197 +*/
198 #ifndef _CBUS_H_
199 #define _CBUS_H_
200
201 diff --git a/drivers/net/pfe_eth/pfe/cbus/bmu.h b/drivers/net/pfe_eth/pfe/cbus/bmu.h
202 index f3e5e6d..fd37570 100644
203 --- a/drivers/net/pfe_eth/pfe/cbus/bmu.h
204 +++ b/drivers/net/pfe_eth/pfe/cbus/bmu.h
205 @@ -1,3 +1,8 @@
206 +/*
207 +* Copyright (C) 2016 Freescale Semiconductor Inc.
208 +*
209 +* SPDX-License-Identifier:GPL-2.0+
210 +*/
211 #ifndef _BMU_H_
212 #define _BMU_H_
213
214 diff --git a/drivers/net/pfe_eth/pfe/cbus/class_csr.h b/drivers/net/pfe_eth/pfe/cbus/class_csr.h
215 index f3151ec..4c2c3fa 100644
216 --- a/drivers/net/pfe_eth/pfe/cbus/class_csr.h
217 +++ b/drivers/net/pfe_eth/pfe/cbus/class_csr.h
218 @@ -1,3 +1,8 @@
219 +/*
220 +* Copyright (C) 2016 Freescale Semiconductor Inc.
221 +*
222 +* SPDX-License-Identifier:GPL-2.0+
223 +*/
224 #ifndef _CLASS_CSR_H_
225 #define _CLASS_CSR_H_
226
227 diff --git a/drivers/net/pfe_eth/pfe/cbus/emac.h b/drivers/net/pfe_eth/pfe/cbus/emac.h
228 index 1f308ce..aead064 100644
229 --- a/drivers/net/pfe_eth/pfe/cbus/emac.h
230 +++ b/drivers/net/pfe_eth/pfe/cbus/emac.h
231 @@ -1,3 +1,8 @@
232 +/*
233 +* Copyright (C) 2016 Freescale Semiconductor Inc.
234 +*
235 +* SPDX-License-Identifier:GPL-2.0+
236 +*/
237 #ifndef _EMAC_H_
238 #define _EMAC_H_
239
240 diff --git a/drivers/net/pfe_eth/pfe/cbus/gpi.h b/drivers/net/pfe_eth/pfe/cbus/gpi.h
241 index d2d165f..7792d6c 100644
242 --- a/drivers/net/pfe_eth/pfe/cbus/gpi.h
243 +++ b/drivers/net/pfe_eth/pfe/cbus/gpi.h
244 @@ -1,3 +1,8 @@
245 +/*
246 +* Copyright (C) 2016 Freescale Semiconductor Inc.
247 +*
248 +* SPDX-License-Identifier:GPL-2.0+
249 +*/
250 #ifndef _GPI_H_
251 #define _GPI_H_
252
253 diff --git a/drivers/net/pfe_eth/pfe/cbus/gpt.h b/drivers/net/pfe_eth/pfe/cbus/gpt.h
254 index f8c114b..0ec5fdc 100644
255 --- a/drivers/net/pfe_eth/pfe/cbus/gpt.h
256 +++ b/drivers/net/pfe_eth/pfe/cbus/gpt.h
257 @@ -1,3 +1,8 @@
258 +/*
259 +* Copyright (C) 2016 Freescale Semiconductor Inc.
260 +*
261 +* SPDX-License-Identifier:GPL-2.0+
262 +*/
263 #ifndef _CBUS_GPT_H_
264 #define _CBUS_GPT_H_
265
266 diff --git a/drivers/net/pfe_eth/pfe/cbus/hif.h b/drivers/net/pfe_eth/pfe/cbus/hif.h
267 index 2329faa..45bc0b2 100644
268 --- a/drivers/net/pfe_eth/pfe/cbus/hif.h
269 +++ b/drivers/net/pfe_eth/pfe/cbus/hif.h
270 @@ -1,3 +1,8 @@
271 +/*
272 +* Copyright (C) 2016 Freescale Semiconductor Inc.
273 +*
274 +* SPDX-License-Identifier:GPL-2.0+
275 +*/
276 #ifndef _HIF_H_
277 #define _HIF_H_
278
279 diff --git a/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h b/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h
280 index 93cb946..55ddc8c 100644
281 --- a/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h
282 +++ b/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h
283 @@ -1,3 +1,8 @@
284 +/*
285 +* Copyright (C) 2016 Freescale Semiconductor Inc.
286 +*
287 +* SPDX-License-Identifier:GPL-2.0+
288 +*/
289 #ifndef _HIF_NOCPY_H_
290 #define _HIF_NOCPY_H_
291
292 diff --git a/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h b/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h
293 index 64fad04..058874e 100644
294 --- a/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h
295 +++ b/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h
296 @@ -1,3 +1,8 @@
297 +/*
298 +* Copyright (C) 2016 Freescale Semiconductor Inc.
299 +*
300 +* SPDX-License-Identifier:GPL-2.0+
301 +*/
302 #ifndef _TMU_CSR_H_
303 #define _TMU_CSR_H_
304
305 diff --git a/drivers/net/pfe_eth/pfe/cbus/util_csr.h b/drivers/net/pfe_eth/pfe/cbus/util_csr.h
306 index d67e849..14079db 100644
307 --- a/drivers/net/pfe_eth/pfe/cbus/util_csr.h
308 +++ b/drivers/net/pfe_eth/pfe/cbus/util_csr.h
309 @@ -1,3 +1,8 @@
310 +/*
311 +* Copyright (C) 2016 Freescale Semiconductor Inc.
312 +*
313 +* SPDX-License-Identifier:GPL-2.0+
314 +*/
315 #ifndef _UTIL_CSR_H_
316 #define _UTIL_CSR_H_
317
318 diff --git a/drivers/net/pfe_eth/pfe/class.h b/drivers/net/pfe_eth/pfe/class.h
319 index 33ad826..87b1399 100644
320 --- a/drivers/net/pfe_eth/pfe/class.h
321 +++ b/drivers/net/pfe_eth/pfe/class.h
322 @@ -1,3 +1,8 @@
323 +/*
324 +* Copyright (C) 2016 Freescale Semiconductor Inc.
325 +*
326 +* SPDX-License-Identifier:GPL-2.0+
327 +*/
328 #ifndef _CLASS_H_
329 #define _CLASS_H_
330
331 diff --git a/drivers/net/pfe_eth/pfe/class/ccu.h b/drivers/net/pfe_eth/pfe/class/ccu.h
332 index 2c43d97..605ac16 100644
333 --- a/drivers/net/pfe_eth/pfe/class/ccu.h
334 +++ b/drivers/net/pfe_eth/pfe/class/ccu.h
335 @@ -1,3 +1,8 @@
336 +/*
337 +* Copyright (C) 2016 Freescale Semiconductor Inc.
338 +*
339 +* SPDX-License-Identifier:GPL-2.0+
340 +*/
341 #ifndef _CCU_H_
342 #define _CCU_H_
343
344 diff --git a/drivers/net/pfe_eth/pfe/class/efet.h b/drivers/net/pfe_eth/pfe/class/efet.h
345 index 4f3cc25..7ef2978 100644
346 --- a/drivers/net/pfe_eth/pfe/class/efet.h
347 +++ b/drivers/net/pfe_eth/pfe/class/efet.h
348 @@ -1,3 +1,8 @@
349 +/*
350 +* Copyright (C) 2016 Freescale Semiconductor Inc.
351 +*
352 +* SPDX-License-Identifier:GPL-2.0+
353 +*/
354 #ifndef _CLASS_EFET_H_
355 #define _CLASS_EFET_H_
356
357 diff --git a/drivers/net/pfe_eth/pfe/class/mac_hash.h b/drivers/net/pfe_eth/pfe/class/mac_hash.h
358 index 68023b4..ca24ca5 100644
359 --- a/drivers/net/pfe_eth/pfe/class/mac_hash.h
360 +++ b/drivers/net/pfe_eth/pfe/class/mac_hash.h
361 @@ -1,3 +1,8 @@
362 +/*
363 +* Copyright (C) 2016 Freescale Semiconductor Inc.
364 +*
365 +* SPDX-License-Identifier:GPL-2.0+
366 +*/
367 #ifndef _MAC_HASH_H_
368 #define _MAC_HASH_H_
369
370 diff --git a/drivers/net/pfe_eth/pfe/class/perg.h b/drivers/net/pfe_eth/pfe/class/perg.h
371 index 7297171..dbb5a3b 100644
372 --- a/drivers/net/pfe_eth/pfe/class/perg.h
373 +++ b/drivers/net/pfe_eth/pfe/class/perg.h
374 @@ -1,3 +1,8 @@
375 +/*
376 +* Copyright (C) 2016 Freescale Semiconductor Inc.
377 +*
378 +* SPDX-License-Identifier:GPL-2.0+
379 +*/
380 #ifndef _PERG_H_
381 #define _PERG_H_
382
383 diff --git a/drivers/net/pfe_eth/pfe/class/vlan_hash.h b/drivers/net/pfe_eth/pfe/class/vlan_hash.h
384 index a54ac19..cdad97c 100644
385 --- a/drivers/net/pfe_eth/pfe/class/vlan_hash.h
386 +++ b/drivers/net/pfe_eth/pfe/class/vlan_hash.h
387 @@ -1,3 +1,8 @@
388 +/*
389 +* Copyright (C) 2016 Freescale Semiconductor Inc.
390 +*
391 +* SPDX-License-Identifier:GPL-2.0+
392 +*/
393 #ifndef _VLAN_HASH_H_
394 #define _VLAN_HASH_H_
395
396 diff --git a/drivers/net/pfe_eth/pfe/gpt.h b/drivers/net/pfe_eth/pfe/gpt.h
397 index d820277..6fce042 100644
398 --- a/drivers/net/pfe_eth/pfe/gpt.h
399 +++ b/drivers/net/pfe_eth/pfe/gpt.h
400 @@ -1,3 +1,8 @@
401 +/*
402 +* Copyright (C) 2016 Freescale Semiconductor Inc.
403 +*
404 +* SPDX-License-Identifier:GPL-2.0+
405 +*/
406 #ifndef _GPT_H_
407 #define _GPT_H_
408
409 diff --git a/drivers/net/pfe_eth/pfe/pe.h b/drivers/net/pfe_eth/pfe/pe.h
410 index a3838f5..ac8cbf2 100644
411 --- a/drivers/net/pfe_eth/pfe/pe.h
412 +++ b/drivers/net/pfe_eth/pfe/pe.h
413 @@ -1,3 +1,8 @@
414 +/*
415 +* Copyright (C) 2016 Freescale Semiconductor Inc.
416 +*
417 +* SPDX-License-Identifier:GPL-2.0+
418 +*/
419 #ifndef _PE_H_
420 #define _PE_H_
421
422 diff --git a/drivers/net/pfe_eth/pfe/pfe.h b/drivers/net/pfe_eth/pfe/pfe.h
423 index 9445155..ac1ecb8 100644
424 --- a/drivers/net/pfe_eth/pfe/pfe.h
425 +++ b/drivers/net/pfe_eth/pfe/pfe.h
426 @@ -1,3 +1,8 @@
427 +/*
428 +* Copyright (C) 2016 Freescale Semiconductor Inc.
429 +*
430 +* SPDX-License-Identifier:GPL-2.0+
431 +*/
432 #ifndef _PFE_H_
433 #define _PFE_H_
434
435 diff --git a/drivers/net/pfe_eth/pfe/tmu.h b/drivers/net/pfe_eth/pfe/tmu.h
436 index 12eaf12..dd697be 100644
437 --- a/drivers/net/pfe_eth/pfe/tmu.h
438 +++ b/drivers/net/pfe_eth/pfe/tmu.h
439 @@ -1,3 +1,8 @@
440 +/*
441 +* Copyright (C) 2016 Freescale Semiconductor Inc.
442 +*
443 +* SPDX-License-Identifier:GPL-2.0+
444 +*/
445 #ifndef _TMU_H_
446 #define _TMU_H_
447
448 diff --git a/drivers/net/pfe_eth/pfe/tmu/phy_queue.h b/drivers/net/pfe_eth/pfe/tmu/phy_queue.h
449 index 9eef9a9..b9a0925 100644
450 --- a/drivers/net/pfe_eth/pfe/tmu/phy_queue.h
451 +++ b/drivers/net/pfe_eth/pfe/tmu/phy_queue.h
452 @@ -1,3 +1,8 @@
453 +/*
454 +* Copyright (C) 2016 Freescale Semiconductor Inc.
455 +*
456 +* SPDX-License-Identifier:GPL-2.0+
457 +*/
458 #ifndef _PHY_QUEUE_H_
459 #define _PHY_QUEUE_H_
460
461 diff --git a/drivers/net/pfe_eth/pfe/tmu/sched.h b/drivers/net/pfe_eth/pfe/tmu/sched.h
462 index 0c741cc..954dc8f 100644
463 --- a/drivers/net/pfe_eth/pfe/tmu/sched.h
464 +++ b/drivers/net/pfe_eth/pfe/tmu/sched.h
465 @@ -1,3 +1,8 @@
466 +/*
467 +* Copyright (C) 2016 Freescale Semiconductor Inc.
468 +*
469 +* SPDX-License-Identifier:GPL-2.0+
470 +*/
471 #ifndef _SCHED_H_
472 #define _SCHED_H_
473
474 diff --git a/drivers/net/pfe_eth/pfe/tmu/shaper.h b/drivers/net/pfe_eth/pfe/tmu/shaper.h
475 index 76315f3..81c367d 100644
476 --- a/drivers/net/pfe_eth/pfe/tmu/shaper.h
477 +++ b/drivers/net/pfe_eth/pfe/tmu/shaper.h
478 @@ -1,3 +1,8 @@
479 +/*
480 +* Copyright (C) 2016 Freescale Semiconductor Inc.
481 +*
482 +* SPDX-License-Identifier:GPL-2.0+
483 +*/
484 #ifndef _SHAPER_H_
485 #define _SHAPER_H_
486
487 diff --git a/drivers/net/pfe_eth/pfe/uart.h b/drivers/net/pfe_eth/pfe/uart.h
488 index 483d446..2268430 100644
489 --- a/drivers/net/pfe_eth/pfe/uart.h
490 +++ b/drivers/net/pfe_eth/pfe/uart.h
491 @@ -1,3 +1,8 @@
492 +/*
493 +* Copyright (C) 2016 Freescale Semiconductor Inc.
494 +*
495 +* SPDX-License-Identifier:GPL-2.0+
496 +*/
497 #ifndef _UART_H_
498 #define _UART_H_
499
500 diff --git a/drivers/net/pfe_eth/pfe/util/eape.h b/drivers/net/pfe_eth/pfe/util/eape.h
501 index 07344dc..77af2d4 100644
502 --- a/drivers/net/pfe_eth/pfe/util/eape.h
503 +++ b/drivers/net/pfe_eth/pfe/util/eape.h
504 @@ -1,3 +1,8 @@
505 +/*
506 +* Copyright (C) 2016 Freescale Semiconductor Inc.
507 +*
508 +* SPDX-License-Identifier:GPL-2.0+
509 +*/
510 #ifndef _EAPE_H_
511 #define _EAPE_H_
512
513 diff --git a/drivers/net/pfe_eth/pfe/util/efet.h b/drivers/net/pfe_eth/pfe/util/efet.h
514 index 12d0310..eed87fe 100644
515 --- a/drivers/net/pfe_eth/pfe/util/efet.h
516 +++ b/drivers/net/pfe_eth/pfe/util/efet.h
517 @@ -1,3 +1,8 @@
518 +/*
519 +* Copyright (C) 2016 Freescale Semiconductor Inc.
520 +*
521 +* SPDX-License-Identifier:GPL-2.0+
522 +*/
523 #ifndef _UTIL_EFET_H_
524 #define _UTIL_EFET_H_
525
526 diff --git a/drivers/net/pfe_eth/pfe/util/inq.h b/drivers/net/pfe_eth/pfe/util/inq.h
527 index 73d1acb..7ee008b 100644
528 --- a/drivers/net/pfe_eth/pfe/util/inq.h
529 +++ b/drivers/net/pfe_eth/pfe/util/inq.h
530 @@ -1,3 +1,8 @@
531 +/*
532 +* Copyright (C) 2016 Freescale Semiconductor Inc.
533 +*
534 +* SPDX-License-Identifier:GPL-2.0+
535 +*/
536 #ifndef _INQ_H_
537 #define _INQ_H_
538
539 diff --git a/drivers/net/pfe_eth/pfe_driver.c b/drivers/net/pfe_eth/pfe_driver.c
540 index 2f4c385..e252fcf 100644
541 --- a/drivers/net/pfe_eth/pfe_driver.c
542 +++ b/drivers/net/pfe_eth/pfe_driver.c
543 @@ -1,27 +1,8 @@
544 /*
545 - * (C) Copyright 2011
546 - * Author : Mindspeed Technologes
547 - *
548 - * See file CREDITS for list of people who contributed to this
549 - * project.
550 - *
551 - * This program is free software; you can redistribute it and/or
552 - * modify it under the terms of the GNU General Public License as
553 - * published by the Free Software Foundation; either version 2 of
554 - * the License, or (at your option) any later version.
555 - *
556 - * This program is distributed in the hope that it will be useful,
557 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
558 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
559 - * GNU General Public License for more details.
560 - *
561 - * You should have received a copy of the GNU General Public License
562 - * along with this program; if not, write to the Free Software
563 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
564 - * MA 02111-1307 USA
565 - * */
566 -
567 -
568 +* Copyright (C) 2016 Freescale Semiconductor Inc.
569 +*
570 +* SPDX-License-Identifier:GPL-2.0+
571 +*/
572 #include "hal.h"
573 #include "pfe/pfe.h"
574 #include "pfe_driver.h"
575 diff --git a/drivers/net/pfe_eth/pfe_driver.h b/drivers/net/pfe_eth/pfe_driver.h
576 index 4d2e8b6..2ef8e5c 100644
577 --- a/drivers/net/pfe_eth/pfe_driver.h
578 +++ b/drivers/net/pfe_eth/pfe_driver.h
579 @@ -1,26 +1,8 @@
580 /*
581 - * (C) Copyright 2011
582 - * Author : Mindspeed Technologes
583 - *
584 - * See file CREDITS for list of people who contributed to this
585 - * project.
586 - *
587 - * This program is free software; you can redistribute it and/or
588 - * modify it under the terms of the GNU General Public License as
589 - * published by the Free Software Foundation; either version 2 of
590 - * the License, or (at your option) any later version.
591 - *
592 - * This program is distributed in the hope that it will be useful,
593 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
594 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
595 - * GNU General Public License for more details.
596 - *
597 - * You should have received a copy of the GNU General Public License
598 - * along with this program; if not, write to the Free Software
599 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
600 - * MA 02111-1307 USA
601 - * */
602 -
603 +* Copyright (C) 2016 Freescale Semiconductor Inc.
604 +*
605 +* SPDX-License-Identifier:GPL-2.0+
606 +*/
607 #ifndef __PFE_DRIVER_H__
608 #define __PFE_DRIVER_H__
609
610 diff --git a/drivers/net/pfe_eth/pfe_eth.c b/drivers/net/pfe_eth/pfe_eth.c
611 index 4a935ca..528ede9 100644
612 --- a/drivers/net/pfe_eth/pfe_eth.c
613 +++ b/drivers/net/pfe_eth/pfe_eth.c
614 @@ -1,3 +1,8 @@
615 +/*
616 +* Copyright (C) 2016 Freescale Semiconductor Inc.
617 +*
618 +* SPDX-License-Identifier:GPL-2.0+
619 +*/
620 #include <common.h>
621 #include <config.h>
622 //#include <asm/arch/hardware.h>
623 diff --git a/drivers/net/pfe_eth/pfe_eth.h b/drivers/net/pfe_eth/pfe_eth.h
624 index af6191d..358fa58 100644
625 --- a/drivers/net/pfe_eth/pfe_eth.h
626 +++ b/drivers/net/pfe_eth/pfe_eth.h
627 @@ -1,26 +1,8 @@
628 /*
629 - * (C) Copyright 2011
630 - * Author : Mindspeed Technologes
631 - *
632 - * See file CREDITS for list of people who contributed to this
633 - * project.
634 - *
635 - * This program is free software; you can redistribute it and/or
636 - * modify it under the terms of the GNU General Public License as
637 - * published by the Free Software Foundation; either version 2 of
638 - * the License, or (at your option) any later version.
639 - *
640 - * This program is distributed in the hope that it will be useful,
641 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
642 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
643 - * GNU General Public License for more details.
644 - *
645 - * You should have received a copy of the GNU General Public License
646 - * along with this program; if not, write to the Free Software
647 - * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
648 - * MA 02111-1307 USA
649 - * */
650 -
651 +* Copyright (C) 2016 Freescale Semiconductor Inc.
652 +*
653 +* SPDX-License-Identifier:GPL-2.0+
654 +*/
655 #ifndef _LS1012a_ETH_H_
656 #define _LS1012a_ETH_H_
657
658 diff --git a/drivers/net/pfe_eth/pfe_firmware.c b/drivers/net/pfe_eth/pfe_firmware.c
659 index 5957afd..e190514 100644
660 --- a/drivers/net/pfe_eth/pfe_firmware.c
661 +++ b/drivers/net/pfe_eth/pfe_firmware.c
662 @@ -1,4 +1,8 @@
663 -
664 +/*
665 +* Copyright (C) 2016 Freescale Semiconductor Inc.
666 +*
667 +* SPDX-License-Identifier:GPL-2.0+
668 +*/
669
670 /** @file
671 * Contains all the functions to handle parsing and loading of PE firmware files.
672 diff --git a/drivers/net/pfe_eth/pfe_firmware.h b/drivers/net/pfe_eth/pfe_firmware.h
673 index 2823162..ecae3e3 100644
674 --- a/drivers/net/pfe_eth/pfe_firmware.h
675 +++ b/drivers/net/pfe_eth/pfe_firmware.h
676 @@ -1,4 +1,8 @@
677 -
678 +/*
679 +* Copyright (C) 2016 Freescale Semiconductor Inc.
680 +*
681 +* SPDX-License-Identifier:GPL-2.0+
682 +*/
683
684 /** @file
685 * Contains all the defines to handle parsing and loading of PE firmware files.
686 --
687 1.7.9.5
688