Re: [PATCH 0/8] toradex: Decouple from Toradex product ID table
Tom Rini <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <178741210779.4158046.3012905168019230271.b4-ty__42927.0885929995$1787412139$gmane$org@konsulko.com> |
On Fri, 14 Aug 2026 13:21:15 +0200, Franz Schnyder wrote:
> The sysinfo currently uses the Toradex product ID table to print a
> detailed board model string. With various new SoMs that are released by
> Toradex, the PID table grows and needs maintenance effort which can be
> avoided.
>
> Rather than printing the board model based on the PID table, rely on
> the model property of the device tree and the data written to the config
> block during manufacturing, which already describes the HW correctly.
>
> [...]
Applied to u-boot/next, thanks!
[1/8] toradex: verdin-am62: Set WiFI DTB as default for new PIDs
commit: 83a35efca58c12b2f7686970b42071cd7c1a720f
[2/8] toradex: verdin-am62p: Set WiFi DTB as default for new PIDs
commit: 54efe43bf87398996574fd49bcff837f464c4b9b
[3/8] toradex: verdin-imx95: Set WiFi DTB as default for new PIDs
commit: 951f0d802a9b6896079119430e967671a2bcaf55
[4/8] toradex: verdin-imx8mp: Set WiFi DTB as default for new PIDs
commit: 330d967aab8dea0c22030036ba0017759f45886c
[5/8] toradex: verdin-imx8mm: Set WiFi DTB as default for new PIDs
commit: 0d95b64ceb466f85ce5c72e6513e79cf3cab936b
[6/8] toradex: common: Decouple board sysinfo from the product ID table
commit: c19981ab9acb50c987211b1f28c3fb9681a85bed
[7/8] toradex: tdx-cfg-block: Remove validation against PID table
commit: 073d55b2ad7900c31d039cda70ef1fb1292a6593
[8/8] toradex: tdx-cfg-block: Remove product ID limitation
commit: 7239c5a6b5e4d24803b4a71ad8c0402a5de75f55
--
Tom