v2 would be nice, thanks.


On Dec 6, 2019 12:22, "Stiffler, Jacob" <j-stiffler@ti.com> wrote:

On 12/6/2019 11:29 AM, Denys Dmytriyenko wrote:
> On Fri, Nov 15, 2019 at 10:14:44AM -0500, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>>   recipes-bsp/pru/pru-pwm-fw_git.bb    | 11 +++++------
>>   recipes-bsp/pru/pru-swuart-fw_git.bb | 12 ++++++------
>>   2 files changed, 11 insertions(+), 12 deletions(-)
>>
>> diff --git a/recipes-bsp/pru/pru-pwm-fw_git.bb b/recipes-bsp/pru/pru-pwm-fw_git.bb
> This seems to break pru-pwm-fw on am65xx:
>
> "iepPwm.c", line 594: error #20: identifier "CSL_ICSS_IEP0_CFG_BASE" is undefined
> "iepPwm.c", line 600: error #20: identifier "CSL_ICSS_IEP1_CFG_BASE" is undefined
>
> Jake, do you know if this can be fixed quickly, so I don't have to drop 42
> patches from next branch? Thanks!


This depends on some CSL updates which are not quite ready yet. We
should be able to revert to an older commit
("38857bc991494e8662d3ab7624b8ac5f026477c8"). Shall I submit a v2 with
this commit?


> Denys
>
>
>> index 0fe7987..a8c7103 100644
>> --- a/recipes-bsp/pru/pru-pwm-fw_git.bb
>> +++ b/recipes-bsp/pru/pru-pwm-fw_git.bb
>> @@ -8,17 +8,16 @@ require recipes-ti/includes/ti-paths.inc
>>   COMPATIBLE_MACHINE = "am65xx"
>>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>>  
>> -# Below commit ID corresponds to "DEV.PRUSS_LLD.01.00.00.15B"
>> -SRCREV = "989f802266d52f50a6db8f2be6967eacd9d2b409"
>>  
>> -PV = "01.00.00.15B"
>>  
>> -BRANCH = "master"
>> -SRC_URI = "git://git.ti.com/keystone-rtos/pruss-lld.git;protocol=git;branch=${BRANCH}"
>> +inherit ti-pdk-fetch
>> +
>> +TI_PDK_COMP = "ti.drv.pruss.example.apps.icssg_pwm.firmware.src"
>> +
>> +PE = "1"
>>  
>>   DEPENDS = "ti-cgt-pru-native pru-icss common-csl-ip-rtos"
>>  
>> -S = "${WORKDIR}/git/example/apps/icssg_pwm/firmware/src"
>>  
>>   EXTRA_OEMAKE += " \
>>       PRU_CGT="${TI_CGT_PRU_INSTALL_DIR}" \
>> diff --git a/recipes-bsp/pru/pru-swuart-fw_git.bb b/recipes-bsp/pru/pru-swuart-fw_git.bb
>> index e22b3be..1cb51f3 100644
>> --- a/recipes-bsp/pru/pru-swuart-fw_git.bb
>> +++ b/recipes-bsp/pru/pru-swuart-fw_git.bb
>> @@ -8,20 +8,20 @@ require recipes-ti/includes/ti-paths.inc
>>   COMPATIBLE_MACHINE = "ti33x"
>>   PACKAGE_ARCH = "${MACHINE_ARCH}"
>>  
>> -# Below commit ID corresponds to "DEV.UART_LLD.01.00.00.15"
>> -SRCREV = "4493f456549c85749a05b1f46bf0b75d23976db1"
>>  
>> -PV = "01.00.00.15"
>> +inherit ti-pdk-fetch
>>  
>> -BRANCH = "master"
>> -SRC_URI = "git://git.ti.com/keystone-rtos/uart-lld.git;protocol=git;branch=${BRANCH} \
>> +TI_PDK_COMP = "ti.drv.uart"
>> +
>> +PE = "1"
>> +
>> +SRC_URI_append = " \
>>       file://0001-icss_uart-add-Makefile-for-building-firmware.patch \
>>       file://0001-icss_uart-remove-dependency-on-PDK-CSL.patch \
>>   "
>>  
>>   DEPENDS = "ti-cgt-pru-native pru-icss"
>>  
>> -S = "${WORKDIR}/git"
>>  
>>   export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
>>   export PRU_SSP = "${STAGING_DIR_TARGET}/usr"
>> --
>> 2.7.4
>>
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti