<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/board/ti/common, branch next</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/board/ti/common?h=next</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/board/ti/common?h=next'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2026-06-25T20:06:55Z</updated>
<entry>
<title>Kconfig: board: restyle</title>
<updated>2026-06-25T20:06:55Z</updated>
<author>
<name>Johan Jonker</name>
<email>jbx6244@gmail.com</email>
</author>
<published>2026-06-09T01:26:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=df3d87bd695656f879604b2089434a64ef74dbb6'/>
<id>urn:sha1:df3d87bd695656f879604b2089434a64ef74dbb6</id>
<content type='text'>
Restyle all Kconfigs:
Menu entries   : no space left
Menu attributes: 1 TAB
Help text      : 1 TAB + 2 spaces

Signed-off-by: Johan Jonker &lt;jbx6244@gmail.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>board: ti: cape_detect: Add overlay name lookup table for extension boards</title>
<updated>2026-04-22T20:23:41Z</updated>
<author>
<name>Kory Maincent (TI)</name>
<email>kory.maincent@bootlin.com</email>
</author>
<published>2026-04-14T15:36:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3abc7c1d46de4211b2d11051033566c9ad2c2740'/>
<id>urn:sha1:3abc7c1d46de4211b2d11051033566c9ad2c2740</id>
<content type='text'>
Some extension boards have EEPROM part numbers that do not directly match
their devicetree overlay filenames. Introduce a static name_mapping table
and a set_cape_overlay() helper that translates the part number and version
strings read from the EEPROM into the correct overlay filename.

When no entry matches, fall back to the existing behavior of constructing
the overlay name as "&lt;part_number&gt;-&lt;version&gt;.dtbo" directly from the
EEPROM content.

Add an initial entry mapping BB-GREEN-HDMI revision 00A0 to
am335x-bone-hdmi-00a0.dtbo.

Signed-off-by: Kory Maincent (TI) &lt;kory.maincent@bootlin.com&gt;
</content>
</entry>
<entry>
<title>Merge patch series "k3_*: Add config fragments for inline ECC and BIST"</title>
<updated>2026-03-13T22:17:15Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2026-03-13T20:59:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1ad466eeae393b14fd70e5c414b37ca64413bf2b'/>
<id>urn:sha1:1ad466eeae393b14fd70e5c414b37ca64413bf2b</id>
<content type='text'>
Neha Malcom Francis &lt;n-francis@ti.com&gt; says:

Typically we do not enable these configs by default but would still like to
have the option to start building them in our default build flow for
testing. Also there is the added advantage of users being able to see what
is needed in case they choose to enable these features.

Link: https://lore.kernel.org/r/20260226122508.2269682-1-n-francis@ti.com
</content>
</entry>
<entry>
<title>configs: k3_*: Add config fragments for enabling inline ECC and/or BIST</title>
<updated>2026-03-13T22:17:15Z</updated>
<author>
<name>Neha Malcom Francis</name>
<email>n-francis@ti.com</email>
</author>
<published>2026-02-26T12:25:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e56228f32dec59d446a3f12bc1c1d7680d458f68'/>
<id>urn:sha1:e56228f32dec59d446a3f12bc1c1d7680d458f68</id>
<content type='text'>
Add config fragment support for enabling inline ECC and/or BIST on TI K3
supported platforms.

Signed-off-by: Neha Malcom Francis &lt;n-francis@ti.com&gt;
</content>
</entry>
<entry>
<title>arm: k3: Kconfig: Enable fTPM and RPMB support</title>
<updated>2026-03-10T18:35:18Z</updated>
<author>
<name>Shiva Tripathi</name>
<email>s-tripathi1@ti.com</email>
</author>
<published>2026-02-25T11:24:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=8bc2a5196c1c0bb5dbdaca073323da0015a0de37'/>
<id>urn:sha1:8bc2a5196c1c0bb5dbdaca073323da0015a0de37</id>
<content type='text'>
Enable firmware TPM (fTPM) support via OP-TEE for K3 platforms with
MMC hardware. This provides TPM 2.0 functionality through
Microsoft's fTPM Trusted Application running in OP-TEE secure world,
using eMMC RPMB as persistent storage.

fTPM support in U-Boot provides the foundation for measured boot
and disk encryption use cases.

The ARM64 condition ensures these apply only to A53/A72 cores and the
MMC condition ensures fTPM is enabled only on platforms with eMMC
hardware support.

Signed-off-by: Shiva Tripathi &lt;s-tripathi1@ti.com&gt;
Acked-by: Andrew Davis &lt;afd@ti.com&gt;
</content>
</entry>
<entry>
<title>board: ti: common: Add function for initialization of 32k crystal</title>
<updated>2026-01-28T21:54:41Z</updated>
<author>
<name>Vishal Mahaveer</name>
<email>vishalm@ti.com</email>
</author>
<published>2026-01-21T19:53:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c927eefd969d3714d55ac56e7a2ba34f923b9c1e'/>
<id>urn:sha1:c927eefd969d3714d55ac56e7a2ba34f923b9c1e</id>
<content type='text'>
Add a common helper function for doing the basic configuration
required for enabling the 32k crystal on some of the TI boards.

Signed-off-by: Vishal Mahaveer &lt;vishalm@ti.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'v2026.01-rc4' into next</title>
<updated>2025-12-08T19:17:27Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-12-08T19:17:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=59202e5ae76ef3acb34c4236e43248f1cd3fc642'/>
<id>urn:sha1:59202e5ae76ef3acb34c4236e43248f1cd3fc642</id>
<content type='text'>
Prepare v2026.01-rc4
</content>
</entry>
<entry>
<title>board: ti: CAT24C256WI-GT3 require min. 5ms delay (tWR) between write/read</title>
<updated>2025-12-05T22:24:01Z</updated>
<author>
<name>Marian Cingel</name>
<email>cingel.marian@gmail.com</email>
</author>
<published>2025-11-08T23:23:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1e8eff6d7a9ad2c605185e5b3d8c22ccd26733dc'/>
<id>urn:sha1:1e8eff6d7a9ad2c605185e5b3d8c22ccd26733dc</id>
<content type='text'>
Otherwise the custom-cape eeprom (at address 57) reports NACK which
results into "i2c_write: error waiting for data ACK (status=0x116)" and
terminates further scanning.

Signed-off-by: Marian Cingel &lt;cingel.marian@gmail.com&gt;
</content>
</entry>
<entry>
<title>board: ti: am6x: Restore do_board_detect functions</title>
<updated>2025-11-27T15:27:03Z</updated>
<author>
<name>Guillaume La Roque (TI.com)</name>
<email>glaroque@baylibre.com</email>
</author>
<published>2025-11-24T15:09:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=3afc99727ad0e829b0275b3ffa5b970b343bc0db'/>
<id>urn:sha1:3afc99727ad0e829b0275b3ffa5b970b343bc0db</id>
<content type='text'>
This patch fixes a boot failure on the AM64x EVM that was introduced when the do_board_detect function was removed during a refactoring.

It restores the do_board_detect function for the AM64x, AM62x, and AM65x boards to ensure the common board detection logic is executed correctly.

Fixes: 804b80288ac ("board: am65x: Use generic AM6x board detection function")
Fixes: ce56e553c31 ("board: am64x: Use generic AM6x board detection functions")
Fixes: ff1b83c095c ("board: am62x: Add support for reading eeprom data")
Signed-off-by: Guillaume La Roque (TI.com) &lt;glaroque@baylibre.com&gt;
</content>
</entry>
<entry>
<title>Merge patch series "board: ti: am62x: Add EEPROM support and refactor board detection"</title>
<updated>2025-11-07T22:45:14Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2025-11-07T22:08:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=fb27b23b1885161ee04e1e83f455de0a61258609'/>
<id>urn:sha1:fb27b23b1885161ee04e1e83f455de0a61258609</id>
<content type='text'>
Guillaume La Roque (TI.com) &lt;glaroque@baylibre.com&gt; says:

This series adds EEPROM board detection support for AM62x and refactors
the board detection code across AM6x family boards to eliminate code
duplication.

The series introduces two new generic functions for AM6x boards:
- do_board_detect_am6(): Reads the on-board EEPROM with fallback logic
  to alternate I2C addresses
- setup_serial_am6(): Sets up the serial number environment variable
  from EEPROM data

Link: https://lore.kernel.org/r/20251103-am62xeeprom-v3-0-e390779c0fc5@baylibre.com
</content>
</entry>
</feed>
