[Concept,01/13] ulib: Add MAINTAINERS entry

Message ID 20260214021317.816170-2-sjg@u-boot.org
State New
Headers
Series ulib: Support building examples for x86 |

Commit Message

Simon Glass Feb. 14, 2026, 2:12 a.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

There is no MAINTAINERS entry for the ulib subsystem, so patches do
not get automatically routed.

Add an entry covering the library, examples, tests and documentation.

Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index bda924912c1..62c98772441 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1875,6 +1875,17 @@  M:	Neha Malcom Francis <n-francis@ti.com>
 S:	Maintained
 F:	drivers/ufs/
 
+ULIB
+M:	Simon Glass <sjg@chromium.org>
+S:	Maintained
+T:	git https://source.denx.de/u-boot/custodians/u-boot-dm.git
+F:	doc/develop/ulib.rst
+F:	examples/ulib/
+F:	include/u-boot-lib.h
+F:	lib/ulib/
+F:	test/py/tests/test_ulib.py
+F:	test/ulib/
+
 UPL
 M:	Simon Glass <sjg@chromium.org>
 S:	Maintained