aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-layerscape/patches/0052-Add-Freescale-Copyright-in-PPFE-driver.patch
blob: 854e39bf85e3f93b1d195923c81977597e2ec594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
From e6ab05ee921fe2c8ae2dabdd5c1f27e2ff2446cb Mon Sep 17 00:00:00 2001
From: Bhaskar Upadhaya <Bhaskar.Upadhaya@freescale.com>
Date: Mon, 13 Jun 2016 07:37:52 +0530
Subject: [PATCH 52/93] Add Freescale Copyright in PPFE driver

Signed-off-by: Bhaskar Upadhaya <Bhaskar.Upadhaya@freescale.com>
---
 board/freescale/ls1012ardb/eth.c          |    2 +-
 common/cmd_gemac_stat.c                   |   25 ++++---------------------
 common/cmd_pfe_commands.c                 |   25 ++++---------------------
 drivers/net/pfe_eth/Makefile              |    4 ++++
 drivers/net/pfe_eth/hal.h                 |   26 ++++----------------------
 drivers/net/pfe_eth/pfe.c                 |    5 +++++
 drivers/net/pfe_eth/pfe/cbus.h            |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/bmu.h        |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/class_csr.h  |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/emac.h       |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/gpi.h        |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/gpt.h        |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/hif.h        |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h  |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/tmu_csr.h    |    5 +++++
 drivers/net/pfe_eth/pfe/cbus/util_csr.h   |    5 +++++
 drivers/net/pfe_eth/pfe/class.h           |    5 +++++
 drivers/net/pfe_eth/pfe/class/ccu.h       |    5 +++++
 drivers/net/pfe_eth/pfe/class/efet.h      |    5 +++++
 drivers/net/pfe_eth/pfe/class/mac_hash.h  |    5 +++++
 drivers/net/pfe_eth/pfe/class/perg.h      |    5 +++++
 drivers/net/pfe_eth/pfe/class/vlan_hash.h |    5 +++++
 drivers/net/pfe_eth/pfe/gpt.h             |    5 +++++
 drivers/net/pfe_eth/pfe/pe.h              |    5 +++++
 drivers/net/pfe_eth/pfe/pfe.h             |    5 +++++
 drivers/net/pfe_eth/pfe/tmu.h             |    5 +++++
 drivers/net/pfe_eth/pfe/tmu/phy_queue.h   |    5 +++++
 drivers/net/pfe_eth/pfe/tmu/sched.h       |    5 +++++
 drivers/net/pfe_eth/pfe/tmu/shaper.h      |    5 +++++
 drivers/net/pfe_eth/pfe/uart.h            |    5 +++++
 drivers/net/pfe_eth/pfe/util/eape.h       |    5 +++++
 drivers/net/pfe_eth/pfe/util/efet.h       |    5 +++++
 drivers/net/pfe_eth/pfe/util/inq.h        |    5 +++++
 drivers/net/pfe_eth/pfe_driver.c          |   27 ++++-----------------------
 drivers/net/pfe_eth/pfe_driver.h          |   26 ++++----------------------
 drivers/net/pfe_eth/pfe_eth.c             |    5 +++++
 drivers/net/pfe_eth/pfe_eth.h             |   26 ++++----------------------
 drivers/net/pfe_eth/pfe_firmware.c        |    6 +++++-
 drivers/net/pfe_eth/pfe_firmware.h        |    6 +++++-
 39 files changed, 184 insertions(+), 134 deletions(-)

diff --git a/board/freescale/ls1012ardb/eth.c b/board/freescale/ls1012ardb/eth.c
index 7b0e450..34ba56d 100644
--- a/board/freescale/ls1012ardb/eth.c
+++ b/board/freescale/ls1012ardb/eth.c
@@ -1,7 +1,7 @@
 /*
  * Copyright 2016 Freescale Semiconductor, Inc.
  *
- * SPDX-License-Identifier:	GPL-2.0+
+ * SPDX-License-Identifier:GPL-2.0+
  */
 
 #include <common.h>
diff --git a/common/cmd_gemac_stat.c b/common/cmd_gemac_stat.c
index 49bb1aa..fb621a2 100644
--- a/common/cmd_gemac_stat.c
+++ b/common/cmd_gemac_stat.c
@@ -1,25 +1,8 @@
 /*
- * (C) Copyright 2003
- *  Author : Laurent Brando (Mindspeed Technologies)
- *
- * See file CREDITS for list of people who contributed to this
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 
 /**
  * @file
diff --git a/common/cmd_pfe_commands.c b/common/cmd_pfe_commands.c
index 84999a6..92917e0 100644
--- a/common/cmd_pfe_commands.c
+++ b/common/cmd_pfe_commands.c
@@ -1,25 +1,8 @@
 /*
- * (C) Copyright 2012
- *  Author : Bill Westland (Mindspeed Technologies)
- *
- * See file CREDITS for list of people who contributed to this
- * 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.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
- */
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 
 /**
  * @file
diff --git a/drivers/net/pfe_eth/Makefile b/drivers/net/pfe_eth/Makefile
index 1af837d..bc45d8f 100644
--- a/drivers/net/pfe_eth/Makefile
+++ b/drivers/net/pfe_eth/Makefile
@@ -1 +1,5 @@
+# Copyright (C) 2016 Freescale Semiconductor Inc.
+#
+# SPDX-License-Identifier:GPL-2.0+
+
 obj-y += pfe_eth.o pfe_firmware.o pfe.o pfe_driver.o
diff --git a/drivers/net/pfe_eth/hal.h b/drivers/net/pfe_eth/hal.h
index e795fe6..ff510ac 100644
--- a/drivers/net/pfe_eth/hal.h
+++ b/drivers/net/pfe_eth/hal.h
@@ -1,26 +1,8 @@
 /*
- *  (C) Copyright 2011
- *  Author : Mindspeed Technologes
- *  
- *  See file CREDITS for list of people who contributed to this
- *  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.
- *  
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *  MA 02111-1307 USA
- * */
-
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _HAL_H_
 #define _HAL_H_
 
diff --git a/drivers/net/pfe_eth/pfe.c b/drivers/net/pfe_eth/pfe.c
index 94cfe4e..68cf23a 100644
--- a/drivers/net/pfe_eth/pfe.c
+++ b/drivers/net/pfe_eth/pfe.c
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #include "hal.h"
 #include "pfe/pfe.h"
 
diff --git a/drivers/net/pfe_eth/pfe/cbus.h b/drivers/net/pfe_eth/pfe/cbus.h
index 778fe45..d46a765 100644
--- a/drivers/net/pfe_eth/pfe/cbus.h
+++ b/drivers/net/pfe_eth/pfe/cbus.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _CBUS_H_
 #define _CBUS_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/bmu.h b/drivers/net/pfe_eth/pfe/cbus/bmu.h
index f3e5e6d..fd37570 100644
--- a/drivers/net/pfe_eth/pfe/cbus/bmu.h
+++ b/drivers/net/pfe_eth/pfe/cbus/bmu.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _BMU_H_
 #define _BMU_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/class_csr.h b/drivers/net/pfe_eth/pfe/cbus/class_csr.h
index f3151ec..4c2c3fa 100644
--- a/drivers/net/pfe_eth/pfe/cbus/class_csr.h
+++ b/drivers/net/pfe_eth/pfe/cbus/class_csr.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _CLASS_CSR_H_
 #define _CLASS_CSR_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/emac.h b/drivers/net/pfe_eth/pfe/cbus/emac.h
index 1f308ce..aead064 100644
--- a/drivers/net/pfe_eth/pfe/cbus/emac.h
+++ b/drivers/net/pfe_eth/pfe/cbus/emac.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _EMAC_H_
 #define _EMAC_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/gpi.h b/drivers/net/pfe_eth/pfe/cbus/gpi.h
index d2d165f..7792d6c 100644
--- a/drivers/net/pfe_eth/pfe/cbus/gpi.h
+++ b/drivers/net/pfe_eth/pfe/cbus/gpi.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _GPI_H_
 #define _GPI_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/gpt.h b/drivers/net/pfe_eth/pfe/cbus/gpt.h
index f8c114b..0ec5fdc 100644
--- a/drivers/net/pfe_eth/pfe/cbus/gpt.h
+++ b/drivers/net/pfe_eth/pfe/cbus/gpt.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _CBUS_GPT_H_
 #define _CBUS_GPT_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/hif.h b/drivers/net/pfe_eth/pfe/cbus/hif.h
index 2329faa..45bc0b2 100644
--- a/drivers/net/pfe_eth/pfe/cbus/hif.h
+++ b/drivers/net/pfe_eth/pfe/cbus/hif.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _HIF_H_
 #define _HIF_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h b/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h
index 93cb946..55ddc8c 100644
--- a/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h
+++ b/drivers/net/pfe_eth/pfe/cbus/hif_nocpy.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _HIF_NOCPY_H_
 #define _HIF_NOCPY_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h b/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h
index 64fad04..058874e 100644
--- a/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h
+++ b/drivers/net/pfe_eth/pfe/cbus/tmu_csr.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _TMU_CSR_H_
 #define _TMU_CSR_H_
 
diff --git a/drivers/net/pfe_eth/pfe/cbus/util_csr.h b/drivers/net/pfe_eth/pfe/cbus/util_csr.h
index d67e849..14079db 100644
--- a/drivers/net/pfe_eth/pfe/cbus/util_csr.h
+++ b/drivers/net/pfe_eth/pfe/cbus/util_csr.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _UTIL_CSR_H_
 #define _UTIL_CSR_H_
 
diff --git a/drivers/net/pfe_eth/pfe/class.h b/drivers/net/pfe_eth/pfe/class.h
index 33ad826..87b1399 100644
--- a/drivers/net/pfe_eth/pfe/class.h
+++ b/drivers/net/pfe_eth/pfe/class.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _CLASS_H_
 #define _CLASS_H_
 
diff --git a/drivers/net/pfe_eth/pfe/class/ccu.h b/drivers/net/pfe_eth/pfe/class/ccu.h
index 2c43d97..605ac16 100644
--- a/drivers/net/pfe_eth/pfe/class/ccu.h
+++ b/drivers/net/pfe_eth/pfe/class/ccu.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _CCU_H_
 #define _CCU_H_
 
diff --git a/drivers/net/pfe_eth/pfe/class/efet.h b/drivers/net/pfe_eth/pfe/class/efet.h
index 4f3cc25..7ef2978 100644
--- a/drivers/net/pfe_eth/pfe/class/efet.h
+++ b/drivers/net/pfe_eth/pfe/class/efet.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _CLASS_EFET_H_
 #define _CLASS_EFET_H_
 
diff --git a/drivers/net/pfe_eth/pfe/class/mac_hash.h b/drivers/net/pfe_eth/pfe/class/mac_hash.h
index 68023b4..ca24ca5 100644
--- a/drivers/net/pfe_eth/pfe/class/mac_hash.h
+++ b/drivers/net/pfe_eth/pfe/class/mac_hash.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _MAC_HASH_H_
 #define _MAC_HASH_H_
 
diff --git a/drivers/net/pfe_eth/pfe/class/perg.h b/drivers/net/pfe_eth/pfe/class/perg.h
index 7297171..dbb5a3b 100644
--- a/drivers/net/pfe_eth/pfe/class/perg.h
+++ b/drivers/net/pfe_eth/pfe/class/perg.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _PERG_H_
 #define _PERG_H_
 
diff --git a/drivers/net/pfe_eth/pfe/class/vlan_hash.h b/drivers/net/pfe_eth/pfe/class/vlan_hash.h
index a54ac19..cdad97c 100644
--- a/drivers/net/pfe_eth/pfe/class/vlan_hash.h
+++ b/drivers/net/pfe_eth/pfe/class/vlan_hash.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _VLAN_HASH_H_
 #define _VLAN_HASH_H_
 
diff --git a/drivers/net/pfe_eth/pfe/gpt.h b/drivers/net/pfe_eth/pfe/gpt.h
index d820277..6fce042 100644
--- a/drivers/net/pfe_eth/pfe/gpt.h
+++ b/drivers/net/pfe_eth/pfe/gpt.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _GPT_H_
 #define _GPT_H_
 
diff --git a/drivers/net/pfe_eth/pfe/pe.h b/drivers/net/pfe_eth/pfe/pe.h
index a3838f5..ac8cbf2 100644
--- a/drivers/net/pfe_eth/pfe/pe.h
+++ b/drivers/net/pfe_eth/pfe/pe.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _PE_H_
 #define _PE_H_
 
diff --git a/drivers/net/pfe_eth/pfe/pfe.h b/drivers/net/pfe_eth/pfe/pfe.h
index 9445155..ac1ecb8 100644
--- a/drivers/net/pfe_eth/pfe/pfe.h
+++ b/drivers/net/pfe_eth/pfe/pfe.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _PFE_H_
 #define _PFE_H_
 
diff --git a/drivers/net/pfe_eth/pfe/tmu.h b/drivers/net/pfe_eth/pfe/tmu.h
index 12eaf12..dd697be 100644
--- a/drivers/net/pfe_eth/pfe/tmu.h
+++ b/drivers/net/pfe_eth/pfe/tmu.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _TMU_H_
 #define _TMU_H_
 
diff --git a/drivers/net/pfe_eth/pfe/tmu/phy_queue.h b/drivers/net/pfe_eth/pfe/tmu/phy_queue.h
index 9eef9a9..b9a0925 100644
--- a/drivers/net/pfe_eth/pfe/tmu/phy_queue.h
+++ b/drivers/net/pfe_eth/pfe/tmu/phy_queue.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _PHY_QUEUE_H_
 #define _PHY_QUEUE_H_
 
diff --git a/drivers/net/pfe_eth/pfe/tmu/sched.h b/drivers/net/pfe_eth/pfe/tmu/sched.h
index 0c741cc..954dc8f 100644
--- a/drivers/net/pfe_eth/pfe/tmu/sched.h
+++ b/drivers/net/pfe_eth/pfe/tmu/sched.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _SCHED_H_
 #define _SCHED_H_
 
diff --git a/drivers/net/pfe_eth/pfe/tmu/shaper.h b/drivers/net/pfe_eth/pfe/tmu/shaper.h
index 76315f3..81c367d 100644
--- a/drivers/net/pfe_eth/pfe/tmu/shaper.h
+++ b/drivers/net/pfe_eth/pfe/tmu/shaper.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _SHAPER_H_
 #define _SHAPER_H_
 
diff --git a/drivers/net/pfe_eth/pfe/uart.h b/drivers/net/pfe_eth/pfe/uart.h
index 483d446..2268430 100644
--- a/drivers/net/pfe_eth/pfe/uart.h
+++ b/drivers/net/pfe_eth/pfe/uart.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _UART_H_
 #define _UART_H_
 
diff --git a/drivers/net/pfe_eth/pfe/util/eape.h b/drivers/net/pfe_eth/pfe/util/eape.h
index 07344dc..77af2d4 100644
--- a/drivers/net/pfe_eth/pfe/util/eape.h
+++ b/drivers/net/pfe_eth/pfe/util/eape.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _EAPE_H_
 #define _EAPE_H_
 
diff --git a/drivers/net/pfe_eth/pfe/util/efet.h b/drivers/net/pfe_eth/pfe/util/efet.h
index 12d0310..eed87fe 100644
--- a/drivers/net/pfe_eth/pfe/util/efet.h
+++ b/drivers/net/pfe_eth/pfe/util/efet.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _UTIL_EFET_H_
 #define _UTIL_EFET_H_
 
diff --git a/drivers/net/pfe_eth/pfe/util/inq.h b/drivers/net/pfe_eth/pfe/util/inq.h
index 73d1acb..7ee008b 100644
--- a/drivers/net/pfe_eth/pfe/util/inq.h
+++ b/drivers/net/pfe_eth/pfe/util/inq.h
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _INQ_H_
 #define _INQ_H_
 
diff --git a/drivers/net/pfe_eth/pfe_driver.c b/drivers/net/pfe_eth/pfe_driver.c
index 2f4c385..e252fcf 100644
--- a/drivers/net/pfe_eth/pfe_driver.c
+++ b/drivers/net/pfe_eth/pfe_driver.c
@@ -1,27 +1,8 @@
 /*
- *  (C) Copyright 2011
- *  Author : Mindspeed Technologes
- *
- *  See file CREDITS for list of people who contributed to this
- *  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.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *  MA 02111-1307 USA
- * */
-
-
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #include "hal.h"
 #include "pfe/pfe.h"
 #include "pfe_driver.h"
diff --git a/drivers/net/pfe_eth/pfe_driver.h b/drivers/net/pfe_eth/pfe_driver.h
index 4d2e8b6..2ef8e5c 100644
--- a/drivers/net/pfe_eth/pfe_driver.h
+++ b/drivers/net/pfe_eth/pfe_driver.h
@@ -1,26 +1,8 @@
 /*
- *  (C) Copyright 2011
- *  Author : Mindspeed Technologes
- *  
- *  See file CREDITS for list of people who contributed to this
- *  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.
- *  
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *  MA 02111-1307 USA
- * */
-
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef __PFE_DRIVER_H__
 #define __PFE_DRIVER_H__
 
diff --git a/drivers/net/pfe_eth/pfe_eth.c b/drivers/net/pfe_eth/pfe_eth.c
index 4a935ca..528ede9 100644
--- a/drivers/net/pfe_eth/pfe_eth.c
+++ b/drivers/net/pfe_eth/pfe_eth.c
@@ -1,3 +1,8 @@
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #include <common.h>
 #include <config.h>
 //#include <asm/arch/hardware.h>
diff --git a/drivers/net/pfe_eth/pfe_eth.h b/drivers/net/pfe_eth/pfe_eth.h
index af6191d..358fa58 100644
--- a/drivers/net/pfe_eth/pfe_eth.h
+++ b/drivers/net/pfe_eth/pfe_eth.h
@@ -1,26 +1,8 @@
 /*
- *  (C) Copyright 2011
- *  Author : Mindspeed Technologes
- *  
- *  See file CREDITS for list of people who contributed to this
- *  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.
- *  
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- *  MA 02111-1307 USA
- * */
-
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 #ifndef _LS1012a_ETH_H_
 #define _LS1012a_ETH_H_
 
diff --git a/drivers/net/pfe_eth/pfe_firmware.c b/drivers/net/pfe_eth/pfe_firmware.c
index 5957afd..e190514 100644
--- a/drivers/net/pfe_eth/pfe_firmware.c
+++ b/drivers/net/pfe_eth/pfe_firmware.c
@@ -1,4 +1,8 @@
-
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 
 /** @file
  *  Contains all the functions to handle parsing and loading of PE firmware files.
diff --git a/drivers/net/pfe_eth/pfe_firmware.h b/drivers/net/pfe_eth/pfe_firmware.h
index 2823162..ecae3e3 100644
--- a/drivers/net/pfe_eth/pfe_firmware.h
+++ b/drivers/net/pfe_eth/pfe_firmware.h
@@ -1,4 +1,8 @@
-
+/*
+* Copyright (C) 2016 Freescale Semiconductor Inc.
+*
+* SPDX-License-Identifier:GPL-2.0+
+*/
 
 /** @file
  *  Contains all the defines to handle parsing and loading of PE firmware files.
-- 
1.7.9.5