<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-ti.git/conf/machine/include, branch 08.04.01.005</title>
<subtitle>Mirror of git.yoctoproject.org/meta-ti.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-ti.git/atom?h=08.04.01.005</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-ti.git/atom?h=08.04.01.005'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/'/>
<updated>2022-09-08T12:35:17+00:00</updated>
<entry>
<title>conf: machine: am64xx: Move multi-config targets into base SoC include</title>
<updated>2022-09-08T12:35:17+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-09-07T16:03:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=e625b874b1f7ff5ebe1e1852ab7f7c5a20a4e7cc'/>
<id>urn:sha1:e625b874b1f7ff5ebe1e1852ab7f7c5a20a4e7cc</id>
<content type='text'>
The supported device types depends on the SoC, not on any specific
board or EVM. Any board can be populated with any of the 3 supported
AM64x types. Move these into the AM64x common include.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: am64xx-evm: Switch to SR2.0 HS-FS build by default</title>
<updated>2022-09-08T12:35:17+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-09-07T16:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=0dcd35143270740233510bfe233e2dd3b0a450cb'/>
<id>urn:sha1:0dcd35143270740233510bfe233e2dd3b0a450cb</id>
<content type='text'>
AM64x devices will only be available as SR2.0 HS-FS. Set this as the
default type provided by the SDK. To allow SR2.0 HS-SE to continue to
boot, like we did with GP, we add an extra machine to build SR2.0 HS-SE
SYSFW. To use on SR2.0 HS-SE boards simply switch out the SYSFW image:

$ cd /mnt/sd-card/boot
$ mv tiboot3-am64x_sr2-hs-evm.bin tiboot3.bin

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: am64xx-evm: Make HS-SE the default</title>
<updated>2022-08-26T19:33:15+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-08-12T01:41:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a'/>
<id>urn:sha1:dbc88f2d652a08d3f0f9dbb24b7f693dec6f7f2a</id>
<content type='text'>
The HS-SE AM64xx machine can now be run on GP devices and built without
needing the TI_SECURE_DEV_PKG for the same. AM64xx will only be available
in the HS-FS type going forward. Make the HS-SE the default and remove
the original GP machine.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: k3: Add fitImage to the default kernel image types</title>
<updated>2022-08-09T01:07:47+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-08-08T16:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=e6deeba806d2145fa16b0b5f444f2985e63e6366'/>
<id>urn:sha1:e6deeba806d2145fa16b0b5f444f2985e63e6366</id>
<content type='text'>
FIT Image based kernels are valid for all K3 devices, not just HS, deploy
this kernel image type by default so it doesn't have to be appended on
a per-device-type basis.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: Move K3 TI_SECURE_DEV_PKG definition to common include</title>
<updated>2022-08-07T00:04:37+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-08-05T02:49:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=b572721c6d6d584e9b9560c881c1e46ae49b14ef'/>
<id>urn:sha1:b572721c6d6d584e9b9560c881c1e46ae49b14ef</id>
<content type='text'>
The K3 TI_SECURE_DEV_PKG is the same for all devices, move this out
of each machine file and into the common K3 includes. This doesn't
have any effect on the GP machines as they make no use of it.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>machine: k3r5: Make combined R5 boot the default</title>
<updated>2022-08-07T00:04:37+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-08-05T02:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=50c39940b63713932603ef2bc77d36aaf1f4fb46'/>
<id>urn:sha1:50c39940b63713932603ef2bc77d36aaf1f4fb46</id>
<content type='text'>
Going forward, the combined tiboot3.bin is going to be the standard. Only
AM65x and J721e will still use the split boot. Set the output of U-Boot
to be u-boot-spl.bin by default and override only for the two split boot
platforms. This makes it easier to add new platforms and simplifies
deployment logic.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: Make multi-certificate image the default</title>
<updated>2022-08-05T13:29:17+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-08-01T21:40:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=038148a6d018c971e15a89c80192179fc04cf170'/>
<id>urn:sha1:038148a6d018c971e15a89c80192179fc04cf170</id>
<content type='text'>
Only the first two K3 devices do not support multi-cert boot so
lets make multi-cert the default and only add back sysfw.itb
for these two devices.

Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Reviewed-by: lines be preserved?
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: am43: avoid missing dtb files when ARAGO_BRAND=mainline</title>
<updated>2022-07-12T16:42:17+00:00</updated>
<author>
<name>Drew Fustini</name>
<email>dfustini@baylibre.com</email>
</author>
<published>2022-07-04T03:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=00b859dbf725df4dace9ddb691adb0b6e821cedc'/>
<id>urn:sha1:00b859dbf725df4dace9ddb691adb0b6e821cedc</id>
<content type='text'>
For ARAGO_BRAND=mainline with the am43xx machines, avoid the inclusion
of device tree files that do not exist upstream.

Signed-off-by: Drew Fustini &lt;dfustini@baylibre.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>conf: machine: wic: Fix HS image boot partition</title>
<updated>2022-06-23T14:22:05+00:00</updated>
<author>
<name>Manorit Chawdhry</name>
<email>m-chawdhry@ti.com</email>
</author>
<published>2022-06-09T14:59:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=5e1204d728aaa581cdc3198414754bef5c08aff4'/>
<id>urn:sha1:5e1204d728aaa581cdc3198414754bef5c08aff4</id>
<content type='text'>
IMAGE_BOOT_FILES was being overwritten in the HS recipes leading to
incomplete binaries in /boot and the naming of the binaries were not
correct.

Fixes /boot partition for HS devices.

Signed-off-by: Manorit Chawdhry &lt;m-chawdhry@ti.com&gt;
[afd: Extended fix to all HS platforms]
Signed-off-by: Andrew Davis &lt;afd@ti.com&gt;
Acked-by: Manorit Chawdhry &lt;m-chawdhry@ti.com&gt;
Signed-off-by: Ryan Eatmon &lt;reatmon@ti.com&gt;
</content>
</entry>
<entry>
<title>optee: Upgrade to upstream 3.17.0</title>
<updated>2022-06-20T17:32:57+00:00</updated>
<author>
<name>Andrew Davis</name>
<email>afd@ti.com</email>
</author>
<published>2022-06-16T16:42:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-ti.git/commit/?id=f8182afdcfe427865707077d353359827f1ff6bf'/>
<id>urn:sha1:f8182afdcfe427865707077d353359827f1ff6bf</id>
<content type='text'>
Update to the latest upstream master which is 3.17.
We do this to add HUK and AM64x/AM62x support.
With this we need to also switch OPTEEMACHINE for AM64x/AM62x.

To build against the latest OP-TEE the support recipes need updated also.
Move these here into meta-ti so that builds will still work when not using
meta-arago-distro.

The fix patches do not look to be needed anymore.

While here switch to git checkout with https.

NOTE: The latest OP-TEE requires SYSFW 8.04+

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