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 SNAPDRAGON
602M:	Caleb Connolly <caleb.connolly@linaro.org>
603M:	Neil Armstrong <neil.armstrong@linaro.org>
604R:	Sumit Garg <sumit.garg@linaro.org>
605L:	u-boot-qcom@groups.io
606S:	Maintained
607T:	git https://source.denx.de/u-boot/custodians/u-boot-snapdragon.git
608F:	drivers/*/*/pm8???-*
609F:	drivers/gpio/msm_gpio.c
610F:	drivers/mmc/msm_sdhci.c
611F:	drivers/phy/msm8916-usbh-phy.c
612F:	drivers/serial/serial_msm.c
613F:	drivers/serial/serial_msm_geni.c
614F:	drivers/smem/msm_smem.c
615F:	drivers/spmi/spmi-msm.c
616F:	drivers/usb/host/ehci-msm.c
617N:	qcom
618N:	snapdragon
619N:	qualcomm
620
621ARM STI
622M:	Patrice Chotard <patrice.chotard@foss.st.com>
623S:	Maintained
624T:	git https://source.denx.de/u-boot/custodians/u-boot-stm.git
625F:	arch/arm/mach-sti/
626F:	arch/arm/include/asm/arch-sti*/
627F:	drivers/phy/sti_usb_phy.c
628F:	drivers/pinctrl/pinctrl-sti.c
629F:	drivers/mmc/sti_sdhci.c
630F:	drivers/reset/sti-reset.c
631F:	drivers/serial/serial_sti_asc.c
632F:	drivers/sysreset/sysreset_sti.c
633F:	drivers/timer/arm_global_timer.c
634F:	drivers/usb/host/dwc3-sti-glue.c
635F:	include/dwc3-sti-glue.h
636F:	include/dt-bindings/clock/stih407-clks.h
637F:	include/dt-bindings/clock/stih410-clks.h
638F:	include/dt-bindings/reset/stih407-resets.h
639
640ARM STM STM32MP
641M:	Patrick Delaunay <patrick.delaunay@foss.st.com>
642M:	Patrice Chotard <patrice.chotard@foss.st.com>
643L:	uboot-stm32@st-md-mailman.stormreply.com (moderated for non-subscribers)
644T:	git https://source.denx.de/u-boot/custodians/u-boot-stm.git
645S:	Maintained
646F:	arch/arm/mach-stm32mp/
647F:	doc/board/st/
648F:	drivers/adc/stm32-adc*
649F:	drivers/clk/stm32/
650F:	drivers/gpio/stm32_gpio.c
651F:	drivers/hwspinlock/stm32_hwspinlock.c
652F:	drivers/i2c/stm32f7_i2c.c
653F:	drivers/mailbox/stm32-ipcc.c
654F:	drivers/misc/stm32mp_fuse.c
655F:	drivers/misc/stm32_rcc.c
656F:	drivers/mmc/stm32_sdmmc2.c
657F:	drivers/mtd/nand/raw/stm32_fmc2_nand.c
658F:	drivers/phy/phy-stm32-usbphyc.c
659F:	drivers/pinctrl/pinctrl_stm32.c
660F:	drivers/power/pmic/stpmic1.c
661F:	drivers/power/regulator/stm32-vrefbuf.c
662F:	drivers/power/regulator/stpmic1.c
663F:	drivers/ram/stm32mp1/
664F:	drivers/remoteproc/stm32_copro.c
665F:	drivers/reset/stm32-reset.c
666F:	drivers/rng/optee_rng.c
667F:	drivers/rng/stm32_rng.c
668F:	drivers/rtc/stm32_rtc.c
669F:	drivers/serial/serial_stm32.*
670F:	drivers/spi/stm32_qspi.c
671F:	drivers/spi/stm32_spi.c
672F:	drivers/video/stm32/stm32_ltdc.c
673F:	drivers/watchdog/stm32mp_wdt.c
674F:	include/dt-bindings/clock/stm32fx-clock.h
675F:	include/dt-bindings/clock/stm32mp*
676F:	include/dt-bindings/pinctrl/stm32-pinfunc.h
677F:	include/dt-bindings/reset/stm32mp*
678F:	include/stm32_rcc.h
679F:	tools/logos/st.bmp
680F:	tools/stm32image.c
681N:	stm
682N:	stm32
683
684ARM SUNXI
685M:	Jagan Teki <jagan@amarulasolutions.com>
686M:	Andre Przywara <andre.przywara@arm.com>
687S:	Maintained
688T:	git https://source.denx.de/u-boot/custodians/u-boot-sunxi.git
689F:	arch/arm/cpu/armv7/sunxi/
690F:	arch/arm/include/asm/arch-sunxi/
691F:	arch/arm/mach-sunxi/
692F:	board/sunxi/
693F:	drivers/clk/sunxi/
694F:	drivers/phy/allwinner/
695F:	drivers/pinctrl/sunxi/
696F:	drivers/video/sunxi/
697F:	tools/sunxi*
698
699ARM TEGRA
700M:	Thierry Reding <treding@nvidia.com>
701M:	Svyatoslav Ryhel <clamor95@gmail.com>
702S:	Maintained
703T:	git https://source.denx.de/u-boot/custodians/u-boot-tegra.git
704F:	arch/arm/dts/tegra*
705F:	arch/arm/include/asm/arch-tegra*/
706F:	arch/arm/mach-tegra/
707F:	drivers/*/tegra*
708F:	drivers/*/tegra*/
709
710ARM TI
711M:	Tom Rini <trini@konsulko.com>
712S:	Maintained
713T:	git https://source.denx.de/u-boot/custodians/u-boot-ti.git
714F:	arch/arm/dts/am57xx*
715F:	arch/arm/dts/dra7*
716F:	arch/arm/mach-davinci/
717F:	arch/arm/mach-k3/
718F:	arch/arm/mach-keystone/
719F:	arch/arm/mach-omap2/
720F:	arch/arm/include/asm/arch-omap*/
721F:	arch/arm/include/asm/ti-common/
722F:	board/ti/
723F:	drivers/dma/ti*
724F:	drivers/dma/ti*/
725F:	drivers/firmware/ti_sci.*
726F:	drivers/gpio/omap_gpio.c
727F:	drivers/memory/ti-aemif.c
728F:	drivers/misc/k3_avs.c
729F:	drivers/mailbox/k3-sec-procy.c
730F:	drivers/pci/pcie_dw_ti.c
731F:	drivers/phy/keystone-usb-phy.c
732F:	drivers/phy/omap-usb2-phy.c
733F:	drivers/phy/phy-ti-am654.c
734F:	drivers/phy/ti-pipe3-phy.c
735F:	drivers/ram/k3*
736F:	drivers/ram/k3*/
737F:	drivers/remoteproc/ipu_rproc.c
738F:	drivers/remoteproc/k3_system_controller.c
739F:	drivers/remoteproc/pruc_rpoc.c
740F:	drivers/remoteproc/ti*
741F:	drivers/reset/reset-dra7.c
742F:	drivers/reset/reset-ti-sci.c
743F:	drivers/rtc/davinci.c
744F:	drivers/serial/serial_omap.c
745F:	drivers/soc/ti/
746F:	drivers/sysreset/sysreset-ti-sci.c
747F:	drivers/thermal/ti-bandgap.c
748F:	drivers/timer/omap-timer.c
749F:	drivers/video/tidss/
750F:	drivers/watchdog/omap_wdt.c
751F:	include/linux/pruss_driver.h
752F:	include/linux/soc/ti/
753
754ARM U8500
755M:	Stephan Gerhold <stephan@gerhold.net>
756R:	Linus Walleij <linus.walleij@linaro.org>
757S:	Maintained
758F:	arch/arm/dts/ste-*
759F:	arch/arm/mach-u8500/
760F:	drivers/gpio/nmk_gpio.c
761F:	drivers/phy/phy-ab8500-usb.c
762F:	drivers/power/pmic/ab8500.c
763F:	drivers/timer/nomadik-mtu-timer.c
764F:	drivers/usb/musb-new/ux500.c
765F:	drivers/video/mcde_simple.c
766
767ARM UNIPHIER
768M:	Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
769R:	Dai Okamura <okamura.dai@socionext.com>
770S:	Maintained
771F:	arch/arm/dts/uniphier-*
772F:	arch/arm/mach-uniphier/
773F:	configs/uniphier_*_defconfig
774N:	uniphier
775
776ARM VERSAL NET
777M:	Michal Simek <michal.simek@amd.com>
778S:	Maintained
779T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
780F:	arch/arm/mach-versal-net/
781F:	drivers/soc/soc_xilinx_versal_net.c
782N:	(?<!uni)versal-net
783
784ARM VERSAL
785M:	Michal Simek <michal.simek@amd.com>
786S:	Maintained
787T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
788F:	arch/arm/mach-versal/
789F:	drivers/net/xilinx_axi_mrmac.*
790F:	drivers/soc/soc_xilinx_versal.c
791F:	drivers/spi/cadence_ospi_versal.c
792F:	drivers/watchdog/xilinx_wwdt.c
793N:	(?<!uni)versal
794
795ARM VERSATILE EXPRESS DRIVERS
796M:	Liviu Dudau <liviu.dudau@foss.arm.com>
797S:	Maintained
798T:	git git://github.com/ARM-software/u-boot.git
799F:	drivers/misc/vexpress_config.c
800N:	vexpress
801
802ARM ZYNQ
803M:	Michal Simek <monstr@monstr.eu>
804S:	Maintained
805T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
806F:	arch/arm/mach-zynq/
807F:	doc/board/xilinx/
808F:	doc/device-tree-bindings/video/syncoam,seps525.txt
809F:	drivers/clk/clk_zynq.c
810F:	drivers/fpga/zynqpl.c
811F:	drivers/gpio/zynq_gpio.c
812F:	drivers/i2c/i2c-cdns.c
813F:	drivers/i2c/muxes/pca954x.c
814F:	drivers/i2c/zynq_i2c.c
815F:	drivers/mmc/zynq_sdhci.c
816F:	drivers/mtd/nand/raw/zynq_nand.c
817F:	drivers/net/phy/ethernet_id.c
818F:	drivers/net/phy/xilinx_phy.c
819F:	drivers/net/zynq_gem.c
820F:	drivers/pinctrl/pinctrl-zynqmp.c
821F:	drivers/serial/serial_zynq.c
822F:	drivers/spi/zynq_qspi.c
823F:	drivers/spi/zynq_spi.c
824F:	drivers/usb/host/ehci-zynq.c
825F:	drivers/watchdog/cdns_wdt.c
826F:	include/zynqpl.h
827F:	tools/zynqimage.c
828N:	zynq
829
830ARM ZYNQMP
831M:	Michal Simek <michal.simek@amd.com>
832S:	Maintained
833T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
834F:	arch/arm/mach-zynqmp/
835F:	drivers/clk/clk_zynqmp.c
836F:	driver/firmware/firmware-zynqmp.c
837F:	drivers/fpga/zynqpl.c
838F:	drivers/gpio/gpio_slg7xl45106.c
839F:	drivers/gpio/zynq_gpio.c
840F:	drivers/gpio/zynqmp_gpio_modepin.c
841F:	drivers/i2c/i2c-cdns.c
842F:	drivers/i2c/muxes/pca954x.c
843F:	drivers/i2c/zynq_i2c.c
844F:	drivers/mailbox/zynqmp-ipi.c
845F:	drivers/mmc/zynq_sdhci.c
846F:	drivers/mtd/nand/raw/zynq_nand.c
847F:	drivers/net/phy/xilinx_phy.c
848F:	drivers/net/zynq_gem.c
849F:	drivers/phy/phy-zynqmp.c
850F:	drivers/power/domain/zynqmp-power-domain.c
851F:	drivers/pwm/pwm-cadence-ttc.c
852F:	drivers/serial/serial_zynq.c
853F:	drivers/reset/reset-zynqmp.c
854F:	drivers/rtc/zynqmp_rtc.c
855F:	drivers/soc/soc_xilinx_zynqmp.c
856F:	drivers/spi/zynq_qspi.c
857F:	drivers/spi/zynq_spi.c
858F:	drivers/timer/cadence-ttc.c
859F:	drivers/video/seps525.c
860F:	drivers/video/zynqmp/
861F:	drivers/watchdog/cdns_wdt.c
862F:	include/zynqmppl.h
863F:	include/zynqmp_firmware.h
864F:	tools/zynqmp*
865N:	ultra96
866N:	zynqmp
867
868ARM ZYNQMP R5
869M:	Michal Simek <michal.simek@amd.com>
870S:	Maintained
871T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
872F:	arch/arm/mach-zynqmp-r5/
873
874ARM PHYTIUM
875M:	liuhao <liuhao@phytium.com.cn>
876M:	shuyiqi <shuyiqi@phytium.com.cn>
877S:	Maintained
878F:	drivers/pci/pcie_phytium.c
879F:	arch/arm/dts/phytium-durian.dts
880
881ASPEED AST2600 I2C DRIVER
882M:	Ryan Chen <ryan_chen@aspeedtech.com>
883R:	Aspeed BMC SW team <BMC-SW@aspeedtech.com>
884S:	Maintained
885F:	drivers/i2c/ast2600_i2c.c
886
887ASPEED FMC SPI DRIVER
888M:	Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
889M:	C��dric Le Goater <clg@kaod.org>
890R:	Aspeed BMC SW team <BMC-SW@aspeedtech.com>
891S:	Maintained
892F:	drivers/spi/spi-aspeed-smc.c
893
894BINMAN
895M:	Simon Glass <sjg@chromium.org>
896M:	Alper Nebi Yasak <alpernebiyasak@gmail.com>
897S:	Maintained
898F:	tools/binman/
899
900BLKMAP
901M:	Tobias Waldekranz <tobias@waldekranz.com>
902S:	Maintained
903F:	cmd/blkmap.c
904F:	doc/usage/blkmap.rst
905F:	drivers/block/blkmap.c
906F:	include/blkmap.h
907F:	test/dm/blkmap.c
908
909BOOTDEVICE
910M:	Simon Glass <sjg@chromium.org>
911S:	Maintained
912F:	boot/bootdev*.c
913F:	boot/bootflow.c
914F:	boot/bootmeth*.c
915F:	boot/bootstd.c
916F:	cmd/bootdev.c
917F:	cmd/bootflow.c
918F:	doc/develop/bootstd.rst
919F:	doc/usage/bootdev.rst
920F:	doc/usage/bootflow.rst
921F:	doc/usage/bootmeth.rst
922F:	drivers/mmc/mmc_bootdev.c
923F:	include/bootdev.h
924F:	include/bootflow.h
925F:	include/bootmeth.h
926F:	include/bootstd.h
927F:	net/eth_bootdevice.c
928F:	test/boot/
929
930BTRFS
931M:	Marek Beh��n <kabel@kernel.org>
932R:	Qu Wenruo <wqu@suse.com>
933L:	linux-btrfs@vger.kernel.org
934S:	Maintained
935F:	cmd/btrfs.c
936F:	fs/btrfs/
937F:	include/btrfs.h
938
939BUILDMAN
940M:	Simon Glass <sjg@chromium.org>
941S:	Maintained
942F:	tools/buildman/
943
944CAAM
945M:	Gaurav Jain <gaurav.jain@nxp.com>
946S:	Maintained
947F:	arch/arm/dts/ls1021a-twr-u-boot.dtsi
948F:	drivers/crypto/fsl/
949F:	include/fsl_sec.h
950
951CAT
952M:	Roger Knecht <rknecht@pm.me>
953S:	Maintained
954F:	cmd/cat.c
955
956CFI FLASH
957M:	Stefan Roese <sr@denx.de>
958S:	Maintained
959T:	git https://source.denx.de/u-boot/custodians/u-boot-cfi-flash.git
960F:	drivers/mtd/cfi_flash.c
961F:	drivers/mtd/jedec_flash.c
962
963CLOCK
964M:	Lukasz Majewski <lukma@denx.de>
965M:	Sean Anderson <seanga2@gmail.com>
966S:	Maintained
967T:	git https://source.denx.de/u-boot/custodians/u-boot-clk.git
968F:	drivers/clk/
969F:	drivers/clk/imx/
970
971COLDFIRE
972M:	Huan Wang <alison.wang@nxp.com>
973M:	Angelo Dureghello <angelo@kernel-space.org>
974S:	Maintained
975T:	git https://source.denx.de/u-boot/custodians/u-boot-coldfire.git
976F:	arch/m68k/
977F:	doc/arch/m68k.rst
978F:	drivers/watchdog/mcf_wdt.c
979
980CYCLIC
981M:	Stefan Roese <sr@denx.de>
982S:	Maintained
983F:	cmd/cyclic.c
984F:	common/cyclic.c
985F:	include/cyclic.h
986
987DEVICETREE REBASING SUBTREE
988M:	Sumit Garg <sumit.garg@linaro.org>
989S:	Maintained
990F:	dts/upstream/
991
992DFU
993M:	Lukasz Majewski <lukma@denx.de>
994M:	Mattijs Korpershoek <mkorpershoek@baylibre.com>
995S:	Maintained
996T:	git https://source.denx.de/u-boot/custodians/u-boot-dfu.git
997F:	cmd/dfu.c
998F:	cmd/usb_*.c
999F:	common/dfu.c
1000F:	common/update.c
1001F:	doc/api/dfu.rst
1002F:	doc/usage/dfu.rst
1003F:	drivers/dfu/
1004F:	drivers/usb/gadget/
1005F:	include/dfu.h
1006
1007DRIVER MODEL
1008M:	Simon Glass <sjg@chromium.org>
1009S:	Maintained
1010T:	git https://source.denx.de/u-boot/custodians/u-boot-dm.git
1011F:	doc/driver-model/
1012F:	drivers/core/
1013F:	include/dm/
1014F:	test/dm/
1015
1016EFI APP
1017M:	Simon Glass <sjg@chromium.org>
1018M:	Heinrich Schuchardt <xypron.glpk@gmx.de>
1019S:	Maintained
1020W:	https://docs.u-boot.org/en/latest/develop/uefi/u-boot_on_efi.html
1021F:	board/efi/efi-x86_app
1022F:	configs/efi-x86_app*
1023F:	doc/develop/uefi/u-boot_on_efi.rst
1024F:	drivers/block/efi-media-uclass.c
1025F:	drivers/block/sb_efi_media.c
1026F:	lib/efi/efi_app.c
1027F:	scripts/build-efi.sh
1028F:	test/dm/efi_media.c
1029
1030EFI PAYLOAD
1031M:	Heinrich Schuchardt <xypron.glpk@gmx.de>
1032M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
1033S:	Maintained
1034T:	git https://source.denx.de/u-boot/custodians/u-boot-efi.git
1035F:	arch/arm/lib/*_efi.*
1036F:	cmd/bootefi.c
1037F:	cmd/eficonfig.c
1038F:	cmd/efidebug.c
1039F:	cmd/nvedit_efi.c
1040F:	doc/api/efi.rst
1041F:	doc/develop/uefi/*
1042F:	doc/mkeficapsule.1
1043F:	doc/usage/bootefi.rst
1044F:	drivers/rtc/emul_rtc.c
1045F:	include/capitalization.h
1046F:	include/charset.h
1047F:	include/cp1250.h
1048F:	include/cp437.h
1049F:	include/efi*
1050F:	include/pe.h
1051F:	include/asm-generic/pe.h
1052F:	include/mm_communication.h
1053F:	lib/charset.c
1054F:	lib/efi*/
1055F:	test/lib/efi_*
1056F:	test/py/tests/test_efi*
1057F:	test/py/tests/test_efi*/
1058F:	test/unicode_ut.c
1059F:	cmd/bootefi.c
1060F:	cmd/efidebug.c
1061F:	cmd/nvedit_efi.c
1062F:	tools/efivar.py
1063F:	tools/file2include.c
1064F:	tools/mkeficapsule.c
1065
1066ENVIRONMENT
1067M:	Joe Hershberger <joe.hershberger@ni.com>
1068S:	Maintained
1069F:	env/
1070F:	include/env/
1071F:	include/env*
1072F:	test/env/
1073F:	tools/env/
1074F:	tools/env*
1075F:	tools/mkenvimage.c
1076
1077ENVIRONMENT AS TEXT
1078M:	Simon Glass <sjg@chromium.org>
1079S:	Maintained
1080F:	doc/usage/environment.rst
1081F:	scripts/env2string.awk
1082
1083EROFS
1084M:	Huang Jianan <jnhuang95@gmail.com>
1085L:	linux-erofs@lists.ozlabs.org
1086S:	Maintained
1087F:	cmd/erofs.c
1088F:	fs/erofs/
1089F:	include/erofs.h
1090F:	test/py/tests/test_fs/test_erofs.py
1091
1092EVENTS
1093M:	Simon Glass <sjg@chromium.org>
1094S:	Maintained
1095F:	cmd/event.c
1096F:	common/event.c
1097F:	include/event.h
1098F:	scripts/event_dump.py
1099F:	test/common/event.c
1100F:	test/py/tests/test_event_dump.py
1101
1102FASTBOOT
1103M:	Mattijs Korpershoek <mkorpershoek@baylibre.com>
1104S:	Maintained
1105F:	cmd/fastboot.c
1106F:	doc/android/fastboot*.rst
1107F:	include/fastboot.h
1108F:	include/fastboot-internal.h
1109F:	include/net/fastboot_tcp.h
1110F:	include/net/fastboot_udp.h
1111F:	drivers/fastboot/
1112F:	drivers/usb/gadget/f_fastboot.c
1113F:	net/fastboot_tcp.c
1114F:	net/fastboot_udp.c
1115F:	test/dm/fastboot.c
1116
1117FPGA
1118M:	Michal Simek <michal.simek@amd.com>
1119S:	Maintained
1120T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1121F:	drivers/fpga/
1122F:	cmd/fpga.c
1123F:	include/fpga.h
1124F:	test/dm/fpga.c
1125
1126FLATTENED DEVICE TREE
1127M:	Simon Glass <sjg@chromium.org>
1128S:	Maintained
1129T:	git https://source.denx.de/u-boot/custodians/u-boot-fdt.git
1130F:	lib/fdtdec*
1131F:	lib/libfdt/
1132F:	include/fdt*
1133F:	include/linux/libfdt*
1134F:	cmd/fdt.c
1135F:	common/fdt_support.c
1136F:	scripts/dtc-version.sh
1137
1138FREEBSD
1139M:	Rafal Jaworowski <raj@semihalf.com>
1140S:	Maintained
1141T:	git https://source.denx.de/u-boot/custodians/u-boot-freebsd.git
1142
1143FREESCALE QORIQ
1144M:	Priyanka Jain <priyanka.jain@nxp.com>
1145S:	Maintained
1146T:	git https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq.git
1147F:	drivers/watchdog/sp805_wdt.c
1148F:	drivers/watchdog/sbsa_gwdt.c
1149
1150GATEWORKS_SC
1151M:	Tim Harvey <tharvey@gateworks.com>
1152S:	Maintained
1153F:	drivers/misc/gsc.c
1154F:	include/gsc.h
1155
1156I2C
1157M:	Heiko Schocher <hs@denx.de>
1158S:	Maintained
1159T:	git https://source.denx.de/u-boot/custodians/u-boot-i2c.git
1160F:	drivers/i2c/
1161
1162KWBIMAGE / KWBOOT TOOLS
1163M:	Pali Roh��r <pali@kernel.org>
1164M:	Marek Beh��n <kabel@kernel.org>
1165M:	Stefan Roese <sr@denx.de>
1166S:	Maintained
1167T:	git https://source.denx.de/u-boot/custodians/u-boot-marvell.git
1168F:	doc/README.kwbimage
1169F:	doc/kwboot.1
1170F:	tools/kwb*
1171
1172LED
1173M:	Ivan Vozvakhov <i.vozvakhov@vk.team>
1174S:	Supported
1175F:	doc/device-tree-bindings/leds/leds-pwm.txt
1176F:	drivers/led/led_pwm.c
1177
1178LOGGING
1179M:	Simon Glass <sjg@chromium.org>
1180S:	Maintained
1181T:	git https://source.denx.de/u-boot/u-boot.git
1182F:	common/log*
1183F:	cmd/log.c
1184F:	doc/develop/logging.rst
1185F:	include/log.h
1186F:	lib/getopt.c
1187F:	test/log/
1188F:	test/py/tests/test_log.py
1189
1190MALI DISPLAY PROCESSORS
1191M:	Liviu Dudau <liviu.dudau@foss.arm.com>
1192S:	Supported
1193T:	git git://github.com/ARM-software/u-boot.git
1194F:	drivers/video/mali_dp.c
1195F:	drivers/i2c/i2c-versatile.c
1196
1197MICROBLAZE
1198M:	Michal Simek <monstr@monstr.eu>
1199S:	Maintained
1200T:	git https://source.denx.de/u-boot/custodians/u-boot-microblaze.git
1201F:	arch/microblaze/
1202F:	cmd/mfsl.c
1203F:	drivers/gpio/xilinx_gpio.c
1204F:	drivers/net/xilinx_axi_emac.c
1205F:	drivers/net/xilinx_emaclite.c
1206F:	drivers/serial/serial_xuartlite.c
1207F:	drivers/spi/xilinx_spi.c
1208F:	drivers/sysreset/sysreset_gpio.c
1209F:	drivers/timer/xilinx-timer.c
1210F:	drivers/watchdog/xilinx_tb_wdt.c
1211N:	xilinx
1212
1213MIPS
1214M:	Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
1215S:	Maintained
1216T:	git https://source.denx.de/u-boot/custodians/u-boot-mips.git
1217F:	arch/mips/
1218
1219MIPS CORTINA ACCESS CAxxxx
1220M:	Alex Nemirovsky <alex.nemirovsky@cortina-access.com>
1221S:	Supported
1222F:	board/cortina/common/
1223F:	drivers/gpio/cortina_gpio.c
1224F:	drivers/watchdog/cortina_wdt.c
1225F:	drivers/serial/serial_cortina.c
1226F:	drivers/led/led_cortina.c
1227F:	drivers/mmc/ca_dw_mmc.c
1228F:	drivers/spi/ca_sflash.c
1229F:	drivers/i2c/i2c-cortina.c
1230F:	drivers/i2c/i2c-cortina.h
1231F:	drivers/net/cortina_ni.c
1232F:	drivers/net/cortina_ni.h
1233F:	drivers/net/phy/ca_phy.c
1234
1235MIPS MEDIATEK
1236M:	Weijie Gao <weijie.gao@mediatek.com>
1237R:	GSS_MTK_Uboot_upstream <GSS_MTK_Uboot_upstream@mediatek.com>
1238S:	Maintained
1239F:	arch/mips/mach-mtmips/
1240F:	arch/mips/dts/mt7620.dtsi
1241F:	arch/mips/dts/mt7621.dtsi
1242F:	arch/mips/dts/mt7620-u-boot.dtsi
1243F:	arch/mips/dts/mt7621-u-boot.dtsi
1244F:	include/configs/mt7620.h
1245F:	include/configs/mt7621.h
1246F:	include/dt-bindings/clock/mt7620-clk.h
1247F:	include/dt-bindings/clock/mt7621-clk.h
1248F:	include/dt-bindings/clock/mt7628-clk.h
1249F:	include/dt-bindings/reset/mt7620-reset.h
1250F:	include/dt-bindings/reset/mt7621-reset.h
1251F:	include/dt-bindings/reset/mt7628-reset.h
1252F:	drivers/clk/mtmips/
1253F:	drivers/pinctrl/mtmips/
1254F:	drivers/gpio/mt7620_gpio.c
1255F:	drivers/mtd/nand/raw/mt7621_nand.c
1256F:	drivers/mtd/nand/raw/mt7621_nand.h
1257F:	drivers/mtd/nand/raw/mt7621_nand_spl.c
1258F:	drivers/net/mt7620-eth.c
1259F:	drivers/phy/mt7620-usb-phy.c
1260F:	drivers/reset/reset-mtmips.c
1261F:	drivers/serial/serial_mt7620.c
1262F:	drivers/spi/mt7620_spi.c
1263F:	drivers/sysreset/sysreset_resetctl.c
1264F:	drivers/watchdog/mt7620_wdt.c
1265
1266MIPS MSCC
1267M:	Gregory CLEMENT <gregory.clement@bootlin.com>
1268M:	Lars Povlsen <lars.povlsen@microchip.com>
1269M:	Horatiu Vultur <horatiu.vultur@microchip.com>
1270S:	Maintained
1271F:	arch/mips/mach-mscc/
1272F:	arch/mips/dts/luton*
1273F:	arch/mips/dts/mscc*
1274F:	arch/mips/dts/ocelot*
1275F:	arch/mips/dts/jr2*
1276F:	arch/mips/dts/serval*
1277F:	board/mscc/
1278F:	configs/mscc*
1279F:	drivers/gpio/mscc_sgpio.c
1280F:	drivers/spi/mscc_bb_spi.c
1281F:	include/configs/vcoreiii.h
1282F:	include/dt-bindings/mscc/
1283F:	drivers/pinctrl/mscc/
1284F:	drivers/net/mscc_eswitch/
1285
1286MIPS JZ4780
1287M:	Ezequiel Garcia <ezequiel@collabora.com>
1288S:	Maintained
1289F:	arch/mips/mach-jz47xx/
1290
1291MIPS Octeon
1292M:	Aaron Williams <awilliams@marvell.com>
1293S:	Maintained
1294F:	arch/mips/mach-octeon/
1295F:	arch/mips/include/asm/arch-octeon/
1296F:	arch/mips/dts/mrvl,cn73xx.dtsi
1297
1298MMC
1299M:	Peng Fan <peng.fan@nxp.com>
1300M:	Jaehoon Chung <jh80.chung@samsung.com>
1301S:	Maintained
1302T:	git https://source.denx.de/u-boot/custodians/u-boot-mmc.git
1303F:	drivers/mmc/
1304
1305NETWORK
1306M:	Joe Hershberger <joe.hershberger@ni.com>
1307M:	Ramon Fried <rfried.dev@gmail.com>
1308S:	Maintained
1309T:	git https://source.denx.de/u-boot/custodians/u-boot-net.git
1310F:	drivers/net/
1311F:	include/net.h
1312F:	net/
1313
1314NIOS
1315M:	Thomas Chou <thomas@wytron.com.tw>
1316S:	Maintained
1317T:	git https://source.denx.de/u-boot/custodians/u-boot-nios.git
1318F:	arch/nios2/
1319
1320NVMe
1321M:	Bin Meng <bmeng.cn@gmail.com>
1322S:	Maintained
1323F:	drivers/nvme/
1324F:	cmd/nvme.c
1325F:	include/nvme.h
1326F:	doc/develop/driver-model/nvme.rst
1327
1328NVMXIP
1329M:	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1330S:	Maintained
1331F:	doc/develop/driver-model/nvmxip.rst
1332F:	doc/device-tree-bindings/nvmxip/nvmxip_qspi.txt
1333F:	drivers/mtd/nvmxip/
1334F:	test/dm/nvmxip.c
1335
1336NVMEM
1337M:	Sean Anderson <seanga2@gmail.com>
1338S:	Maintained
1339F:	doc/api/nvmem.rst
1340F:	drivers/misc/nvmem.c
1341F:	drivers/reboot-mode/reboot-mode-nvmem.c
1342F:	include/nvmem.h
1343
1344NXP C45 TJA11XX PHY DRIVER
1345M:	Radu Pirea <radu-nicolae.pirea@oss.nxp.com>
1346S:	Maintained
1347F:	drivers/net/phy/nxp-c45-tja11xx.c
1348
1349ONENAND
1350#M:	Lukasz Majewski <l.majewski@majess.pl>
1351S:	Orphaned (Since 2017-01)
1352T:	git https://source.denx.de/u-boot/custodians/u-boot-onenand.git
1353F:	drivers/mtd/onenand/
1354
1355OUT4-IMX6ULL-NANO BOARD
1356M:	Oleh Kravchenko <oleg@kaa.org.ua>
1357S:	Maintained
1358T:	git https://github.com/Oleh-Kravchenko/u-boot-out4.git
1359F:	arch/arm/dts/ev-imx280-nano-x-mb.dts
1360F:	arch/arm/dts/o4-imx-nano.dts
1361F:	arch/arm/dts/o4-imx6ull-nano.dtsi
1362F:	board/out4
1363F:	configs/ev-imx280-nano-x-mb_defconfig
1364F:	configs/o4-imx6ull-nano_defconfig
1365F:	include/configs/o4-imx6ull-nano.h
1366
1367PATMAN
1368M:	Simon Glass <sjg@chromium.org>
1369S:	Maintained
1370F:	tools/patman/
1371
1372PCIe DWC IMX
1373M:	Sumit Garg <sumit.garg@linaro.org>
1374S:	Maintained
1375F:	drivers/pci/pcie_dw_imx.c
1376F:	drivers/phy/phy-imx8m-pcie.c
1377
1378PCI Endpoint
1379M:	Ramon Fried <rfried.dev@gmail.com>
1380S:	Maintained
1381F:	drivers/pci_endpoint/
1382F:  include/pci_ep.h
1383
1384PCI MPC85xx
1385M:	Heiko Schocher <hs@denx.de>
1386S:	Maintained
1387F:	drivers/pci/pci_mpc85xx.c
1388
1389PCI MPS
1390M:	Stephen Carlson <stcarlso@linux.microsoft.com>
1391S:	Maintained
1392F:	cmd/pci_mps.c
1393F:	test/cmd/pci_mps.c
1394
1395POWER
1396M:	Jaehoon Chung <jh80.chung@samsung.com>
1397S:	Maintained
1398T:	git https://source.denx.de/u-boot/custodians/u-boot-pmic.git
1399F:	drivers/power/
1400F:	include/power/
1401
1402POWERPC
1403S:	Orphan (Since 2022-10-21)
1404F:	arch/powerpc/
1405
1406POWERPC MPC8XX
1407M:	Christophe Leroy <christophe.leroy@csgroup.eu>
1408S:	Maintained
1409T:	git https://source.denx.de/u-boot/custodians/u-boot-mpc8xx.git
1410F:	arch/powerpc/cpu/mpc8xx/
1411
1412POWERPC MPC83XX
1413M:	Mario Six <mario.six@gdsys.cc>
1414S:	Maintained
1415T:	git https://source.denx.de/u-boot/custodians/u-boot-mpc83xx.git
1416F:	drivers/ram/mpc83xx_sdram.c
1417F:	include/dt-bindings/memory/mpc83xx-sdram.h
1418F:	drivers/sysreset/sysreset_mpc83xx.c
1419F:	drivers/sysreset/sysreset_mpc83xx.h
1420F:	drivers/clk/mpc83xx_clk.c
1421F:	drivers/clk/mpc83xx_clk.h
1422F:	include/dt-bindings/clk/mpc83xx-clk.h
1423F:	drivers/timer/mpc83xx_timer.c
1424F:	drivers/cpu/mpc83xx_cpu.c
1425F:	drivers/cpu/mpc83xx_cpu.h
1426F:	drivers/misc/mpc83xx_serdes.c
1427F:	arch/powerpc/cpu/mpc83xx/
1428F:	arch/powerpc/include/asm/arch-mpc83xx/
1429
1430POWERPC MPC85XX
1431M:	Marek Beh��n <kabel@kernel.org>
1432S:	Maintained
1433T:	git https://source.denx.de/u-boot/custodians/u-boot-mpc85xx.git
1434F:	arch/powerpc/cpu/mpc85xx/
1435
1436RAW NAND
1437M:	Dario Binacchi <dario.binacchi@amarulasolutions.com>
1438M:	Michael Trimarchi <michael@amarulasolutions.com>
1439S:	Maintained
1440T:	git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1441F:	drivers/mtd/nand/raw/
1442
1443RISC-V
1444M:	Rick Chen <rick@andestech.com>
1445M:	Leo <ycliang@andestech.com>
1446S:	Maintained
1447T:	git https://source.denx.de/u-boot/custodians/u-boot-riscv.git
1448F:	arch/riscv/
1449F:	cmd/riscv/
1450F:	doc/arch/riscv.rst
1451F:	doc/usage/sbi.rst
1452F:	drivers/sysreset/sysreset_sbi.c
1453F:	drivers/timer/andes_plmt_timer.c
1454F:	drivers/timer/riscv_aclint_timer.c
1455F:	tools/prelink-riscv.c
1456
1457RISC-V CANAAN KENDRYTE K210
1458M:	Sean Anderson <seanga2@gmail.com>
1459S:	Maintained
1460F:	doc/device-tree-bindings/mfd/canaan,k210-sysctl.txt
1461F:	doc/device-tree-bindings/pinctrl/canaan,k210-fpioa.txt
1462F:	drivers/clk/clk_k210.c
1463F:	drivers/pinctrl/pinctrl-k210.c
1464F:	include/k210/
1465
1466RNG
1467M:	Sughosh Ganu <sughosh.ganu@linaro.org>
1468R:	Heinrich Schuchardt <xypron.glpk@gmx.de>
1469S:	Maintained
1470F:	cmd/rng.c
1471F:	doc/api/rng.rst
1472F:	drivers/rng/
1473F:	drivers/virtio/virtio_rng.c
1474F:	include/rng.h
1475
1476ROCKUSB
1477M:	Eddie Cai <eddie.cai.linux@gmail.com>
1478S:	Maintained
1479F:	drivers/usb/gadget/f_rockusb.c
1480F:	cmd/rockusb.c
1481F:	doc/README.rockusb
1482
1483SANDBOX
1484M:	Simon Glass <sjg@chromium.org>
1485S:	Maintained
1486F:	arch/sandbox/
1487F:	doc/arch/sandbox.rst
1488F:	drivers/*/*sandbox*.c
1489F:	include/dt-bindings/*/sandbox*.h
1490F:	include/os.h
1491
1492SEAMA
1493M:	Linus Walleij <linus.walleij@linaro.org>
1494S:	Maintained
1495F:	cmd/seama.c
1496F:	doc/usage/cmd/seama.rst
1497F:	test/cmd/seama.c
1498
1499SEMIHOSTING
1500R:	Sean Anderson <sean.anderson@seco.com>
1501S:	Orphaned
1502N:	semihosting
1503
1504SETEXPR
1505M:	Roland Gaudig <roland.gaudig@weidmueller.com>
1506S:	Maintained
1507F:	cmd/printf.c
1508F:	doc/usage/setexpr.rst
1509
1510SH
1511M:	Marek Vasut <marek.vasut+renesas@gmail.com>
1512M:	Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
1513S:	Maintained
1514T:	git https://source.denx.de/u-boot/custodians/u-boot-sh.git
1515F:	arch/sh/
1516
1517SL28CLPD
1518M:	Michael Walle <michael@walle.cc>
1519S:	Maintained
1520F:	drivers/gpio/sl28cpld-gpio.c
1521F:	drivers/misc/sl28cpld.c
1522F:	drivers/watchdog/sl28cpld-wdt.c
1523
1524SMCCC TRNG
1525M:	Etienne Carriere <etienne.carriere@linaro.org>
1526S:	Maintained
1527F:	drivers/rng/smccc_trng.c
1528
1529SPI
1530M:	Jagan Teki <jagan@amarulasolutions.com>
1531S:	Maintained
1532T:	git https://source.denx.de/u-boot/custodians/u-boot-spi.git
1533F:	drivers/spi/
1534F:	include/spi*
1535
1536SPI NAND
1537M:	Dario Binacchi <dario.binacchi@amarulasolutions.com>
1538M:	Michael Trimarchi <michael@amarulasolutions.com>
1539R:	Frieder Schrempf <frieder.schrempf@kontron.de>
1540S:	Maintained
1541T:	git https://source.denx.de/u-boot/custodians/u-boot-nand-flash.git
1542F:	drivers/mtd/nand/spi/
1543
1544SPI-NOR
1545M:	Jagan Teki <jagan@amarulasolutions.com>
1546M:	Vignesh R <vigneshr@ti.com>
1547S:	Maintained
1548F:	drivers/mtd/spi/
1549F:	include/spi_flash.h
1550F:	include/linux/mtd/cfi.h
1551F:	include/linux/mtd/spi-nor.h
1552
1553SPMI
1554M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
1555S:	Maintained
1556F:	drivers/spmi/
1557F:	include/spmi/
1558
1559SQUASHFS
1560M:	Joao Marcos Costa <jmcosta944@gmail.com>
1561R:	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
1562R:	Miquel Raynal <miquel.raynal@bootlin.com>
1563S:	Maintained
1564F:	fs/squashfs/
1565F:	include/sqfs.h
1566F:	cmd/sqfs.c
1567F:	test/py/tests/test_fs/test_squashfs/
1568
1569STACKPROTECTOR
1570M:	William Zhang <william.zhang@broadcom.com>
1571S:	Maintained
1572F:	common/stackprot.c
1573F:	cmd/stackprot_test.c
1574F:	test/py/tests/test_stackprotector.py
1575
1576TARGET_BCMNS3
1577M:	Rayagonda Kokatanur <rayagonda.kokatanur@broadcom.com>
1578S:	Maintained
1579F:	board/broadcom/bcmns3/
1580F:	doc/README.bcmns3
1581F:	configs/bcm_ns3_defconfig
1582F:	include/configs/bcm_ns3.h
1583F:	include/dt-bindings/memory/bcm-ns3-mc.h
1584F:	arch/arm/Kconfig
1585F:	arch/arm/dts/ns3-board.dts
1586F:	arch/arm/dts/ns3.dtsi
1587F:	arch/arm/cpu/armv8/bcmns3
1588F:	arch/arm/include/asm/arch-bcmns3/
1589F:	cmd/broadcom/Makefile
1590F:	cmd/broadcom/chimp_boot.c
1591F:	cmd/broadcom/nitro_image_load.c
1592F:	cmd/broadcom/chimp_handshake.c
1593
1594TDA19988 HDMI ENCODER
1595M:	Liviu Dudau <liviu.dudau@foss.arm.com>
1596S:	Maintained
1597F:	drivers/video/tda19988.c
1598
1599TI LP5562 LED DRIVER
1600M:	Rasmus Villemoes <rasmus.villemoes@prevas.dk>
1601S:	Supported
1602F:	drivers/led/led_lp5562.c
1603
1604TI SYSTEM SECURITY
1605M:	Andrew F. Davis <afd@ti.com>
1606S:	Supported
1607F:	arch/arm/mach-omap2/omap5/sec_entry_cpu1.S
1608F:	arch/arm/mach-omap2/sec-common.c
1609F:	arch/arm/mach-omap2/config_secure.mk
1610F:	arch/arm/mach-k3/security.c
1611F:	configs/am335x_hs_evm_defconfig
1612F:	configs/am335x_hs_evm_uart_defconfig
1613F:	configs/am43xx_hs_evm_defconfig
1614F:	configs/am43xx_hs_evm_qspi_defconfig
1615F:	configs/am57xx_hs_evm_defconfig
1616F:	configs/am57xx_hs_evm_usb_defconfig
1617F:	configs/dra7xx_hs_evm_defconfig
1618F:	configs/dra7xx_hs_evm_usb_defconfig
1619F:	configs/k2hk_hs_evm_defconfig
1620F:	configs/k2e_hs_evm_defconfig
1621F:	configs/k2g_hs_evm_defconfig
1622F:	configs/k2l_hs_evm_defconfig
1623
1624TPM DRIVERS
1625M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
1626S:	Maintained
1627T:	git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1628F:	cmd/tpm*
1629F:	drivers/tpm/
1630F:	include/tpm*
1631
1632TQ GROUP
1633#M:	Martin Krause <martin.krause@tq-systems.de>
1634S:	Orphaned (Since 2016-02)
1635T:	git git://git.denx.de/u-boot-tq-group.git
1636
1637TEE
1638M:	Jens Wiklander <jens.wiklander@linaro.org>
1639M:	Ilias Apalodimas <ilias.apalodimas@linaro.org>
1640T:	git https://source.denx.de/u-boot/custodians/u-boot-tpm.git
1641S:	Maintained
1642F:	cmd/optee*
1643F:	doc/README.tee
1644F:	doc/device-tree-bindings/firmware/linaro,optee-tz.txt
1645F:	drivers/firmware/scmi/optee_agent.c
1646F:	drivers/tee/
1647F:	include/sandboxtee.h
1648F:	include/tee.h
1649F:	include/tee/
1650F:	include/test/optee.h
1651F:	test/dm/tee.c
1652F:	test/optee/
1653F:	test/py/tests/test_optee_rpmb.py
1654
1655TEE-lib
1656M:	Bryan O'Donoghue <bryan.odonoghue@linaro.org>
1657S:	Maintained
1658F:	lib/optee
1659
1660UBI
1661M:	Kyungmin Park <kmpark@infradead.org>
1662M:	Heiko Schocher <hs@denx.de>
1663S:	Maintained
1664T:	git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
1665F:	drivers/mtd/ubi/
1666
1667UFS
1668M:	Bhupesh Sharma <bhupesh.linux@gmail.com>
1669M:	Neha Malcom Francis <n-francis@ti.com>
1670S:	Maintained
1671F:	drivers/ufs/
1672
1673USB
1674M:	Marek Vasut <marex@denx.de>
1675S:	Maintained
1676T:	git https://source.denx.de/u-boot/custodians/u-boot-usb.git
1677F:	drivers/usb/
1678F:	common/usb.c
1679F:	common/usb_kbd.c
1680F:	common/usb_storage.c
1681F:	include/usb.h
1682
1683USB xHCI
1684M:	Bin Meng <bmeng.cn@gmail.com>
1685S:	Maintained
1686T:	git https://source.denx.de/u-boot/custodians/u-boot-usb.git topic-xhci
1687F:	drivers/usb/host/xhci*
1688F:	include/usb/xhci.h
1689
1690UUID testing
1691M:	Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com>
1692S:	Maintained
1693F:	test/lib/uuid.c
1694
1695VIDEO
1696M:	Anatolij Gustschin <agust@denx.de>
1697S:	Maintained
1698T:	git https://source.denx.de/u-boot/custodians/u-boot-video.git
1699F:	drivers/video/
1700F:	include/video*.h
1701
1702VirtIO
1703M:	Bin Meng <bmeng.cn@gmail.com>
1704S:	Maintained
1705F:	drivers/virtio/
1706F:	cmd/virtio.c
1707F:	include/config/virtio/
1708F:	include/config/virtio.h
1709F:	include/config/cmd/virtio.h
1710F:	include/virtio*.h
1711F:	test/dm/virtio.c
1712F:	doc/develop/driver-model/virtio.rst
1713
1714WATCHDOG
1715M:	Stefan Roese <sr@denx.de>
1716S:	Maintained
1717T:	git https://source.denx.de/u-boot/custodians/u-boot-watchdog.git
1718F:	cmd/wdt.c
1719F:	drivers/watchdog/
1720F:	include/watchdog*.h
1721
1722X86
1723M:	Simon Glass <sjg@chromium.org>
1724M:	Bin Meng <bmeng.cn@gmail.com>
1725S:	Maintained
1726T:	git https://source.denx.de/u-boot/custodians/u-boot-x86.git
1727F:	arch/x86/
1728F:	cmd/x86/
1729
1730XEN
1731M:	Anastasiia Lukianenko <vicooodin@gmail.com>
1732M:	Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
1733S:	Maintained
1734F:	arch/arm/cpu/armv8/xen/
1735F:	arch/arm/include/asm/xen.h
1736F:	arch/arm/include/asm/xen/
1737F:	cmd/pvblock.c
1738F:	drivers/serial/serial_xen.c
1739F:	drivers/xen/
1740F:	include/pvblock.h
1741F:	include/xen/
1742F:	include/xen.h
1743F:	lib/sscanf.c
1744F:	test/lib/sscanf.c
1745
1746XTENSA
1747M:	Max Filippov <jcmvbkbc@gmail.com>
1748S:	Maintained
1749F:	arch/xtensa/
1750
1751XXD
1752M:	Roger Knecht <rknecht@pm.me>
1753S:	Maintained
1754F:	cmd/xxd.c
1755F:	doc/usage/cmd/xxd.rst
1756F:	test/py/tests/test_xxd/
1757
1758THE REST
1759M:	Tom Rini <trini@konsulko.com>
1760L:	u-boot@lists.denx.de
1761Q:	http://patchwork.ozlabs.org/project/uboot/list/
1762S:	Maintained
1763T:	git https://source.denx.de/u-boot/u-boot.git
1764F:	configs/tools-only_defconfig
1765F:	*
1766F:	*/
1767