]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/pcie-lld.git/commitdiff
Modified example/test to compile soc dependent i2c library (PRSDK-3471)
authorSuraj Das <s-das@ti.com>
Tue, 30 Jan 2018 13:13:03 +0000 (08:13 -0500)
committerSuraj Das <s-das@ti.com>
Tue, 30 Jan 2018 13:13:03 +0000 (08:13 -0500)
22 files changed:
example/sample/am571x/armv7/bios/pcie_edmapkt.cfg
example/sample/am571x/armv7/bios/pcie_sample_wSoCFile.cfg
example/sample/am571x/armv7/bios/pcie_sample_wSoCLib.cfg
example/sample/am571x/c66/bios/pcie_sample_wSoCFile.cfg
example/sample/am571x/c66/bios/pcie_sample_wSoCLib.cfg
example/sample/am571x/m4/bios/pcie_m4_idkAM571x_wSoCFile.cfg
example/sample/am571x/m4/bios/pcie_m4_idkAM571x_wSoCLib.cfg
example/sample/am572x/armv7/bios/pcie_sample_wSoCFile.cfg
example/sample/am572x/armv7/bios/pcie_sample_wSoCLib.cfg
example/sample/am572x/c66/bios/pcie_sample_wSoCFile.cfg
example/sample/am572x/c66/bios/pcie_sample_wSoCLib.cfg
example/sample/am572x/m4/bios/pcie_m4_idkAM572x_wSoCFile.cfg
example/sample/am572x/m4/bios/pcie_m4_idkAM572x_wSoCLib.cfg
example/sample/am574x/armv7/bios/pcie_sample_wSoCFile.cfg
example/sample/am574x/armv7/bios/pcie_sample_wSoCLib.cfg
example/sample/am574x/c66/bios/pcie_sample_wSoCFile.cfg
example/sample/am574x/c66/bios/pcie_sample_wSoCLib.cfg
example/sample/am574x/m4/bios/pcie_m4_idkAM574x_wSoCFile.cfg
example/sample/am574x/m4/bios/pcie_m4_idkAM574x_wSoCLib.cfg
example/sample/k2g/c66/bios/pcie_sample_wSoCFile.cfg
example/sample/k2g/c66/bios/pcie_sample_wSoCLib.cfg
example/sample/k2g/c66/bios/pcie_sample_wSoCLib_ice.cfg

index e9dcb37a12ee9d915482486d6bd3a46368f410ae..c576f05e5c8d7ba1924fc6bf2f8a4ca60eebfaee 100644 (file)
@@ -178,6 +178,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 2e8d704c7e90c7a33b345ba8ad91144410189940..a2a8067a97db8eb136b390e53c901177e80783b6 100644 (file)
@@ -179,6 +179,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 0809b01c66874e536334eb060ee422ee65a78ffd..a471dfe032bba70d681855a165231bdcc9385aab 100644 (file)
@@ -178,6 +178,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 27072dbb4b80d1f98aba58601e0c6ac6bcc3aec5..1bc513b2e9650b2ab251efe765e1f871c07d6a9b 100644 (file)
@@ -90,6 +90,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index dd90aa10767708380cf2ab3306da4938afaa6c35..5ac13db512577fd034741aa8e76ffb2a7e7de8c3 100644 (file)
@@ -90,6 +90,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 4f331f382907c85f6a922aa0345a5a468fa86f1c..acf83a9925ecedf7f3e58257a5321b4ef17114f6 100644 (file)
@@ -64,6 +64,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index c16e7410b1480eb45d8943d8fb92e55b1cfd89f2..26ae2031764131e9284e6a8b9c8204c3fd15938e 100644 (file)
@@ -64,6 +64,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 42886b09fd1e42d9a0cc62e100ed4c2ab9328726..9a16276b1b3db343f42ffb7aa9fd3651c7f806b2 100644 (file)
@@ -178,6 +178,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 0f95fed3fdc55c9d1cbb4047a84d8d93f97bea3c..0ca023ce068a45589a0382d5036b284c201d904f 100644 (file)
@@ -178,6 +178,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index ff0db15ba7fbe61b15099a7de20862aef7b8b4cf..1d9fb3a0109f19d244c23e57c261e7997f7f63e2 100644 (file)
@@ -90,6 +90,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 08d954baf275a1ad8a3fbeb412989d85cf555eef..0eb3e47c4b7d428a6d451ad08c08af4fd448744f 100644 (file)
@@ -90,6 +90,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index a7e2dfebbd975908ae7c1f8db6a8616926f763e2..339adc2b216dc8633c9e14217ca842d9b71900d8 100644 (file)
@@ -64,6 +64,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 4a9215b6ee164053407cf59e00663d6a99c379a1..b669333d33f3bc81058d12b3cab5622f58c5af77 100644 (file)
@@ -64,6 +64,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index b14598b2a9684c286570f3a302e0d3a5861c80e0..51e8a5f921dc5584a41bb2486fef610b1ed9965c 100644 (file)
@@ -178,6 +178,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index cefb2d041d7a4f2aefcfb0f4e510688bf0f4b5cf..0054f0cbf534e7f2c6bd8f20377e190fb91ed70f 100644 (file)
@@ -178,6 +178,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index e1ff85aa3b6ae29ad61bb77cc2daf2a6d68f4124..43f305a08311b3cd71006a6f37cc4e103fb3f1ef 100644 (file)
@@ -90,6 +90,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 2ff856547341c420e5686002634a6b18c0e21723..a3b46e1f6333eaaa0967a855ed32a3874f3214a6 100644 (file)
@@ -90,6 +90,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 9eaf1f0a9b33dea6607ebd2b60932c3414ec4044..c1dd7903636c64e077329420094e262b94423eb2 100644 (file)
@@ -64,6 +64,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 8436a555649ff404b584bf126c8a071140d71b52..003e9b5f7a46e0f1a5746e9dd252a0d09cb8ad73 100644 (file)
@@ -64,6 +64,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 929693cc394bf0a6cdcd6568da3b5cdd350931b2..d2f85c56b4fd341d08140858dd394261d77b71e4 100644 (file)
@@ -84,6 +84,7 @@ Pcie.Settings.enableProfiling = true;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index caf3afd619201743664d4a9cbb1e2ef0b5b4bb9a..5cdc25ef29454f7dc0e3b2b32368e2d0c6807638 100644 (file)
@@ -84,6 +84,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');
index 11b678d9cb8f869dc000519ebf4953017d028f50..873c4687152209c8da2b9c39b69bc76456632026 100644 (file)
@@ -86,6 +86,7 @@ Pcie.Settings.socType = socType;
 
 /* Load the I2C package  - required by board */
 var I2c = xdc.loadPackage('ti.drv.i2c');
+I2c.Settings.socType = socType;
 
 /* Load the uart package -- required by board */
 var Uart = xdc.loadPackage('ti.drv.uart');