<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/conf/machine/include, branch 11.02.10</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=11.02.10</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=11.02.10'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2022-02-22T18:01:38+00:00</updated>
<entry>
<title>meta-ti: create a sub-layer meta-ti-bsp from existing content</title>
<updated>2022-02-22T18:01:38+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2022-02-22T04:13:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=20f3191aeb592dd889eeaf96a31526297de95306'/>
<id>urn:sha1:20f3191aeb592dd889eeaf96a31526297de95306</id>
<content type='text'>
Extra sub-layers will be created next and relevant content moved across them.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>classes,recipes: remove K1/2 PDK RTOS support, FWs and IPC transports</title>
<updated>2022-02-22T18:01:31+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2022-02-22T04:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd'/>
<id>urn:sha1:53f4cdf2ce35cbb0aaac0891e5f06e8909caecdd</id>
<content type='text'>
Remove deprecated support for compiling Keystone1/2 RTOS components and
Linux firmwares using PDK, CSL, etc.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: remove Keystone1/2 SoC/machine configs</title>
<updated>2022-02-22T18:01:30+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2022-02-22T04:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=edf5e8ca6cc0728abbc47834bcd74837621c28ec'/>
<id>urn:sha1:edf5e8ca6cc0728abbc47834bcd74837621c28ec</id>
<content type='text'>
As Keystone1/2 platforms are being deprecated.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: remove SoC/platforms in DaVinci and OMAP3/4 families</title>
<updated>2022-02-22T18:01:30+00:00</updated>
<author>
<name>Denys Dmytriyenko</name>
<email>denys@konsulko.com</email>
</author>
<published>2022-02-22T04:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=209da2791f911235faaf4104ebf289b0e11d975b'/>
<id>urn:sha1:209da2791f911235faaf4104ebf289b0e11d975b</id>
<content type='text'>
Those platforms are being deprecated and not supported in future meta-ti releases.

Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: am437xx-evm: re-introduce required DTBs for HDMI support</title>
<updated>2021-12-16T14:24:22+00:00</updated>
<author>
<name>Amjad Ouled-Ameur</name>
<email>aouledameur@baylibre.com</email>
</author>
<published>2021-12-12T19:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=7a9ebcf960a248903461f22ad7c200d3d9581f9c'/>
<id>urn:sha1:7a9ebcf960a248903461f22ad7c200d3d9581f9c</id>
<content type='text'>
commit ba0ddc5ae9eb ("conf: am437xx-evm: Remove non-existent dtb* from
5.10") removed all non-existent dtb* for am437xx-evm as they were not
available on linux 5.10 branch at that time.

This patch reintroduces following HDMI DTBs.
- am437x-gp-evm-hdmi.dtb
- am43x-epos-evm-hdmi.dtb

The required dts have been added to the 5.10LTS by these two following
commits:
- https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/arch/arm/
boot/dts/am437x-gp-evm-hdmi.dts?h=ti-linux-5.10.y&amp;id=25434078d3f93d1346af5
e52e0f150f9083321d8
- https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/arch/arm/
boot/dts/am43x-epos-evm-hdmi.dts?h=ti-linux-5.10.y&amp;id=c5114144b568e470a8f6
e613f7c6e8b88ad19d7e

Signed-off-by: Amjad Ouled-Ameur &lt;aouledameur@baylibre.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine : am65xx: Add missing dtbo</title>
<updated>2021-12-15T17:40:51+00:00</updated>
<author>
<name>Yogesh Siraswar</name>
<email>yogeshs@ti.com</email>
</author>
<published>2021-11-20T03:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=9207a6294d503b439f2cb4a988093170cdb75ac3'/>
<id>urn:sha1:9207a6294d503b439f2cb4a988093170cdb75ac3</id>
<content type='text'>
Added missing dtbo k3-am654-evm-ov5640.dtbo required for system test

Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: am64xx: Add missing dtbo</title>
<updated>2021-12-15T17:40:51+00:00</updated>
<author>
<name>Yogesh Siraswar</name>
<email>yogeshs@ti.com</email>
</author>
<published>2021-11-20T03:26:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=03caaba391eb2ea2072a1d666cce59440a4e27e1'/>
<id>urn:sha1:03caaba391eb2ea2072a1d666cce59440a4e27e1</id>
<content type='text'>
Add missing k3-am642-evm-nand.dtbo required for system test

Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: omap-a15: fix the dtb file path for extlinux boot</title>
<updated>2021-11-05T23:48:09+00:00</updated>
<author>
<name>Yogesh Siraswar</name>
<email>yogeshs@ti.com</email>
</author>
<published>2021-11-01T19:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=665de4e0bfc3326be323b90c12c484b79072b29c'/>
<id>urn:sha1:665de4e0bfc3326be323b90c12c484b79072b29c</id>
<content type='text'>
The uboot extlinux is using kernel device tree variable to populate the
dtb files. The error occurs if the device tree files are in ti folder
since there is no ti folder in deploy directory. Fix the kernel device
tree path before using in the uboot extlinux.

Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: Add extlinux.conf support on some 32bit platforms</title>
<updated>2021-11-05T23:48:09+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom.rini@gmail.com</email>
</author>
<published>2021-11-01T19:32:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=993d80764de4d7c2b181d4262d18e950f86c3467'/>
<id>urn:sha1:993d80764de4d7c2b181d4262d18e950f86c3467</id>
<content type='text'>
To make use of the "generic distro boot" support in U-Boot, an
extlinux.conf file needs to be generated and reside in the extlinux
directory.  The extlinux.conf file will be parsed by U-Boot and the
"append" line will be evaluated and expanded and used entirely as the
bootargs passed to the kernel.  Our generated extlinux.conf states
that the kernel image and device trees live one level up (so the root
directory) from it, so populate that location with our kernel and device
trees.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
</content>
</entry>
<entry>
<title>conf/machine: k3: Enable grub-efi by default in wic images</title>
<updated>2021-11-05T23:48:09+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom.rini@gmail.com</email>
</author>
<published>2021-11-01T19:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=f2d9882e175db1832a90378a01f72d3c3b3f2264'/>
<id>urn:sha1:f2d9882e175db1832a90378a01f72d3c3b3f2264</id>
<content type='text'>
All of our platforms here support running EFI binaries.  We can have wic
generate a simple grub.cfg file for us that will find the root partition
via PARTUUID and utilize the device tree that is already discoverable
via the EFI configuration tables.  Assuming the EFI loader is U-Boot,
this device tree can be replaced at run-time by the normal mechanism of
loading in to memory and passing that address as an argument to bootefi.

Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
Signed-off-by: Denys Dmytriyenko &lt;denys@konsulko.com&gt;
Signed-off-by: Yogesh Siraswar &lt;yogeshs@ti.com&gt;
</content>
</entry>
</feed>
