summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2025-11-03 10:12:05 -0600
committerTom Rini <trini@konsulko.com>2025-11-03 10:12:05 -0600
commit9ccda31f54881d3321263a81599454a1d6efb65e (patch)
tree71c250bf67f39df36d05ef55512692132b99fa40 /MAINTAINERS
parentc2637036b8f0c90a2cfc59900f7da31eae646b03 (diff)
parente9dc6c12958fc5d909848fc3999e6be5df1cd3ae (diff)
Merge patch series "Convert extension support to UCLASS and adds its support to boot flows"
Kory Maincent (TI.com) <kory.maincent@bootlin.com> says: This series converts the extension board framework to use UCLASS as requested by Simon Glass, then adds extension support to pxe_utils and bootmeth_efi (not tested) to enable extension boards devicetree load in the standard boot process. I can't test the imx8 extension scan enabled by the imx8mm-cl-iot-gate_defconfig as I don't have this board. I also can't test the efi bootmeth change as I don't have such board. Link: https://lore.kernel.org/r/20251030-feature_sysboot_extension_board-v5-0-cfb77672fc68@bootlin.com
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 5f9163f9c09..8c7d0e0ab2f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1185,6 +1185,15 @@ F: scripts/event_dump.py
F: test/common/event.c
F: test/py/tests/test_event_dump.py
+EXTENSION
+M: Kory Maincent <kory.maincent@bootlin.com>
+S: Maintained
+F: board/sunxi/chip.c
+F: board/ti/common/cape_detect.c
+F: boot/extension-uclass.c
+F: cmd/extension_board.c
+F: include/extension_board.h
+
FASTBOOT
M: Mattijs Korpershoek <mkorpershoek@kernel.org>
S: Maintained