mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: migration-2025.10.0: add guide
@ 2025-10-13 14:09 Ahmad Fatoum
  2025-10-20 11:31 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2025-10-13 14:09 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

By looking through the changes sitting in master waiting for the next
releases, two potential breakages pop up. Mention them in the migration
guide.

Cc: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 .../migration-guides/migration-2025.10.0.rst  | 21 +++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 Documentation/migration-guides/migration-2025.10.0.rst

diff --git a/Documentation/migration-guides/migration-2025.10.0.rst b/Documentation/migration-guides/migration-2025.10.0.rst
new file mode 100644
index 000000000000..80f8f37cf475
--- /dev/null
+++ b/Documentation/migration-guides/migration-2025.10.0.rst
@@ -0,0 +1,21 @@
+Release v2025.10.0
+==================
+
+Rename in /dev
+--------------
+
+The i.MX SNVS device file is now simply called ``snvs`` instead of the
+previous unwieldy name derived from device tree,
+e.g., ``/dev/30370000.snvs@30370000:snvs-lpgpr.of0``.
+
+EEPROMs that are pointed at by a device tree alias do no longer have
+an extra 0 at the end, e.g., ``/dev/eeprom00`` has become ``/dev/eeprom0``.
+
+AM62L DT Bindings
+-----------------
+
+The SCMI clock IDs for the AM62L have changed in ARM Trusted Firmware,
+because the old assignment was not conforming to spec.
+
+barebox now requires TF-A to contain commit
+229d03adf ("PENDING: feat(ti): add missing scmi pds").
-- 
2.47.3




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-10-20 12:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 14:09 [PATCH] Documentation: migration-2025.10.0: add guide Ahmad Fatoum
2025-10-20 11:31 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox