summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuraj Das2016-03-11 11:29:26 -0600
committerSuraj Das2016-03-11 11:29:26 -0600
commitb95970715b04f311a4529f7a031097fa44baf776 (patch)
treece638810d51b79eb9f11b07ede1da3f1c61dd1a8
parent212663b7ddc1647b11a3c31f88d7fb28e8765fb7 (diff)
downloadhyplnk-lld-b95970715b04f311a4529f7a031097fa44baf776.tar.gz
hyplnk-lld-b95970715b04f311a4529f7a031097fa44baf776.tar.xz
hyplnk-lld-b95970715b04f311a4529f7a031097fa44baf776.zip
copyright and cruicible fixes
-rw-r--r--device/c6657/src/hyplnk_device.c2
-rw-r--r--device/c6678/src/hyplnk_device.c2
-rw-r--r--device/hyplnk_device.h2
-rw-r--r--device/k2e/src/hyplnk_device.c2
-rw-r--r--device/k2h/src/hyplnk_device.c2
-rw-r--r--device/k2k/src/hyplnk_device.c2
-rw-r--r--example/EDMA/commonEDMA.c4
-rw-r--r--example/EDMA/hyplnkDMA.c4
-rw-r--r--example/EDMA/hyplnkEDMA.h4
-rw-r--r--example/EDMA/hyplnkEDMAselector.c2
-rw-r--r--example/InfraDMA/hyplnkInfraDMA.h2
-rw-r--r--example/cicInterruptExample/src/cicInterruptExample.c2
-rw-r--r--example/common/hyplnkIsr.c2
-rw-r--r--example/common/hyplnkIsr.h2
-rw-r--r--example/common/hyplnkLLDCfg.h6
-rw-r--r--example/common/hyplnkLLDIFace.c2
-rw-r--r--example/common/hyplnkLLDIFace.h2
-rw-r--r--example/common/hyplnkPlatCfg.h6
-rw-r--r--example/common/hyplnkResource.c2
-rw-r--r--example/common/hyplnkResource.h2
-rw-r--r--hyplnk.h2
-rw-r--r--hyplnk_cfg.h2
-rw-r--r--src/hyplnk.c2
-rw-r--r--src/hyplnkinit.c2
-rw-r--r--src/hyplnkloc.h2
25 files changed, 33 insertions, 31 deletions
diff --git a/device/c6657/src/hyplnk_device.c b/device/c6657/src/hyplnk_device.c
index 1a7303c..aa4b583 100644
--- a/device/c6657/src/hyplnk_device.c
+++ b/device/c6657/src/hyplnk_device.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * \par 8 * \par
9 * ============================================================================ 9 * ============================================================================
10 * @n (C) Copyright 2013, Texas Instruments, Inc. 10 * @n (C) Copyright 2013-2016, Texas Instruments, Inc.
11 * 11 *
12 * Redistribution and use in source and binary forms, with or without 12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 13 * modification, are permitted provided that the following conditions
diff --git a/device/c6678/src/hyplnk_device.c b/device/c6678/src/hyplnk_device.c
index 1a7303c..aa4b583 100644
--- a/device/c6678/src/hyplnk_device.c
+++ b/device/c6678/src/hyplnk_device.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * \par 8 * \par
9 * ============================================================================ 9 * ============================================================================
10 * @n (C) Copyright 2013, Texas Instruments, Inc. 10 * @n (C) Copyright 2013-2016, Texas Instruments, Inc.
11 * 11 *
12 * Redistribution and use in source and binary forms, with or without 12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 13 * modification, are permitted provided that the following conditions
diff --git a/device/hyplnk_device.h b/device/hyplnk_device.h
index 8183422..5560171 100644
--- a/device/hyplnk_device.h
+++ b/device/hyplnk_device.h
@@ -7,7 +7,7 @@
7 * 7 *
8 * \par 8 * \par
9 * ============================================================================ 9 * ============================================================================
10 * @n (C) Copyright 2013, Texas Instruments, Inc. 10 * @n (C) Copyright 2013-2016, Texas Instruments, Inc.
11 * 11 *
12 * Redistribution and use in source and binary forms, with or without 12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 13 * modification, are permitted provided that the following conditions
diff --git a/device/k2e/src/hyplnk_device.c b/device/k2e/src/hyplnk_device.c
index 9a2634e..f357e3d 100644
--- a/device/k2e/src/hyplnk_device.c
+++ b/device/k2e/src/hyplnk_device.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * \par 8 * \par
9 * ============================================================================ 9 * ============================================================================
10 * @n (C) Copyright 2013, Texas Instruments, Inc. 10 * @n (C) Copyright 2013-2016, Texas Instruments, Inc.
11 * 11 *
12 * Redistribution and use in source and binary forms, with or without 12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 13 * modification, are permitted provided that the following conditions
diff --git a/device/k2h/src/hyplnk_device.c b/device/k2h/src/hyplnk_device.c
index 26a9ad5..6eea261 100644
--- a/device/k2h/src/hyplnk_device.c
+++ b/device/k2h/src/hyplnk_device.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * \par 8 * \par
9 * ============================================================================ 9 * ============================================================================
10 * @n (C) Copyright 2013, Texas Instruments, Inc. 10 * @n (C) Copyright 2013-2016, Texas Instruments, Inc.
11 * 11 *
12 * Redistribution and use in source and binary forms, with or without 12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 13 * modification, are permitted provided that the following conditions
diff --git a/device/k2k/src/hyplnk_device.c b/device/k2k/src/hyplnk_device.c
index 59ec68e..04e5221 100644
--- a/device/k2k/src/hyplnk_device.c
+++ b/device/k2k/src/hyplnk_device.c
@@ -7,7 +7,7 @@
7 * 7 *
8 * \par 8 * \par
9 * ============================================================================ 9 * ============================================================================
10 * @n (C) Copyright 2013, Texas Instruments, Inc. 10 * @n (C) Copyright 2013-2016, Texas Instruments, Inc.
11 * 11 *
12 * Redistribution and use in source and binary forms, with or without 12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions 13 * modification, are permitted provided that the following conditions
diff --git a/example/EDMA/commonEDMA.c b/example/EDMA/commonEDMA.c
index be8dfd5..5f252e8 100644
--- a/example/EDMA/commonEDMA.c
+++ b/example/EDMA/commonEDMA.c
@@ -1,6 +1,6 @@
1 1
2/* 2/*
3 * Copyright (C) 2009-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2009-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
@@ -44,7 +44,7 @@ volatile short irqRaised1 = 0;
44 */ 44 */
45 45
46/* Callback function 1 */ 46/* Callback function 1 */
47void callback1 (unsigned int tcc, EDMA3_RM_TccStatus status, 47void hyplnk_edma_cb_isr1 (unsigned int tcc, EDMA3_RM_TccStatus status,
48 void *appData) 48 void *appData)
49 { 49 {
50 (void)tcc; 50 (void)tcc;
diff --git a/example/EDMA/hyplnkDMA.c b/example/EDMA/hyplnkDMA.c
index 51f1b9a..51449c1 100644
--- a/example/EDMA/hyplnkDMA.c
+++ b/example/EDMA/hyplnkDMA.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * EDMA3 mem-to-mem data copy test case, using a DMA channel. 4 * EDMA3 mem-to-mem data copy test case, using a DMA channel.
5 * 5 *
6 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 6 * Copyright (C) 2013-2016 Texas Instruments Incorporated - http://www.ti.com/
7 * 7 *
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
@@ -119,7 +119,7 @@ EDMA3_DRV_Result edma3_test(EDMA3_DRV_Handle hEdma, unsigned int* srcBuff,
119 /* Request any DMA channel and any TCC */ 119 /* Request any DMA channel and any TCC */
120 if (result == EDMA3_DRV_SOK) { 120 if (result == EDMA3_DRV_SOK) {
121 result = EDMA3_DRV_requestChannel(hEdma, &chId, &tcc, 121 result = EDMA3_DRV_requestChannel(hEdma, &chId, &tcc,
122 (EDMA3_RM_EventQueue) 0, &callback1, NULL); 122 (EDMA3_RM_EventQueue) 0, &hyplnk_edma_cb_isr1, NULL);
123 } 123 }
124 124
125 if (result == EDMA3_DRV_SOK) { 125 if (result == EDMA3_DRV_SOK) {
diff --git a/example/EDMA/hyplnkEDMA.h b/example/EDMA/hyplnkEDMA.h
index 623a84f..faf0ab0 100644
--- a/example/EDMA/hyplnkEDMA.h
+++ b/example/EDMA/hyplnkEDMA.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 2 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
3 * 3 *
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
@@ -64,7 +64,7 @@ extern "C" {
64 */ 64 */
65extern EDMA3_DRV_Handle hEdma[]; 65extern EDMA3_DRV_Handle hEdma[];
66 66
67extern void callback1 (unsigned int tcc, EDMA3_RM_TccStatus status, 67extern void hyplnk_edma_cb_isr1 (unsigned int tcc, EDMA3_RM_TccStatus status,
68 void *appData); 68 void *appData);
69 69
70signed char* getGlobalAddr(signed char* addr); 70signed char* getGlobalAddr(signed char* addr);
diff --git a/example/EDMA/hyplnkEDMAselector.c b/example/EDMA/hyplnkEDMAselector.c
index 1fa5a89..3ad4807 100644
--- a/example/EDMA/hyplnkEDMAselector.c
+++ b/example/EDMA/hyplnkEDMAselector.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 2 * Copyright (C) 2013-2016 Texas Instruments Incorporated - http://www.ti.com/
3 * 3 *
4 * 4 *
5 * Redistribution and use in source and binary forms, with or without 5 * Redistribution and use in source and binary forms, with or without
diff --git a/example/InfraDMA/hyplnkInfraDMA.h b/example/InfraDMA/hyplnkInfraDMA.h
index 84f1f5f..b2afd40 100644
--- a/example/InfraDMA/hyplnkInfraDMA.h
+++ b/example/InfraDMA/hyplnkInfraDMA.h
@@ -2,7 +2,7 @@
2 * 2 *
3 * Header file for the Demo application for the EDMA3 Driver. 3 * Header file for the Demo application for the EDMA3 Driver.
4 * 4 *
5 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 5 * Copyright (C) 2013-2016 Texas Instruments Incorporated - http://www.ti.com/
6 * 6 *
7 * 7 *
8 * Redistribution and use in source and binary forms, with or without 8 * Redistribution and use in source and binary forms, with or without
diff --git a/example/cicInterruptExample/src/cicInterruptExample.c b/example/cicInterruptExample/src/cicInterruptExample.c
index 3b241ef..90473bc 100644
--- a/example/cicInterruptExample/src/cicInterruptExample.c
+++ b/example/cicInterruptExample/src/cicInterruptExample.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/example/common/hyplnkIsr.c b/example/common/hyplnkIsr.c
index cb26c64..99d1ebb 100644
--- a/example/common/hyplnkIsr.c
+++ b/example/common/hyplnkIsr.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/example/common/hyplnkIsr.h b/example/common/hyplnkIsr.h
index caf192b..ef39e9e 100644
--- a/example/common/hyplnkIsr.h
+++ b/example/common/hyplnkIsr.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/example/common/hyplnkLLDCfg.h b/example/common/hyplnkLLDCfg.h
index bc5c88a..953eda6 100644
--- a/example/common/hyplnkLLDCfg.h
+++ b/example/common/hyplnkLLDCfg.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2011 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
@@ -73,7 +73,7 @@
73/***************************************************************************** 73/*****************************************************************************
74 * Select internal loopback or use the SERDES connection 74 * Select internal loopback or use the SERDES connection
75 *****************************************************************************/ 75 *****************************************************************************/
76//#define hyplnk_EXAMPLE_LOOPBACK 76#define hyplnk_EXAMPLE_LOOPBACK
77 77
78/***************************************************************************** 78/*****************************************************************************
79 * Select number of lanes allowed 79 * Select number of lanes allowed
@@ -118,7 +118,9 @@
118#define hyplnk_EXAMPLE_TEST_CPU_TOKEN_EXCHANGE 118#define hyplnk_EXAMPLE_TEST_CPU_TOKEN_EXCHANGE
119 119
120#ifndef __LINUX_USER_SPACE 120#ifndef __LINUX_USER_SPACE
121/* for enabling and disabling edma examples. comment this define for disabling edma examples */
121#define enableEDMA 122#define enableEDMA
123/* for enabling and disabling infraDma examples. comment this define for disabling infradma examples */
122#define infraDMA 124#define infraDMA
123#endif 125#endif
124 126
diff --git a/example/common/hyplnkLLDIFace.c b/example/common/hyplnkLLDIFace.c
index cb969ef..5ca41fd 100644
--- a/example/common/hyplnkLLDIFace.c
+++ b/example/common/hyplnkLLDIFace.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/example/common/hyplnkLLDIFace.h b/example/common/hyplnkLLDIFace.h
index 7dd0c2a..a50bfdd 100644
--- a/example/common/hyplnkLLDIFace.h
+++ b/example/common/hyplnkLLDIFace.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2014 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/example/common/hyplnkPlatCfg.h b/example/common/hyplnkPlatCfg.h
index 5e65bc7..69bd64e 100644
--- a/example/common/hyplnkPlatCfg.h
+++ b/example/common/hyplnkPlatCfg.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
@@ -48,10 +48,10 @@ extern "C" {
48#endif 48#endif
49 49
50#include "ti/csl/cslr_device.h" 50#include "ti/csl/cslr_device.h"
51 51
52#ifndef __ARMv7 52#ifndef __ARMv7
53extern cregister volatile unsigned int DNUM; 53extern cregister volatile unsigned int DNUM;
54#endif 54#endif
55 55
56/* For each known chip, pick the interrupt to be used, and the 56/* For each known chip, pick the interrupt to be used, and the
57 * EVM's hyperlink reference clock speed. 57 * EVM's hyperlink reference clock speed.
diff --git a/example/common/hyplnkResource.c b/example/common/hyplnkResource.c
index 6010071..6efed71 100644
--- a/example/common/hyplnkResource.c
+++ b/example/common/hyplnkResource.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2015 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/example/common/hyplnkResource.h b/example/common/hyplnkResource.h
index 9462d42..9f7c617 100644
--- a/example/common/hyplnkResource.h
+++ b/example/common/hyplnkResource.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/hyplnk.h b/hyplnk.h
index c7c52cf..e782b86 100644
--- a/hyplnk.h
+++ b/hyplnk.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/hyplnk_cfg.h b/hyplnk_cfg.h
index b14022c..cab26fb 100644
--- a/hyplnk_cfg.h
+++ b/hyplnk_cfg.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/src/hyplnk.c b/src/hyplnk.c
index 0eabbcc..20cf8dd 100644
--- a/src/hyplnk.c
+++ b/src/hyplnk.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/src/hyplnkinit.c b/src/hyplnkinit.c
index 1e585ff..173a6a3 100644
--- a/src/hyplnkinit.c
+++ b/src/hyplnkinit.c
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without
diff --git a/src/hyplnkloc.h b/src/hyplnkloc.h
index e7c527a..18c668c 100644
--- a/src/hyplnkloc.h
+++ b/src/hyplnkloc.h
@@ -1,6 +1,6 @@
1/* 1/*
2 * 2 *
3 * Copyright (C) 2010-2013 Texas Instruments Incorporated - http://www.ti.com/ 3 * Copyright (C) 2010-2016 Texas Instruments Incorporated - http://www.ti.com/
4 * 4 *
5 * 5 *
6 * Redistribution and use in source and binary forms, with or without 6 * Redistribution and use in source and binary forms, with or without