<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git, branch cicd.kirkstone.202402281524</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=cicd.kirkstone.202402281524</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=cicd.kirkstone.202402281524'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2024-02-28T21:24:22+00:00</updated>
<entry>
<title>CI/CD Auto-Merger: cicd.kirkstone.202402281524</title>
<updated>2024-02-28T21:24:22+00:00</updated>
<author>
<name>LCPD Automation Script</name>
<email>lcpdbld@list.ti.com</email>
</author>
<published>2024-02-28T21:24:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=1dc8f6ad67def45991e200aca2affe58fc046cf0'/>
<id>urn:sha1:1dc8f6ad67def45991e200aca2affe58fc046cf0</id>
<content type='text'>
Updated the value(s) for:
  ti-linux-fw: TI_DM_FW_VERSION,TI_LINUX_FW_SRCREV
  u-boot-ti-staging_2023.04: SRCREV
  linux-ti-staging-rt_6.1: SRCREV
  linux-ti-staging_6.1: SRCREV

Signed-off-by: LCPD Automation Script &lt;lcpdbld@list.ti.com&gt;
</content>
</entry>
<entry>
<title>Rework jailhouse recipe to support different image build</title>
<updated>2024-02-21T20:33:19+00:00</updated>
<author>
<name>Paresh Bhagat</name>
<email>p-bhagat@ti.com</email>
</author>
<published>2024-02-21T11:22:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=cb1db5e822625bcae3c7104248af1f3d54842842'/>
<id>urn:sha1:cb1db5e822625bcae3c7104248af1f3d54842842</id>
<content type='text'>
This patch moves the jailhouse recipe general variables to a
ti-jailhouse.inc file along with fetch and compile task.
Jailhouse repo also contains some demo applications which can
be packaged alone in filesytem and does not require packaging
jailhouse module, firmware and tool.

So add a new recipe jailhouse-inmate which can be used to only
package those demos. The existing jailhouse recipe will contain
variables and other dependencies needed for do_install task for
jailhouse module, tools, demos etc. The do_install of jailhouse
inmate recipe will only package demo applications.

This new recipe(jailhouse-inmate) will be added to a new image
in meta-arago. The new image will be used for jailhouse second
linux instance or cell.

Signed-off-by: Paresh Bhagat &lt;p-bhagat@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: beaglebone-ai64: Apply U-boot defconfig fragments</title>
<updated>2024-02-20T15:32:46+00:00</updated>
<author>
<name>Chirag Shilwant</name>
<email>c-shilwant@ti.com</email>
</author>
<published>2024-02-17T07:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=e8a8a90ac4aa04ecd20bb0041f77bc7384bd9b07'/>
<id>urn:sha1:e8a8a90ac4aa04ecd20bb0041f77bc7384bd9b07</id>
<content type='text'>
- Apply j721e_beagleboneai64_a72.config which is maintained in U-boot tree &amp; is intended
to be applied on top of j721e_evm_a72_defconfig [1].

- Apply j721e_beagleboneai64_r5.config which is maintained in U-boot tree &amp; is intended
to be applied on top of j721e_evm_r5_defconfig [2].

References
----------

[1] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/j721e_beagleboneai64_a72.config

[2] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/j721e_beagleboneai64_r5.config

Signed-off-by: Chirag Shilwant &lt;c-shilwant@ti.com&gt;

Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: beagleplay: Apply U-boot defconfig fragments</title>
<updated>2024-02-16T23:54:35+00:00</updated>
<author>
<name>Chirag Shilwant</name>
<email>c-shilwant@ti.com</email>
</author>
<published>2024-02-16T17:23:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=6beb42b463167c1ee1c047676bd7a13ab30e9b7b'/>
<id>urn:sha1:6beb42b463167c1ee1c047676bd7a13ab30e9b7b</id>
<content type='text'>
- Apply am625_beagleplay_a53.config which is maintained in U-boot tree &amp; is intended
to be applied on top of am62x_evm_a53_defconfig [1].

- Apply am625_beagleplay_r5.config which is maintained in U-boot tree &amp; is intended
to be applied on top of am62x_evm_r5_defconfig [2].

References
----------

[1] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/am625_beagleplay_a53.config

[2] https://github.com/beagleboard/u-boot/blob/v2023.04-ti-09.01.00.008-BeaglePlay/configs/am625_beagleplay_r5.config

Signed-off-by: Chirag Shilwant &lt;c-shilwant@ti.com&gt;

Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>ti-img-rogue-driver: fix suspend/resume regression</title>
<updated>2024-02-16T17:30:29+00:00</updated>
<author>
<name>Randolph Sapp</name>
<email>rs@ti.com</email>
</author>
<published>2024-02-15T20:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=9313bf168207e08b0b6abf3e4a2c7a93c77a42b4'/>
<id>urn:sha1:9313bf168207e08b0b6abf3e4a2c7a93c77a42b4</id>
<content type='text'>
Bump the SRCREV to include a fix for suspend and resume. Unfortunately
version 23.3 includes a partial rework of the power management subsystem
that breaks OS active power management. Apparently it also broke OS
suspend/resume by incorrectly setting OS state before the device state
was updated and trying to fall back on device default behavior in
certain paths.

This fixes OS suspend/resume but unfortunately full OS APM will need a
little more work.

Signed-off-by: Randolph Sapp &lt;rs@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>CI/CD Auto-Merger: cicd.kirkstone.202402152125</title>
<updated>2024-02-16T03:25:12+00:00</updated>
<author>
<name>LCPD Automation Script</name>
<email>lcpdbld@list.ti.com</email>
</author>
<published>2024-02-16T03:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=8899ce3b9ee450ea55ba33786facf08b59100cce'/>
<id>urn:sha1:8899ce3b9ee450ea55ba33786facf08b59100cce</id>
<content type='text'>
Updated the value(s) for:
  ti-linux-fw: TI_DM_FW_VERSION,TI_LINUX_FW_SRCREV,TI_SYSFW_VERSION
  u-boot-ti-staging_2023.04: SRCREV
  k3conf: SRCREV
  linux-ti-staging-rt_6.1: SRCREV
  linux-ti-staging_6.1: SRCREV

Signed-off-by: LCPD Automation Script &lt;lcpdbld@list.ti.com&gt;
</content>
</entry>
<entry>
<title>meta-ti-bsp: update BeagleBoard.org BSP to the latest</title>
<updated>2024-02-13T17:10:41+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2024-02-13T03:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=0b2084fe01983f44481e4ca562b00d9dc60dc07f'/>
<id>urn:sha1:0b2084fe01983f44481e4ca562b00d9dc60dc07f</id>
<content type='text'>
* Update linux-bb.org to 6.1.69 for both 32 and 64 bit platforms
* Update u-boot-bb.org to the latest 2023.04 based on SDK 9.1 release
* Update DTB/DTBO lists to include latest renames and additions

Note: all changes are in a single commit for bisectability

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>meta-ti-bsp: trusted-firmware-arm: Update to master</title>
<updated>2024-02-12T14:53:38+00:00</updated>
<author>
<name>Manorit Chawdhry</name>
<email>m-chawdhry@ti.com</email>
</author>
<published>2024-02-12T10:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=c581978fb0316d540cf963da0a220d19997fbd02'/>
<id>urn:sha1:c581978fb0316d540cf963da0a220d19997fbd02</id>
<content type='text'>
The current master has the support for power off functionality, update
to that.

Signed-off-by: Manorit Chawdhry &lt;m-chawdhry@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>meta-ti-bsp: optee: Upgrade to 4.1</title>
<updated>2024-02-12T14:53:38+00:00</updated>
<author>
<name>Manorit Chawdhry</name>
<email>m-chawdhry@ti.com</email>
</author>
<published>2024-02-12T10:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=da756d0af26edd9ce6604bdae1b89c5864812a18'/>
<id>urn:sha1:da756d0af26edd9ce6604bdae1b89c5864812a18</id>
<content type='text'>
Update all OP-TEE components to 4.1 tag. OP-TEE examples are already in
4.1 tag.

Signed-off-by: Manorit Chawdhry &lt;m-chawdhry@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image</title>
<updated>2024-02-12T14:52:55+00:00</updated>
<author>
<name>Chirag Shilwant</name>
<email>c-shilwant@ti.com</email>
</author>
<published>2024-02-12T09:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=c19e78af502d89af00cf0239952a76a284e03b68'/>
<id>urn:sha1:c19e78af502d89af00cf0239952a76a284e03b68</id>
<content type='text'>
- For AM62P tisdk-display-cluster image[1], Splash Screen is handled by SBL[2].
Hence, disable the A53 based U-boot Splash Screen using the am62px_evm_prune_splashscreen.config
fragment present in ti-u-boot tree.

- Apply a check on DISPLAY_CLUSTER_ENABLE variable[3] to ensure we apply am62px_evm_prune_splashscreen.config
only incase of tisdk-display-cluster image as tisdk-default-image will still have the A53 based U-boot Splash Screen.

References
----------
[1] https://git.ti.com/cgit/ti-sdk-linux/meta-tisdk/tree/recipes-core/images/tisdk-display-cluster-image.bb?h=kirkstone

[2] https://software-dl.ti.com/mcu-plus-sdk/esd/AM62PX/09_01_00_39/exports/docs/api_guide_am62px/EXAMPLES_DRIVERS_DSS_DISPLAY_SHARE.html

[3] https://software-dl.ti.com/processor-sdk-linux/esd/AM62PX/09_01_00_08/exports/docs/linux/Overview_Building_the_SDK.html#build-steps

Signed-off-by: Chirag Shilwant &lt;c-shilwant@ti.com&gt;

Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
</feed>
