1Descriptions of section entries:
2
3	P: Person (obsolete)
4	M: Mail patches to: FullName <address@domain>
5	R: Designated reviewer: FullName <address@domain>
6	   These reviewers should be CCed on patches.
7	L: Mailing list that is relevant to this area
8	W: Web-page with status/info
9	Q: Patchwork web based patch tracking system site
10	T: SCM tree type and location.
11	   Type is one of: git, hg, quilt, stgit, topgit
12	S: Status, one of the following:
13	   Supported:	Someone is actually paid to look after this.
14	   Maintained:	Someone actually looks after it.
15	   Orphan:	No current maintainer [but maybe you could take the
16			role as you write your new code].
17	F: Files and directories with wildcard patterns.
18	   A trailing slash includes all files and subdirectory files.
19	   F:	drivers/net/	all files in and below drivers/net
20	   F:	drivers/net/*	all files in drivers/net, but not below
21	   F:	*/net/*		all files in "any top level directory"/net
22	   One pattern per line.  Multiple F: lines acceptable.
23	N: Files and directories with regex patterns.
24	   N:	[^a-z]tegra	all files whose path contains the word tegra
25	   One pattern per line.  Multiple N: lines acceptable.
26	   scripts/get_maintainer.pl has different behavior for files that
27	   match F: pattern and matches of N: patterns.  By default,
28	   get_maintainer will not look at git log history when an F: pattern
29	   match occurs.  When an N: match occurs, git log history is used
30	   to also notify the people that have git commit signatures.
31	X: Files and directories that are NOT maintained, same rules as F:
32	   Files exclusions are tested before file matches.
33	   Can be useful for excluding a specific subdirectory, for instance:
34	   F:	net/
35	   X:	net/ipv6/
36	   matches all files in and below net excluding net/ipv6/
37	K: Keyword perl extended regex pattern to match content in a
38	   patch or file.  For instance:
39	   K: of_get_profile
40	      matches patches or files that contain "of_get_profile"
41	   K: \b(printk|pr_(info|err))\b
42	      matches patches or files that contain one or more of the words
43	      printk, pr_info or pr_err
44	   One regex pattern per line.  Multiple K: lines acceptable.
45
46Note: For the hard of thinking, this list is meant to remain in alphabetical
47order. If you could add yourselves to it in alphabetical order that would be
48so much easier [Ed]
49
50Maintainers List (try to look for most precise areas first)
51
52		-----------------------------------
53ACPI:
54M:	Simon Glass <sjg@chromium.org>
55S:	Maintained
56F:	board/emulation/configs/acpi.config
57F:	cmd/acpi.c
58F:	include/acpi/
59F:	lib/acpi/
60
61ANDROID AB
62M:	Igor Opaniuk <igor.opaniuk@gmail.com>
63M:	Mattijs Korpershoek <mkorpershoek@baylibre.com>
64R:	Sam Protsenko <semen.protsenko@linaro.org>
65S:	Maintained
66T:	git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
67F:	boot/android_ab.c
68F:	cmd/ab_select.c
69F:	doc/android/ab.rst
70F:	include/android_ab.h
71F:	test/py/tests/test_android/test_ab.py
72
73ANDROID AVB
74M:	Igor Opaniuk <igor.opaniuk@gmail.com>
75M:	Mattijs Korpershoek <mkorpershoek@baylibre.com>
76S:	Maintained
77T:	git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
78F:	cmd/avb.c
79F:	common/avb_verify.c
80F:	doc/android/avb2.rst
81F:	include/avb_verify.h
82F:	lib/libavb/
83F:	test/py/tests/test_android/test_avb.py
84
85ARC
86M:	Alexey Brodkin <alexey.brodkin@synopsys.com>
87M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
88S:	Maintained
89L:	uboot-snps-arc@synopsys.com
90T:	git https://source.denx.de/u-boot/custodians/u-boot-arc.git
91F:	arch/arc/
92F:	board/synopsys/
93
94ARC HSDK CGU CLOCK
95M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
96S:	Maintained
97L:	uboot-snps-arc@synopsys.com
98F:	drivers/clk/clk-hsdk-cgu.c
99F:	include/dt-bindings/clock/snps,hsdk-cgu.h
100F:	doc/device-tree-bindings/clock/snps,hsdk-cgu.txt
101
102ARC HSDK CREG GPIO
103M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
104S:	Maintained
105L:	uboot-snps-arc@synopsys.com
106F:	doc/device-tree-bindings/gpio/snps,creg-gpio.txt
107F:	drivers/gpio/hsdk-creg-gpio.c
108
109ARC HSDK RESET
110M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
111S:	Maintained
112L:	uboot-snps-arc@synopsys.com
113F:	include/dt-bindings/reset/snps,hsdk-reset.h
114F:	drivers/reset/reset-hsdk.c
115
116ARC SYNOPSYS DW MMC EXTENSIONS
117M:	Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
118S:	Maintained
119L:	uboot-snps-arc@synopsys.com
120F:	doc/device-tree-bindings/mmc/snps,dw-mmc.txt
121F:	drivers/mmc/snps_dw_mmc.c
122
123APPLE M1 SOC SUPPORT
124M:	Mark Kettenis <kettenis@openbsd.org>
125S:	Maintained
126F:	arch/arm/include/asm/arch-apple/
127F:	arch/arm/mach-apple/
128F:	configs/apple_m1_defconfig
129F:	drivers/iommu/apple_dart.c
130F:	drivers/nvme/nvme_apple.c
131F:	drivers/pci/pcie_apple.c
132F:	drivers/phy/phy-apple-atc.c
133F:	drivers/pinctrl/pinctrl-apple.c
134F:	drivers/watchdog/apple_wdt.c
135F:	include/configs/apple.h
136
137ARM
138M:	Tom Rini <trini@konsulko.com>
139S:	Maintained
140T:	git https://source.denx.de/u-boot/custodians/u-boot-arm.git
141F:	arch/arm/
142F:	arch/arm/dts/Makefile
143F:	cmd/arm/
144
145ARM ALTERA SOCFPGA
146M:	Marek Vasut <marex@denx.de>
147M:	Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
148M:	Tien Fong Chee <tien.fong.chee@intel.com>
149S:	Maintained
150T:	git https://source.denx.de/u-boot/custodians/u-boot-socfpga.git
151F:	arch/arm/mach-socfpga/
152F:	drivers/sysreset/sysreset_socfpga*
153
154ARM AMLOGIC SOC SUPPORT
155M:	Neil Armstrong <neil.armstrong@linaro.org>
156S:	Maintained
157L:	u-boot-amlogic@groups.io
158T:	git https://source.denx.de/u-boot/custodians/u-boot-amlogic.git
159F:	arch/arm/mach-meson/
160F:	arch/arm/include/asm/arch-meson/
161F:	cmd/meson/
162F:	drivers/clk/meson/
163F:	drivers/serial/serial_meson.c
164F:	drivers/reset/reset-meson.c
165F:	drivers/i2c/meson_i2c.c
166F:	drivers/net/phy/meson-gxl.c
167F:	drivers/adc/meson-saradc.c
168F:	drivers/phy/meson*
169F:	drivers/mmc/meson_gx_mmc.c
170F:	drivers/sm/meson-sm.c
171F:	drivers/spi/meson_spifc.c
172F:	drivers/pinctrl/meson/
173F:	drivers/power/domain/meson-gx-pwrc-vpu.c
174F:	drivers/video/meson/
175F:	drivers/watchdog/meson_gxbb_wdt.c
176F:	include/configs/meson64.h
177F:	include/configs/meson64_android.h
178F:	doc/board/amlogic/
179N:	meson
180
181ARM ASPEED
182M:	Ryan Chen <ryan_chen@aspeedtech.com>
183M:	Chia-Wei Wang <chiawei_wang@aspeedtech.com>
184R:	Aspeed BMC SW team <BMC-SW@aspeedtech.com>
185R:	Joel Stanley <joel@jms.id.au>
186S:	Maintained
187F:	arch/arm/mach-aspeed/
188F:	arch/arm/include/asm/arch-aspeed/
189F:	board/aspeed/
190F:	drivers/clk/aspeed/
191F:	drivers/crypto/aspeed/
192F:	drivers/gpio/gpio-aspeed.c
193F:	drivers/i2c/ast_i2c.[ch]
194F:	drivers/mmc/aspeed_sdhci.c
195F:	drivers/net/aspeed_mdio.c
196F:	drivers/net/ftgmac100.[ch]
197F:	drivers/pinctrl/aspeed/
198F:	drivers/pwm/pwm-aspeed.c
199F:	drivers/ram/aspeed/
200F:	drivers/reset/reset-ast2500.c
201F:	drivers/watchdog/ast_wdt.c
202N:	aspeed
203
204ARM BROADCOM BCM283X / BCM27XX
205M:	Matthias Brugger <mbrugger@suse.com>
206M:	Peter Robinson <pbrobinson@gmail.com>
207S:	Maintained
208F:	arch/arm/dts/bcm283*
209F:	arch/arm/mach-bcm283x/
210F:	board/raspberrypi/
211F:	drivers/gpio/bcm2835_gpio.c
212F:	drivers/mmc/bcm2835_sdhci.c
213F:	drivers/mmc/bcm2835_sdhost.c
214F:	drivers/serial/serial_bcm283x_mu.c
215F:	drivers/serial/serial_bcm283x_pl011.c
216F:	drivers/video/bcm2835.c
217F:	include/dm/platform_data/serial_bcm283x_mu.h
218F:	include/dt-bindings/pinctrl/bcm2835.h
219F:	drivers/pinctrl/broadcom/
220F:	configs/rpi_*
221T:	git https://source.denx.de/u-boot/custodians/u-boot-arm.git
222
223ARM BROADCOM BCMBCA
224M:	Anand Gore <anand.gore@broadcom.com>
225M:	William Zhang <william.zhang@broadcom.com>
226M:	Kursad Oney <kursad.oney@broadcom.com>
227M:	Philippe Reynes <philippe.reynes@softathome.com>
228S:	Maintained
229F:	arch/arm/mach-bcmbca/
230F:	board/broadcom/bcmbca/
231N:	bcmbca
232N:	bcm[9]?47622
233N:	bcm[9]?4908
234N:	bcm[9]?4912
235N:	bcm[9]?63138
236N:	bcm[9]?63146
237N:	bcm[9]?63148
238N:	bcm[9]?63158
239N:	bcm[9]?63178
240N:	bcm[9]?6756
241N:	bcm[9]?6813
242N:	bcm[9]?6846
243N:	bcm[9]?6855
244N:	bcm[9]?6856
245N:	bcm[9]?6858
246N:	bcm[9]?6878
247
248ARM BROADCOM BCMSTB
249M:	Thomas Fitzsimmons <fitzsim@fitzsim.org>
250S:	Maintained
251F:	arch/arm/mach-bcmstb/
252F:	board/broadcom/bcmstb/
253F:	configs/bcm7*_defconfig
254F:	doc/README.bcm7xxx
255F:	drivers/mmc/bcmstb_sdhci.c
256F:	drivers/spi/bcmstb_spi.c
257
258ARM CORTINA ACCESS CAxxxx
259M:	Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
260S:	Supported
261F:	board/cortina/common/
262F:	drivers/gpio/cortina_gpio.c
263F:	drivers/watchdog/cortina_wdt.c
264F:	drivers/serial/serial_cortina.c
265F:	drivers/led/led_cortina.c
266F:	drivers/mmc/ca_dw_mmc.c
267F:	drivers/spi/ca_sflash.c
268F:	drivers/i2c/i2c-cortina.c
269F:	drivers/i2c/i2c-cortina.h
270F:	drivers/mtd/nand/raw/cortina_nand.c
271F:	drivers/mtd/nand/raw/cortina_nand.h
272F:	drivers/net/cortina_ni.c
273F:	drivers/net/cortina_ni.h
274F:	drivers/net/phy/ca_phy.c
275F:	configs/cortina_presidio-asic-pnand_defconfig
276
277ARM FF-A
278M:	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
279S:	Maintained
280F:	arch/sandbox/include/asm/sandbox_arm_ffa.h
281F:	arch/sandbox/include/asm/sandbox_arm_ffa_priv.h
282F:	cmd/armffa.c
283F:	doc/arch/arm64.ffa.rst
284F:	doc/usage/cmd/armffa.rst
285F:	drivers/firmware/arm-ffa/
286F:	include/arm_ffa.h
287F:	test/cmd/armffa.c
288F:	test/dm/ffa.c
289
290ARM FREESCALE IMX
291M:	Stefano Babic <sbabic@denx.de>
292M:	Fabio Estevam <festevam@gmail.com>
293R:	NXP i.MX U-Boot Team <uboot-imx@nxp.com>
294S:	Maintained
295T:	git https://source.denx.de/u-boot/custodians/u-boot-imx.git
296F:	arch/Kconfig.nxp
297F:	arch/arm/cpu/arm1136/mx*/
298F:	arch/arm/cpu/arm926ejs/mx*/
299F:	arch/arm/cpu/armv7/vf610/
300F:	arch/arm/dts/*imx*
301F:	arch/arm/mach-imx/
302F:	arch/arm/include/asm/arch-imx*/
303F:	arch/arm/include/asm/arch-mx*/
304F:	arch/arm/include/asm/arch-vf610/
305F:	arch/arm/include/asm/mach-imx/
306F:	board/freescale/*mx*/
307F:	board/freescale/common/
308F:	common/spl/spl_imx_container.c
309F:	drivers/serial/serial_mxc.c
310F:	include/imx_container.h
311
312ARM HISILICON
313M:	Peter Griffin <peter.griffin@linaro.org>
314M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
315S:	Maintained
316F:	arch/arm/cpu/armv8/hisilicon
317F:	arch/arm/include/asm/arch-hi6220/
318F:	arch/arm/include/asm/arch-hi3660/
319F:	arch/arm/mach-histb
320
321ARM HPE GXP ARCHITECTURE
322M:	Jean-Marie Verdun <verdun@hpe.com>
323M:	Nick Hawkins <nick.hawkins@hpe.com>
324S:	Maintained
325F:	arch/arm/dts/hpe-bmc*
326F:	arch/arm/dts/hpe-gxp*
327F:	arch/arm/mach-hpe/
328F:	board/hpe/
329F:	configs/gxp_defconfig
330F:	doc/device-tree-bindings/spi/hpe,gxp-spi.yaml
331F:	drivers/timer/gxp-timer.c
332F:	drivers/spi/gxp_spi.c
333
334ARM IPQ40XX
335M:	Robert Marko <robert.marko@sartura.hr>
336M:	Luka Kovacic <luka.kovacic@sartura.hr>
337M:	Luka Perkov <luka.perkov@sartura.hr>
338S:	Maintained
339F:	arch/arm/mach-ipq40xx/
340F:	include/dt-bindings/clock/qcom,ipq4019-gcc.h
341F:	include/dt-bindings/reset/qcom,ipq4019-reset.h
342F:	drivers/reset/reset-ipq4019.c
343F:	drivers/phy/phy-qcom-ipq4019-usb.c
344F:	drivers/spi/spi-qup.c
345F:	drivers/net/mdio-ipq4019.c
346F:	drivers/rng/msm_rng.c
347
348ARM LAYERSCAPE SFP
349M:	Sean Anderson <sean.anderson@seco.com>
350S:	Maintained
351F:	drivers/misc/ls2_sfp.c
352
353ARM MARVELL KIRKWOOD ARMADA-XP ARMADA-38X ARMADA-37XX ARMADA-7K/8K
354M:	Stefan Roese <sr@denx.de>
355S:	Maintained
356T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
357F:	arch/arm/mach-kirkwood/
358F:	arch/arm/mach-mvebu/
359F:	drivers/ata/ahci_mvebu.c
360F:	drivers/clk/mvebu/
361F:	drivers/ddr/marvell/
362F:	drivers/gpio/mvebu_gpio.c
363F:	drivers/i2c/mvtwsi.c
364F:	drivers/mmc/xenon_sdhci.c
365F:	drivers/phy/marvell/
366F:	drivers/pinctrl/mvebu/
367F:	drivers/rtc/armada38x.c
368F:	drivers/spi/kirkwood_spi.c
369F:	drivers/spi/mvebu_a3700_spi.c
370F:	drivers/pci/pcie_dw_mvebu.c
371F:	drivers/pci/pcie-xilinx-nwl.c
372F:	drivers/watchdog/armada-37xx-wdt.c
373F:	drivers/watchdog/orion_wdt.c
374F:	include/configs/mv-common.h
375
376ARM MARVELL PCIE CONTROLLER DRIVERS
377M:	Stefan Roese <sr@denx.de>
378S:	Maintained
379T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
380F:	drivers/pci/pci-aardvark.c
381F:	drivers/pci/pci_mvebu.c
382
383ARM MARVELL SERIAL DRIVERS
384M:	Pali Roh��r <pali@kernel.org>
385M:	Stefan Roese <sr@denx.de>
386S:	Maintained
387T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
388F:	drivers/serial/serial_mvebu_a3700.c
389
390ARM MEDIATEK
391M:	Ryder Lee <ryder.lee@mediatek.com>
392M:	Weijie Gao <weijie.gao@mediatek.com>
393M:	Chunfeng Yun <chunfeng.yun@mediatek.com>
394R:	GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
395S:	Maintained
396F:	arch/arm/mach-mediatek/
397F:	arch/arm/include/asm/arch-mediatek/
398F:	board/mediatek/
399F:	doc/device-tree-bindings/phy/phy-mtk-*
400F:	doc/device-tree-bindings/usb/mediatek,*
401F:	doc/README.mediatek
402F:	drivers/clk/mediatek/
403F:	drivers/cpu/mtk_cpu.c
404F:	drivers/i2c/mtk_i2c.c
405F:	drivers/mmc/mtk-sd.c
406F:	drivers/phy/phy-mtk-*
407F:	drivers/pinctrl/mediatek/
408F:	drivers/power/domain/mtk-power-domain.c
409F:	drivers/ram/mediatek/
410F:	drivers/spi/mtk_snfi_spi.c
411F:	drivers/spi/mtk_spim.c
412F:	drivers/timer/mtk_timer.c
413F:	drivers/usb/host/xhci-mtk.c
414F:	drivers/usb/mtu3/
415F:	drivers/watchdog/mtk_wdt.c
416F:	drivers/net/mtk_eth.c
417F:	drivers/net/mtk_eth.h
418F:	drivers/reset/reset-mediatek.c
419F:	include/dt-bindings/clock/mediatek,*
420F:	include/dt-bindings/power/mediatek,*
421F:	tools/mtk_image.c
422F:	tools/mtk_image.h
423F:	tools/mtk_nand_headers.c
424F:	tools/mtk_nand_headers.h
425N:	mediatek
426
427ARM METHODE SUPPORT
428M:	Robert Marko <robert.marko@sartura.hr>
429S:	Maintained
430F:	arch/arm/dts/armada-3720-eDPU*
431F:	arch/arm/dts/armada-3720-uDPU*
432F:	configs/eDPU_defconfig
433F:	configs/uDPU_defconfig
434
435ARM MICROCHIP/ATMEL AT91
436M:	Eugen Hristev <eugen.hristev@microchip.com>
437S:	Maintained
438T:	git https://source.denx.de/u-boot/custodians/u-boot-at91.git
439F:	arch/arm/dts/at91*
440F:	arch/arm/dts/sam*
441F:	arch/arm/mach-at91/
442F:	board/atmel/
443F:	drivers/cpu/at91_cpu.c
444F:	drivers/memory/atmel-ebi.c
445F:	drivers/misc/microchip_flexcom.c
446F:	drivers/timer/atmel_tcb_timer.c
447F:	include/dt-bindings/clk/at91.h
448F:	include/dt-bindings/clock/at91.h
449F:	include/dt-bindings/dma/at91.h
450F:	include/dt-bindings/mfd/at91-usart.h
451F:	include/dt-bindings/mfd/atmel-flexcom.h
452F:	include/dt-bindings/pinctrl/at91.h
453F:	include/dt-bindings/sound/microchip,pdmc.h
454F:	drivers/timer/mchp-pit64b-timer.c
455
456ARM MSC SM2S IMX8MP SOM
457M:	Martyn Welch <martyn.welch@collabora.com>
458M:	Ian Ray <ian.ray@gehealthcare.com>
459S:	Maintained
460F:	arch/arm/dts/imx8mp-msc-sm2s*
461F:	board/msc/sm2s_imx8mp/
462F:	configs/msc_sm2s_imx8mp_defconfig
463F:	include/configs/msc_sm2s_imx8mp.h
464
465ARM NEXELL S5P4418
466M:	Stefan Bosch <stefan_b@posteo.net>
467S:	Maintained
468F:	arch/arm/cpu/armv7/s5p4418/
469F:	arch/arm/dts/s5p4418*
470F:	arch/arm/mach-nexell/
471F:	board/friendlyarm/
472F:	configs/s5p4418_nanopi2_defconfig
473F:	doc/README.s5p4418
474F:	drivers/gpio/nx_gpio.c
475F:	drivers/i2c/nx_i2c.c
476F:	drivers/mmc/nexell_dw_mmc_dm.c
477F:	drivers/pinctrl/nexell/
478F:	drivers/serial/serial_s5p4418_pl011.c
479F:	drivers/video/nexell/
480F:	drivers/video/nexell_display.c
481F:	include/configs/s5p4418_nanopi2.h
482
483ARM OWL
484M:	Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
485S:	Maintained
486F:	arch/arm/include/asm/arch-owl/
487F:	arch/arm/mach-owl/
488F:	doc/board/actions/
489F:	drivers/clk/owl/
490F:	drivers/serial/serial_owl.c
491F:	include/configs/owl-common.h
492F:	configs/bubblegum_96_defconfig
493F:	configs/cubieboard7_defconfig
494
495ARM RENESAS RMOBILE/R-CAR
496M:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
497M:	Marek Vasut <marek.vasut+renesas@mailbox.org>
498S:	Maintained
499T:	git https://source.denx.de/u-boot/custodians/u-boot-sh.git
500F:	arch/arm/mach-renesas/
501F:	drivers/clk/renesas/
502F:	drivers/gpio/gpio-rcar.c
503F:	drivers/i2c/rcar_*
504F:	drivers/i2c/sh_i2c.c
505F:	drivers/mmc/renesas-sdhi.c
506F:	drivers/mmc/sh_mmcif*
507F:	drivers/mmc/tmio-common*
508F:	drivers/mtd/renesas_rpc_hf.c
509F:	drivers/net/ravb.c
510F:	drivers/net/rswitch.c
511F:	drivers/net/sh_eth*
512F:	drivers/pci/pci-rcar-*
513F:	drivers/phy/phy-rcar-*
514F:	drivers/phy/renesas/
515F:	drivers/pinctrl/renesas/
516F:	drivers/serial/serial_sh*
517F:	drivers/spi/renesas_rpc_spi.c
518F:	drivers/spi/sh_qspi.c
519F:	drivers/sysinfo/rcar3.c
520F:	drivers/usb/host/xhci-rcar*
521
522ARM ROCKCHIP
523M:	Simon Glass <sjg@chromium.org>
524M:	Philipp Tomsich <philipp.tomsich@vrull.eu>
525M:	Kever Yang <kever.yang@rock-chips.com>
526S:	Maintained
527T:	git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
528F:	arch/arm/dts/px30*
529F:	arch/arm/dts/rk3*
530F:	arch/arm/dts/rockchip*
531F:	arch/arm/dts/rv11*
532F:	arch/arm/include/asm/arch-rockchip/
533F:	arch/arm/mach-rockchip/
534F:	board/amarula/vyasa-rk3288/
535F:	board/anbernic/rgxx3_rk3566/
536F:	board/chipspark/popmetal_rk3288
537F:	board/engicam/px30_core/
538F:	board/firefly/
539F:	board/mqmaker/miqi_rk3288/
540F:	board/phytec/phycore_rk3288
541F:	board/pine64
542F:	board/radxa/
543F:	board/rockchip/
544F:	board/theobroma-systems
545F:	board/vamrs/rock960_rk3399/
546F:	drivers/clk/rockchip/
547F:	drivers/gpio/rk_gpio.c
548F:	drivers/misc/rockchip-efuse.c
549F:	drivers/mmc/rockchip_sdhci.c
550F:	drivers/mmc/rockchip_dw_mmc.c
551F:	drivers/pinctrl/rockchip/
552F:	drivers/ram/rockchip/
553F:	drivers/sysreset/sysreset_rockchip.c
554F:	drivers/video/rockchip/
555F:	tools/rkcommon.c
556F:	tools/rkcommon.h
557F:	tools/rkimage.c
558F:	tools/rksd.c
559F:	tools/rkspi.c
560N:	rockchip
561
562ARM SAMSUNG
563M:	Minkyu Kang <mk7.kang@samsung.com>
564S:	Maintained
565T:	git https://source.denx.de/u-boot/custodians/u-boot-samsung.git
566F:	arch/arm/mach-exynos/
567F:	arch/arm/mach-s5pc1xx/
568F:	arch/arm/cpu/armv7/s5p-common/
569
570ARM SAMSUNG CLOCK
571M:	Sam Protsenko <semen.protsenko@linaro.org>
572S:	Maintained
573F:	drivers/clk/exynos/clk-pll.c
574F:	drivers/clk/exynos/clk-pll.h
575F:	drivers/clk/exynos/clk.c
576F:	drivers/clk/exynos/clk.h
577
578ARM SAMSUNG EXYNOS850 SOC
579M:	Sam Protsenko <semen.protsenko@linaro.org>
580S:	Maintained
581F:	arch/arm/dts/exynos850-pinctrl.dtsi
582F:	arch/arm/dts/exynos850.dtsi
583F:	doc/device-tree-bindings/clock/samsung,exynos850-clock.yaml
584F:	drivers/clk/exynos/clk-exynos850.c
585F:	drivers/pinctrl/exynos/pinctrl-exynos850.c
586F:	include/dt-bindings/clock/exynos850.h
587
588ARM SAMSUNG SOC DRIVERS
589M:	Sam Protsenko <semen.protsenko@linaro.org>
590S:	Maintained
591F:	doc/device-tree-bindings/soc/samsung/*
592F:	drivers/soc/samsung/*
593F:	include/dt-bindings/soc/samsung,*.h
594
595ARM SANCLOUD
596M:	Paul Barker <paul.barker@sancloud.com>
597R:	Marc Murphy <marc.murphy@sancloud.com>
598S:	Supported
599F:	arch/arm/dts/am335x-sancloud*
600
601ARM SC5XX
602M:	Nathan Barrett-Morrison <nathan.morrison@timesys.com>
603M:	Greg Malysa <greg.malysa@timesys.com>
604M:	Ian Roberts <ian.roberts@timesys.com>
605M:	Vasileios Bimpikas <vasileios.bimpikas@analog.com>
606M:	Utsav Agarwal <utsav.agarwal@analog.com>
607M:	Arturs Artamonovs <arturs.artamonovs@analog.com>
608S:	Supported
609T:	git https://github.com/analogdevicesinc/lnxdsp-u-boot
610F:	arch/arm/include/asm/arch-adi/
611F:	arch/arm/mach-sc5xx/
612F:	drivers/clk/adi/
613F:	drivers/serial/serial_adi_uart4.c
614F:	drivers/timer/adi_sc5xx_timer.c
615F:	include/env/adi/
616
617ARM SNAPDRAGON
618M:	Caleb Connolly <caleb.connolly@linaro.org>
619M:	Neil Armstrong <neil.armstrong@linaro.org>
620R:	Sumit Garg <sumit.garg@linaro.org>
621L:	u-boot-qcom@groups.io
622S:	Maintained
623T:	git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
624F:	drivers/*/*/pm8???-*
625F:	drivers/gpio/msm_gpio.c
626F:	drivers/mmc/msm_sdhci.c
627F:	drivers/phy/msm8916-usbh-phy.c
628F:	drivers/serial/serial_msm.c
629F:	drivers/serial/serial_msm_geni.c
630F:	drivers/smem/msm_smem.c
631F:	drivers/spmi/spmi-msm.c
632F:	drivers/usb/host/ehci-msm.c
633N:	qcom
634N:	snapdragon
635N:	qualcomm
636
637ARM STI
638M:	Patrice Chotard <patrice.chotard@foss.st.com>
639S:	Maintained
640T:	git https://source.denx.de/u-boot/custodians/u-boot-stm.git
641F:	arch/arm/mach-sti/
642F:	arch/arm/include/asm/arch-sti*/
643F:	drivers/phy/sti_usb_phy.c
644F:	drivers/pinctrl/pinctrl-sti.c
645F:	drivers/mmc/sti_sdhci.c
646F:	drivers/reset/sti-reset.c
647F:	drivers/serial/serial_sti_asc.c
648F:	drivers/sysreset/sysreset_sti.c
649F:	drivers/timer/arm_global_timer.c
650F:	drivers/usb/host/dwc3-sti-glue.c
651F:	include/dwc3-sti-glue.h
652F:	include/dt-bindings/clock/stih407-clks.h
653F:	include/dt-bindings/clock/stih410-clks.h
654F:	include/dt-bindings/reset/stih407-resets.h
655
656ARM STM STM32MP
657M:	Patrick Delaunay <patrick.delaunay@foss.st.com>
658M:	Patrice Chotard <patrice.chotard@foss.st.com>
659L:	uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
660T:	git https://source.denx.de/u-boot/custodians/u-boot-stm.git
661S:	Maintained
662F:	arch/arm/mach-stm32mp/
663F:	doc/board/st/
664F:	drivers/adc/stm32-adc*
665F:	drivers/clk/stm32/
666F:	drivers/gpio/stm32_gpio.c
667F:	drivers/hwspinlock/stm32_hwspinlock.c
668F:	drivers/i2c/stm32f7_i2c.c
669F:	drivers/mailbox/stm32-ipcc.c
670F:	drivers/misc/stm32mp_fuse.c
671F:	drivers/misc/stm32_rcc.c
672F:	drivers/mmc/stm32_sdmmc2.c
673F:	drivers/mtd/nand/raw/stm32_fmc2_nand.c
674F:	drivers/phy/phy-stm32-usbphyc.c
675F:	drivers/pinctrl/pinctrl_stm32.c
676F:	drivers/power/pmic/stpmic1.c
677F:	drivers/power/regulator/stm32-vrefbuf.c
678F:	drivers/power/regulator/stpmic1.c
679F:	drivers/ram/stm32mp1/
680F:	drivers/remoteproc/stm32_copro.c
681F:	drivers/reset/stm32-reset.c
682F:	drivers/rng/optee_rng.c
683F:	drivers/rng/stm32_rng.c
684F:	drivers/rtc/stm32_rtc.c
685F:	drivers/serial/serial_stm32.*
686F:	drivers/spi/stm32_qspi.c
687F:	drivers/spi/stm32_spi.c
688F:	drivers/video/stm32/stm32_ltdc.c
689F:	drivers/watchdog/stm32mp_wdt.c
690F:	include/dt-bindings/clock/stm32fx-clock.h
691F:	include/dt-bindings/clock/stm32mp*
692F:	include/dt-bindings/pinctrl/stm32-pinfunc.h
693F:	include/dt-bindings/reset/stm32mp*
694F:	include/stm32_rcc.h
695F:	tools/logos/st.bmp
696F:	tools/stm32image.c
697N:	stm
698N:	stm32
699
700ARM SUNXI
701M:	Jagan Teki <jagan@amarulasolutions.com>
702M:	Andre Przywara <andre.przywara@arm.com>
703S:	Maintained
704T:	git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
705F:	arch/arm/cpu/armv7/sunxi/
706F:	arch/arm/include/asm/arch-sunxi/
707F:	arch/arm/mach-sunxi/
708F:	board/sunxi/
709F:	drivers/clk/sunxi/
710F:	drivers/phy/allwinner/
711F:	drivers/pinctrl/sunxi/
712F:	drivers/video/sunxi/
713F:	tools/sunxi*
714
715ARM TEGRA
716M:	Thierry Reding <treding@nvidia.com>
717M:	Svyatoslav Ryhel <clamor95@gmail.com>
718S:	Maintained
719T:	git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
720F:	arch/arm/dts/tegra*
721F:	arch/arm/include/asm/arch-tegra*/
722F:	arch/arm/mach-tegra/
723F:	drivers/*/tegra*
724F:	drivers/*/tegra*/
725
726ARM TI
727M:	Tom Rini <trini@konsulko.com>
728S:	Maintained
729T:	git https://source.denx.de/u-boot/custodians/u-boot-ti.git
730F:	arch/arm/dts/am57xx*
731F:	arch/arm/dts/dra7*
732F:	arch/arm/mach-davinci/
733F:	arch/arm/mach-k3/
734F:	arch/arm/mach-keystone/
735F:	arch/arm/mach-omap2/
736F:	arch/arm/include/asm/arch-omap*/
737F:	arch/arm/include/asm/ti-common/
738F:	board/ti/
739F:	drivers/dma/ti*
740F:	drivers/dma/ti*/
741F:	drivers/firmware/ti_sci.*
742F:	drivers/gpio/omap_gpio.c
743F:	drivers/memory/ti-aemif.c
744F:	drivers/misc/k3_avs.c
745F:	drivers/mailbox/k3-sec-procy.c
746F:	drivers/pci/pcie_dw_ti.c
747F:	drivers/phy/keystone-usb-phy.c
748F:	drivers/phy/omap-usb2-phy.c
749F:	drivers/phy/phy-ti-am654.c
750F:	drivers/phy/ti-pipe3-phy.c
751F:	drivers/ram/k3*
752F:	drivers/ram/k3*/
753F:	drivers/remoteproc/ipu_rproc.c
754F:	drivers/remoteproc/k3_system_controller.c
755F:	drivers/remoteproc/pruc_rpoc.c
756F:	drivers/remoteproc/ti*
757F:	drivers/reset/reset-dra7.c
758F:	drivers/reset/reset-ti-sci.c
759F:	drivers/rtc/davinci.c
760F:	drivers/serial/serial_omap.c
761F:	drivers/soc/ti/
762F:	drivers/sysreset/sysreset-ti-sci.c
763F:	drivers/thermal/ti-bandgap.c
764F:	drivers/timer/omap-timer.c
765F:	drivers/video/tidss/
766F:	drivers/watchdog/omap_wdt.c
767F:	include/linux/pruss_driver.h
768F:	include/linux/soc/ti/
769
770ARM U8500
771M:	Stephan Gerhold <stephan@gerhold.net>
772R:	Linus Walleij <linus.walleij@linaro.org>
773S:	Maintained
774F:	arch/arm/dts/ste-*
775F:	arch/arm/mach-u8500/
776F:	drivers/gpio/nmk_gpio.c
777F:	drivers/phy/phy-ab8500-usb.c
778F:	drivers/power/pmic/ab8500.c
779F:	drivers/timer/nomadik-mtu-timer.c
780F:	drivers/usb/musb-new/ux500.c
781F:	drivers/video/mcde_simple.c
782
783ARM UNIPHIER
784M:	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
785R:	Dai Okamura <okamura.dai@socionext.com>
786S:	Maintained
787F:	arch/arm/dts/uniphier-*
788F:	arch/arm/mach-uniphier/
789F:	configs/uniphier_*_defconfig
790N:	uniphier
791
792ARM VERSAL NET
793M:	Michal Simek <michal.simek@amd.com>
794S:	Maintained
795T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
796F:	arch/arm/mach-versal-net/
797F:	drivers/soc/soc_xilinx_versal_net.c
798N:	(?<!uni)versal-net
799
800ARM VERSAL
801M:	Michal Simek <michal.simek@amd.com>
802S:	Maintained
803T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
804F:	arch/arm/mach-versal/
805F:	drivers/net/xilinx_axi_mrmac.*
806F:	drivers/soc/soc_xilinx_versal.c
807F:	drivers/spi/cadence_ospi_versal.c
808F:	drivers/watchdog/xilinx_wwdt.c
809N:	(?<!uni)versal
810
811ARM VERSATILE EXPRESS DRIVERS
812M:	Liviu Dudau <liviu.dudau@foss.arm.com>
813S:	Maintained
814T:	git git://github.com/ARM-software/u-boot.git
815F:	drivers/misc/vexpress_config.c
816N:	vexpress
817
818ARM ZYNQ
819M:	Michal Simek <monstr@monstr.eu>
820S:	Maintained
821T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
822F:	arch/arm/mach-zynq/
823F:	doc/board/xilinx/
824F:	doc/device-tree-bindings/video/syncoam,seps525.txt
825F:	drivers/clk/clk_zynq.c
826F:	drivers/fpga/zynqpl.c
827F:	drivers/gpio/zynq_gpio.c
828F:	drivers/i2c/i2c-cdns.c
829F:	drivers/i2c/muxes/pca954x.c
830F:	drivers/i2c/zynq_i2c.c
831F:	drivers/mmc/zynq_sdhci.c
832F:	drivers/mtd/nand/raw/zynq_nand.c
833F:	drivers/net/phy/ethernet_id.c
834F:	drivers/net/phy/xilinx_phy.c
835F:	drivers/net/zynq_gem.c
836F:	drivers/pinctrl/pinctrl-zynqmp.c
837F:	drivers/serial/serial_zynq.c
838F:	drivers/spi/zynq_qspi.c
839F:	drivers/spi/zynq_spi.c
840F:	drivers/usb/host/ehci-zynq.c
841F:	drivers/watchdog/cdns_wdt.c
842F:	include/zynqpl.h
843F:	tools/zynqimage.c
844N:	zynq
845
846ARM ZYNQMP
847M:	Michal Simek <michal.simek@amd.com>
848S:	Maintained
849T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
850F:	arch/arm/mach-zynqmp/
851F:	drivers/clk/clk_zynqmp.c
852F:	driver/firmware/firmware-zynqmp.c
853F:	drivers/fpga/zynqpl.c
854F:	drivers/gpio/gpio_slg7xl45106.c
855F:	drivers/gpio/zynq_gpio.c
856F:	drivers/gpio/zynqmp_gpio_modepin.c
857F:	drivers/i2c/i2c-cdns.c
858F:	drivers/i2c/muxes/pca954x.c
859F:	drivers/i2c/zynq_i2c.c
860F:	drivers/mailbox/zynqmp-ipi.c
861F:	drivers/mmc/zynq_sdhci.c
862F:	drivers/mtd/nand/raw/zynq_nand.c
863F:	drivers/net/phy/xilinx_phy.c
864F:	drivers/net/zynq_gem.c
865F:	drivers/phy/phy-zynqmp.c
866F:	drivers/power/domain/zynqmp-power-domain.c
867F:	drivers/pwm/pwm-cadence-ttc.c
868F:	drivers/serial/serial_zynq.c
869F:	drivers/reset/reset-zynqmp.c
870F:	drivers/rtc/zynqmp_rtc.c
871F:	drivers/soc/soc_xilinx_zynqmp.c
872F:	drivers/spi/zynq_qspi.c
873F:	drivers/spi/zynq_spi.c
874F:	drivers/timer/cadence-ttc.c
875F:	drivers/video/seps525.c
876F:	drivers/video/zynqmp/
877F:	drivers/watchdog/cdns_wdt.c
878F:	include/zynqmppl.h
879F:	include/zynqmp_firmware.h
880F:	tools/zynqmp*
881N:	ultra96
882N:	zynqmp
883
884ARM ZYNQMP R5
885M:	Michal Simek <michal.simek@amd.com>
886S:	Maintained
887T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
888F:	arch/arm/mach-zynqmp-r5/
889
890ARM PHYTIUM
891M:	liuhao <liuhao@phytium.com.cn>
892M:	shuyiqi <shuyiqi@phytium.com.cn>
893S:	Maintained
894F:	drivers/pci/pcie_phytium.c
895F:	arch/arm/dts/phytium-durian.dts
896
897ASPEED AST2600 I2C DRIVER
898M:	Ryan Chen <ryan_chen@aspeedtech.com>
899R:	Aspeed BMC SW team <BMC-SW@aspeedtech.com>
900S:	Maintained
901F:	drivers/i2c/ast2600_i2c.c
902
903ASPEED FMC SPI DRIVER
904M:	Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
905M:	C��dric Le Goater <clg@kaod.org>
906R:	Aspeed BMC SW team <BMC-SW@aspeedtech.com>
907S:	Maintained
908F:	drivers/spi/spi-aspeed-smc.c
909
910BINMAN
911M:	Simon Glass <sjg@chromium.org>
912M:	Alper Nebi Yasak <alpernebiyasak@gmail.com>
913S:	Maintained
914F:	tools/binman/
915
916BLKMAP
917M:	Tobias Waldekranz <tobias@waldekranz.com>
918S:	Maintained
919F:	cmd/blkmap.c
920F:	doc/usage/blkmap.rst
921F:	drivers/block/blkmap.c
922F:	include/blkmap.h
923F:	test/dm/blkmap.c
924
925BOOTDEVICE
926M:	Simon Glass <sjg@chromium.org>
927S:	Maintained
928F:	boot/bootdev*.c
929F:	boot/bootflow.c
930F:	boot/bootmeth*.c
931F:	boot/bootstd.c
932F:	cmd/bootdev.c
933F:	cmd/bootflow.c
934F:	doc/develop/bootstd.rst
935F:	doc/usage/bootdev.rst
936F:	doc/usage/bootflow.rst
937F:	doc/usage/bootmeth.rst
938F:	drivers/mmc/mmc_bootdev.c
939F:	include/bootdev.h
940F:	include/bootflow.h
941F:	include/bootmeth.h
942F:	include/bootstd.h
943F:	net/eth_bootdevice.c
944F:	test/boot/
945
946BTRFS
947M:	Marek Beh��n <kabel@kernel.org>
948R:	Qu Wenruo <wqu@suse.com>
949L:	linux-btrfs@vger.kernel.org
950S:	Maintained
951F:	cmd/btrfs.c
952F:	fs/btrfs/
953F:	include/btrfs.h
954
955BUILDMAN
956M:	Simon Glass <sjg@chromium.org>
957S:	Maintained
958F:	tools/buildman/
959
960CAAM
961M:	Gaurav Jain <gaurav.jain@nxp.com>
962S:	Maintained
963F:	arch/arm/dts/ls1021a-twr-u-boot.dtsi
964F:	drivers/crypto/fsl/
965F:	include/fsl_sec.h
966
967CAT
968M:	Roger Knecht <rknecht@pm.me>
969S:	Maintained
970F:	cmd/cat.c
971
972CFI FLASH
973M:	Stefan Roese <sr@denx.de>
974S:	Maintained
975T:	git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
976F:	drivers/mtd/cfi_flash.c
977F:	drivers/mtd/jedec_flash.c
978
979CLOCK
980M:	Lukasz Majewski <lukma@denx.de>
981M:	Sean Anderson <seanga2@gmail.com>
982S:	Maintained
983T:	git https://source.denx.de/u-boot/custodians/u-boot-clk.git
984F:	drivers/clk/
985F:	drivers/clk/imx/
986
987COLDFIRE
988M:	Huan Wang <alison.wang@nxp.com>
989M:	Angelo Dureghello <angelo@kernel-space.org>
990S:	Maintained
991T:	git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
992F:	arch/m68k/
993F:	doc/arch/m68k.rst
994F:	drivers/watchdog/mcf_wdt.c
995
996CYCLIC
997M:	Stefan Roese <sr@denx.de>
998S:	Maintained
999F:	cmd/cyclic.c
1000F:	common/cyclic.c
1001F:	include/cyclic.h
1002
1003DEVICETREE REBASING SUBTREE
1004M:	Sumit Garg <sumit.garg@linaro.org>
1005S:	Maintained
1006F:	dts/upstream/
1007
1008DFU
1009M:	Lukasz Majewski <lukma@denx.de>
1010M:	Mattijs Korpershoek <mkorpershoek@baylibre.com>
1011S:	Maintained
1012T:	git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
1013F:	cmd/dfu.c
1014F:	cmd/usb_*.c
1015F:	common/dfu.c
1016F:	common/update.c
1017F:	doc/api/dfu.rst
1018F:	doc/usage/dfu.rst
1019F:	drivers/dfu/
1020F:	drivers/usb/*/*gadget*
1021F:	drivers/usb/gadget/
1022F:	include/dfu.h
1023F:	include/linux/usb/ch9.h
1024F:	include/linux/usb/gadget.h
1025
1026DRIVER MODEL
1027M:	Simon Glass <sjg@chromium.org>
1028S:	Maintained
1029T:	git https://source.denx.de/u-boot/custodians/u-boot-dm.git
1030F:	doc/driver-model/
1031F:	drivers/core/
1032F:	include/dm/
1033F:	test/dm/
1034
1035EFI APP
1036M:	Simon Glass <sjg@chromium.org>
1037M:	Heinrich Schuchardt <xypron.glpk@gmx.de>
1038S:	Maintained
1039W:	https://docs.u-boot.org/en/latest/develop/uefi/u-boot_on_efi.html
1040F:	board/efi/efi-x86_app
1041F:	configs/efi-x86_app*
1042F:	doc/develop/uefi/u-boot_on_efi.rst
1043F:	drivers/block/efi-media-uclass.c
1044F:	drivers/block/sb_efi_media.c
1045F:	lib/efi/efi_app.c
1046F:	scripts/build-efi.sh
1047F:	test/dm/efi_media.c
1048
1049EFI PAYLOAD
1050M:	Heinrich Schuchardt <xypron.glpk@gmx.de>
1051M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
1052S:	Maintained
1053T:	git https://source.denx.de/u-boot/custodians/u-boot-efi.git
1054F:	arch/arm/lib/*_efi.*
1055F:	cmd/bootefi.c
1056F:	cmd/eficonfig.c
1057F:	cmd/efidebug.c
1058F:	cmd/nvedit_efi.c
1059F:	doc/api/efi.rst
1060F:	doc/develop/uefi/*
1061F:	doc/mkeficapsule.1
1062F:	doc/usage/bootefi.rst
1063F:	drivers/rtc/emul_rtc.c
1064F:	include/capitalization.h
1065F:	include/charset.h
1066F:	include/cp1250.h
1067F:	include/cp437.h
1068F:	include/efi*
1069F:	include/pe.h
1070F:	include/asm-generic/pe.h
1071F:	include/mm_communication.h
1072F:	lib/charset.c
1073F:	lib/efi*/
1074F:	test/lib/efi_*
1075F:	test/py/tests/test_efi*
1076F:	test/py/tests/test_efi*/
1077F:	test/unicode_ut.c
1078F:	cmd/bootefi.c
1079F:	cmd/efidebug.c
1080F:	cmd/nvedit_efi.c
1081F:	tools/efivar.py
1082F:	tools/file2include.c
1083F:	tools/mkeficapsule.c
1084
1085ENVIRONMENT
1086M:	Joe Hershberger <joe.hershberger@ni.com>
1087S:	Maintained
1088F:	env/
1089F:	include/env/
1090F:	include/env*
1091F:	test/env/
1092F:	tools/env/
1093F:	tools/env*
1094F:	tools/mkenvimage.c
1095
1096ENVIRONMENT AS TEXT
1097M:	Simon Glass <sjg@chromium.org>
1098S:	Maintained
1099F:	doc/usage/environment.rst
1100F:	scripts/env2string.awk
1101
1102EROFS
1103M:	Huang Jianan <jnhuang95@gmail.com>
1104L:	linux-erofs@lists.ozlabs.org
1105S:	Maintained
1106F:	cmd/erofs.c
1107F:	fs/erofs/
1108F:	include/erofs.h
1109F:	test/py/tests/test_fs/test_erofs.py
1110
1111EVENTS
1112M:	Simon Glass <sjg@chromium.org>
1113S:	Maintained
1114F:	cmd/event.c
1115F:	common/event.c
1116F:	include/event.h
1117F:	scripts/event_dump.py
1118F:	test/common/event.c
1119F:	test/py/tests/test_event_dump.py
1120
1121FASTBOOT
1122M:	Mattijs Korpershoek <mkorpershoek@baylibre.com>
1123S:	Maintained
1124T:	git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
1125F:	cmd/fastboot.c
1126F:	doc/android/fastboot*.rst
1127F:	include/fastboot.h
1128F:	include/fastboot-internal.h
1129F:	include/net/fastboot_tcp.h
1130F:	include/net/fastboot_udp.h
1131F:	drivers/fastboot/
1132F:	drivers/usb/gadget/f_fastboot.c
1133F:	net/fastboot_tcp.c
1134F:	net/fastboot_udp.c
1135F:	test/dm/fastboot.c
1136
1137FPGA
1138M:	Michal Simek <michal.simek@amd.com>
1139S:	Maintained
1140T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1141F:	drivers/fpga/
1142F:	cmd/fpga.c
1143F:	include/fpga.h
1144F:	test/dm/fpga.c
1145
1146FLATTENED DEVICE TREE
1147M:	Simon Glass <sjg@chromium.org>
1148S:	Maintained
1149T:	git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
1150F:	lib/fdtdec*
1151F:	lib/libfdt/
1152F:	include/fdt*
1153F:	include/linux/libfdt*
1154F:	cmd/fdt.c
1155F:	common/fdt_support.c
1156F:	scripts/dtc-version.sh
1157
1158FREEBSD
1159M:	Rafal Jaworowski <raj@semihalf.com>
1160S:	Maintained
1161T:	git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
1162
1163FREESCALE QORIQ
1164M:	Priyanka Jain <priyanka.jain@nxp.com>
1165S:	Maintained
1166T:	git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
1167F:	drivers/watchdog/sp805_wdt.c
1168F:	drivers/watchdog/sbsa_gwdt.c
1169
1170GATEWORKS_SC
1171M:	Tim Harvey <tharvey@gateworks.com>
1172S:	Maintained
1173F:	drivers/misc/gsc.c
1174F:	include/gsc.h
1175
1176I2C
1177M:	Heiko Schocher <hs@denx.de>
1178S:	Maintained
1179T:	git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
1180F:	drivers/i2c/
1181
1182KWBIMAGE / KWBOOT TOOLS
1183M:	Pali Roh��r <pali@kernel.org>
1184M:	Marek Beh��n <kabel@kernel.org>
1185M:	Stefan Roese <sr@denx.de>
1186S:	Maintained
1187T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
1188F:	doc/README.kwbimage
1189F:	doc/kwboot.1
1190F:	tools/kwb*
1191
1192LED
1193M:	Ivan Vozvakhov <i.vozvakhov@vk.team>
1194S:	Supported
1195F:	doc/device-tree-bindings/leds/leds-pwm.txt
1196F:	drivers/led/led_pwm.c
1197
1198LOGGING
1199M:	Simon Glass <sjg@chromium.org>
1200S:	Maintained
1201T:	git https://source.denx.de/u-boot/u-boot.git
1202F:	common/log*
1203F:	cmd/log.c
1204F:	doc/develop/logging.rst
1205F:	include/log.h
1206F:	lib/getopt.c
1207F:	test/log/
1208F:	test/py/tests/test_log.py
1209
1210MALI DISPLAY PROCESSORS
1211M:	Liviu Dudau <liviu.dudau@foss.arm.com>
1212S:	Supported
1213T:	git git://github.com/ARM-software/u-boot.git
1214F:	drivers/video/mali_dp.c
1215F:	drivers/i2c/i2c-versatile.c
1216
1217MICROBLAZE
1218M:	Michal Simek <monstr@monstr.eu>
1219S:	Maintained
1220T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1221F:	arch/microblaze/
1222F:	cmd/mfsl.c
1223F:	drivers/gpio/xilinx_gpio.c
1224F:	drivers/net/xilinx_axi_emac.c
1225F:	drivers/net/xilinx_emaclite.c
1226F:	drivers/serial/serial_xuartlite.c
1227F:	drivers/spi/xilinx_spi.c
1228F:	drivers/sysreset/sysreset_gpio.c
1229F:	drivers/timer/xilinx-timer.c
1230F:	drivers/watchdog/xilinx_tb_wdt.c
1231N:	xilinx
1232
1233MIPS
1234M:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1235S:	Maintained
1236T:	git https://source.denx.de/u-boot/custodians/u-boot-mips.git
1237F:	arch/mips/
1238
1239MIPS CORTINA ACCESS CAxxxx
1240M:	Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1241S:	Supported
1242F:	board/cortina/common/
1243F:	drivers/gpio/cortina_gpio.c
1244F:	drivers/watchdog/cortina_wdt.c
1245F:	drivers/serial/serial_cortina.c
1246F:	drivers/led/led_cortina.c
1247F:	drivers/mmc/ca_dw_mmc.c
1248F:	drivers/spi/ca_sflash.c
1249F:	drivers/i2c/i2c-cortina.c
1250F:	drivers/i2c/i2c-cortina.h
1251F:	drivers/net/cortina_ni.c
1252F:	drivers/net/cortina_ni.h
1253F:	drivers/net/phy/ca_phy.c
1254
1255MIPS MEDIATEK
1256M:	Weijie Gao <weijie.gao@mediatek.com>
1257R:	GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1258S:	Maintained
1259F:	arch/mips/mach-mtmips/
1260F:	arch/mips/dts/mt7620.dtsi
1261F:	arch/mips/dts/mt7621.dtsi
1262F:	arch/mips/dts/mt7620-u-boot.dtsi
1263F:	arch/mips/dts/mt7621-u-boot.dtsi
1264F:	include/configs/mt7620.h
1265F:	include/configs/mt7621.h
1266F:	include/dt-bindings/clock/mt7620-clk.h
1267F:	include/dt-bindings/clock/mt7621-clk.h
1268F:	include/dt-bindings/clock/mt7628-clk.h
1269F:	include/dt-bindings/reset/mt7620-reset.h
1270F:	include/dt-bindings/reset/mt7621-reset.h
1271F:	include/dt-bindings/reset/mt7628-reset.h
1272F:	drivers/clk/mtmips/
1273F:	drivers/pinctrl/mtmips/
1274F:	drivers/gpio/mt7620_gpio.c
1275F:	drivers/mtd/nand/raw/mt7621_nand.c
1276F:	drivers/mtd/nand/raw/mt7621_nand.h
1277F:	drivers/mtd/nand/raw/mt7621_nand_spl.c
1278F:	drivers/net/mt7620-eth.c
1279F:	drivers/phy/mt7620-usb-phy.c
1280F:	drivers/reset/reset-mtmips.c
1281F:	drivers/serial/serial_mt7620.c
1282F:	drivers/spi/mt7620_spi.c
1283F:	drivers/sysreset/sysreset_resetctl.c
1284F:	drivers/watchdog/mt7620_wdt.c
1285
1286MIPS MSCC
1287M:	Gregory CLEMENT <gregory.clement@bootlin.com>
1288M:	Lars Povlsen <lars.povlsen@microchip.com>
1289M:	Horatiu Vultur <horatiu.vultur@microchip.com>
1290S:	Maintained
1291F:	arch/mips/mach-mscc/
1292F:	arch/mips/dts/luton*
1293F:	arch/mips/dts/mscc*
1294F:	arch/mips/dts/ocelot*
1295F:	arch/mips/dts/jr2*
1296F:	arch/mips/dts/serval*
1297F:	board/mscc/
1298F:	configs/mscc*
1299F:	drivers/gpio/mscc_sgpio.c
1300F:	drivers/spi/mscc_bb_spi.c
1301F:	include/configs/vcoreiii.h
1302F:	include/dt-bindings/mscc/
1303F:	drivers/pinctrl/mscc/
1304F:	drivers/net/mscc_eswitch/
1305
1306MIPS JZ4780
1307M:	Ezequiel Garcia <ezequiel@collabora.com>
1308S:	Maintained
1309F:	arch/mips/mach-jz47xx/
1310
1311MIPS Octeon
1312M:	Aaron Williams <awilliams@marvell.com>
1313S:	Maintained
1314F:	arch/mips/mach-octeon/
1315F:	arch/mips/include/asm/arch-octeon/
1316F:	arch/mips/dts/mrvl,cn73xx.dtsi
1317
1318MMC
1319M:	Peng Fan <peng.fan@nxp.com>
1320M:	Jaehoon Chung <jh80.chung@samsung.com>
1321S:	Maintained
1322T:	git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
1323F:	drivers/mmc/
1324
1325NETWORK
1326M:	Joe Hershberger <joe.hershberger@ni.com>
1327M:	Ramon Fried <rfried.dev@gmail.com>
1328S:	Maintained
1329T:	git https://source.denx.de/u-boot/custodians/u-boot-net.git
1330F:	drivers/net/
1331F:	include/net.h
1332F:	net/
1333
1334NIOS
1335M:	Thomas Chou <thomas@wytron.com.tw>
1336S:	Maintained
1337T:	git https://source.denx.de/u-boot/custodians/u-boot-nios.git
1338F:	arch/nios2/
1339
1340NVMe
1341M:	Bin Meng <bmeng.cn@gmail.com>
1342S:	Maintained
1343F:	drivers/nvme/
1344F:	cmd/nvme.c
1345F:	include/nvme.h
1346F:	doc/develop/driver-model/nvme.rst
1347
1348NVMXIP
1349M:	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1350S:	Maintained
1351F:	doc/develop/driver-model/nvmxip.rst
1352F:	doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
1353F:	drivers/mtd/nvmxip/
1354F:	test/dm/nvmxip.c
1355
1356NVMEM
1357M:	Sean Anderson <seanga2@gmail.com>
1358S:	Maintained
1359F:	doc/api/nvmem.rst
1360F:	drivers/misc/nvmem.c
1361F:	drivers/reboot-mode/reboot-mode-nvmem.c
1362F:	include/nvmem.h
1363
1364NXP C45 TJA11XX PHY DRIVER
1365M:	Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1366S:	Maintained
1367F:	drivers/net/phy/nxp-c45-tja11xx.c
1368
1369ONENAND
1370#M:	Lukasz Majewski <l.majewski@majess.pl>
1371S:	Orphaned (Since 2017-01)
1372T:	git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
1373F:	drivers/mtd/onenand/
1374
1375OUT4-IMX6ULL-NANO BOARD
1376M:	Oleh Kravchenko <oleg@kaa.org.ua>
1377S:	Maintained
1378T:	git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1379F:	arch/arm/dts/ev-imx280-nano-x-mb.dts
1380F:	arch/arm/dts/o4-imx-nano.dts
1381F:	arch/arm/dts/o4-imx6ull-nano.dtsi
1382F:	board/out4
1383F:	configs/ev-imx280-nano-x-mb_defconfig
1384F:	configs/o4-imx6ull-nano_defconfig
1385F:	include/configs/o4-imx6ull-nano.h
1386
1387PATMAN
1388M:	Simon Glass <sjg@chromium.org>
1389S:	Maintained
1390F:	tools/patman/
1391
1392PCIe DWC IMX
1393M:	Sumit Garg <sumit.garg@linaro.org>
1394S:	Maintained
1395F:	drivers/pci/pcie_dw_imx.c
1396F:	drivers/phy/phy-imx8m-pcie.c
1397
1398PCI Endpoint
1399M:	Ramon Fried <rfried.dev@gmail.com>
1400S:	Maintained
1401F:	drivers/pci_endpoint/
1402F:  include/pci_ep.h
1403
1404PCI MPC85xx
1405M:	Heiko Schocher <hs@denx.de>
1406S:	Maintained
1407F:	drivers/pci/pci_mpc85xx.c
1408
1409PCI MPS
1410M:	Stephen Carlson <stcarlso@linux.microsoft.com>
1411S:	Maintained
1412F:	cmd/pci_mps.c
1413F:	test/cmd/pci_mps.c
1414
1415POWER
1416M:	Jaehoon Chung <jh80.chung@samsung.com>
1417S:	Maintained
1418T:	git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
1419F:	drivers/power/
1420F:	include/power/
1421
1422POWERPC
1423S:	Orphan (Since 2022-10-21)
1424F:	arch/powerpc/
1425
1426POWERPC MPC8XX
1427M:	Christophe Leroy <christophe.leroy@csgroup.eu>
1428S:	Maintained
1429T:	git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
1430F:	arch/powerpc/cpu/mpc8xx/
1431
1432POWERPC MPC83XX
1433M:	Mario Six <mario.six@gdsys.cc>
1434S:	Maintained
1435T:	git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
1436F:	drivers/ram/mpc83xx_sdram.c
1437F:	include/dt-bindings/memory/mpc83xx-sdram.h
1438F:	drivers/sysreset/sysreset_mpc83xx.c
1439F:	drivers/sysreset/sysreset_mpc83xx.h
1440F:	drivers/clk/mpc83xx_clk.c
1441F:	drivers/clk/mpc83xx_clk.h
1442F:	include/dt-bindings/clk/mpc83xx-clk.h
1443F:	drivers/timer/mpc83xx_timer.c
1444F:	drivers/cpu/mpc83xx_cpu.c
1445F:	drivers/cpu/mpc83xx_cpu.h
1446F:	drivers/misc/mpc83xx_serdes.c
1447F:	arch/powerpc/cpu/mpc83xx/
1448F:	arch/powerpc/include/asm/arch-mpc83xx/
1449
1450POWERPC MPC85XX
1451M:	Marek Beh��n <kabel@kernel.org>
1452S:	Maintained
1453T:	git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
1454F:	arch/powerpc/cpu/mpc85xx/
1455
1456RAW NAND
1457M:	Dario Binacchi <dario.binacchi@amarulasolutions.com>
1458M:	Michael Trimarchi <michael@amarulasolutions.com>
1459S:	Maintained
1460T:	git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1461F:	drivers/mtd/nand/raw/
1462
1463RISC-V
1464M:	Rick Chen <rick@andestech.com>
1465M:	Leo <ycliang@andestech.com>
1466S:	Maintained
1467T:	git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
1468F:	arch/riscv/
1469F:	cmd/riscv/
1470F:	doc/arch/riscv.rst
1471F:	doc/usage/sbi.rst
1472F:	drivers/sysreset/sysreset_sbi.c
1473F:	drivers/timer/andes_plmt_timer.c
1474F:	drivers/timer/riscv_aclint_timer.c
1475F:	tools/prelink-riscv.c
1476
1477RISC-V CANAAN KENDRYTE K210
1478M:	Sean Anderson <seanga2@gmail.com>
1479S:	Maintained
1480F:	doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1481F:	doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1482F:	drivers/clk/clk_k210.c
1483F:	drivers/pinctrl/pinctrl-k210.c
1484F:	include/k210/
1485
1486RNG
1487M:	Sughosh Ganu <sughosh.ganu@linaro.org>
1488R:	Heinrich Schuchardt <xypron.glpk@gmx.de>
1489S:	Maintained
1490F:	cmd/rng.c
1491F:	doc/api/rng.rst
1492F:	drivers/rng/
1493F:	drivers/virtio/virtio_rng.c
1494F:	include/rng.h
1495
1496ROCKUSB
1497M:	Eddie Cai <eddie.cai.linux@gmail.com>
1498S:	Maintained
1499F:	drivers/usb/gadget/f_rockusb.c
1500F:	cmd/rockusb.c
1501F:	doc/README.rockusb
1502
1503SANDBOX
1504M:	Simon Glass <sjg@chromium.org>
1505S:	Maintained
1506F:	arch/sandbox/
1507F:	doc/arch/sandbox.rst
1508F:	drivers/*/*sandbox*.c
1509F:	include/dt-bindings/*/sandbox*.h
1510F:	include/os.h
1511
1512SEAMA
1513M:	Linus Walleij <linus.walleij@linaro.org>
1514S:	Maintained
1515F:	cmd/seama.c
1516F:	doc/usage/cmd/seama.rst
1517F:	test/cmd/seama.c
1518
1519SEMIHOSTING
1520R:	Sean Anderson <sean.anderson@seco.com>
1521S:	Orphaned
1522N:	semihosting
1523
1524SETEXPR
1525M:	Roland Gaudig <roland.gaudig@weidmueller.com>
1526S:	Maintained
1527F:	cmd/printf.c
1528F:	doc/usage/setexpr.rst
1529
1530SH
1531M:	Marek Vasut <marek.vasut+renesas@gmail.com>
1532M:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1533S:	Maintained
1534T:	git https://source.denx.de/u-boot/custodians/u-boot-sh.git
1535F:	arch/sh/
1536
1537SL28CLPD
1538M:	Michael Walle <michael@walle.cc>
1539S:	Maintained
1540F:	drivers/gpio/sl28cpld-gpio.c
1541F:	drivers/misc/sl28cpld.c
1542F:	drivers/watchdog/sl28cpld-wdt.c
1543
1544SMCCC TRNG
1545M:	Etienne Carriere <etienne.carriere@linaro.org>
1546S:	Maintained
1547F:	drivers/rng/smccc_trng.c
1548
1549SPI
1550M:	Jagan Teki <jagan@amarulasolutions.com>
1551S:	Maintained
1552T:	git https://source.denx.de/u-boot/custodians/u-boot-spi.git
1553F:	drivers/spi/
1554F:	include/spi*
1555
1556SPI NAND
1557M:	Dario Binacchi <dario.binacchi@amarulasolutions.com>
1558M:	Michael Trimarchi <michael@amarulasolutions.com>
1559R:	Frieder Schrempf <frieder.schrempf@kontron.de>
1560S:	Maintained
1561T:	git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1562F:	drivers/mtd/nand/spi/
1563
1564SPI-NOR
1565M:	Jagan Teki <jagan@amarulasolutions.com>
1566M:	Vignesh R <vigneshr@ti.com>
1567S:	Maintained
1568F:	drivers/mtd/spi/
1569F:	include/spi_flash.h
1570F:	include/linux/mtd/cfi.h
1571F:	include/linux/mtd/spi-nor.h
1572
1573SPMI
1574M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1575S:	Maintained
1576F:	drivers/spmi/
1577F:	include/spmi/
1578
1579SQUASHFS
1580M:	Joao Marcos Costa <jmcosta944@gmail.com>
1581R:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1582R:	Miquel Raynal <miquel.raynal@bootlin.com>
1583S:	Maintained
1584F:	fs/squashfs/
1585F:	include/sqfs.h
1586F:	cmd/sqfs.c
1587F:	test/py/tests/test_fs/test_squashfs/
1588
1589STACKPROTECTOR
1590M:	William Zhang <william.zhang@broadcom.com>
1591S:	Maintained
1592F:	common/stackprot.c
1593F:	cmd/stackprot_test.c
1594F:	test/py/tests/test_stackprotector.py
1595
1596TARGET_BCMNS3
1597M:	Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1598S:	Maintained
1599F:	board/broadcom/bcmns3/
1600F:	doc/README.bcmns3
1601F:	configs/bcm_ns3_defconfig
1602F:	include/configs/bcm_ns3.h
1603F:	include/dt-bindings/memory/bcm-ns3-mc.h
1604F:	arch/arm/Kconfig
1605F:	arch/arm/dts/ns3-board.dts
1606F:	arch/arm/dts/ns3.dtsi
1607F:	arch/arm/cpu/armv8/bcmns3
1608F:	arch/arm/include/asm/arch-bcmns3/
1609F:	cmd/broadcom/Makefile
1610F:	cmd/broadcom/chimp_boot.c
1611F:	cmd/broadcom/nitro_image_load.c
1612F:	cmd/broadcom/chimp_handshake.c
1613
1614TDA19988 HDMI ENCODER
1615M:	Liviu Dudau <liviu.dudau@foss.arm.com>
1616S:	Maintained
1617F:	drivers/video/tda19988.c
1618
1619TI LP5562 LED DRIVER
1620M:	Rasmus Villemoes <rasmus.villemoes@prevas.dk>
1621S:	Supported
1622F:	drivers/led/led_lp5562.c
1623
1624TI SYSTEM SECURITY
1625M:	Andrew F. Davis <afd@ti.com>
1626S:	Supported
1627F:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1628F:	arch/arm/mach-omap2/sec-common.c
1629F:	arch/arm/mach-omap2/config_secure.mk
1630F:	arch/arm/mach-k3/security.c
1631F:	configs/am335x_hs_evm_defconfig
1632F:	configs/am335x_hs_evm_uart_defconfig
1633F:	configs/am43xx_hs_evm_defconfig
1634F:	configs/am43xx_hs_evm_qspi_defconfig
1635F:	configs/am57xx_hs_evm_defconfig
1636F:	configs/am57xx_hs_evm_usb_defconfig
1637F:	configs/dra7xx_hs_evm_defconfig
1638F:	configs/dra7xx_hs_evm_usb_defconfig
1639F:	configs/k2hk_hs_evm_defconfig
1640F:	configs/k2e_hs_evm_defconfig
1641F:	configs/k2g_hs_evm_defconfig
1642F:	configs/k2l_hs_evm_defconfig
1643
1644TPM DRIVERS
1645M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
1646S:	Maintained
1647T:	git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1648F:	cmd/tpm*
1649F:	drivers/tpm/
1650F:	include/tpm*
1651
1652TQ GROUP
1653#M:	Martin Krause <martin.krause@tq-systems.de>
1654S:	Orphaned (Since 2016-02)
1655T:	git git://git.denx.de/u-boot-tq-group.git
1656
1657TEE
1658M:	Jens Wiklander <jens.wiklander@linaro.org>
1659M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
1660T:	git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1661S:	Maintained
1662F:	cmd/optee*
1663F:	doc/README.tee
1664F:	doc/device-tree-bindings/firmware/linaro,optee-tz.txt
1665F:	drivers/firmware/scmi/optee_agent.c
1666F:	drivers/tee/
1667F:	include/sandboxtee.h
1668F:	include/tee.h
1669F:	include/tee/
1670F:	include/test/optee.h
1671F:	test/dm/tee.c
1672F:	test/optee/
1673F:	test/py/tests/test_optee_rpmb.py
1674
1675TEE-lib
1676M:	Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1677S:	Maintained
1678F:	lib/optee
1679
1680UBI
1681M:	Kyungmin Park <kmpark@infradead.org>
1682M:	Heiko Schocher <hs@denx.de>
1683S:	Maintained
1684T:	git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
1685F:	drivers/mtd/ubi/
1686
1687UFS
1688M:	Bhupesh Sharma <bhupesh.linux@gmail.com>
1689M:	Neha Malcom Francis <n-francis@ti.com>
1690S:	Maintained
1691F:	drivers/ufs/
1692
1693USB
1694M:	Marek Vasut <marex@denx.de>
1695S:	Maintained
1696T:	git https://source.denx.de/u-boot/custodians/u-boot-usb.git
1697F:	drivers/usb/
1698F:	common/usb.c
1699F:	common/usb_kbd.c
1700F:	common/usb_storage.c
1701F:	include/usb.h
1702
1703USB xHCI
1704M:	Bin Meng <bmeng.cn@gmail.com>
1705S:	Maintained
1706T:	git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1707F:	drivers/usb/host/xhci*
1708F:	include/usb/xhci.h
1709
1710UUID testing
1711M:	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1712S:	Maintained
1713F:	test/lib/uuid.c
1714
1715VIDEO
1716M:	Anatolij Gustschin <agust@denx.de>
1717S:	Maintained
1718T:	git https://source.denx.de/u-boot/custodians/u-boot-video.git
1719F:	drivers/video/
1720F:	include/video*.h
1721
1722VirtIO
1723M:	Bin Meng <bmeng.cn@gmail.com>
1724S:	Maintained
1725F:	drivers/virtio/
1726F:	cmd/virtio.c
1727F:	include/config/virtio/
1728F:	include/config/virtio.h
1729F:	include/config/cmd/virtio.h
1730F:	include/virtio*.h
1731F:	test/dm/virtio.c
1732F:	doc/develop/driver-model/virtio.rst
1733
1734WATCHDOG
1735M:	Stefan Roese <sr@denx.de>
1736S:	Maintained
1737T:	git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1738F:	cmd/wdt.c
1739F:	drivers/watchdog/
1740F:	include/watchdog*.h
1741
1742X86
1743M:	Simon Glass <sjg@chromium.org>
1744M:	Bin Meng <bmeng.cn@gmail.com>
1745S:	Maintained
1746T:	git https://source.denx.de/u-boot/custodians/u-boot-x86.git
1747F:	arch/x86/
1748F:	cmd/x86/
1749
1750XEN
1751M:	Anastasiia Lukianenko <vicooodin@gmail.com>
1752M:	Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1753S:	Maintained
1754F:	arch/arm/cpu/armv8/xen/
1755F:	arch/arm/include/asm/xen.h
1756F:	arch/arm/include/asm/xen/
1757F:	cmd/pvblock.c
1758F:	drivers/serial/serial_xen.c
1759F:	drivers/xen/
1760F:	include/pvblock.h
1761F:	include/xen/
1762F:	include/xen.h
1763F:	lib/sscanf.c
1764F:	test/lib/sscanf.c
1765
1766XTENSA
1767M:	Max Filippov <jcmvbkbc@gmail.com>
1768S:	Maintained
1769F:	arch/xtensa/
1770
1771XXD
1772M:	Roger Knecht <rknecht@pm.me>
1773S:	Maintained
1774F:	cmd/xxd.c
1775F:	doc/usage/cmd/xxd.rst
1776F:	test/py/tests/test_xxd/
1777
1778THE REST
1779M:	Tom Rini <trini@konsulko.com>
1780L:	u-boot@lists.denx.de
1781Q:	http://patchwork.ozlabs.org/project/uboot/list/
1782S:	Maintained
1783T:	git https://source.denx.de/u-boot/u-boot.git
1784F:	configs/tools-only_defconfig
1785F:	*
1786F:	*/
1787